aboutsummaryrefslogtreecommitdiffstats
path: root/games/xnibbles/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-11-05 17:07:44 +0800
committerkris <kris@FreeBSD.org>2005-11-05 17:07:44 +0800
commitfd6ea44e7341e5eceafc62d7ff6eec0a45d23321 (patch)
tree839702695a2079fd711fd7410d5347d7c6f267e2 /games/xnibbles/files
parent1c5ecd19cefacc1ef8c4bf064d043bff0ffe99dc (diff)
downloadfreebsd-ports-graphics-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.tar.gz
freebsd-ports-graphics-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.tar.zst
freebsd-ports-graphics-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.zip
Remove expired ports
Diffstat (limited to 'games/xnibbles/files')
-rw-r--r--games/xnibbles/files/patch-aa28
-rw-r--r--games/xnibbles/files/patch-ab14
2 files changed, 0 insertions, 42 deletions
diff --git a/games/xnibbles/files/patch-aa b/games/xnibbles/files/patch-aa
deleted file mode 100644
index 407b1326f7b..00000000000
--- a/games/xnibbles/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig Thu Feb 26 09:14:35 1998
-+++ Makefile Wed Nov 8 22:45:42 2000
-@@ -25,10 +25,10 @@
-
- # Directory for XNibbles specific data
- # This must be set correctly at compile time
-- DATADIR = /usr/local/games/xnibbles
-+ DATADIR = ${PREFIX}/share/xnibbles
-
- # Prefix to find bin and man directories for installation
-- PREFIX = /usr/local
-+ PREFIX ?= /usr/local
-
- # Install program
- INSTALL = /usr/bin/install
-@@ -76,9 +76,9 @@
-
- linux:
- $(MAKE) OBJECTS=$(OBJECTS) \
-- CC=$(CC) LDFLAGS='-L/usr/X11R6/lib' \
-- CFLAGS='-Wall -O2 $(SDEV) \
-- -I/usr/X11R6/include -fwritable-strings \
-+ CC=${CXX} LDFLAGS='-L${X11BASE}/lib' \
-+ CFLAGS='${CXXFLAGS} $(SDEV) \
-+ -I${X11BASE}/include -fwritable-strings \
- $(JDEV) -DDATADIR=\"$(DATADIR)\"' \
- xnibbles
-
diff --git a/games/xnibbles/files/patch-ab b/games/xnibbles/files/patch-ab
deleted file mode 100644
index b6a12fd8dc1..00000000000
--- a/games/xnibbles/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- sound.c Sun Feb 22 22:52:08 1998
-+++ /home/andy/tmp/wrk/sound.c Mon Mar 2 23:25:48 1998
-@@ -24,7 +24,11 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-+#ifdef __FreeBSD__
-+#include <machine/soundcard.h>
-+#else
- #include <linux/soundcard.h>
-+#endif
- #include <sys/ioctl.h>
- #include <sys/wait.h>
-