summaryrefslogtreecommitdiff
path: root/games/xevil
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-09-14 03:18:57 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-09-14 03:18:57 +0000
commit876c1334591ad2fdc2433372e3497a635d19b545 (patch)
treea8dce581b62eac34532dee6495367830eb31f5c7 /games/xevil
parentIgnore patchfiles that end with ".orig" or "~". (diff)
upgrade to version 1.4
Notes
Notes: svn path=/head/; revision=2148
Diffstat (limited to 'games/xevil')
-rw-r--r--games/xevil/Makefile7
-rw-r--r--games/xevil/distinfo2
-rw-r--r--games/xevil/files/patch-aa18
-rw-r--r--games/xevil/scripts/configure7
4 files changed, 14 insertions, 20 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index 7db95882a841..7b4416196560 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 4f5427a58124..39ab9a6457e8 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 7417a7af7ca8..eef6d10a598f 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 5318962b1dd9..93344e37cb01 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