Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 15:51:28 +0100 (CET)
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184541: devel/libast fix stage 
Message-ID:  <201312061451.rB6EpSVI066604@q.workgroup>
Resent-Message-ID: <201312061500.rB6F00XK079475@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
 .if defined(WITH_MMX) && (${ARCH} == "i386")
--- libast.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312061451.rB6EpSVI066604>