diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-09-14 23:15:25 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-09-14 23:15:25 +0000 |
commit | ca7fd936bcae01149a0fba00e714c5deaaf18ceb (patch) | |
tree | 98c363fa26154465745bbc1df6fee23ce42178cd | |
parent | d8698b4a7512e28b683589a5073d8ae0447e3416 (diff) | |
download | FreeBSD-ports-ca7fd936bcae01149a0fba00e714c5deaaf18ceb.zip FreeBSD-ports-ca7fd936bcae01149a0fba00e714c5deaaf18ceb.tar.gz |
Upgrade to 0.19
-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 3873f1e..6747a95 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 f6406df..111c82c 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 23e0a04..a0ed582 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" |