[23185] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 26 20:15:12 PDT 2007


Revision: 23185
          http://trac.macosforge.org/projects/macports/changeset/23185
Author:   jmpp at macports.org
Date:     2007-03-26 20:15:11 -0700 (Mon, 26 Mar 2007)

Log Message:
-----------
/opt/local hardcoding removal, along with some darwinports --> macports reinplaces

Modified Paths:
--------------
    trunk/dports/devel/glade3/Portfile
    trunk/dports/editors/TeXmacs/Portfile
    trunk/dports/fuse/ntfs-3g/Portfile
    trunk/dports/lang/guile/Portfile
    trunk/dports/lang/lisp-hyperspec/Portfile
    trunk/dports/math/gnudatalanguage/Portfile

Modified: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	2007-03-27 03:00:45 UTC (rev 23184)
+++ trunk/dports/devel/glade3/Portfile	2007-03-27 03:15:11 UTC (rev 23185)
@@ -35,7 +35,7 @@
 
 post-install    {
 	ui_msg "--------------------------------------------------------------------------"
-	ui_msg "Remember to set ACLOCAL_FLAGS=\"-I /opt/local/share/glade-2\""
+	ui_msg "Remember to set ACLOCAL_FLAGS=\"-I ${prefix}/share/glade-2\""
 	ui_msg "--------------------------------------------------------------------------" 
 }
 

Modified: trunk/dports/editors/TeXmacs/Portfile
===================================================================
--- trunk/dports/editors/TeXmacs/Portfile	2007-03-27 03:00:45 UTC (rev 23184)
+++ trunk/dports/editors/TeXmacs/Portfile	2007-03-27 03:15:11 UTC (rev 23185)
@@ -28,7 +28,7 @@
 
 #user_notes	If texmacs can't find guile's modules, you will have to \
 #		set GUILE_LOAD_PATH explicitly (usually			\
-#		/opt/local/share/guile/1.6).				\
+#		${prefix}/share/guile/1.6).				\
 #									\
 #		Also, don't forget to set DISPLAY to localhost:0.0 if	\
 #		launching TeXmacs from a non-X11 terminal.

Modified: trunk/dports/fuse/ntfs-3g/Portfile
===================================================================
--- trunk/dports/fuse/ntfs-3g/Portfile	2007-03-27 03:00:45 UTC (rev 23184)
+++ trunk/dports/fuse/ntfs-3g/Portfile	2007-03-27 03:15:11 UTC (rev 23185)
@@ -36,9 +36,9 @@
 }
 
 post-destroot {
-    # ntfs-3g symlinks /sbin/mount.ntfs-3g to /opt/local/bin/ntfs-3g
+    # ntfs-3g symlinks /sbin/mount.ntfs-3g to ${prefix}/bin/ntfs-3g
     # but on darwin mount wants mount_* instead of mount.*
     file rename -- ${destroot}/sbin/mount.ntfs-3g ${destroot}/sbin/mount_ntfs-3g
     file rename -- ${destroot}${prefix}/man/man8/mount.ntfs-3g.8 \
                    ${destroot}${prefix}/man/man8/mount_ntfs-3g.8
-}
\ No newline at end of file
+}

Modified: trunk/dports/lang/guile/Portfile
===================================================================
--- trunk/dports/lang/guile/Portfile	2007-03-27 03:00:45 UTC (rev 23184)
+++ trunk/dports/lang/guile/Portfile	2007-03-27 03:15:11 UTC (rev 23185)
@@ -24,7 +24,7 @@
 		features needed for programming in the real world.
 
 #user_notes	You may need to set the environment variable		\
-#		DYLD_LIBRARY_PATH to /opt/local/lib (or wherever	\
+#		DYLD_LIBRARY_PATH to ${prefix}/lib (or wherever	\
 #		the guile libraries have been installed) if you want	\
 #		to load guile modules from an application linked with	\
 #		libguile.  This should only apply to developers using	\

Modified: trunk/dports/lang/lisp-hyperspec/Portfile
===================================================================
--- trunk/dports/lang/lisp-hyperspec/Portfile	2007-03-27 03:00:45 UTC (rev 23184)
+++ trunk/dports/lang/lisp-hyperspec/Portfile	2007-03-27 03:15:11 UTC (rev 23185)
@@ -34,9 +34,9 @@
 #		document and exclude commercial redistribution. \
 #								\
 #		To view, point your browser to \
-#			<darwinports installation dir>/share/doc/lisp/${name}-${version}/HyperSpec/Front/index.htm \
+#			<MacPorts installation dir>/share/doc/lisp/${name}-${version}/HyperSpec/Front/index.htm \
 #								\
-#		Usually, <darwinports installation dir> is /opt/local. \
+#		Usually, <MacPorts installation dir> is /opt/local. \
 #
 
 homepage	http://www.lispworks.com/reference/HyperSpec/index.html

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2007-03-27 03:00:45 UTC (rev 23184)
+++ trunk/dports/math/gnudatalanguage/Portfile	2007-03-27 03:15:11 UTC (rev 23185)
@@ -75,7 +75,7 @@
 # fftw-3-single does not build on i386
 #variant fftw {
 #    depends_lib-append    port:fftw-3 port:fftw-3-single
-#    configure.args-append --with-fftw=/opt/local
+#    configure.args-append --with-fftw=${prefix}
 #}
 
 variant proj {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070326/b46aba01/attachment.html


More information about the macports-changes mailing list