- move CONFLICTS and USE_XZ closer to the top (cosmetic) - push PLIST_FILES to pkg-plist (cosmetic) - mark whole post-patch target .SILENT (cosmetic) - hide --disable-nls behind WITHOUT_NLS - don't create/update charset.alias for WITHOUT_NLS
Responsible Changed From-To: freebsd-ports-bugs->gabor Over to maintainer (via the GNATS Auto Assign Tool)
Oops, -lintl in LDFLAGS is not needed. configure script already checks gettext in libc/libintl. And because HAVE_LIBINTL_H is not really used there is no need for CPPFLAGS=-I${LOCALBASE}/include in CONFIGURE_ENV. Works fine without it.
gabor 2010-08-15 00:51:33 UTC FreeBSD ports repository Modified files: textproc/gnugrep Makefile Added files: textproc/gnugrep pkg-plist Log: - Add support for NLS with the conventional WITHOUT_NLS knob to disable it - Silence post-patch target - Bump PORTREVISION - Cosmetic changes PR: ports/149290 Submitted by: swell.k@gmail.com Revision Changes Path 1.6 +18 -10 ports/textproc/gnugrep/Makefile 1.1 +47 -0 ports/textproc/gnugrep/pkg-plist (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, thanks! I've changed .SILENT to @'s because this it the conventional way how se silence commands and I've also bumped PORTREVISION.