svn commit: r327118 - head/textproc/wiggle

Matthias Andree mandree at FreeBSD.org
Thu Sep 12 23:46:21 UTC 2013


Author: mandree
Date: Thu Sep 12 23:46:20 2013
New Revision: 327118
URL: http://svnweb.freebsd.org/changeset/ports/327118

Log:
  Require GCC because the code uses nested functions that clang rejects.
  While here, replace TAB by space in WWW: line of pkg-descr.

Modified:
  head/textproc/wiggle/Makefile
  head/textproc/wiggle/pkg-descr

Modified: head/textproc/wiggle/Makefile
==============================================================================
--- head/textproc/wiggle/Makefile	Thu Sep 12 22:45:38 2013	(r327117)
+++ head/textproc/wiggle/Makefile	Thu Sep 12 23:46:20 2013	(r327118)
@@ -13,6 +13,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
+USE_GCC=	4.2+	# uses nested functions
 USE_GMAKE=	yes
 
 MAKE_ARGS+=	CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter"

Modified: head/textproc/wiggle/pkg-descr
==============================================================================
--- head/textproc/wiggle/pkg-descr	Thu Sep 12 22:45:38 2013	(r327117)
+++ head/textproc/wiggle/pkg-descr	Thu Sep 12 23:46:20 2013	(r327118)
@@ -12,4 +12,4 @@ Also, wiggle will (in some cases) detect
 applied, and will ignore them.
 							-- Neil Brown
 
-WWW:	http://git.neil.brown.name/git?p=wiggle.git;a=summary
+WWW: http://git.neil.brown.name/git?p=wiggle.git;a=summary


More information about the svn-ports-head mailing list