ports/184541: devel/libast fix stage
Rodrigo Osorio
rodrigo at bebik.net
Fri Dec 6 15:00:00 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list