svn commit: r463047 - head/graphics/imlib2

Niclas Zeising zeising at FreeBSD.org
Mon Feb 26 20:48:03 UTC 2018


Author: zeising
Date: Mon Feb 26 20:48:01 2018
New Revision: 463047
URL: https://svnweb.freebsd.org/changeset/ports/463047

Log:
  Update graphics/imlib2 to 1.5.0.
  
  Make dependencies and configure flags explicit on/off instead of automatic.
  Fix up the gif dependency, it was always automatic, even when turned off.

Modified:
  head/graphics/imlib2/Makefile
  head/graphics/imlib2/distinfo
  head/graphics/imlib2/pkg-plist

Modified: head/graphics/imlib2/Makefile
==============================================================================
--- head/graphics/imlib2/Makefile	Mon Feb 26 20:19:51 2018	(r463046)
+++ head/graphics/imlib2/Makefile	Mon Feb 26 20:48:01 2018	(r463047)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	imlib2
-PORTVERSION=	1.4.10
-PORTREVISION=	1
+PORTVERSION=	1.5.0
 PORTEPOCH=	2
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	SF/enlightenment/imlib2-src/${PORTVERSION}
@@ -23,7 +22,8 @@ USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 USES=		libtool pathfix pkgconfig tar:bzip2
 
-CONFIGURE_ARGS=	--enable-visibility-hiding --disable-static
+CONFIGURE_ARGS=	--enable-visibility-hiding --disable-static \
+		--with-zlib --with-bzip2
 CONFIGURE_ENV=	ac_cv_lib_dl_dlopen=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -32,22 +32,28 @@ OPTIONS_DEFINE=	JPEG PNG TIFF GIF ID3 X11
 OPTIONS_DEFAULT=	JPEG PNG TIFF GIF ID3 X11
 OPTIONS_SUB=	yes
 
-X11_USE=		XORG=x11,sm,xext
-X11_CONFIGURE_OFF=	--without-x
+X11_USE=		XORG=x11,sm,xcb,xext
+X11_CONFIGURE_ON=	--with-x --with-x-shm-fd
+X11_CONFIGURE_OFF=	--without-x --without-x-shm-fd
 
 JPEG_USES=		jpeg
+JPEG_CONFIGURE_ON=	--with-jpeg
 JPEG_CONFIGURE_OFF=	--without-jpeg
 
 PNG_LIB_DEPENDS=	libpng.so:graphics/png
+PNG_CONFIGURE_ON=	--with-png
 PNG_CONFIGURE_OFF=	--without-png
 
 TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
+TIFF_CONFIGURE_ON=	--with-tiff
 TIFF_CONFIGURE_OFF=	--without-tiff
 
 GIF_LIB_DEPENDS=	libgif.so:graphics/giflib
-GIF_CONFIGURE_ARGS=	--without-gif
+GIF_CONFIGURE_ON=	--with-gif
+GIF_CONFIGURE_OFF=	--without-gif
 
 ID3_LIB_DEPENDS=	libid3tag.so:audio/libid3tag
+ID3_CONFIGURE_ON=	--with-id3
 ID3_CONFIGURE_OFF=	--without-id3
 
 .include <bsd.port.options.mk>

Modified: head/graphics/imlib2/distinfo
==============================================================================
--- head/graphics/imlib2/distinfo	Mon Feb 26 20:19:51 2018	(r463046)
+++ head/graphics/imlib2/distinfo	Mon Feb 26 20:48:01 2018	(r463047)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506520243
-SHA256 (imlib2-1.4.10.tar.bz2) = 3f698cd285cbbfc251c1d6405f249b99fafffafa5e0a5ecf0ca7ae49bbc0a272
-SIZE (imlib2-1.4.10.tar.bz2) = 923420
+TIMESTAMP = 1519669638
+SHA256 (imlib2-1.5.0.tar.bz2) = 15f1a20742107961b5076fdbf1ceaa9eeebc7c5bea6c117c8406a1cbcb42e24d
+SIZE (imlib2-1.5.0.tar.bz2) = 926692

Modified: head/graphics/imlib2/pkg-plist
==============================================================================
--- head/graphics/imlib2/pkg-plist	Mon Feb 26 20:19:51 2018	(r463046)
+++ head/graphics/imlib2/pkg-plist	Mon Feb 26 20:48:01 2018	(r463047)
@@ -27,7 +27,7 @@ lib/imlib2/loaders/xpm.so
 lib/imlib2/loaders/zlib.so
 lib/libImlib2.so
 lib/libImlib2.so.1
-lib/libImlib2.so.1.4.10
+lib/libImlib2.so.1.5.0
 libdata/pkgconfig/imlib2.pc
 %%DATADIR%%/data/fonts/cinema.ttf
 %%DATADIR%%/data/fonts/grunge.ttf


More information about the svn-ports-head mailing list