[33311] trunk/dports/sysutils/cdrtools/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 23 05:15:05 PST 2008


Revision: 33311
          http://trac.macosforge.org/projects/macports/changeset/33311
Author:   ryandesign at macports.org
Date:     2008-01-23 05:14:50 -0800 (Wed, 23 Jan 2008)

Log Message:
-----------
cdrtools: Don't need to copy `config.guess` and `config.sub` from `/usr/share/libtool`
since the software seems to have a new enough version already. This fixes
the build on Xcode 2.5 which no longer provides `/usr/share/libtool`.

Modified Paths:
--------------
    trunk/dports/sysutils/cdrtools/Portfile

Modified: trunk/dports/sysutils/cdrtools/Portfile
===================================================================
--- trunk/dports/sysutils/cdrtools/Portfile	2008-01-23 13:07:17 UTC (rev 33310)
+++ trunk/dports/sysutils/cdrtools/Portfile	2008-01-23 13:14:50 UTC (rev 33311)
@@ -22,12 +22,6 @@
 
 worksrcdir	cdrtools-2.01.01
 
-platform darwin {
-	pre-patch {
-		file copy -force /usr/share/libtool/config.guess /usr/share/libtool/config.sub "${worksrcpath}/conf/"
-	}
-}
-
 configure 	{ delete ${worksrcpath}/INSTALL }
 
 destroot.args    DEFINSUSR=root DEFINSGRP=wheel INS_BASE=${prefix}

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


More information about the macports-changes mailing list