head	1.3;
access;
symbols
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.12.02.13.45.51;	author miwi;	state dead;
branches;
next	1.2;

1.2
date	2005.11.24.11.25.04;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.29.21.41.31;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.3
log
@All ports depending on the nettle library have been updated
to use nettle 2.0, and there is no longer any reason to keep
separate ports for nettle versions 1.x and 2.x.

PR:		139482 139484
Submitted by:	Charlie Kester <corky1951@@comcast.net> (maintainer)
@
text
@--- 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=''
@


1.2
log
@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 <kiwi@@oav.net>
@
text
@@


1.1
log
@- Install shared library (mostly for Pike 7.5 crypto toolkit)
- Install documentation and examples
- Utilize INFO

PR:		58338
Submitted by:	Xavier Beaudouin <kiwi@@plonk.home.oav.net>
Approved by:	maintainer
@
text
@d1 11
a11 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"
@

