diff options
author | torstenb <torstenb@FreeBSD.org> | 1998-01-26 04:42:38 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1998-01-26 04:42:38 +0800 |
commit | b0c4db33cdf55db09e3c84ee92954cd5c195e74e (patch) | |
tree | 4e2f0519875a89da69e91f59a3730c61c6955928 /security | |
parent | 8bb5a49f9e32a18e44ab992d30ee11b79c17f77d (diff) | |
download | freebsd-ports-gnome-b0c4db33cdf55db09e3c84ee92954cd5c195e74e.tar.gz freebsd-ports-gnome-b0c4db33cdf55db09e3c84ee92954cd5c195e74e.tar.zst freebsd-ports-gnome-b0c4db33cdf55db09e3c84ee92954cd5c195e74e.zip |
upgrade to 0.21
Diffstat (limited to 'security')
-rw-r--r-- | security/libident/Makefile | 6 | ||||
-rw-r--r-- | security/libident/distinfo | 2 | ||||
-rw-r--r-- | security/libident/files/patch-aa | 25 |
3 files changed, 15 insertions, 18 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 30ae5a7f277b..ca6a28d9d7db 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libident -# Version required: 0.20 +# Version required: 0.21 # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1996/11/17 07:57:56 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/17 20:59:54 torstenb Exp $ # -DISTNAME= libident-0.20 +DISTNAME= libident-0.21 CATEGORIES= devel net security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ diff --git a/security/libident/distinfo b/security/libident/distinfo index b462fdc2f307..fc39171faa84 100644 --- a/security/libident/distinfo +++ b/security/libident/distinfo @@ -1 +1 @@ -MD5 (libident-0.20.tar.gz) = 2f603f35ba0f9bd3f062be88311c1681 +MD5 (libident-0.21.tar.gz) = 34d95b7f60bf02b9c36be6397479e58c diff --git a/security/libident/files/patch-aa b/security/libident/files/patch-aa index a0ed5825c8e9..57b4be72ca53 100644 --- a/security/libident/files/patch-aa +++ b/security/libident/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Sun Sep 15 01:13:03 1996 ---- Makefile Sun Sep 15 01:14:06 1996 +*** Makefile.o Sat Jan 24 17:11:37 1998 +--- Makefile Sat Jan 24 17:12:49 1998 *************** *** 8,14 **** RANLIB=ranlib @@ -35,24 +35,21 @@ LDLIBS = LIBIDENT = libident.a *************** -*** 32,37 **** ---- 32,38 ---- - @echo "" +*** 33,38 **** +--- 33,39 ---- @echo aix @echo bsd -+ @echo freebsd (FreeBSD 2.x) + @echo bsd2.11 ++ @echo freebsd @echo dynix @echo hpux @echo irix *************** -*** 121,126 **** ---- 122,132 ---- - # - bsd: - @$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int" -+ -+ # -+ # FreeBSD 2.x +*** 126,131 **** +--- 127,134 ---- + bsd2.11: + @$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int -DHAVE_ANSIHEADERS" + + freebsd: + @$(MAKE) all CC="$(CC)" CFLAGS="${CFLAGS} -Wall -DHAVE_ANSIHEADERS" |