FreeBSD Bugzilla – Attachment 189455 Details for
Bug 224876
x11-toolkits/girara: missing dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adding options
girara.diff (text/plain), 892 bytes, created by
Guido Falsi
on 2018-01-05 23:33:18 UTC
(
hide
)
Description:
Patch adding options
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2018-01-05 23:33:18 UTC
Size:
892 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 458161) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= girara > PORTVERSION= 0.2.8 >+PORTREVISION= 1 > CATEGORIES= x11-toolkits graphics > MASTER_SITES= https://pwmt.org/projects/girara/download/ \ > http://www.madpilot.net/~mad/pwmt.org/ >@@ -19,11 +20,20 @@ > MAKE_ENV+= SFLAGS=${STRIP} \ > VERBOSE=1 > >-OPTIONS_DEFINE= NLS >+OPTIONS_DEFINE= JSONC NLS NOTIFY >+OPTIONS_DEFAULT= NOTIFY >+JSONC_DESC= Support json configuration dump > >-OPTIONS_SUB= yes >-NLS_USES= gettext >+OPTIONS_SUB= yes > >+JSONC_LIB_DEPENDS= libjson-c.so:devel/json-c >+JSONC_MAKE_ENV= WITH_JSON=0 >+ >+NLS_USES= gettext >+ >+NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify >+NOTIFY_MAKE_ENV= WITH_LIBNOTIFY=0 >+ > post-patch: .SILENT > ${REINPLACE_CMD} -e 's|^\(CFLAGS +=\) -std=c11|\1|' \ > ${WRKSRC}/config.mk
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 224876
:
189376
| 189455