FreeBSD Bugzilla – Attachment 15983 Details for
Bug 29482
Fix port games/battleball
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.20 KB, created by
pat
on 2001-08-06 09:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-08-06 09:20:00 UTC
Size:
2.20 KB
patch
obsolete
>diff -ruN /usr/ports/games/battleball/Makefile battleball/Makefile >--- /usr/ports/games/battleball/Makefile Mon Jan 8 19:06:20 2001 >+++ battleball/Makefile Mon Aug 6 00:47:17 2001 >@@ -17,15 +17,17 @@ > USE_X_PREFIX= yes > USE_MESA= yes > WRKSRC= ${WRKDIR}/battleball-2.1-src >+MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ >+ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" > > do-install: > @ ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin > > post-install: > .if !defined(NOPORTDOCS) >- @ ${MKDIR} ${PREFIX}/share/doc/battleball >+ @${MKDIR} ${DOCSDIR} > .for file in CHANGELOG README >- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/battleball >+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} > .endfor > .endif > >diff -ruN /usr/ports/games/battleball/files/patch-af battleball/files/patch-af >--- /usr/ports/games/battleball/files/patch-af Sun Apr 16 18:03:02 2000 >+++ battleball/files/patch-af Mon Aug 6 00:46:20 2001 >@@ -1,21 +1,20 @@ >---- Makefile Thu Sep 2 22:25:18 1999 >-+++ Makefile.new Sun Apr 16 17:28:19 2000 >-@@ -1,17 +1,18 @@ >+--- Makefile.orig Thu Sep 2 22:25:18 1999 >++++ Makefile Mon Aug 6 00:46:04 2001 >+@@ -1,17 +1,14 @@ > -CXX = g++ >-+CXX ?= c++ >- >+- > # If you don't have OpenGL or Mesa, you can still compile BattleBall; > # just define the symbol NO_OPENGL when compiling, and don't link with > # $(GLLIBS) when linking > -CXXFLAGS = -O2 -funroll-loops >-+CXXFLAGS ?= -O -pipe >- #CXXFLAGS = -O2 -funroll-loops -DNO_OPENGL >+-#CXXFLAGS = -O2 -funroll-loops -DNO_OPENGL >++CXXFLAGS += ${PTHREAD_CFLAGS} > > INCS = -Ibsp -Ilib3d > -XLIBS = -L/usr/X11R6/lib -lX11 >-+X11BASE ?=/usr/X11R6 >+-LIBS = -lm $(XLIBS) > +XLIBS = -L$(X11BASE)/lib -lX11 >- LIBS = -lm $(XLIBS) >++LIBS = -lm $(XLIBS) ${PTHREAD_LIBS} > > -GLINCS = -I/usr/local/X11/include > -GLLIBS = -lXi -lXmu -lXext -L/usr/local/X11/lib -lMesaGL >diff -ruN /usr/ports/games/battleball/pkg-plist battleball/pkg-plist >--- /usr/ports/games/battleball/pkg-plist Fri Apr 30 22:38:12 1999 >+++ battleball/pkg-plist Mon Aug 6 00:34:43 2001 >@@ -1,4 +1,4 @@ > bin/battleball >-share/doc/battleball/CHANGELOG >-share/doc/battleball/README >-@dirrm share/doc/battleball >+%%PORTDOCS%%share/doc/battleball/CHANGELOG >+%%PORTDOCS%%share/doc/battleball/README >+%%PORTDOCS%%@dirrm share/doc/battleball
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29482
: 15983