[MacPorts] #21955: gtkmm does not build

MacPorts noreply at macports.org
Thu Oct 22 00:31:14 PDT 2009


#21955: gtkmm does not build
----------------------------+-----------------------------------------------
 Reporter:  hwr@…           |       Owner:  devans@…           
     Type:  defect          |      Status:  new                
 Priority:  Normal          |   Milestone:                     
Component:  ports           |     Version:  1.8.1              
 Keywords:                  |        Port:  gtkmm              
----------------------------+-----------------------------------------------

Comment(by wf@…):

 Ok here is a script for start (at least I found out what the small gray
 icon close to the link is for). What needs to be done after downloading
 the patch files?

 #
 # apply diff patches of macports ticket #21955
 #
 # install wget (if not done yet)
 sudo port install wget
 # base url for the three attachments
 base="https://trac.macports.org/raw-attachment/ticket/21955"
 # example url
 #  https://trac.macports.org/raw-attachment/ticket/21955/Portfile-
 glibmm.diff
 # get the three libraries
 for lib in gtkmm glibmm pangomm
 do
   patch=Portfile-$lib.diff
   if [ -f $patch ]
   then
     echo "portfile patch $patch already downloaded"
   else
     echo "getting portfile patch $patch"
     wget --no-check-certificate  $base/$patch
   fi
   locate $lib | grep Portfile | grep -v old
 done

-- 
Ticket URL: <http://trac.macports.org/ticket/21955#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list