mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 20071222
PR: 119793 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer timeout
This commit is contained in:
parent
6a95046265
commit
139e1397b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207458
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= sauerbraten
|
||||
PORTVERSION= 20070415
|
||||
PORTVERSION= 20071222
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_2007_04_15_spring_edition_linux
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_2007_12_24_assassin_edition_linux
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= First person shooter based on Cube
|
||||
@ -26,6 +25,8 @@ BUILD_WRKSRC= ${WRKSRC}/src
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
ALL_TARGET= libenet
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS= CLIENT "Build client" on \
|
||||
DEDICATED "Build dedicated server" on
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = c0a2f4c203d0e85aa1f5ab68cb546f0a
|
||||
SHA256 (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = 9dc5d4c3f2f6698065577b9910fd08a37e47744b6cc395253374470d2dc4d891
|
||||
SIZE (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = 179141716
|
||||
MD5 (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = cfd52bfdbe42deb124473c487230d65a
|
||||
SHA256 (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = cc20bb05fe196904f3c8d42ff7eecc21e1bb90d083db0100c4c16641cc2c3b60
|
||||
SIZE (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = 233583167
|
||||
|
@ -1,16 +1,17 @@
|
||||
--- src/Makefile Fri Dec 29 11:40:36 2006
|
||||
+++ src/Makefile Fri Dec 29 11:52:51 2006
|
||||
@@ -1,9 +1,8 @@
|
||||
-CXX=g++
|
||||
-CXXOPTFLAGS=-O3 -fomit-frame-pointer
|
||||
-CXXFLAGS=$(CXXOPTFLAGS) -Wall -fsigned-char -Ienet/include -I. -Ishared -Iengine -Ifpsgame `sdl-config --cflags`
|
||||
+CXX?=g++
|
||||
+CXXFLAGS=-Wall -fsigned-char -Ienet/include -I. -Ishared -Iengine -Ifpsgame `$(SDL_CONFIG) --cflags` -I$(X11BASE)/include -I$(LOCALBASE)/include
|
||||
--- src/Makefile.orig 2007-12-21 21:40:21.000000000 +0300
|
||||
+++ src/Makefile 2008-01-19 06:22:47.000000000 +0300
|
||||
@@ -1,10 +1,9 @@
|
||||
-CXXOPTFLAGS= -O3 -fomit-frame-pointer
|
||||
-INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`
|
||||
-CXXFLAGS= -w -fsigned-char $(CXXOPTFLAGS) $(INCLUDES)
|
||||
+INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I$(X11BASE)/include `$(SDL_CONFIG) --cflags`
|
||||
+CXXFLAGS+= -Wall -fsigned-char $(INCLUDES)
|
||||
|
||||
-PLATFORM_PREFIX=native
|
||||
-CLIENT_LIBS=-Lenet -lenet `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU
|
||||
+PLATFORM_PREFIX=FreeBSD
|
||||
+CLIENT_LIBS=-Lenet -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -L$(X11BASE)/lib -lGL -lGLU
|
||||
|
||||
-CLIENT_LIBS=-Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU
|
||||
+CLIENT_LIBS=-Lenet -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -L$(X11BASE)/lib -lGL -lGLU
|
||||
CLIENT_OBJS= \
|
||||
shared/tools.o \
|
||||
shared/geom.o \
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= sauerbraten
|
||||
PORTVERSION= 20070415
|
||||
PORTVERSION= 20071222
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_2007_04_15_spring_edition_linux
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_2007_12_24_assassin_edition_linux
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= First person shooter based on Cube
|
||||
@ -26,6 +25,8 @@ BUILD_WRKSRC= ${WRKSRC}/src
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
ALL_TARGET= libenet
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS= CLIENT "Build client" on \
|
||||
DEDICATED "Build dedicated server" on
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = c0a2f4c203d0e85aa1f5ab68cb546f0a
|
||||
SHA256 (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = 9dc5d4c3f2f6698065577b9910fd08a37e47744b6cc395253374470d2dc4d891
|
||||
SIZE (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = 179141716
|
||||
MD5 (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = cfd52bfdbe42deb124473c487230d65a
|
||||
SHA256 (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = cc20bb05fe196904f3c8d42ff7eecc21e1bb90d083db0100c4c16641cc2c3b60
|
||||
SIZE (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = 233583167
|
||||
|
@ -1,16 +1,17 @@
|
||||
--- src/Makefile Fri Dec 29 11:40:36 2006
|
||||
+++ src/Makefile Fri Dec 29 11:52:51 2006
|
||||
@@ -1,9 +1,8 @@
|
||||
-CXX=g++
|
||||
-CXXOPTFLAGS=-O3 -fomit-frame-pointer
|
||||
-CXXFLAGS=$(CXXOPTFLAGS) -Wall -fsigned-char -Ienet/include -I. -Ishared -Iengine -Ifpsgame `sdl-config --cflags`
|
||||
+CXX?=g++
|
||||
+CXXFLAGS=-Wall -fsigned-char -Ienet/include -I. -Ishared -Iengine -Ifpsgame `$(SDL_CONFIG) --cflags` -I$(X11BASE)/include -I$(LOCALBASE)/include
|
||||
--- src/Makefile.orig 2007-12-21 21:40:21.000000000 +0300
|
||||
+++ src/Makefile 2008-01-19 06:22:47.000000000 +0300
|
||||
@@ -1,10 +1,9 @@
|
||||
-CXXOPTFLAGS= -O3 -fomit-frame-pointer
|
||||
-INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`
|
||||
-CXXFLAGS= -w -fsigned-char $(CXXOPTFLAGS) $(INCLUDES)
|
||||
+INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I$(X11BASE)/include `$(SDL_CONFIG) --cflags`
|
||||
+CXXFLAGS+= -Wall -fsigned-char $(INCLUDES)
|
||||
|
||||
-PLATFORM_PREFIX=native
|
||||
-CLIENT_LIBS=-Lenet -lenet `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU
|
||||
+PLATFORM_PREFIX=FreeBSD
|
||||
+CLIENT_LIBS=-Lenet -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -L$(X11BASE)/lib -lGL -lGLU
|
||||
|
||||
-CLIENT_LIBS=-Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU
|
||||
+CLIENT_LIBS=-Lenet -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -L$(X11BASE)/lib -lGL -lGLU
|
||||
CLIENT_OBJS= \
|
||||
shared/tools.o \
|
||||
shared/geom.o \
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= sauerbraten
|
||||
PORTVERSION= 20070415
|
||||
PORTVERSION= 20071222
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_2007_04_15_spring_edition_linux
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_2007_12_24_assassin_edition_linux
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= First person shooter based on Cube
|
||||
@ -26,6 +25,8 @@ BUILD_WRKSRC= ${WRKSRC}/src
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
ALL_TARGET= libenet
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS= CLIENT "Build client" on \
|
||||
DEDICATED "Build dedicated server" on
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = c0a2f4c203d0e85aa1f5ab68cb546f0a
|
||||
SHA256 (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = 9dc5d4c3f2f6698065577b9910fd08a37e47744b6cc395253374470d2dc4d891
|
||||
SIZE (sauerbraten_2007_04_15_spring_edition_linux.tar.bz2) = 179141716
|
||||
MD5 (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = cfd52bfdbe42deb124473c487230d65a
|
||||
SHA256 (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = cc20bb05fe196904f3c8d42ff7eecc21e1bb90d083db0100c4c16641cc2c3b60
|
||||
SIZE (sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2) = 233583167
|
||||
|
@ -1,16 +1,17 @@
|
||||
--- src/Makefile Fri Dec 29 11:40:36 2006
|
||||
+++ src/Makefile Fri Dec 29 11:52:51 2006
|
||||
@@ -1,9 +1,8 @@
|
||||
-CXX=g++
|
||||
-CXXOPTFLAGS=-O3 -fomit-frame-pointer
|
||||
-CXXFLAGS=$(CXXOPTFLAGS) -Wall -fsigned-char -Ienet/include -I. -Ishared -Iengine -Ifpsgame `sdl-config --cflags`
|
||||
+CXX?=g++
|
||||
+CXXFLAGS=-Wall -fsigned-char -Ienet/include -I. -Ishared -Iengine -Ifpsgame `$(SDL_CONFIG) --cflags` -I$(X11BASE)/include -I$(LOCALBASE)/include
|
||||
--- src/Makefile.orig 2007-12-21 21:40:21.000000000 +0300
|
||||
+++ src/Makefile 2008-01-19 06:22:47.000000000 +0300
|
||||
@@ -1,10 +1,9 @@
|
||||
-CXXOPTFLAGS= -O3 -fomit-frame-pointer
|
||||
-INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`
|
||||
-CXXFLAGS= -w -fsigned-char $(CXXOPTFLAGS) $(INCLUDES)
|
||||
+INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I$(X11BASE)/include `$(SDL_CONFIG) --cflags`
|
||||
+CXXFLAGS+= -Wall -fsigned-char $(INCLUDES)
|
||||
|
||||
-PLATFORM_PREFIX=native
|
||||
-CLIENT_LIBS=-Lenet -lenet `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU
|
||||
+PLATFORM_PREFIX=FreeBSD
|
||||
+CLIENT_LIBS=-Lenet -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -L$(X11BASE)/lib -lGL -lGLU
|
||||
|
||||
-CLIENT_LIBS=-Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU
|
||||
+CLIENT_LIBS=-Lenet -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -L$(X11BASE)/lib -lGL -lGLU
|
||||
CLIENT_OBJS= \
|
||||
shared/tools.o \
|
||||
shared/geom.o \
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user