- Update to 0.31

This commit is contained in:
Kirill Ponomarev 2003-08-22 09:42:23 +00:00
parent 59b7a895b7
commit e261441e1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87491
4 changed files with 20 additions and 61 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (libident-0.22.tar.gz) = 218b6706e574ca5b41a0a675cf1860eb
MD5 (libident-0.31.tar.gz) = 35731c0d544b6f72427426ee6036ef3e

View File

@ -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"
#
#

View File

@ -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%%