Date: Sat, 30 Aug 2014 15:35:14 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366635 - in head/devel/popt: . files Message-ID: <201408301535.s7UFZESu095450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Aug 30 15:35:13 2014 New Revision: 366635 URL: http://svnweb.freebsd.org/changeset/ports/366635 QAT: https://qat.redports.org/buildarchive/r366635/ Log: - Convert to USES=libtool and add INSTALL_TARGET=install-strip - Remove CONFIGURE_ARGS Deleted: head/devel/popt/files/patch-configure Modified: head/devel/popt/Makefile head/devel/popt/pkg-plist Modified: head/devel/popt/Makefile ============================================================================== --- head/devel/popt/Makefile Sat Aug 30 15:30:28 2014 (r366634) +++ head/devel/popt/Makefile Sat Aug 30 15:35:13 2014 (r366635) @@ -3,6 +3,7 @@ PORTNAME= popt PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://rpm5.org/files/popt/ @@ -11,13 +12,11 @@ COMMENT= Getopt(3) like library with a n OPTIONS_DEFINE= NLS -CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ - --program-prefix="" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool -USES= pathfix iconv +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +USES= iconv libtool pathfix USE_LDCONFIG= yes NLS_CONFIGURE_ENABLE= nls Modified: head/devel/popt/pkg-plist ============================================================================== --- head/devel/popt/pkg-plist Sat Aug 30 15:30:28 2014 (r366634) +++ head/devel/popt/pkg-plist Sat Aug 30 15:35:13 2014 (r366635) @@ -1,8 +1,8 @@ include/popt.h lib/libpopt.a -lib/libpopt.la lib/libpopt.so lib/libpopt.so.0 +lib/libpopt.so.0.0.0 libdata/pkgconfig/popt.pc man/man3/popt.3.gz %%NLS%%share/locale/cs/LC_MESSAGES/popt.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408301535.s7UFZESu095450>