svn commit: r387131 - head/lang/gawk

Johan van Selst johans at FreeBSD.org
Sat May 23 14:52:36 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list