FreeBSD Bugzilla – Attachment 126076 Details for
Bug 169788
[PATCH] x11/terminator: use new options framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
terminator-0.96_3.patch
terminator-0.96_3.patch (text/plain), 949 bytes, created by
Jason Helfman
on 2012-07-11 18:50:01 UTC
(
hide
)
Description:
terminator-0.96_3.patch
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2012-07-11 18:50:01 UTC
Size:
949 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/x11/terminator/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- Makefile 1 Jun 2012 05:25:20 -0000 1.18 >+++ Makefile 11 Jul 2012 17:44:43 -0000 >@@ -17,8 +17,9 @@ > > LICENSE= GPLv2 > >-OPTIONS= NLS "Native language support" on \ >- GCONF "Use GNOME Terminal settings" on >+OPTIONS_DEFINE= NLS GCONF >+GCONF_DESC= Use GNOME Terminal settings >+OPTIONS_DEFAULT= NLS GCONF > > USE_PYTHON= 2.5+ > USE_PYDISTUTILS= yes >@@ -31,7 +32,7 @@ > .include <bsd.port.pre.mk> > > PYSETUP+= --without-icon-cache >-.ifdef(WITHOUT_NLS) >+.if empty(PORT_OPTIONS:MNLS) > PLIST_SUB+= NLS="@comment " > PYSETUP+= --without-gettext > .else >@@ -40,7 +41,7 @@ > .endif > > RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte >-.if defined(WITH_GCONF) >+.if ${PORT_OPTIONS:MGCONF} > USE_GNOME+= pygnome2 > .endif > USE_GNOME+= pygtk2
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 169788
: 126076