mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update from 2.7.2 to 2.7.4
patch-ag is merged into patch-ab - they both patched the same file patch-ah was included by the author
This commit is contained in:
parent
07524f9e18
commit
2a3d5d6f8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5782
4 changed files with 15 additions and 12 deletions
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: pidentd
|
# New ports collection makefile for: pidentd
|
||||||
# Version required: 2.7.2
|
# Version required: 2.7.4
|
||||||
# Date created: 19 Oct 1994
|
# Date created: 19 Oct 1994
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.19 1996/11/17 07:58:05 obrien Exp $
|
# $Id: Makefile,v 1.20 1996/11/25 07:26:28 peter Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= pidentd-2.7.2
|
DISTNAME= pidentd-2.7.4
|
||||||
CATEGORIES= security net
|
CATEGORIES= security net
|
||||||
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
|
||||||
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
|
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (pidentd-2.7.2.tar.gz) = c3760705b7fa3bcb947c5d448ab4f66b
|
MD5 (pidentd-2.7.4.tar.gz) = d1fd217c6d4668f289c4b711345aed76
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.orig Mon Aug 12 06:08:06 1996
|
--- Makefile.orig Wed Jan 22 06:58:54 1997
|
||||||
+++ Makefile Sat Aug 17 19:12:06 1996
|
+++ Makefile Sun Mar 2 11:03:42 1997
|
||||||
@@ -18,9 +18,9 @@
|
@@ -16,9 +16,9 @@
|
||||||
MAKE=make
|
MAKE=make
|
||||||
|
|
||||||
# set this to 'in.' if you like Sun's prefix on internet daemons
|
# set this to 'in.' if you like Sun's prefix on internet daemons
|
||||||
|
@ -12,23 +12,26 @@
|
||||||
|
|
||||||
# set this to '/share' if your man pages are in /usr/share
|
# set this to '/share' if your man pages are in /usr/share
|
||||||
#SHARE=/share
|
#SHARE=/share
|
||||||
@@ -60,13 +60,13 @@
|
@@ -57,14 +57,14 @@
|
||||||
|
# GDEFS=-DINCLUDE_EXTENSIONS -DINCLUDE_PROXY -DINCLUDE_CRYPT \
|
||||||
# -DSTRONG_LOG -DALLOW_FORMAT \
|
# -DSTRONG_LOG -DALLOW_FORMAT \
|
||||||
#
|
#
|
||||||
GDEFS=-DSTRONG_LOG -DALLOW_FORMAT \
|
-GDEFS=-DINCLUDE_EXTENSIONS -DSTRONG_LOG -DALLOW_FORMAT \
|
||||||
- -DDPATH_CONFIG='\"$(CONFDIR)/identd.conf\"' \
|
- -DDPATH_CONFIG='\"$(CONFDIR)/identd.conf\"' \
|
||||||
|
+GDEFS=-DINCLUDE_EXTENSIONS -DSTRONG_LOG -DALLOW_FORMAT $(ADD_GDEFS) \
|
||||||
+ -DPATH_CONFIG='\"$(CONFDIR)/identd.conf\"' \
|
+ -DPATH_CONFIG='\"$(CONFDIR)/identd.conf\"' \
|
||||||
-DPATH_DESKEY='\"$(CONFDIR)/identd.key\"'
|
-DPATH_DESKEY='\"$(CONFDIR)/identd.key\"'
|
||||||
|
|
||||||
# GLIBS=-lident -ldes
|
# GLIBS=-lident -ldes
|
||||||
GLIBS=
|
-GLIBS=
|
||||||
|
+GLIBS= $(ADD_GLIBS)
|
||||||
|
|
||||||
-CFLAGS=-O
|
-CFLAGS=-O
|
||||||
+#CFLAGS=-O
|
+#CFLAGS=-O
|
||||||
#LDFLAGS=-L$(DESTROOT)/lib
|
#LDFLAGS=-L$(DESTROOT)/lib
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@@ -527,18 +527,18 @@
|
@@ -556,18 +556,18 @@
|
||||||
mv $@-t $@
|
mv $@-t $@
|
||||||
chmod 755 $@
|
chmod 755 $@
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
A RFC1413 identification server.
|
An RFC1413 identification server.
|
||||||
|
|
Loading…
Add table
Reference in a new issue