[78173] trunk/dports/devel/cryptlib

ryandesign at macports.org ryandesign at macports.org
Wed Apr 27 06:09:53 PDT 2011


Revision: 78173
          http://trac.macports.org/changeset/78173
Author:   ryandesign at macports.org
Date:     2011-04-27 06:09:51 -0700 (Wed, 27 Apr 2011)
Log Message:
-----------
cryptlib: remove unnecessary darwin 10 patch that does nothing

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

Removed Paths:
-------------
    trunk/dports/devel/cryptlib/files/lresolv.diff

Modified: trunk/dports/devel/cryptlib/Portfile
===================================================================
--- trunk/dports/devel/cryptlib/Portfile	2011-04-27 12:44:40 UTC (rev 78172)
+++ trunk/dports/devel/cryptlib/Portfile	2011-04-27 13:09:51 UTC (rev 78173)
@@ -67,10 +67,6 @@
 	set cryptlibDylibLink	libcl.dylib
 }
 
-platform darwin 10 {
-    patchfiles-append lresolv.diff
-}
-
 platform sunos {
 	global cryptlibDylib cryptlibDylibLink
 	patchfiles-append	patch-makefile.sunos

Deleted: trunk/dports/devel/cryptlib/files/lresolv.diff
===================================================================
--- trunk/dports/devel/cryptlib/files/lresolv.diff	2011-04-27 12:44:40 UTC (rev 78172)
+++ trunk/dports/devel/cryptlib/files/lresolv.diff	2011-04-27 13:09:51 UTC (rev 78173)
@@ -1,23 +0,0 @@
---- tools/getlibs.sh.orig	2009-01-07 04:29:54.000000000 +1100
-+++ tools/getlibs.sh	2009-09-22 06:22:54.000000000 +1000
-@@ -104,6 +104,9 @@
- 
- 	'CYGWIN_NT-5.0'|'CYGWIN_NT-5.1')
- 		echo "" ;;
-+	
-+	'Darwin')
-+		echo "-lresolv" ;;
- 
- 	'FreeBSD'|'NetBSD')
- 		echo "-lpthread" ;;
---- makefile.orig	2010-11-19 04:08:54.000000000 -0600
-+++ makefile	2011-04-27 07:05:00.000000000 -0500
-@@ -1482,7 +1482,7 @@
- $(DYLIBNAME):	$(OBJS) $(EXTRAOBJS) $(TESTOBJS)
- 				@$(LD) -dynamiclib -compatibility_version $(MAJ).$(MIN) \
- 					-current_version $(MAJ).$(MIN).$(PLV) \
--					-o $(DYLIBNAME) $(OBJS) $(EXTRAOBJS)
-+					-o $(DYLIBNAME) $(OBJS) $(EXTRAOBJS) `./tools/getlibs.sh autodetect`
- 
- # If installing cryptlib as a systemwide lib, run ldconfig (which normally
- # reads /etc/ld.so.conf, sets up the appropriate symbolic links in the
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110427/5913c0f0/attachment.html>


More information about the macports-changes mailing list