From owner-svn-ports-all@freebsd.org Thu Jun 30 20:38:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76388B8863B; Thu, 30 Jun 2016 20:38:38 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2887C23FB; Thu, 30 Jun 2016 20:38:38 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5UKcbBb018173; Thu, 30 Jun 2016 20:38:37 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5UKcbYc018171; Thu, 30 Jun 2016 20:38:37 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201606302038.u5UKcbYc018171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 30 Jun 2016 20:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417841 - head/graphics/imlib2_loaders X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 20:38:38 -0000 Author: zeising Date: Thu Jun 30 20:38:36 2016 New Revision: 417841 URL: https://svnweb.freebsd.org/changeset/ports/417841 Log: Update o 1.4.9 Switch to use options helpers Add missing dependencies USES=localbase instead of handrolling use install-strip instead of handrolling PR: 210610 Submitted by: Dmitry Marakasov (amdmi3) Reported by: w.schwarzenfeld@utanet.at Modified: head/graphics/imlib2_loaders/Makefile head/graphics/imlib2_loaders/distinfo Modified: head/graphics/imlib2_loaders/Makefile ============================================================================== --- head/graphics/imlib2_loaders/Makefile Thu Jun 30 20:36:45 2016 (r417840) +++ head/graphics/imlib2_loaders/Makefile Thu Jun 30 20:38:36 2016 (r417841) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= imlib2_loaders -PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTVERSION= 1.4.9 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} @@ -20,31 +19,21 @@ LICENSE_PERMS_imlib2= dist-mirror dist-s LIB_DEPENDS= libImlib2.so:graphics/imlib2 GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig tar:bzip2 +INSTALL_TARGET= install-strip +USES= libtool localbase pathfix pkgconfig tar:bzip2 +USE_XORG= x11 xext + +CONFIGURE_ARGS= --disable-static OPTIONS_DEFINE= EET XCF OPTIONS_DEFAULT= EET XCF -EET_DESC= Enable eet loader -XCF_DESC= Enable XCF loader +OPTIONS_SUB= yes -CONFIGURE_ARGS= --disable-static -MAKE_ENV+= INSTALL_STRIP_FLAG="${STRIP}" - -.include +EET_DESC= Enable eet loader +EET_LIB_DEPENDS= libefl.so:devel/efl +EET_CONFIGURE_OFF= --disable-eet -.if ${PORT_OPTIONS:MEET} -LIB_DEPENDS+= libefl.so:devel/efl -PLIST_SUB+= EET="" -.else -CONFIGURE_ARGS+= --disable-eet -PLIST_SUB+= EET="@comment " -.endif - -.if ${PORT_OPTIONS:MXCF} -PLIST_SUB+= XCF="" -.else -CONFIGURE_ARGS+= --disable-xcf -PLIST_SUB+= XCF="@comment " -.endif +XCF_DESC= Enable XCF loader +XCF_CONFIGURE_OFF= --disable-xcf .include Modified: head/graphics/imlib2_loaders/distinfo ============================================================================== --- head/graphics/imlib2_loaders/distinfo Thu Jun 30 20:36:45 2016 (r417840) +++ head/graphics/imlib2_loaders/distinfo Thu Jun 30 20:38:36 2016 (r417841) @@ -1,2 +1,3 @@ -SHA256 (imlib2_loaders-1.4.6.tar.bz2) = c860e4a65934555f5526a21906e3fa623f563d7a277ee2aa6cf3c6c88b763d3a -SIZE (imlib2_loaders-1.4.6.tar.bz2) = 281948 +TIMESTAMP = 1467227145 +SHA256 (imlib2_loaders-1.4.9.tar.bz2) = fa7186f25a11640f633542198cd7c4092f6458a17357d79b5e1626c65ebcb9bc +SIZE (imlib2_loaders-1.4.9.tar.bz2) = 293904