From dd5f0bf0844b2d46d840ee18e2f529a8466ef092 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 24 Nov 2005 11:25:04 +0000 Subject: security/nettle is out of date : port version is 1.7, available is 1.13 Nettle port is out of date. Nettle website has 1.13 for ages. Nettle port needs to be updated for software fixes purposes. Bumped portversion of lang/pike76 PR: ports/87655 Submitted by: Xavier beaudouin --- security/nettle/files/patch-configure | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'security/nettle/files/patch-configure') diff --git a/security/nettle/files/patch-configure b/security/nettle/files/patch-configure index 96c78f36792e..dceae170135b 100644 --- a/security/nettle/files/patch-configure +++ b/security/nettle/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Fri Oct 24 14:27:53 2003 -+++ configure Fri Oct 24 14:28:43 2003 -@@ -3160,7 +3160,7 @@ fi - SHLIBCFLAGS="-fpic" - SHLIBFORLINK=libnettle.so - SHLIBSONAME='$(SHLIBFORLINK).$(SHLIBMAJOR)' --SHLIBFILE='$(SHLIBSONAME).$(SHLIBMINOR)' -+SHLIBFILE='$(SHLIBSONAME)' - SHLIBLINK='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME)' - - echo "enable_shared: $enable_shared" +--- configure.orig Tue Nov 1 09:35:20 2005 ++++ configure Tue Nov 1 09:36:28 2005 +@@ -2990,7 +2990,7 @@ + *) + SHLIBFORLINK=libnettle.so + SHLIBSONAME='$(SHLIBFORLINK).$(SHLIBMAJOR)' +- SHLIBFILE='$(SHLIBSONAME).$(SHLIBMINOR)' ++ SHLIBFILE='$(SHLIBSONAME)' + SHLIBLINK='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME)' + # FIXME: It might make some sense to link with -lgmp + SHLIBLIBS='' -- cgit v1.2.3