net-im/pidgin-privacy-please install locale in /usr/local/lib/locale Have added a patch to correct this to install locale in /usr/local/share/locale po/Makefile.in.in -itlocaledir = $(prefix)/$(DATADIRNAME)/locale +itlocaledir = $(datarootdir)/locale Now is gettext conditional. Fix: This patch fix problem diff -ruN --exclude=CVS /usr/ports/net-im/pidgin-privacy-please/ ./pidgin-privacy-please/ > pidgin-privacy-please.diff Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer (via the GNATS Auto Assign Tool)
ehaupt 2012-05-15 12:42:10 UTC FreeBSD ports repository Modified files: net-im/pidgin-privacy-please Makefile pkg-plist Log: Install locale in share/locale PR: 167534 (based on) Submitted by: nemysis <nemysis@gmx.ch> Revision Changes Path 1.8 +1 -0 ports/net-im/pidgin-privacy-please/Makefile 1.3 +4 -10 ports/net-im/pidgin-privacy-please/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
ehaupt 2012-05-15 12:43:38 UTC FreeBSD ports repository Added files: net-im/pidgin-privacy-please/files patch-po-Makefile.in.in Log: Install locale in share/locale PR: 167534 (based on) Submitted by: nemysis <nemysis@gmx.ch> Revision Changes Path 1.1 +11 -0 ports/net-im/pidgin-privacy-please/files/patch-po-Makefile.in.in (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with minor modifications, thanks! Modifications: --disable-nls had no effect. This option has therefore been removed.