From e261441e1ee702fa19844a076a3924402c9afd01 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 22 Aug 2003 09:42:23 +0000 Subject: - Update to 0.31 --- security/libident/Makefile | 17 +++++++++--- security/libident/distinfo | 2 +- security/libident/files/patch-aa | 57 ---------------------------------------- security/libident/pkg-plist | 5 ++++ 4 files changed, 20 insertions(+), 61 deletions(-) delete mode 100644 security/libident/files/patch-aa (limited to 'security/libident') diff --git a/security/libident/Makefile b/security/libident/Makefile index 820573c9d579..c2a9b9430f96 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -6,14 +6,25 @@ # PORTNAME= libident -PORTVERSION= 0.22 +PORTVERSION= 0.31 CATEGORIES= security -MASTER_SITES= http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd/libident/ +MASTER_SITES= http://rdenisc.free.fr/libident/ MAINTAINER= ports@FreeBSD.org COMMENT= A small library to interface the ident protocol server (rfc1413) -ALL_TARGET= freebsd +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes + MAN3= ident.3 +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in README + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + .include diff --git a/security/libident/distinfo b/security/libident/distinfo index 684161fc28da..9f5554962093 100644 --- a/security/libident/distinfo +++ b/security/libident/distinfo @@ -1 +1 @@ -MD5 (libident-0.22.tar.gz) = 218b6706e574ca5b41a0a675cf1860eb +MD5 (libident-0.31.tar.gz) = 35731c0d544b6f72427426ee6036ef3e diff --git a/security/libident/files/patch-aa b/security/libident/files/patch-aa deleted file mode 100644 index 57b4be72ca53..000000000000 --- a/security/libident/files/patch-aa +++ /dev/null @@ -1,57 +0,0 @@ -*** Makefile.o Sat Jan 24 17:11:37 1998 ---- Makefile Sat Jan 24 17:12:49 1998 -*************** -*** 8,14 **** - RANLIB=ranlib - AR=ar cq - -! INSTROOT=/usr/local - LIBDIR=$(INSTROOT)/lib - INCDIR=$(INSTROOT)/include - 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 -*************** -*** 33,38 **** ---- 33,39 ---- - @echo aix - @echo bsd - @echo bsd2.11 -+ @echo freebsd - @echo dynix - @echo hpux - @echo irix -*************** -*** 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" - - # - # diff --git a/security/libident/pkg-plist b/security/libident/pkg-plist index bccb5ff3c799..1f81e34a3d58 100644 --- a/security/libident/pkg-plist +++ b/security/libident/pkg-plist @@ -1,2 +1,7 @@ include/ident.h +lib/libident.la lib/libident.a +lib/libident.so +lib/libident.so.0 +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.2.3