[23456] trunk/dports/archivers/zlib

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 1 11:40:48 PDT 2007


Revision: 23456
          http://trac.macosforge.org/projects/macports/changeset/23456
Author:   pipping at macports.org
Date:     2007-04-01 11:40:47 -0700 (Sun, 01 Apr 2007)

Log Message:
-----------
 * remove traces of a universal variant

an experimental patch to re-add this functionality will be made available at

http://trac.macports.org/projects/macports/wiki/UniversalZlib

Modified Paths:
--------------
    trunk/dports/archivers/zlib/Portfile

Removed Paths:
-------------
    trunk/dports/archivers/zlib/files/patch-Makefile-universal

Modified: trunk/dports/archivers/zlib/Portfile
===================================================================
--- trunk/dports/archivers/zlib/Portfile	2007-04-01 18:40:12 UTC (rev 23455)
+++ trunk/dports/archivers/zlib/Portfile	2007-04-01 18:40:47 UTC (rev 23456)
@@ -22,9 +22,6 @@
 checksums	md5 dee233bf288ee795ac96a98cc2e369b6
 
 patchfiles	patch-Makefile-static
-if {[variant_isset universal]} {
-	patchfiles-append	patch-Makefile-universal
-}
 
 configure.args	--shared
 

Deleted: trunk/dports/archivers/zlib/files/patch-Makefile-universal
===================================================================
--- trunk/dports/archivers/zlib/files/patch-Makefile-universal	2007-04-01 18:40:12 UTC (rev 23455)
+++ trunk/dports/archivers/zlib/files/patch-Makefile-universal	2007-04-01 18:40:47 UTC (rev 23456)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2007-03-31 23:25:14.000000000 +0200
-+++ Makefile.in	2007-03-31 23:25:36.000000000 +0200
-@@ -78,7 +78,7 @@
- 	rm -f _match.s
- 
- $(SHAREDLIBV): libz.a $(OBJS)
--	$(LDSHARED) -o $@ $(OBJS)
-+	$(LDSHARED) -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -o $@ $(OBJS)
- 	rm -f $(SHAREDLIB) $(SHAREDLIBM)
- 	ln -s $@ $(SHAREDLIB)
- 	ln -s $@ $(SHAREDLIBM)

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


More information about the macports-changes mailing list