FreeBSD Bugzilla – Attachment 117388 Details for
Bug 159470
Update port: games/znibbles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.43 KB, created by
tkato432
on 2011-08-03 19:40:29 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2011-08-03 19:40:29 UTC
Size:
2.43 KB
patch
obsolete
>diff -urN /usr/ports/games/znibbles/Makefile games/znibbles/Makefile >--- /usr/ports/games/znibbles/Makefile 2011-08-03 15:32:43.000000000 +0900 >+++ games/znibbles/Makefile 2011-08-03 15:58:40.000000000 +0900 >@@ -9,20 +9,55 @@ > PORTVERSION= 0.0.7 > PORTREVISION= 5 > CATEGORIES= games >-MASTER_SITES= http://koala.ilog.fr/ftp/pub/games/znibbles/ >+MASTER_SITES= http://old.koalateam.com/ftp/pub/games/znibbles/ \ >+ http://www.jfouffa.com/vmallet/archives/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= A multi-player networked nibbles game > >-DEPRECATED= No more public distfiles >-EXPIRATION_DATE= 2011-09-01 >+OPTIONS= MOTIF "Build Motif client" on \ >+ GTK "Build GTK+ cluent" on > >-USE_MOTIF= yes >-USE_GNOME= gtk12 >+LICENSE= GPLv2 GPLv3 >+LICENSE_COMB= dual >+ >+USE_XORG= x11 >+WANT_GNOME= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --without-motif \ >- --disable-motif >+MAKE_JOBS_SAFE= yes >+ >+MAN6= nibbles.6 znibblesX.6 >+PLIST_FILES= bin/nibbles bin/znibblesX >+ >+.include <bsd.port.pre.mk> >+ >+.if defined(WITHOUT_MOTIF) >+CONFIGURE_ARGS+=--without-motif --disable-motif >+.else >+USE_MOTIF= yes >+MAN6+= znibbles.6 >+PLIST_FILES+= bin/znibbles >+.endif >+ >+.if defined(WITHOUT_GTK) >+CONFIGURE_ARGS+=--disable-gtk >+.else >+USE_GNOME+= gtk12 >+MAN6+= gznibbles.6 >+PLIST_FILES+= bin/gznibbles >+.endif >+ >+post-patch: >+ @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in > >-MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6 >+post-install: >+ ${INSTALL_MAN} ${WRKSRC}/doc/nibbles.6 ${MAN6PREFIX}/man/man6 >+ ${INSTALL_MAN} ${WRKSRC}/doc/znibblesX.6 ${MAN6PREFIX}/man/man6 >+.if !defined(WITHOUT_MOTIF) >+ ${INSTALL_MAN} ${WRKSRC}/doc/znibbles.6 ${MAN6PREFIX}/man/man6 >+.endif >+.if !defined(WITHOUT_GTK) >+ ${INSTALL_MAN} ${WRKSRC}/doc/gznibbles.6 ${MAN6PREFIX}/man/man6 >+.endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >diff -urN /usr/ports/games/znibbles/pkg-descr games/znibbles/pkg-descr >--- /usr/ports/games/znibbles/pkg-descr 2008-12-25 16:26:35.000000000 +0900 >+++ games/znibbles/pkg-descr 2011-08-01 01:02:19.000000000 +0900 >@@ -18,4 +18,4 @@ > > Run "nibbles" first as the ZNibbles server, and then run its clients to play. > >-WWW: http://www.jfouffa.com/v >+WWW: http://www.jfouffa.com/vmallet/ZNibbles.html >diff -urN /usr/ports/games/znibbles/pkg-plist games/znibbles/pkg-plist >--- /usr/ports/games/znibbles/pkg-plist 1999-11-14 11:41:58.000000000 +0900 >+++ games/znibbles/pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,3 +0,0 @@ >-bin/nibbles >-bin/gznibbles >-bin/znibblesX
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 159470
: 117388 |
117389