diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-11 14:24:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-11 14:24:37 +0000 |
commit | 9427c496298184925175edbb24eb2674bfdd076b (patch) | |
tree | 306229bd2ebbe047f46823a10b2eb2faf0bb5411 /games/xbl | |
parent | ffb8c4d93977f46873865934d3c1c42a3b97feac (diff) | |
download | ports-9427c496298184925175edbb24eb2674bfdd076b.tar.gz ports-9427c496298184925175edbb24eb2674bfdd076b.zip |
Notes
Diffstat (limited to 'games/xbl')
-rw-r--r-- | games/xbl/Makefile | 5 | ||||
-rw-r--r-- | games/xbl/distinfo | 2 | ||||
-rw-r--r-- | games/xbl/files/patch-aa | 37 |
3 files changed, 17 insertions, 27 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile index 89e07202b39f..35ed5e528f8e 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xbl -PORTVERSION= 1.0j -PORTREVISION= 1 +PORTVERSION= 1.0k +PORTREVISION= 0 CATEGORIES= games MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/ -EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org diff --git a/games/xbl/distinfo b/games/xbl/distinfo index 5e96063e31b8..b611834114cb 100644 --- a/games/xbl/distinfo +++ b/games/xbl/distinfo @@ -1 +1 @@ -MD5 (xbl-1.0j.tar.Z) = 893678af823f17f96cbd4922bb5618c5 +MD5 (xbl-1.0k.tar.gz) = 22e7822a449ae5b68695158fd59ea49c diff --git a/games/xbl/files/patch-aa b/games/xbl/files/patch-aa index 02f2542f7447..0228ee2c6e8d 100644 --- a/games/xbl/files/patch-aa +++ b/games/xbl/files/patch-aa @@ -1,27 +1,18 @@ ---- Makefile.in.orig Fri Nov 13 06:57:13 1998 -+++ Makefile.in Thu Mar 22 23:35:00 2001 -@@ -14,7 +14,7 @@ - USE_SETGID=-DUSE_SETGID - - # group owner of games file --GROUP_GID=2 -+GROUP_GID=13 - - ########################################################################### - # You don't need to read below if you have xmkmf or imake -@@ -29,26 +29,26 @@ +--- Makefile.in.orig Tue Dec 11 22:13:49 2001 ++++ Makefile.in Tue Dec 11 22:18:05 2001 +@@ -30,26 +30,26 @@ # Directory who contain X Resource Database # The default value if overrided by configure if xmkmf or imake exists. # -RESOURCEDIR=/usr/lib/X11/app-defaults -+RESOURCEDIR=$(X11BASE)/lib/X11/app-defaults ++RESOURCEDIR=${X11BASE}/lib/X11/app-defaults @XAPPLOADDIR@ # Directory where install binary # The default value if overrided by configure if xmkmf or imake exists. # -BINDIR=/usr/local/bin -+BINDIR=$(PREFIX)/bin ++BINDIR=${PREFIX}/bin @BINDIR@ # Directory who contain score @@ -29,36 +20,36 @@ # The default value if overrided by configure if xmkmf or imake exists. # -SCOREDIR=/usr/local/lib/xbl -+SCOREDIR=$(PREFIX)/lib/X11/xbl ++SCOREDIR=${PREFIX}/lib/X11/xbl @SCOREDIR@ # Directory where put man pages. # The default value if overrided by configure if xmkmf or imake exists. # -MANPATH=/usr/local/man -+MANPATH=$(PREFIX)/man ++MANPATH=${PREFIX}/man @MANPATH@ ########################################################################### -@@ -82,7 +82,7 @@ +@@ -83,7 +83,7 @@ # For linking (configure script will modify this line) # xmkmf et imake informations are take into account. -LIBS = @LIBS@ -lm -+LIBS = @LIBS@ -lX11 -lm -lcompat ++LIBS = @LIBS@ -lm -lX11 -lcompat all:demo -@@ -93,7 +93,7 @@ +@@ -94,7 +94,7 @@ -DRESOURCEDIR=\"$(RESOURCEDIR)\" \ -DXBLVERSION=\"$(XBLVERSION)\" \ -DGROUP_GID=$(GROUP_GID) \ -- $(USE_SETGID) @DEFS@ -g -+ $(USE_SETGID) @DEFS@ @CPPFLAGS@ @CFLAGS@ +- $(USE_SETGID) @DEFS@ @CFLA@ -g ++ $(USE_SETGID) @DEFS@ @CFLA@ @CFLAGS@ @CPPFLAGS@ # For link edit options LDOPTIONS=$(CFLAGS) LDOPTIONS=@LDOPTIONS@ -@@ -127,25 +127,20 @@ +@@ -128,25 +128,20 @@ @-if [ "" != "$(USE_SETGID)" ] ; then \ echo "You use GID=$(GROUP_GID) protection" ; \ fi @@ -89,7 +80,7 @@ -if [ "" = "$(USE_SETGID)" ] ; then \ chmod 755 $(BINDIR)/xbl ;\ else \ -@@ -159,7 +154,6 @@ +@@ -160,7 +155,6 @@ -mkdir $(SCOREDIR) 2>/dev/null $(CP) Xbl.ad $(RESOURCEDIR)/Xbl ; chmod 644 $(RESOURCEDIR)/Xbl $(CP) Xbl.ad $(SCOREDIR)/Xbl ; chmod 644 $(SCOREDIR)/Xbl |