mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix build, remove BROKEN, bump PORTREVISION.
Approved by: mdodd (MAINTAINER)
This commit is contained in:
parent
27db94bdce
commit
387a1dbcbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92981
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= scorched3d
|
||||
PORTVERSION= 0.${SCORCH_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= scorched3d
|
||||
@ -37,8 +38,6 @@ MAKE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" \
|
||||
AUTOMAKE="${TRUE}" AUTOHEADER="${TRUE}"
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC}/scripts && ${PERL} createAMMakefile.pl
|
||||
@cd ${WRKSRC} && aclocal
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- src/3dsparse/aseFile.tab.cpp.orig Mon Nov 3 20:54:39 2003
|
||||
+++ src/3dsparse/aseFile.tab.cpp Mon Nov 3 20:55:14 2003
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#define YYBISON 1 /* Identify Bison output. */
|
||||
|
||||
-#define alloca
|
||||
+/* #define alloca */
|
||||
|
||||
#define yyparse aseparse
|
||||
#define yylex aselex
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= scorched3d
|
||||
PORTVERSION= 0.${SCORCH_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= scorched3d
|
||||
@ -37,8 +38,6 @@ MAKE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" \
|
||||
AUTOMAKE="${TRUE}" AUTOHEADER="${TRUE}"
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC}/scripts && ${PERL} createAMMakefile.pl
|
||||
@cd ${WRKSRC} && aclocal
|
||||
|
11
games/scorched3d/files/patch-src-3dsparse-aseFile.tab.cpp
Normal file
11
games/scorched3d/files/patch-src-3dsparse-aseFile.tab.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/3dsparse/aseFile.tab.cpp.orig Mon Nov 3 20:54:39 2003
|
||||
+++ src/3dsparse/aseFile.tab.cpp Mon Nov 3 20:55:14 2003
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#define YYBISON 1 /* Identify Bison output. */
|
||||
|
||||
-#define alloca
|
||||
+/* #define alloca */
|
||||
|
||||
#define yyparse aseparse
|
||||
#define yylex aselex
|
Loading…
Reference in New Issue
Block a user