From owner-svn-ports-head@FreeBSD.ORG Sat May 23 14:52:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5872BD0; Sat, 23 May 2015 14:52:36 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A27AF17E3; Sat, 23 May 2015 14:52:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4NEqaoK001301; Sat, 23 May 2015 14:52:36 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4NEqarb001300; Sat, 23 May 2015 14:52:36 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505231452.t4NEqarb001300@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 23 May 2015 14:52:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387131 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2015 14:52:36 -0000 Author: johans Date: Sat May 23 14:52:35 2015 New Revision: 387131 URL: https://svnweb.freebsd.org/changeset/ports/387131 Log: - Force linking with readline from ports Note that gawk works fine with readline from base, but it would break dependency tracking if we get this wrong PR: 200408 Submitted by: sunpoet Modified: head/lang/gawk/Makefile Modified: head/lang/gawk/Makefile ============================================================================== --- head/lang/gawk/Makefile Sat May 23 13:38:15 2015 (r387130) +++ head/lang/gawk/Makefile Sat May 23 14:52:35 2015 (r387131) @@ -3,14 +3,14 @@ PORTNAME= gawk PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= GNU version of Awk -LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv \ - libreadline.so:${PORTSDIR}/devel/readline +LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv OPTIONS_DEFINE= NLS MPFR OPTIONS_SUB= yes @@ -23,10 +23,9 @@ MPFR_CONFIGURE_OFF= --without-gmp --with INFO= gawk gawkinet GNU_CONFIGURE= yes -USES= iconv libtool makeinfo tar:xz +USES= iconv libtool makeinfo readline:port tar:xz CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} \ - --with-readline=${LOCALBASE} \ AWK=${AWK} INSTALL_TARGET= install-strip