FreeBSD Bugzilla – Attachment 80290 Details for
Bug 115187
games/freesynd - Fix install, Respect localbase/cxx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
freesynd.diff
freesynd.diff (text/plain), 1.27 KB, created by
Martin Tournoij
on 2007-08-04 03:20:01 UTC
(
hide
)
Description:
freesynd.diff
Filename:
MIME Type:
Creator:
Martin Tournoij
Created:
2007-08-04 03:20:01 UTC
Size:
1.27 KB
patch
obsolete
>diff -urN --exclude CVS /ports/games/freesynd/Makefile freesynd/Makefile >--- /ports/games/freesynd/Makefile Thu Jul 12 20:51:57 2007 >+++ freesynd/Makefile Sat Aug 4 03:11:41 2007 >@@ -7,6 +7,7 @@ > > PORTNAME= freesynd > PORTVERSION= 0.2 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= freesynd >@@ -24,11 +25,17 @@ > > SUB_FILES= freesynd.sh > >+post-patch: >+ @${REINPLACE_CMD} 's|-lpng|-lpng -L${LOCALBASE}/lib|g; \ >+ s|g++|${CXX}|g; \ >+ s|CXXFLAGS +=|CXXFLAGS=${CXXFLAGS} -DSYSTEM_SDL -DUSE_RWOPS|;' \ >+ ${WRKSRC}/Makefile >+ > do-install: > ${MKDIR} ${DATADIR}/data > ${INSTALL_PROGRAM} ${WRKSRC}/freesynd ${DATADIR} > ${INSTALL_SCRIPT} ${WRKDIR}/freesynd.sh ${PREFIX}/bin >- ${CP} ${WRKDIR}/${PORTNAME}/assassinate.mp3 ${DATADIR} >+ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/*.mp3 ${DATADIR} > .for datafile in ${WRKDIR}/${PORTNAME}/data/* > ${INSTALL_DATA} ${WRKDIR}/${datafile} ${DATADIR}/data > .endfor >diff -urN --exclude CVS /ports/games/freesynd/pkg-plist freesynd/pkg-plist >--- /ports/games/freesynd/pkg-plist Sun May 27 23:46:59 2007 >+++ freesynd/pkg-plist Sat Aug 4 03:08:04 2007 >@@ -1,5 +1,6 @@ > bin/freesynd.sh > %%DATADIR%%/assassinate.mp3 >+%%DATADIR%%/intro.mp3 > %%DATADIR%%/data/col01.dat > %%DATADIR%%/data/game01.dat > %%DATADIR%%/data/game02.dat
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 115187
: 80290