Fix stage Fix LIB_DEPENDS Add LICENSE
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Fri Dec 6 16:16:09 2013 New Revision: 335771 URL: http://svnweb.freebsd.org/changeset/ports/335771 Log: - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR - While I'm here: - Remove leading indefinite article from COMMENT - Strip shared library PR: ports/184541 Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer) Modified: head/devel/libast/Makefile (contents, props changed) Modified: head/devel/libast/Makefile ============================================================================== --- head/devel/libast/Makefile Fri Dec 6 16:14:27 2013 (r335770) +++ head/devel/libast/Makefile Fri Dec 6 16:16:09 2013 (r335771) @@ -9,23 +9,27 @@ MASTER_SITES= http://www.eterm.org/downl CRITICAL MAINTAINER= rodrigo@bebik.net -COMMENT= A library of assorted spiffy things +COMMENT= Library of assorted spiffy things -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +LICENSE= BSD + +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USE_AUTOTOOLS= libtool -USES= pathfix USE_EFL= imlib2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +USES= pathfix -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_MMX) && (${ARCH} == "i386") CONFIGURE_ARGS= --enable-mmx .endif +post-build: + @${STRIP_CMD} ${WRKSRC}/src/.libs/libast.so.2 + .include <bsd.port.post.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!