From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 14:36:41 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA2216A4CE for ; Sun, 10 Oct 2004 14:36:41 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6389743D41 for ; Sun, 10 Oct 2004 14:36:41 +0000 (GMT) (envelope-from gsam@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc13) with ESMTP id <2004101014364001600c14gfe>; Sun, 10 Oct 2004 14:36:40 +0000 Received: from [192.168.0.3] (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 33C2C131 for ; Sun, 10 Oct 2004 10:36:40 -0400 (EDT) Message-ID: <416948F9.2070400@trini0.org> Date: Sun, 10 Oct 2004 10:36:41 -0400 From: Gerard Samuel User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040909) X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd-ports Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD Port: pear-apd-1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 14:36:41 -0000 It is currently marked broken, but doesn't say why (besides that it doesnt compile). I modified the port to the latest version (1.0.1), and its compiling correctly on FreeBSD 5.2.1-RELEASE-p9 Could anyone with a different version than mine try this patch, to see if it really does compile, so that I can send in a PR. Thanks ------- --- Makefile.old Sat Sep 25 22:04:37 2004 +++ Makefile Sun Oct 10 02:14:59 2004 @@ -6,7 +6,7 @@ # PORTNAME= apd -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= devel pear MAINTAINER= ports@FreeBSD.org @@ -14,8 +14,6 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} - -BROKEN= Does not compile USE_PHP= yes USE_PHPIZE= yes --- distinfo.old Sun Aug 29 19:31:25 2004 +++ distinfo Sun Oct 10 02:10:02 2004 @@ -1,2 +1,2 @@ -MD5 (PEAR/apd-1.0.tgz) = 36c1045c7c14420e96052999744e1f47 -SIZE (PEAR/apd-1.0.tgz) = 36194 +MD5 (PEAR/apd-1.0.1.tgz) = 470ea75cde09f7504c83441911c86f29 +SIZE (PEAR/apd-1.0.1.tgz) = 36643