[23837] trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 10 14:34:51 PDT 2007


Revision: 23837
          http://trac.macosforge.org/projects/macports/changeset/23837
Author:   dluke at macports.org
Date:     2007-04-10 14:34:50 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
Build and install the mucc tool when installing subversion with the +tools variant (thanks to blair at orcaware.com)

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

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:24013
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:23809
   + 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:24026
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:23809

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile	2007-04-10 21:26:13 UTC (rev 23836)
+++ trunk/dports/devel/subversion/Portfile	2007-04-10 21:34:50 UTC (rev 23837)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name			subversion
 version			1.4.3
+revision		1
 categories		devel
 maintainers		dluke at geeklair.net
 description		A cvs like version control system, but without the suck
@@ -33,6 +34,8 @@
 			--mandir=\\\${prefix}/share/man \
 			--disable-neon-version-check
 
+build.target		all mucc
+
 pre-configure {		reinplace "s|hardcode_direct=yes|hardcode_direct=no|g" \
 				${worksrcpath}/configure
 			reinplace "s|@@DESTROOT@@|${destroot}|g" \
@@ -73,6 +76,10 @@
 variant tools { 	post-destroot {
 				xinstall -d -m 755 ${destroot}${prefix}/share/${name}
 				file copy ${worksrcpath}/tools ${destroot}${prefix}/share/${name}/tools
+				file copy ${worksrcpath}/contrib/client-side/mucc ${destroot}${prefix}/bin/
+				foreach f {mucc mucc.o mucc.lo .libs} {
+					file delete ${worksrcpath}/contrib/client-side/${f}
+					}
 				file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib
 				}
 			}

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


More information about the macports-changes mailing list