Date: Tue, 11 Jun 2019 11:19:50 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503953 - head/devel/tclreadline Message-ID: <201906111119.x5BBJo8o015061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Jun 11 11:19:50 2019 New Revision: 503953 URL: https://svnweb.freebsd.org/changeset/ports/503953 Log: devel/tclreadline: install a stripped shared library Modified: head/devel/tclreadline/Makefile Modified: head/devel/tclreadline/Makefile ============================================================================== --- head/devel/tclreadline/Makefile Tue Jun 11 11:04:27 2019 (r503952) +++ head/devel/tclreadline/Makefile Tue Jun 11 11:19:50 2019 (r503953) @@ -3,7 +3,7 @@ PORTNAME= tclreadline PORTVERSION= 2.3.5 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel tcl @@ -19,6 +19,7 @@ CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ --with-readline-includes=${LOCALBASE}/include \ --with-readline-library="-L${LOCALBASE}/lib -lreadline" \ --with-tk=no +INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= flightaware
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906111119.x5BBJo8o015061>