FreeBSD Bugzilla – Attachment 148356 Details for
Bug 194392
[PATCH] Mk/Uses/autoreconf.mk, add intltoolize support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add intltoolize support in Mk/Uses/autoreconf.mk
autoreconf.mk.diff (text/plain), 1.11 KB, created by
Olivier Duchateau
on 2014-10-15 21:41:12 UTC
(
hide
)
Description:
Add intltoolize support in Mk/Uses/autoreconf.mk
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2014-10-15 21:41:12 UTC
Size:
1.11 KB
patch
obsolete
>Index: autoreconf.mk >=================================================================== >--- autoreconf.mk (révision 370955) >+++ autoreconf.mk (copie de travail) >@@ -68,17 +68,33 @@ > BUILD_DEPENDS+= libtoolize:${PORTSDIR}/devel/libtool > .endif > >+.if ${USE_GNOME:Mintltool} >+BUILD_DEPENDS+= intltoolize:${PORTSDIR}/textproc/intltool > .endif > >+.endif >+ > .if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_AUTORECONF_POST_MK) > _INCLUDE_USES_AUTORECONF_POST_MK= yes > > .if ! ${autoreconf_ARGS:Mbuild} >+post-patch: >+# https://bugzilla.gnome.org/show_bug.cgi?id=706835 >+.if ${USE_GNOME:Mintltool} >+ ${REINPLACE_CMD} -Ee 's|AM_GNU_GETTEXT.*||g' \ >+ ${CONFIGURE_WRKSRC}/configure.ac >+.endif >+ > do-autoreconf: > .for f in AUTHORS ChangeLog INSTALL NEWS README > # Don't modify time stamps if the files already exist > @test -e ${CONFIGURE_WRKSRC}/${f} || ${TOUCH} ${CONFIGURE_WRKSRC}/${f} > .endfor >+.if ${USE_GNOME:Mintltool} >+ @(mkdir ${CONFIGURE_WRKSRC}/m4) >+ @(cd ${CONFIGURE_WRKSRC} && \ >+ ${LOCALBASE}/bin/intltoolize --automake -c) >+.endif > @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoreconf -f -i) > .endif >
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 194392
: 148356