From owner-svn-ports-all@FreeBSD.ORG Thu Sep 12 23:46:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D6CC496; Thu, 12 Sep 2013 23:46:21 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BB29230E; Thu, 12 Sep 2013 23:46:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CNkKCh009637; Thu, 12 Sep 2013 23:46:20 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8CNkKF7009635; Thu, 12 Sep 2013 23:46:20 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201309122346.r8CNkKF7009635@svn.freebsd.org> From: Matthias Andree Date: Thu, 12 Sep 2013 23:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327118 - head/textproc/wiggle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 23:46:21 -0000 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