From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 17 23:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FC14585 for ; Mon, 17 Mar 2014 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C3E8A14 for ; Mon, 17 Mar 2014 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HNe0kY046778 for ; Mon, 17 Mar 2014 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2HNe0XA046777; Mon, 17 Mar 2014 23:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 17 Mar 2014 23:40:00 GMT Resent-Message-Id: <201403172340.s2HNe0XA046777@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EBD756B for ; Mon, 17 Mar 2014 23:39:15 +0000 (UTC) Received: from qmta05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:48]) by mx1.freebsd.org (Postfix) with ESMTP id 2B5B3A05 for ; Mon, 17 Mar 2014 23:39:15 +0000 (UTC) Received: from omta12.westchester.pa.mail.comcast.net ([76.96.62.44]) by qmta05.westchester.pa.mail.comcast.net with comcast id enTr1n0040xGWP855nfDg6; Mon, 17 Mar 2014 23:39:13 +0000 Received: from kirby.cyberbotx.com ([107.5.48.95]) by omta12.westchester.pa.mail.comcast.net with comcast id enfD1n00D23DSHF3YnfD7E; Mon, 17 Mar 2014 23:39:13 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 2B8C82846A; Mon, 17 Mar 2014 19:39:13 -0400 (EDT) Message-Id: <20140317233913.2B8C82846A@kirby.cyberbotx.com> Date: Mon, 17 Mar 2014 19:39:13 -0400 (EDT) From: Naram Qashat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187682: [MAINTAINER] graphics/php-libpuzzle: Staging support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 23:40:01 -0000 >Number: 187682 >Category: ports >Synopsis: [MAINTAINER] graphics/php-libpuzzle: Staging support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 23:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST >Description: - Staging support. - USES for bzip2. - Fix order of lines. Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- php-libpuzzle-0.11.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 348507) +++ Makefile (working copy) @@ -12,16 +12,15 @@ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PHP extension for Puzzle library to find similar pictures -LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \ - gd:${PORTSDIR}/graphics/gd - LICENSE= BSD -LICENSE_FILES= ${WRKSRC}/COPYING +LICENSE_FILES= ${WRKSRC}/../../COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} +LIB_DEPENDS= libpuzzle.so:${PORTSDIR}/graphics/libpuzzle \ + libgd.so:${PORTSDIR}/graphics/gd +USES= tar:bzip2 -USE_BZIP2= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} USE_PHP= yes USE_PHPIZE= yes @@ -28,5 +27,4 @@ USE_PHPEXT= yes USE_PHP_BUILD= yes -NO_STAGE= yes .include --- php-libpuzzle-0.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: