summaryrefslogtreecommitdiff
path: root/mail/pathalias
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-08-13 20:03:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-08-13 20:03:11 +0000
commitf92b53ee8809c8d74e627f1d0ad15c8de7d8118d (patch)
treecffaafb5137893214843e050176590a5bcfa34b6 /mail/pathalias
parentUpgrade to 2.42. (diff)
- Update to pathalias 8.16
- honor CC and CFLAGS
Notes
Notes: svn path=/head/; revision=46209
Diffstat (limited to 'mail/pathalias')
-rw-r--r--mail/pathalias/Makefile3
-rw-r--r--mail/pathalias/distinfo2
-rw-r--r--mail/pathalias/files/patch-Makefile24
3 files changed, 26 insertions, 3 deletions
diff --git a/mail/pathalias/Makefile b/mail/pathalias/Makefile
index 8737a65a9886..6390046a07ad 100644
--- a/mail/pathalias/Makefile
+++ b/mail/pathalias/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= pathalias
-PORTVERSION= 9.11
+PORTVERSION= 9.16
CATEGORIES= mail
MASTER_SITES= ftp://ftp.lan-ks.de/pub/approved/ \
ftp://ftp.dinoex.de/pub/approved/
-DISTNAME= ${PORTNAME}11
EXTRACT_SUFX= .tar.Z
MAINTAINER= dinoex@FreeBSD.org
diff --git a/mail/pathalias/distinfo b/mail/pathalias/distinfo
index 30d5c8000df2..6c0a517af5bd 100644
--- a/mail/pathalias/distinfo
+++ b/mail/pathalias/distinfo
@@ -1 +1 @@
-MD5 (pathalias11.tar.Z) = 7f4114d1cee45cac1fc0ece4604cb04d
+MD5 (pathalias-9.16.tar.Z) = a99933b1690923621ba36f7afc143220
diff --git a/mail/pathalias/files/patch-Makefile b/mail/pathalias/files/patch-Makefile
new file mode 100644
index 000000000000..ce407c4ca838
--- /dev/null
+++ b/mail/pathalias/files/patch-Makefile
@@ -0,0 +1,24 @@
+--- Makefile.orig Wed Mar 3 22:16:31 1993
++++ Makefile Mon Aug 13 21:56:35 2001
+@@ -5,7 +5,7 @@
+ ###
+ # if you can't or don't intend to use dbm files,
+ # don't bother with DBM or makedb
+-DBM = -ldbm
++# DBM = -ldbm
+ # or if you roll your own ...
+ # DBM = dbm.o
+ ###
+@@ -18,9 +18,9 @@
+ ### end of configuration section
+
+
+-CC = cc
+-CFLAGS = -O
+-LDFLAGS = -s $(GETOPT) $(DBM) $(RESOLVER)
++CC?= cc
++CFLAGS+= -O
++LDFLAGS+= -s $(GETOPT) $(DBM) $(RESOLVER)
+ YFLAGS = -d
+
+ OBJ = addlink.o addnode.o domain.o local.o main.o mapit.o mapaux.o mem.o parse.o printit.o