diff options
-rw-r--r-- | games/xscavenger/Makefile | 4 | ||||
-rw-r--r-- | games/xscavenger/distinfo | 2 | ||||
-rw-r--r-- | games/xscavenger/files/patch-aa | 11 | ||||
-rw-r--r-- | games/xscavenger/files/patch-sound.c | 11 | ||||
-rw-r--r-- | games/xscavenger/pkg-plist | 1 |
5 files changed, 18 insertions, 11 deletions
diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index 00a33d248161..e9bd964f8467 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xscavenger -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.2 CATEGORIES= games MASTER_SITES= http://www.xdr.com/dash/ -DISTNAME= xscavenger-135 +DISTNAME= xscavenger-142 EXTRACT_SUFX= .tgz MAINTAINER= eivind@FreeBSD.org diff --git a/games/xscavenger/distinfo b/games/xscavenger/distinfo index 342aaa6adcc4..f86ed6623327 100644 --- a/games/xscavenger/distinfo +++ b/games/xscavenger/distinfo @@ -1 +1 @@ -MD5 (xscavenger-135.tgz) = 74c9198667b00c6ec9eab65833f06c86 +MD5 (xscavenger-142.tgz) = 6015afafc46b4c41a53e65e5afb37ae6 diff --git a/games/xscavenger/files/patch-aa b/games/xscavenger/files/patch-aa index 16d5b5ca7502..1fd1da8a59fd 100644 --- a/games/xscavenger/files/patch-aa +++ b/games/xscavenger/files/patch-aa @@ -1,14 +1,11 @@ ---- Imakefile.orig Thu May 7 03:31:13 1998 -+++ Imakefile Wed Nov 1 13:28:45 2000 -@@ -15,9 +15,11 @@ +--- Imakefile.orig Mon Jan 10 06:15:30 2000 ++++ Imakefile Tue May 22 17:39:49 2001 +@@ -15,6 +15,8 @@ LOCAL_LIBRARIES = $(XLIB) EXTRA_DEFINES = -DLIBNAME=\"$(LIBNAME)\" -+MANSUFFIX=6 ++MANSUFFIX = 6 ComplexProgramTarget(scavenger) - AllTarget(scavserver) - NormalProgramTarget(scavserver,scavserver.o,,,) - InstallProgram(scavserver,$(LIBNAME)) InstallMultipleFlags($(LIB_DATA),$(LIBNAME),-m 644) +install:: install.man diff --git a/games/xscavenger/files/patch-sound.c b/games/xscavenger/files/patch-sound.c new file mode 100644 index 000000000000..bfa4dcbcfb3c --- /dev/null +++ b/games/xscavenger/files/patch-sound.c @@ -0,0 +1,11 @@ +--- sound.c.orig Tue May 22 17:45:42 2001 ++++ sound.c Tue May 22 17:45:53 2001 +@@ -5,7 +5,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <sys/ioctl.h> +-#include <linux/soundcard.h> ++#include <sys/soundcard.h> + #include <sys/time.h> + #include <signal.h> + #include <string.h> diff --git a/games/xscavenger/pkg-plist b/games/xscavenger/pkg-plist index 2d4815e5791f..640de264d374 100644 --- a/games/xscavenger/pkg-plist +++ b/games/xscavenger/pkg-plist @@ -1,5 +1,4 @@ bin/scavenger -lib/X11/scavenger/scavserver lib/X11/scavenger/badguy.lbm lib/X11/scavenger/brownblue.lbm lib/X11/scavenger/death.raw |