aboutsummaryrefslogtreecommitdiff
path: root/security/libident
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1998-01-25 20:42:38 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1998-01-25 20:42:38 +0000
commit9425c6a70b20d418fd504fbec9e70dd6305568e7 (patch)
treea724cd159f99e7c7a6310044b15132e93c26adc7 /security/libident
parent1dce90f88312b74aa86165b89d1c7a128242eff4 (diff)
downloadports-9425c6a70b20d418fd504fbec9e70dd6305568e7.tar.gz
ports-9425c6a70b20d418fd504fbec9e70dd6305568e7.zip
upgrade to 0.21
Notes
Notes: svn path=/head/; revision=9441
Diffstat (limited to 'security/libident')
-rw-r--r--security/libident/Makefile6
-rw-r--r--security/libident/distinfo2
-rw-r--r--security/libident/files/patch-aa25
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"