[48489] trunk/dports/devel/subversion/Portfile

blair at macports.org blair at macports.org
Mon Mar 23 10:07:29 PDT 2009


Revision: 48489
          http://trac.macports.org/changeset/48489
Author:   blair at macports.org
Date:     2009-03-23 10:07:29 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
Fix the +tools variant in the Subversion port.  This closes #18921 and
uses a modified version of the attached patch.  Instead of using a
symbolic link to the absolute path to svnmucc, use a relative one.

Modified Paths:
--------------
    trunk/dports/devel/subversion/Portfile

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile	2009-03-23 16:52:36 UTC (rev 48488)
+++ trunk/dports/devel/subversion/Portfile	2009-03-23 17:07:29 UTC (rev 48489)
@@ -104,9 +104,9 @@
 			build.target-append svnmucc
 			post-destroot {
 				xinstall -d -m 755 ${destroot}${prefix}/share/${name}
+				ln -s ../share/${name}/tools/client-side/svnmucc/svnmucc ${destroot}${prefix}/bin/
+				eval delete [glob ${worksrcpath}/tools/client-side/svnmucc/svnmucc{.o,.libs}]
 				copy ${worksrcpath}/tools ${destroot}${prefix}/share/${name}/tools
-				copy ${worksrcpath}/contrib/client-side/svnmucc/svnmucc ${destroot}${prefix}/bin/
-				eval delete [glob ${worksrcpath}/contrib/client-side/{svnmucc{,.{l,}o},.libs}]
 				copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib
 				}
 			}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090323/1646808b/attachment.html>


More information about the macports-changes mailing list