Date: Mon, 21 Jul 2014 08:01:02 +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: r362403 - head/textproc/scew Message-ID: <201407210801.s6L812SC087776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Jul 21 08:01:02 2014 New Revision: 362403 URL: http://svnweb.freebsd.org/changeset/ports/362403 QAT: https://qat.redports.org/buildarchive/r362403/ Log: - Unbreak on powerpc, it builds fine - While at it, make a few cosmetics changes Reported by: danfe Modified: head/textproc/scew/Makefile head/textproc/scew/pkg-descr Modified: head/textproc/scew/Makefile ============================================================================== --- head/textproc/scew/Makefile Mon Jul 21 06:38:49 2014 (r362402) +++ head/textproc/scew/Makefile Mon Jul 21 08:01:02 2014 (r362403) @@ -14,25 +14,26 @@ LICENSE= LGPL21 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig +GNU_CONFIGURE= yes USE_LDCONFIG= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib SCEW_EXAMPLES= print stream write -BROKEN_powerpc= Does not compile on powerpc - post-install: .for ex in ${SCEW_EXAMPLES} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} \ + ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} \ + ${STAGEDIR}${PREFIX}/bin .endfor .ifdef MAINTAINER_MODE LIB_DEPENDS+= libcheck.so:${PORTSDIR}/devel/libcheck regression-test: build - cd ${WRKSRC}/tests && ${MAKE_CMD} check + ${MAKE_CMD} -C ${WRKSRC}/tests check .endif .include <bsd.port.mk> Modified: head/textproc/scew/pkg-descr ============================================================================== --- head/textproc/scew/pkg-descr Mon Jul 21 06:38:49 2014 (r362402) +++ head/textproc/scew/pkg-descr Mon Jul 21 08:01:02 2014 (r362403) @@ -1,6 +1,5 @@ -The aim of SCEW is to provide an easy interface around the XML Expat -parser. -SCEW also incorporates functions to create and handle XML trees. That -is, add and delete nodes, change attribute names and values... +The aim of SCEW is to provide an easy interface around the Expat XML parser. +SCEW also incorporates functions to create and handle XML trees. That is, add +and delete nodes, change attribute names and values, etc. WWW: http://www.nongnu.org/scew/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407210801.s6L812SC087776>