svn commit: r382322 - head/textproc/bsdsort

John Marino marino at FreeBSD.org
Thu Mar 26 14:36:00 UTC 2015


Author: marino
Date: Thu Mar 26 14:35:59 2015
New Revision: 382322
URL: https://svnweb.freebsd.org/changeset/ports/382322
QAT: https://qat.redports.org/buildarchive/r382322/

Log:
  textproc/bsdsort: disable -Werror

Modified:
  head/textproc/bsdsort/Makefile

Modified: head/textproc/bsdsort/Makefile
==============================================================================
--- head/textproc/bsdsort/Makefile	Thu Mar 26 14:33:34 2015	(r382321)
+++ head/textproc/bsdsort/Makefile	Thu Mar 26 14:35:59 2015	(r382322)
@@ -19,6 +19,7 @@ MAKE_ENV+=	BINDIR="${PREFIX}/bin" \
 		MANDIR="${MANPREFIX}/man/man" \
 		CATDIR="${MANPREFIX}/man/man" \
 		NLSDIR="${PREFIX}/share/nls" \
+		NO_WERROR="defined" \
 		MK_GNU_SORT="no"
 USES=		uidfix
 


More information about the svn-ports-head mailing list