Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 09:12:35 +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: r366472 - head/devel/libevent-hiphop
Message-ID:  <201408290912.s7T9CZ34032796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Aug 29 09:12:34 2014
New Revision: 366472
URL: http://svnweb.freebsd.org/changeset/ports/366472
QAT: https://qat.redports.org/buildarchive/r366472/

Log:
  - Add USES=libtool
  - Remove unneeded CFLAGS patch

Modified:
  head/devel/libevent-hiphop/Makefile
  head/devel/libevent-hiphop/pkg-plist

Modified: head/devel/libevent-hiphop/Makefile
==============================================================================
--- head/devel/libevent-hiphop/Makefile	Fri Aug 29 09:10:58 2014	(r366471)
+++ head/devel/libevent-hiphop/Makefile	Fri Aug 29 09:12:34 2014	(r366472)
@@ -4,7 +4,7 @@
 PORTNAME=	libevent
 PKGNAMESUFFIX=	-hiphop
 PORTVERSION=	1.4.14b
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	http://monkey.org/~provos/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-stable
@@ -22,13 +22,13 @@ GNU_CONFIGURE_PREFIX=	${PREFIX}/${HIPHOP
 INSTALL_TARGET=	install-libLTLIBRARIES \
 		install-includeHEADERS \
 		install-nodist_includeHEADERS
+USES=		libtool
 PLIST_SUB+=	HIPHOP_DIR="${HIPHOP_DIR}"
 
 pre-configure:
 	@${MKDIR} ${WRKSRC}/m4
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=,' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e '/LIBS/s/-lrt//g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
 		${WRKSRC}/epoll.c ${WRKSRC}/epoll_sub.c ${WRKSRC}/evdns.c

Modified: head/devel/libevent-hiphop/pkg-plist
==============================================================================
--- head/devel/libevent-hiphop/pkg-plist	Fri Aug 29 09:10:58 2014	(r366471)
+++ head/devel/libevent-hiphop/pkg-plist	Fri Aug 29 09:12:34 2014	(r366472)
@@ -5,11 +5,8 @@
 %%HIPHOP_DIR%%/ext/include/evrpc.h
 %%HIPHOP_DIR%%/ext/include/evutil.h
 %%HIPHOP_DIR%%/ext/lib/libevent_core.a
-%%HIPHOP_DIR%%/ext/lib/libevent_core.la
 %%HIPHOP_DIR%%/ext/lib/libevent_extra.a
-%%HIPHOP_DIR%%/ext/lib/libevent_extra.la
 %%HIPHOP_DIR%%/ext/lib/libevent.a
-%%HIPHOP_DIR%%/ext/lib/libevent.la
 @dirrmtry %%HIPHOP_DIR%%/ext/lib
 @dirrmtry %%HIPHOP_DIR%%/ext/include
 @dirrmtry %%HIPHOP_DIR%%/ext



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