diff options
author | jmz <jmz@FreeBSD.org> | 1995-09-14 03:18:57 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-09-14 03:18:57 +0000 |
commit | 3e3cac837d07056d1ac833b025a15b88bde2e421 (patch) | |
tree | 094ca1ae815cde5acd1e86ec064efc76b07f4351 /games | |
parent | 6ccf410de51f67214e35c069e92d816c85d5d44b (diff) | |
download | FreeBSD-ports-3e3cac837d07056d1ac833b025a15b88bde2e421.zip FreeBSD-ports-3e3cac837d07056d1ac833b025a15b88bde2e421.tar.gz |
upgrade to version 1.4
Diffstat (limited to 'games')
-rw-r--r-- | games/xevil/Makefile | 7 | ||||
-rw-r--r-- | games/xevil/distinfo | 2 | ||||
-rw-r--r-- | games/xevil/files/patch-aa | 18 | ||||
-rw-r--r-- | games/xevil/scripts/configure | 7 |
4 files changed, 14 insertions, 20 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 7db9588..7b44161 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -1,14 +1,13 @@ # New ports collection makefile for: xevil -# Version required: 1.3 +# Version required: 1.4 # Date created: 6 May 1995 # Whom: jmz # -DISTNAME= xevil1.3 -PKGNAME= xevil-1.3 +PKGNAME= xevil-1.4 CATEGORIES+= games x11 MASTER_SITES= ftp://ftp.x.org/contrib/games/ -DISTFILES= xevil1.3.src_only.tar.Z +DISTFILES= xevil1.4.src_only.tar.Z MAINTAINER= jmz@FreeBSD.org diff --git a/games/xevil/distinfo b/games/xevil/distinfo index 4f5427a..39ab9a6 100644 --- a/games/xevil/distinfo +++ b/games/xevil/distinfo @@ -1 +1 @@ -MD5 (xevil1.3.src_only.tar.Z) = b26e3c7f0795265381fa34e3bc35c72b +MD5 (xevil1.4.src_only.tar.Z) = 530d324345a086e05cdb16122933b7ce diff --git a/games/xevil/files/patch-aa b/games/xevil/files/patch-aa index 7417a7a..eef6d10 100644 --- a/games/xevil/files/patch-aa +++ b/games/xevil/files/patch-aa @@ -1,19 +1,19 @@ -*** main.C~ Wed Feb 8 21:31:58 1995 ---- main.C Sat May 6 00:16:24 1995 +*** utils.h~ Mon Jul 24 22:22:34 1995 +--- utils.h Thu Sep 14 04:28:35 1995 *************** -*** 49,55 **** +*** 54,60 **** // Defines ! #define MSEC_PER_CLOCK (1.0e3 / CLOCKS_PER_SEC) - - #ifdef SELECT_NEEDS_PROTOTYPES ---- 49,55 ---- + #ifndef max + #define max(a,b) (a<b ? b : a) +--- 54,60 ---- // Defines -! #define MSEC_PER_CLOCK 8 //(1.0e3 / CLOCKS_PER_SEC) - +! #define MSEC_PER_CLOCK 8 // (1.0e3 / CLOCKS_PER_SEC) - #ifdef SELECT_NEEDS_PROTOTYPES + #ifndef max + #define max(a,b) (a<b ? b : a) diff --git a/games/xevil/scripts/configure b/games/xevil/scripts/configure index 5318962..93344e3 100644 --- a/games/xevil/scripts/configure +++ b/games/xevil/scripts/configure @@ -4,12 +4,7 @@ cd $WRKSRC || exit 1 cat >> Makefile << END -all: - @\$(MAKE) CC="g++" CFLAGS="-DUSE_RANDOM -DPROTECTED_IS_PUBLIC" \ - INCL_DIRS=-I/usr/X11R6/include LIBS_DIRS=-L/usr/X11R6/lib \ - LIBS="-lX11 -lm" \$(TARGETS) - -DEBUG_OPT = -O2 +all: freebsd install: cp xevil \$(PREFIX)/bin |