Date: Sat, 23 May 2015 14:52:36 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387131 - head/lang/gawk Message-ID: <201505231452.t4NEqarb001300@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505231452.t4NEqarb001300>