[46007] trunk/dports

blb at macports.org blb at macports.org
Mon Jan 26 23:21:02 PST 2009


Revision: 46007
          http://trac.macports.org/changeset/46007
Author:   blb at macports.org
Date:     2009-01-26 23:21:02 -0800 (Mon, 26 Jan 2009)
Log Message:
-----------
Multiple ports - remove last remnants of setting applications_dir and
frameworks_dir for MacPorts 1.6 support; ticket #18091 (multiple maintainer
timeout)

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile
    trunk/dports/net/gajim-devel/Portfile
    trunk/dports/news/leafnode/Portfile

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2009-01-27 07:18:02 UTC (rev 46006)
+++ trunk/dports/devel/boost/Portfile	2009-01-27 07:21:02 UTC (rev 46007)
@@ -98,10 +98,6 @@
 
 		# mpi.so needs to be in a specific directory for Python to find it
 		if { [file exists ${destroot}${prefix}/lib/mpi.so] } {
-			# Can be removed once MacPorts 1.7.0 is released
-			if {![info exists frameworks_dir]} {
-				set frameworks_dir ${prefix}/Library/Frameworks
-			}
 			if { [variant_isset python24] } {
 				set spkg ${prefix}/lib/python2.4/site-packages
 			} elseif { [variant_isset python25] } {

Modified: trunk/dports/net/gajim-devel/Portfile
===================================================================
--- trunk/dports/net/gajim-devel/Portfile	2009-01-27 07:18:02 UTC (rev 46006)
+++ trunk/dports/net/gajim-devel/Portfile	2009-01-27 07:21:02 UTC (rev 46007)
@@ -71,11 +71,6 @@
                     --disable-remote \
                     CC=gcc CPP=cpp CXX=g++
 
-# Can be removed once MacPorts 1.7.0 is released
-if {![info exists applications_dir]} {
-    set applications_dir /Applications/MacPorts
-}
-
 destroot {
     system "cd ${worksrcpath} && ${prefix}/bin/python2.5 setup_osx.py build"
     xinstall -d ${destroot}${applications_dir}

Modified: trunk/dports/news/leafnode/Portfile
===================================================================
--- trunk/dports/news/leafnode/Portfile	2009-01-27 07:18:02 UTC (rev 46006)
+++ trunk/dports/news/leafnode/Portfile	2009-01-27 07:21:02 UTC (rev 46007)
@@ -37,11 +37,6 @@
 
 destroot.destdir	prefix=${destroot}${prefix}
 
-# Can be removed once MacPorts 1.7.0 is released
-if {![info exists applications_dir]} {
-    set applications_dir /Applications/MacPorts
-}
-
 set launch_dir /etc/LaunchDaemons/org.macports.${name}
 
 pre-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090126/cf42def6/attachment.html>


More information about the macports-changes mailing list