diff options
author | zeising <zeising@FreeBSD.org> | 2016-07-01 04:38:36 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2016-07-01 04:38:36 +0800 |
commit | 0772af3376ac8a98176553e8f069727e62900552 (patch) | |
tree | a023b35215a8430ec517180e45e8c371b898c1fe /graphics | |
parent | 6ff02023ced6238eefe6d287101f10735ddcb69f (diff) | |
download | freebsd-ports-gnome-0772af3376ac8a98176553e8f069727e62900552.tar.gz freebsd-ports-gnome-0772af3376ac8a98176553e8f069727e62900552.tar.zst freebsd-ports-gnome-0772af3376ac8a98176553e8f069727e62900552.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib2_loaders/Makefile | 35 | ||||
-rw-r--r-- | graphics/imlib2_loaders/distinfo | 5 |
2 files changed, 15 insertions, 25 deletions
diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile index ecafdb11e69f..c7d461c9c967 100644 --- a/graphics/imlib2_loaders/Makefile +++ b/graphics/imlib2_loaders/Makefile @@ -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-sell pkg-mirror pkg-sell auto-accept 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 +OPTIONS_SUB= yes + EET_DESC= Enable eet loader -XCF_DESC= Enable XCF loader +EET_LIB_DEPENDS= libefl.so:devel/efl +EET_CONFIGURE_OFF= --disable-eet -CONFIGURE_ARGS= --disable-static -MAKE_ENV+= INSTALL_STRIP_FLAG="${STRIP}" - -.include <bsd.port.options.mk> - -.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 <bsd.port.mk> diff --git a/graphics/imlib2_loaders/distinfo b/graphics/imlib2_loaders/distinfo index 06053da1bfae..a158ead72b24 100644 --- a/graphics/imlib2_loaders/distinfo +++ b/graphics/imlib2_loaders/distinfo @@ -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 |