Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 23:46:20 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327118 - head/textproc/wiggle
Message-ID:  <201309122346.r8CNkKF7009635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309122346.r8CNkKF7009635>