FreeBSD Bugzilla – Attachment 15926 Details for
Bug 29402
Clean up games/dopewars
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.80 KB, created by
Pete Fritchman
on 2001-08-03 01:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pete Fritchman
Created:
2001-08-03 01:40:02 UTC
Size:
3.80 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/games/dopewars/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- Makefile 2001/07/01 22:36:14 1.14 >+++ Makefile 2001/08/02 23:17:59 >@@ -14,13 +14,24 @@ > MAINTAINER= petef@databits.net > > USE_GMAKE= yes >-GNU_CONFIGURE= yes > USE_GTK= yes > USE_X_PREFIX= yes >+ >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS+= --enable-nls >+ >+.if defined(NOPORTDOCS) >+MAKE_ENV+= NOPORTDOCS=yes >+.endif >+ >+PLIST_SUB= DOPEWARS=${PKGNAME} > >-CONFIGURE_ARGS= --enable-nls >+MAN6= dopewars.6 > >-DOPEWARS= ${PKGNAME} >-PLIST_SUB= DOPEWARS=${DOPEWARS} >+post-patch: >+ @${PERL} -pi -e 's!/pixmaps!/dopewars/pixmaps!' \ >+ ${WRKSRC}/src/Makefile.in >+ @${PERL} -pi -e 's!dopewars.sco!dopewars/dopewars.sco!g' \ >+ ${WRKSRC}/src/dopewars.c ${WRKSRC}/Makefile.in > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/games/dopewars/pkg-plist,v >retrieving revision 1.5 >diff -u -r1.5 pkg-plist >--- pkg-plist 2001/06/19 18:01:14 1.5 >+++ pkg-plist 2001/08/02 23:17:08 >@@ -1,16 +1,35 @@ > bin/dopewars >-share/doc/%%DOPEWARS%%/aiplayer.html >-share/doc/%%DOPEWARS%%/clientplay.html >-share/doc/%%DOPEWARS%%/commandline.html >-share/doc/%%DOPEWARS%%/configfile.html >-share/doc/%%DOPEWARS%%/credits.html >-share/doc/%%DOPEWARS%%/developer.html >-share/doc/%%DOPEWARS%%/i18n.html >-share/doc/%%DOPEWARS%%/index.html >-share/doc/%%DOPEWARS%%/installation.html >-share/doc/%%DOPEWARS%%/metaserver.html >-share/doc/%%DOPEWARS%%/server.html >-share/doc/%%DOPEWARS%%/servercommands.html >-share/doc/%%DOPEWARS%%/windows.html >-share/dopewars.sco >-@dirrm share/doc/%%DOPEWARS%% >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/aiplayer.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/clientplay.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/commandline.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/configfile.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/credits.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/developer.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/i18n.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/index.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/installation.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/metaserver.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/server.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/servercommands.html >+%%PORTDOCS%%share/doc/%%DOPEWARS%%/windows.html >+share/dopewars/dopewars.sco >+share/dopewars/pixmaps/dopewars-pill.png >+share/dopewars/pixmaps/dopewars-shot.png >+share/dopewars/pixmaps/dopewars-weed.png >+share/locale/de/LC_MESSAGES/dopewars.mo >+share/locale/pl/LC_MESSAGES/dopewars.mo >+share/locale/pt_BR/LC_MESSAGES/dopewars.mo >+share/gnome/apps/Games/dopewars.desktop >+@unexec rmdir share/gnome/apps/Games 2>/dev/null || true >+@unexec rmdir share/gnome/apps 2>/dev/null || true >+@unexec rmdir share/gnome 2>/dev/null || true >+@unexec rmdir share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true >+@unexec rmdir share/locale/pt_BR 2>/dev/null || true >+@unexec rmdir share/locale/pl/LC_MESSAGES 2>/dev/null || true >+@unexec rmdir share/locale/pl 2>/dev/null || true >+@unexec rmdir share/locale/de/LC_MESSAGES 2>/dev/null || true >+@unexec rmdir share/locale/de 2>/dev/null || true >+@unexec rmdir share/locale 2>/dev/null || true >+@dirrm share/dopewars/pixmaps >+@dirrm share/dopewars >+%%PORTDOCS%%@dirrm share/doc/%%DOPEWARS%% >--- /dev/null Thu Aug 2 19:18:01 2001 >+++ files/patch-doc::Makefile.in Thu Aug 2 18:46:15 2001 >@@ -0,0 +1,13 @@ >+--- doc/Makefile.in.orig Mon Jun 18 20:46:56 2001 >++++ doc/Makefile.in Thu Aug 2 18:46:04 2001 >+@@ -248,8 +248,10 @@ >+ >+ >+ install-data-local: >++ifndef NOPORTDOCS >+ ${INSTALL} -d -o root -g 0 -m 0755 ${DESTDIR}${DOCPATH} >+ ${INSTALL} -o root -g 0 -m 0644 ${DOCS} ${DESTDIR}${DOCPATH} >++endif >+ >+ # Tell versions [3.59,3.63) of GNU make to not export all variables. >+ # Otherwise a system limit (for SysV at least) may be exceeded.
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 29402
: 15926