FreeBSD Bugzilla – Attachment 133120 Details for
Bug 177519
[patch] fix options handling for editors/calligra-l10n (do not always build all languages)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.24 KB, created by
Martin Birgmeier
on 2013-03-31 11:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Birgmeier
Created:
2013-03-31 11:40:00 UTC
Size:
1.24 KB
patch
obsolete
>--- ./editors/calligra-l10n/Makefile.ORIG 2013-03-30 21:18:36.479381451 +0100 >+++ ./editors/calligra-l10n/Makefile 2013-03-30 21:31:09.890379694 +0100 >@@ -33,8 +33,8 @@ > .include "${.CURDIR}/../../misc/kde4-l10n/files/kde4-lang-names" > nb_NAME= Norwegian Bokmal > >-OPTIONS_DEFINE= ALL >-OPTIONS_DEFAULT=ALL >+OPTIONS_DEFINE= ALL ${LANG_OPT_ALL} >+OPTIONS_DEFAULT= ALL > > ALL_DESC= All localizations > >@@ -42,18 +42,20 @@ > ${lang}_DETECT?= ${KDE4_PREFIX}/share/locale/${lang}/LC_MESSAGES/calligra.mo > ${lang}_PORT?= editors/calligra-l10n-${lang} > ${lang}_NAME?= ${lang} >-${lang}_OPTION= ${lang:S/@/_/} >-OPTIONS_DEFINE+= ${${lang}_OPTION} >-${${lang}_OPTION}_DESC= ${${lang}_NAME} localization >+ >+${lang}_OPT= ${lang:S/@/_/} >+LANG_OPT_ALL+= ${${lang}_OPT} >+${${lang}_OPT}_DESC= ${${lang}_NAME} localization >+ >+${${lang}_OPT}_DEP= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} > .endfor > > .include <bsd.port.options.mk> > >-.for lang in ${CALLIGRA_LANG_ALL} >-# .if ${PORT_OPTIONS:MALL} || ${PORT_OPTIONS:M${${lang}_OPTION}} >-.if ${PORT_OPTIONS:M${${lang}_OPTION}} >-RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} >-.endif >+.for opt in ${LANG_OPT_ALL} >+. if ${PORT_OPTIONS:M${opt}} || ${PORT_OPTIONS:MALL} >+RUN_DEPENDS+= ${${opt}_DEP} >+. endif > .endfor > > do-install:
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 177519
: 133120