From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 19 18:50:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CF4B16A402 for ; Wed, 19 Apr 2006 18:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1070843D49 for ; Wed, 19 Apr 2006 18:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3JIoIW7080256 for ; Wed, 19 Apr 2006 18:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3JIoIE7080255; Wed, 19 Apr 2006 18:50:18 GMT (envelope-from gnats) Date: Wed, 19 Apr 2006 18:50:18 GMT Message-Id: <200604191850.k3JIoIE7080255@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Larry Rosenman Cc: Subject: Re: ports/96065 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 18:50:19 -0000 The following reply was made to PR ports/96065; it has been noted by GNATS. From: Larry Rosenman To: bug-followup@freebsd.org Cc: Subject: Re: ports/96065 Date: Wed, 19 Apr 2006 13:48:45 -0500 (CDT) Updated shar, to use the shared lib version of libxdiff (just submitted the updated on 96062), and portlint(1). # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: pecl-xdiff X# Date created: 19 April 2006 X# Whom: Larry Rosenman X# X# $FreeBSD$ X# X XPORTNAME= xdiff XPORTVERSION= 1.4 XCATEGORIES= textproc pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= ler@lerctr.org XCOMMENT= A PECL extension to create/apply binary and text patches X XBUILD_DEPENDS= libxdiff>=0.20:${PORTSDIR}/textproc/libxdiff X XUSE_PHP= yes XUSE_PHPEXT= yes X Xpost-configure: X echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (PECL/xdiff-1.4.tgz) = fc24cb6725fdf2f518a0f2cd42343e7f XSHA256 (PECL/xdiff-1.4.tgz) = 12b1ada362be8857266e5b051a5af58cc8bdeeb48b9eca405e4ba41f6231fcef XSIZE (PECL/xdiff-1.4.tgz) = 8167 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' Xxdiff is an extension to do binary and text differences X XWWW: http://pecl.php.net/package/xdiff/ X X- Larry Rosenman Xler@lerctr.org END-of-pkg-descr exit -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893