Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 20:30:12 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329499 - head/devel/ecore-file
Message-ID:  <201310052030.r95KUCps023287@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Oct  5 20:30:12 2013
New Revision: 329499
URL: http://svnweb.freebsd.org/changeset/ports/329499

Log:
  - Convert USE_GMAKE=yes to USES=gmake
  - Convert to new LIB_DEPENDS syntax
  - Support staging
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/devel/ecore-file/Makefile

Modified: head/devel/ecore-file/Makefile
==============================================================================
--- head/devel/ecore-file/Makefile	Sat Oct  5 19:14:58 2013	(r329498)
+++ head/devel/ecore-file/Makefile	Sat Oct  5 20:30:12 2013	(r329499)
@@ -17,14 +17,12 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_EFL=	ecore libtool_hack
-USES=		pkgconfig
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/lib/ecore_file
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-NO_STAGE=	yes
 .include "../ecore-main/Makefile.inc"
 
 CONFIGURE_ARGS+=--enable-ecore-file
@@ -38,7 +36,7 @@ OPTIONS_DEFAULT=CURL
 USE_EFL_ECORE=	con
 CONFIGURE_ARGS+=--enable-ecore-con \
 		--enable-curl
-LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl
 .else
 CONFIGURE_ARGS+=--disable-curl
 .endif
@@ -57,6 +55,6 @@ post-patch:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/ecore-file.pc \
-		${PREFIX}/libdata/pkgconfig/
+		${STAGEDIR}${PREFIX}/libdata/pkgconfig/
 
 .include <bsd.port.mk>



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