Index: branches/2016Q3/ftp/curl-hiphop/Makefile =================================================================== --- branches/2016Q3/ftp/curl-hiphop/Makefile (revision 420636) +++ branches/2016Q3/ftp/curl-hiphop/Makefile (revision 420637) @@ -1,30 +1,34 @@ # Created by: Martin Matuska # $FreeBSD$ PKGNAMESUFFIX= -hiphop MAINTAINER= mm@FreeBSD.org COMMENT= Static libcurl with custom patches for HipHop +BROKEN= fails to build +DEPRECATED= useful only for removed hiphop-php +EXPIRATION_DATE= 2016-09-07 + SSP_UNSAFE= Refuses -l in LDFLAGS BUILDING_HIPHOP= yes HIPHOP_DIR= share/hiphop-php EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-hiphop GNU_CONFIGURE_PREFIX= ${PREFIX}/${HIPHOP_DIR}/ext CONFIGURE_ARGS+= --disable-shared --enable-static PLIST_SUB+= HIPHOP_DIR="${HIPHOP_DIR}" PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../curl do-install: .for dir in include lib @cd ${WRKSRC}/${dir} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} ${INSTALL_TARGET} .endfor .include "${MASTERDIR}/Makefile" Index: branches/2016Q3 =================================================================== --- branches/2016Q3 (revision 420636) +++ branches/2016Q3 (revision 420637) Property changes on: branches/2016Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r419757