[84388] trunk/dports/devel/nettle

ryandesign at macports.org ryandesign at macports.org
Sat Sep 24 20:48:23 PDT 2011


Revision: 84388
          http://trac.macports.org/changeset/84388
Author:   ryandesign at macports.org
Date:     2011-09-24 20:48:18 -0700 (Sat, 24 Sep 2011)
Log Message:
-----------
nettle: include the major library version number in the install_name

Modified Paths:
--------------
    trunk/dports/devel/nettle/Portfile
    trunk/dports/devel/nettle/files/patch-configure.diff

Modified: trunk/dports/devel/nettle/Portfile
===================================================================
--- trunk/dports/devel/nettle/Portfile	2011-09-25 03:29:01 UTC (rev 84387)
+++ trunk/dports/devel/nettle/Portfile	2011-09-25 03:48:18 UTC (rev 84388)
@@ -5,6 +5,7 @@
 
 name                nettle
 version             2.4
+revision            1
 categories          devel crypto
 platforms           darwin
 maintainers         gmx.de:exodusd uni-paderborn.de:nicke openmaintainer

Modified: trunk/dports/devel/nettle/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/nettle/files/patch-configure.diff	2011-09-25 03:29:01 UTC (rev 84387)
+++ trunk/dports/devel/nettle/files/patch-configure.diff	2011-09-25 03:48:18 UTC (rev 84388)
@@ -20,7 +20,7 @@
 -    LIBNETTLE_LIBS=''
 +    LIBNETTLE_SONAME='libnettle.$(LIBNETTLE_MAJOR).dylib'
 +    LIBNETTLE_FILE='libnettle.$(LIBNETTLE_MAJOR).$(LIBNETTLE_MINOR).dylib'
-+    LIBNETTLE_LINK='$(CC) -dynamiclib $(LDFLAGS) -install_name ${libdir}/$(LIBNETTLE_FORLINK) -compatibility_version $(LIBNETTLE_MAJOR) -current_version $(LIBNETTLE_MAJOR).$(LIBNETTLE_MINOR)'
++    LIBNETTLE_LINK='$(CC) -dynamiclib $(LDFLAGS) -install_name ${libdir}/$(LIBNETTLE_SONAME) -compatibility_version $(LIBNETTLE_MAJOR) -current_version $(LIBNETTLE_MAJOR).$(LIBNETTLE_MINOR)'
 +    LIBNETTLE_LIBS='$(LIBS)'
  
      LIBHOGWEED_FORLINK=libhogweed.dylib
@@ -30,7 +30,7 @@
 -    LIBHOGWEED_LIBS=''
 +    LIBHOGWEED_SONAME='libhogweed.$(LIBHOGWEED_MAJOR).dylib'
 +    LIBHOGWEED_FILE='libhogweed.$(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR).dylib'
-+    LIBHOGWEED_LINK='$(CC) -dynamiclib $(LDFLAGS) -L. -install_name ${libdir}/$(LIBHOGWEED_FORLINK) -compatibility_version $(LIBHOGWEED_MAJOR) -current_version $(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR)'
++    LIBHOGWEED_LINK='$(CC) -dynamiclib $(LDFLAGS) -L. -install_name ${libdir}/$(LIBHOGWEED_SONAME) -compatibility_version $(LIBHOGWEED_MAJOR) -current_version $(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR)'
 +    LIBHOGWEED_LIBS='$(LIBS) -lnettle -gmp'
      ;;
    solaris*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110924/071bf07b/attachment.html>


More information about the macports-changes mailing list