From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 6 15:00:00 2013 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 A45D4223 for ; Fri, 6 Dec 2013 15:00:00 +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 632A514A7 for ; Fri, 6 Dec 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6F00u0079476 for ; Fri, 6 Dec 2013 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB6F00XK079475; Fri, 6 Dec 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 6 Dec 2013 15:00:00 GMT Resent-Message-Id: <201312061500.rB6F00XK079475@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, Rodrigo Osorio 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 64EEDE04 for ; Fri, 6 Dec 2013 14:52:08 +0000 (UTC) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) by mx1.freebsd.org (Postfix) with ESMTP id E677313B4 for ; Fri, 6 Dec 2013 14:52:06 +0000 (UTC) Received: from q.workgroup (unknown [82.227.164.69]) by smtp6-g21.free.fr (Postfix) with ESMTP id D5E508235B for ; Fri, 6 Dec 2013 15:52:01 +0100 (CET) Received: from q.workgroup (localhost [127.0.0.1]) by q.workgroup (8.14.7/8.14.7) with ESMTP id rB6EpSjX066605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 6 Dec 2013 15:51:28 +0100 (CET) (envelope-from rodrigo@q.workgroup) Received: (from root@localhost) by q.workgroup (8.14.7/8.14.7/Submit) id rB6EpSVI066604; Fri, 6 Dec 2013 15:51:28 +0100 (CET) (envelope-from rodrigo) Message-Id: <201312061451.rB6EpSVI066604@q.workgroup> Date: Fri, 6 Dec 2013 15:51:28 +0100 (CET) From: Rodrigo Osorio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184541: devel/libast fix stage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rodrigo Osorio List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 15:00:00 -0000 >Number: 184541 >Category: ports >Synopsis: devel/libast fix stage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 06 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rodrigo Osorio >Release: FreeBSD 10.0-BETA3 i386 >Organization: >Environment: System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix stage Fix LIB_DEPENDS Add LICENSE >How-To-Repeat: >Fix: --- libast.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 335730) +++ Makefile (working copy) @@ -11,8 +11,10 @@ MAINTAINER= rodrigo@bebik.net COMMENT= A library of assorted spiffy things -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +LICENSE= BSD +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre + USE_AUTOTOOLS= libtool USES= pathfix USE_EFL= imlib2 @@ -21,7 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -NO_STAGE= yes .include .if defined(WITH_MMX) && (${ARCH} == "i386") --- libast.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: