[Midnightbsd-cvs] mports: Makefile: Mark as broken: does not fake.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Mon Oct 1 15:47:03 EDT 2007


Log Message:
-----------
Mark as broken: does not fake.

Modified Files:
--------------
    mports/devel/pear:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/pear/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldevel/pear/Makefile -Ldevel/pear/Makefile -u -r1.1 -r1.2
--- devel/pear/Makefile
+++ devel/pear/Makefile
@@ -20,19 +20,22 @@
 
 WANT_PHP_CLI=	yes
 USE_PHP=	pcre xml
+USE_PHP_BUILD=	yes
 
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 PEARDIR=	${PREFIX}/share/pear
 
+BROKEN=		does not fake
+
 post-patch:
 	@${REINPLACE_CMD} "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/go-pear
 
 do-install:
-	@${LOCALBASE}/bin/php -q ${WRKSRC}/go-pear
-	@${PATCH} -p0 -s -b .orig -d ${PEARDIR} < ${PATCHDIR}/PEAR_Installer.php.patch
-	@${RM} -f ${PEARDIR}/PEAR/Installer.php.orig
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${PEARDIR}
+	${LOCALBASE}/bin/php -q ${WRKSRC}/go-pear
+	${PATCH} -p0 -s -b .orig -d ${PEARDIR} < ${PATCHDIR}/PEAR_Installer.php.patch
+	${RM} -f ${PEARDIR}/PEAR/Installer.php.orig
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list