Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 16:16:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335771 - head/devel/libast
Message-ID:  <201312061616.rB6GG9Wo029289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  6 16:16:09 2013
New Revision: 335771
URL: http://svnweb.freebsd.org/changeset/ports/335771

Log:
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Support STAGEDIR
  - While I'm here:
    - Remove leading indefinite article from COMMENT
    - Strip shared library
  
  PR:		ports/184541
  Submitted by:	Rodrigo Osorio <rodrigo@bebik.net> (maintainer)

Modified:
  head/devel/libast/Makefile   (contents, props changed)

Modified: head/devel/libast/Makefile
==============================================================================
--- head/devel/libast/Makefile	Fri Dec  6 16:14:27 2013	(r335770)
+++ head/devel/libast/Makefile	Fri Dec  6 16:16:09 2013	(r335771)
@@ -9,23 +9,27 @@ MASTER_SITES=	http://www.eterm.org/downl
 		CRITICAL
 
 MAINTAINER=	rodrigo@bebik.net
-COMMENT=	A library of assorted spiffy things
+COMMENT=	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
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
+USES=		pathfix
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_MMX) && (${ARCH} == "i386")
 CONFIGURE_ARGS=	--enable-mmx
 .endif
 
+post-build:
+	@${STRIP_CMD} ${WRKSRC}/src/.libs/libast.so.2
+
 .include <bsd.port.post.mk>



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