Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 17:02:58 +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: r360223 - head/textproc/scew
Message-ID:  <201407021702.s62H2wU3071280@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Jul  2 17:02:58 2014
New Revision: 360223
URL: http://svnweb.freebsd.org/changeset/ports/360223
QAT: https://qat.redports.org/buildarchive/r360223/

Log:
  - Add USES=libtool
  - Use BROKEN_powerpc

Modified:
  head/textproc/scew/Makefile
  head/textproc/scew/pkg-plist

Modified: head/textproc/scew/Makefile
==============================================================================
--- head/textproc/scew/Makefile	Wed Jul  2 16:45:52 2014	(r360222)
+++ head/textproc/scew/Makefile	Wed Jul  2 17:02:58 2014	(r360223)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scew
 PORTVERSION=	1.1.7
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SAVANNAH/${PORTNAME}/
 
@@ -14,13 +15,15 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 GNU_CONFIGURE=	yes
+USES=		gmake libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
-USES=		gmake pathfix pkgconfig
 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
@@ -32,10 +35,4 @@ regression-test: build
 	cd ${WRKSRC}/tests && ${MAKE_CMD} check
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/scew/pkg-plist
==============================================================================
--- head/textproc/scew/pkg-plist	Wed Jul  2 16:45:52 2014	(r360222)
+++ head/textproc/scew/pkg-plist	Wed Jul  2 17:02:58 2014	(r360223)
@@ -3,9 +3,9 @@ bin/scew_stream
 bin/scew_write
 libdata/pkgconfig/scew.pc
 lib/libscew.a
-lib/libscew.la
 lib/libscew.so
 lib/libscew.so.1
+lib/libscew.so.1.0.8
 include/scew/attribute.h
 include/scew/bool.h
 include/scew/element.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021702.s62H2wU3071280>