FreeBSD Bugzilla – Attachment 126950 Details for
Bug 170733
[MAINTAINER] games/kye: Makefile changed, Port require always DATA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py27-kye-1.0.patch
py27-kye-1.0.patch (text/plain), 1.23 KB, created by
nemysis
on 2012-08-18 09:50:08 UTC
(
hide
)
Description:
py27-kye-1.0.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-08-18 09:50:08 UTC
Size:
1.23 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/games/kye/Makefile ./Makefile >--- /usr/ports/games/kye/Makefile 2012-08-04 23:59:15.000000000 +0200 >+++ ./Makefile 2012-08-18 10:35:57.000000000 +0200 >@@ -7,6 +7,7 @@ > > PORTNAME= kye > PORTVERSION= 1.0 >+#PORTREVISION= 1 > CATEGORIES= games python > MASTER_SITES= http://games.moria.org.uk/kye/download/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,9 +18,6 @@ > > LICENSE= GPLv2 > >-OPTIONS_DEFINE= DATA >-OPTIONS_DEFAULT= DATA >- > USE_GNOME= pygtk2 librsvg2 > USE_PYTHON= yes > USE_PYDISTUTILS= yes >@@ -34,7 +32,7 @@ > > post-install: > # Data >-.if ${PORT_OPTIONS:MDATA} >+.if !defined (NOPORTDATA) > ${INSTALL_DATA} ${WRKSRC}/kye-icon.png ${PREFIX}/share/pixmaps/Kye.png > ${INSTALL_DATA} ${WRKSRC}/kye-edit-icon.png ${PREFIX}/share/pixmaps/Kye-edit.png > .endif >diff -ruN --exclude=CVS /usr/ports/games/kye/files/pkg-message.in ./files/pkg-message.in >--- /usr/ports/games/kye/files/pkg-message.in 2012-08-04 23:59:15.000000000 +0200 >+++ ./files/pkg-message.in 2012-08-18 10:35:17.000000000 +0200 >@@ -20,6 +20,6 @@ > > You could manually change Permissions these Levels with: > >- /bin/chmod 444 %%DATADIR%%/*.kye >+ /bin/chmod 644 %%DATADIR%%/*.kye > > ===============================================================================
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 170733
: 126950 |
126951
|
126952