svn commit: r431162 - head/devel/gperf

Dirk Meyer dinoex at FreeBSD.org
Wed Jan 11 08:37:10 UTC 2017


Author: dinoex
Date: Wed Jan 11 08:37:08 2017
New Revision: 431162
URL: https://svnweb.freebsd.org/changeset/ports/431162

Log:
  - ignore gperf 3.1 update

Modified:
  head/devel/gperf/Makefile

Modified: head/devel/gperf/Makefile
==============================================================================
--- head/devel/gperf/Makefile	Wed Jan 11 08:28:08 2017	(r431161)
+++ head/devel/gperf/Makefile	Wed Jan 11 08:37:08 2017	(r431162)
@@ -13,8 +13,8 @@ LICENSE=	GPLv2
 
 CONFLICTS=	ace+tao-[0-9]*
 MAKE_JOBS_UNSAFE=	yes
-# avoid GPL3
-PORTSCOUT=	skipv:3.0.4
+# avoid GPLv3 in generated code
+PORTSCOUT=	ignore
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--docdir=${DOCSDIR}


More information about the svn-ports-head mailing list