FreeBSD Bugzilla – Attachment 104438 Details for
Bug 144615
[PATCH] misc/help2man: fix make package when WITHOUT_NLS is defined, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
help2man-1.37.1_2.patch
help2man-1.37.1_2.patch (text/plain), 1.75 KB, created by
Sunpoet Po-Chuan Hsieh
on 2010-03-10 08:20:00 UTC
(
hide
)
Description:
help2man-1.37.1_2.patch
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2010-03-10 08:20:00 UTC
Size:
1.75 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/misc/help2man/Makefile /usr/ports/sunpoet/help2man/Makefile >--- /usr/ports/misc/help2man/Makefile 2010-03-09 16:23:19.000000000 +0800 >+++ /usr/ports/sunpoet/help2man/Makefile 2010-03-10 16:09:10.000000000 +0800 >@@ -8,34 +8,35 @@ > > PORTNAME= help2man > PORTVERSION= 1.37.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= misc > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= ${PORTNAME} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= sunpoet@sunpoet.net > COMMENT= Automatically generating simple manual pages from program output > > .if !defined(WITHOUT_NLS) > BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext > RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext > >+CFLAGS+= -lintl >+INSTALL_TARGET= install install_l10n > MANLANG= "" de fi fr pl pt_BR sv > PLIST_SUB+= NLS="" > USE_GETTEXT= yes >-INSTALL_TARGET= install install_l10n > .else >-CONFIGURE_ARGS+= --disable-nls >-PLIST_SUB+= NLS="@comment " >+CONFIGURE_ARGS+=--disable-nls > INSTALL_TARGET= install >+PLIST_SUB+= NLS="@comment " > .endif > >+CFLAGS+= -L${LOCALBASE}/lib > GNU_CONFIGURE= yes >-CFLAGS+= -L${LOCALBASE}/lib -lintl > USE_GMAKE= yes > USE_PERL5= yes > >-MAN1= help2man.1 > INFO= help2man >+MAN1= help2man.1 > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/misc/help2man/pkg-plist /usr/ports/sunpoet/help2man/pkg-plist >--- /usr/ports/misc/help2man/pkg-plist 2010-03-09 16:23:19.000000000 +0800 >+++ /usr/ports/sunpoet/help2man/pkg-plist 2010-03-10 12:58:33.000000000 +0800 >@@ -1,5 +1,5 @@ > bin/help2man >-lib/bindtextdomain.so >+%%NLS%%lib/bindtextdomain.so > %%NLS%%share/locale/de/LC_MESSAGES/help2man.mo > %%NLS%%share/locale/fi/LC_MESSAGES/help2man.mo > %%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo
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 144615
: 104438