diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-09-14 23:15:25 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-09-14 23:15:25 +0000 |
commit | 59a394e69a16c6346f8fb21f2baa132887ceaafd (patch) | |
tree | 2d057f2f6df58445a0436250f25d140410566fc3 /security | |
parent | Upgrade to 3.0.0 (diff) |
Upgrade to 0.19
Notes
Notes:
svn path=/head/; revision=3780
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 | 28 |
3 files changed, 18 insertions, 18 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 3873f1e48ce1..6747a95d6683 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libident -# Version required: 0.18 +# Version required: 0.19 # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1995/10/12 07:29:17 asami Exp $ +# $Id: Makefile,v 1.2 1995/11/22 13:20:03 asami Exp $ # -DISTNAME= libident-0.18 +DISTNAME= libident-0.19 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 f6406df4ca48..111c82ca3341 100644 --- a/security/libident/distinfo +++ b/security/libident/distinfo @@ -1 +1 @@ -MD5 (libident-0.18.tar.gz) = 95b1095c129d66a81bda390f5792521e +MD5 (libident-0.19.tar.gz) = e78f2c77c2b82e50697377043ecf9205 diff --git a/security/libident/files/patch-aa b/security/libident/files/patch-aa index 23e0a0489092..a0ed5825c8e9 100644 --- a/security/libident/files/patch-aa +++ b/security/libident/files/patch-aa @@ -1,42 +1,42 @@ -*** Makefile.orig Mon Oct 9 12:34:13 1995 ---- Makefile Mon Oct 9 12:49:45 1995 +*** Makefile.orig Sun Sep 15 01:13:03 1996 +--- Makefile Sun Sep 15 01:14:06 1996 *************** -*** 7,13 **** - RM=rm -f +*** 8,14 **** RANLIB=ranlib + AR=ar cq ! INSTROOT=/usr/local - LIBDIR=$(INSTROOT)/lib INCDIR=$(INSTROOT)/include ---- 7,13 ---- - RM=rm -f + MANDIR=$(INSTROOT)/man/man3 +--- 8,14 ---- RANLIB=ranlib + AR=ar cq ! INSTROOT=${PREFIX} - LIBDIR=$(INSTROOT)/lib INCDIR=$(INSTROOT)/include + MANDIR=$(INSTROOT)/man/man3 *************** *** 19,25 **** # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files # needed for our purposes (stdlib, string, unistd). # ! CFLAGS = -O + LDLIBS = LIBIDENT = libident.a - --- 19,25 ---- # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files # needed for our purposes (stdlib, string, unistd). # ! #CFLAGS = -O + LDLIBS = LIBIDENT = libident.a - *************** -*** 31,36 **** ---- 31,37 ---- +*** 32,37 **** +--- 32,38 ---- @echo "" @echo aix @echo bsd @@ -45,8 +45,8 @@ @echo hpux @echo irix *************** -*** 119,124 **** ---- 120,130 ---- +*** 121,126 **** +--- 122,132 ---- # bsd: @$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int" |