Index: head/devel/libevent-hiphop/Makefile =================================================================== --- head/devel/libevent-hiphop/Makefile (revision 503797) +++ head/devel/libevent-hiphop/Makefile (revision 503798) @@ -1,39 +1,42 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= libevent PORTVERSION= 1.4.14b PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ PKGNAMESUFFIX= -hiphop DISTNAME= ${PORTNAME}-${DISTVERSION}-stable MAINTAINER= mm@FreeBSD.org COMMENT= Static libevent with custom patches for HipHop LICENSE= BSD3CLAUSE -HIPHOP_DIR= share/hiphop-php +DEPRECATED= Obsoleted with removal of lang/hiphop-php +EXPIRATION_DATE=2019-07-09 +USES= libtool + +HIPHOP_DIR= share/hiphop-php GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-shared --enable-static GNU_CONFIGURE_PREFIX= ${PREFIX}/${HIPHOP_DIR}/ext 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 '/LIBS/s/-lrt//g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/epoll.c ${WRKSRC}/epoll_sub.c ${WRKSRC}/evdns.c do-test: cd ${WRKSRC}/test && ./regress .include