1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

upgrade to 0.21

This commit is contained in:
Torsten Blum 1998-01-25 20:42:38 +00:00
parent 1dce90f883
commit 9425c6a70b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9441
3 changed files with 15 additions and 18 deletions

View File

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

View File

@ -1 +1 @@
MD5 (libident-0.20.tar.gz) = 2f603f35ba0f9bd3f062be88311c1681
MD5 (libident-0.21.tar.gz) = 34d95b7f60bf02b9c36be6397479e58c

View File

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