From owner-freebsd-ports@FreeBSD.ORG Mon Nov 19 12:48:00 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06CE916A46D for ; Mon, 19 Nov 2007 12:48:00 +0000 (UTC) (envelope-from oliver@realtsp.com) Received: from piha.realtsp.com (piha.realtsp.com [83.138.152.5]) by mx1.freebsd.org (Postfix) with ESMTP id C9BDD13C48E for ; Mon, 19 Nov 2007 12:47:59 +0000 (UTC) (envelope-from oliver@realtsp.com) Received: by piha.realtsp.com (Postfix, from userid 58) id 85BCC1E8DE8; Mon, 19 Nov 2007 12:30:28 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on piha.realtsp.com X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=AWL, RDNS_DYNAMIC autolearn=no version=3.2.1 Received: from [192.168.0.153] (ip-87-86-250-33.easynet.co.uk [87.86.250.33]) by piha.realtsp.com (Postfix) with ESMTP id D84721E8DEE; Mon, 19 Nov 2007 12:30:26 +0000 (GMT) Message-ID: <474181E7.4070800@realtsp.com> Date: Mon, 19 Nov 2007 12:30:31 +0000 From: Oliver Schonrock User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: mnag@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Status: No X-Virus-Checker-Version: clamassassin 1.2.4 with clamdscan / ClamAV 0.91.1/4840/Mon Nov 19 03:50:46 2007 Cc: ports@FreeBSD.org Subject: FreeBSD Port: pecl-APC-3.0.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 12:48:00 -0000 Hi Hopefully a useful reminder... http://pecl.php.net/package/APC/3.0.15 has been out for a couple of months and contains significant bug fixes over 3.0.14. I have hacked the current port with the following: root@mission# diff -u distinfo distinfo.orig --- distinfo Mon Nov 19 12:15:00 2007 +++ distinfo.orig Mon Nov 19 12:14:09 2007 @@ -1,3 +1,3 @@ -MD5 (PECL/APC-3.0.15.tgz) = fa15eac040221728f3aaeaf9595de6e1 -SHA256 (PECL/APC-3.0.15.tgz) = 1c475a84d12db2a45f1489a48f375d77854ae2c1d6626db3e812ccc04461911a -SIZE (PECL/APC-3.0.15.tgz) = 112056 +MD5 (PECL/APC-3.0.14.tgz) = 0f452f936239b6107d3e2e5cda4f4bda +SHA256 (PECL/APC-3.0.14.tgz) = f05195d163983a8f36336e622e6008bfecd4643d7c5613a6e4a8b07ed735e050 +SIZE (PECL/APC-3.0.14.tgz) = 108511 root@mission# diff -u Makefile Makefile.orig --- Makefile Mon Nov 19 12:15:21 2007 +++ Makefile.orig Mon Nov 19 12:15:18 2007 @@ -6,7 +6,7 @@ # PORTNAME= APC -DISTVERSION= 3.0.15 +DISTVERSION= 3.0.14 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- and it seems to compile, install and run just fine on a heavily loaded production machine. If you could update the port, that would really help us roll this out. Thanks Oliver