From owner-svn-ports-all@FreeBSD.ORG Sun Dec 29 16:00:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17E32A47; Sun, 29 Dec 2013 16:00:26 +0000 (UTC) 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 DF7051E65; Sun, 29 Dec 2013 16:00:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTG0PLO001220; Sun, 29 Dec 2013 16:00:25 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTG0Pef001218; Sun, 29 Dec 2013 16:00:25 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201312291600.rBTG0Pef001218@svn.freebsd.org> From: Johan van Selst Date: Sun, 29 Dec 2013 16:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338016 - head/lang/gawk 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.17 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: Sun, 29 Dec 2013 16:00:26 -0000 Author: johans Date: Sun Dec 29 16:00:25 2013 New Revision: 338016 URL: http://svnweb.freebsd.org/changeset/ports/338016 Log: - Enable STAGE support - Simplify options handling Modified: head/lang/gawk/Makefile head/lang/gawk/pkg-plist Modified: head/lang/gawk/Makefile ============================================================================== --- head/lang/gawk/Makefile Sun Dec 29 15:58:55 2013 (r338015) +++ head/lang/gawk/Makefile Sun Dec 29 16:00:25 2013 (r338016) @@ -9,10 +9,15 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= The GNU version of Awk -LIB_DEPENDS= sigsegv:${PORTSDIR}/devel/libsigsegv +LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv -OPTIONS_DEFINE= MPFR -MPFR_DESC?= Support multiple-precision floating-point computation +OPTIONS_DEFINE= NLS MPFR +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_OFF= --disable-nls +MPFR_DESC?= Support multiple-precision floating-point computation +MPFR_LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr +MPFR_CONFIGURE_OFF= --without-gmp --without-mpfr INFO= gawk gawkinet @@ -23,28 +28,7 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} \ AWK=${AWK} -MAN1= gawk.1 igawk.1 -MAN3= filefuncs.3am fnmatch.3am fork.3am ordchr.3am readdir.3am \ - readfile.3am revoutput.3am revtwoway.3am rwarray.3am time.3am - -PLIST_SUB= VERSION=${PORTVERSION} - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MMPFR} -LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr -.else -CONFIGURE_ARGS+=--without-gmp --without-mpfr -.endif +PLIST_SUB+= VERSION=${PORTVERSION} post-patch: @${RM} -f ${WRKSRC}/doc/*.info Modified: head/lang/gawk/pkg-plist ============================================================================== --- head/lang/gawk/pkg-plist Sun Dec 29 15:58:55 2013 (r338015) +++ head/lang/gawk/pkg-plist Sun Dec 29 16:00:25 2013 (r338016) @@ -28,6 +28,18 @@ lib/gawk/time.so lib/gawk/time.la libexec/awk/grcat libexec/awk/pwcat +man/man1/gawk.1.gz +man/man1/igawk.1.gz +man/man3/filefuncs.3am.gz +man/man3/fnmatch.3am.gz +man/man3/fork.3am.gz +man/man3/ordchr.3am.gz +man/man3/readdir.3am.gz +man/man3/readfile.3am.gz +man/man3/revoutput.3am.gz +man/man3/revtwoway.3am.gz +man/man3/rwarray.3am.gz +man/man3/time.3am.gz share/awk/assert.awk share/awk/bits2str.awk share/awk/cliff_rand.awk