aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pathalias
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-08-14 04:03:11 +0800
committerdinoex <dinoex@FreeBSD.org>2001-08-14 04:03:11 +0800
commita6f463881b6bf102e565b710f22cfda552407e2d (patch)
tree6fe5f4b5c9d60197a520d496794d75c1c79e578f /mail/pathalias
parent4c75387aedd3e10b45370403affa496202bc63c8 (diff)
downloadfreebsd-ports-gnome-a6f463881b6bf102e565b710f22cfda552407e2d.tar.gz
freebsd-ports-gnome-a6f463881b6bf102e565b710f22cfda552407e2d.tar.zst
freebsd-ports-gnome-a6f463881b6bf102e565b710f22cfda552407e2d.zip
- Update to pathalias 8.16
- honor CC and CFLAGS
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