summaryrefslogtreecommitdiff
path: root/games/xbill/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-08-15 14:19:52 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-08-15 14:19:52 +0000
commit72d08862a052ede48ca9fb43ca86d98272923ef6 (patch)
treed836ee9a5f2ecb659b32519dd18dbf69402c7df4 /games/xbill/patches
parent71650b0a1b640f6b584e4079e75f10d1418a88e1 (diff)
downloadpkgsrc-72d08862a052ede48ca9fb43ca86d98272923ef6.tar.gz
Initial addition of xbill-2.0 - stop the dreaded Windows virus from
infecting computers. Closes pr 5947 by Tim Rightnour.
Diffstat (limited to 'games/xbill/patches')
-rw-r--r--games/xbill/patches/patch-aa27
1 files changed, 27 insertions, 0 deletions
diff --git a/games/xbill/patches/patch-aa b/games/xbill/patches/patch-aa
new file mode 100644
index 00000000000..59a8fffa88e
--- /dev/null
+++ b/games/xbill/patches/patch-aa
@@ -0,0 +1,27 @@
+$NetBSD: patch-aa,v 1.1 1998/08/15 14:19:53 frueauf Exp $
+
+--- Imakefile.orig Thu Jan 23 09:38:35 1997
++++ Imakefile Mon Aug 10 08:11:01 1998
+@@ -1,2 +1,2 @@
+-XBILL_DIR = /var/lib/games/xbill/
++XBILL_DIR = $(PREFIX)/share/xbill/
+ XCOMM XBILL_DIR = $(HOME)/.xbill/
+@@ -12,3 +12,3 @@
+
+-XPMINC = -I$(HOME)/include
++XCOMM XPMINC = -I$(HOME)/include
+ XPMLIB = -lXpm
+@@ -21,3 +21,3 @@
+ CXXDEFINES = $(XBILL_DEF) $(DEFS) $(INCS)
+-CCFLAGS = $(ALLDEFINES) -Wall -g
++CCFLAGS = $(ALLDEFINES) -O
+
+@@ -138,3 +138,7 @@
+
+-InstallProgramWithFlags(scores, $(XBILL_DIR), -m 777)
++install::
++ mkdir -p $(XBILL_DIR)
++ /usr/bin/install -c -m 0664 -o bin -g games scores $(XBILL_DIR)
++ /usr/bin/install -c -s -m 2755 -o bin -g games xbill $(PREFIX)/bin
++
+ InstallMultiple ($(XPMS), $(XBILL_DIR)pixmaps)