Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 14:19:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375563 - head/graphics/gimageview
Message-ID:  <201412251419.sBPEJkf5033043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 25 14:19:45 2014
New Revision: 375563
URL: https://svnweb.freebsd.org/changeset/ports/375563
QAT: https://qat.redports.org/buildarchive/r375563/

Log:
  Remove support for imlib

Modified:
  head/graphics/gimageview/Makefile

Modified: head/graphics/gimageview/Makefile
==============================================================================
--- head/graphics/gimageview/Makefile	Thu Dec 25 14:18:37 2014	(r375562)
+++ head/graphics/gimageview/Makefile	Thu Dec 25 14:19:45 2014	(r375563)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gimageview
 PORTVERSION=	0.2.27
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	graphics
 MASTER_SITES=	SF/gtkmmviewer/${PORTNAME}/${PORTVERSION}
 
@@ -25,7 +25,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE IMLIB
+OPTIONS_DEFINE=	SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE
 OPTIONS_DEFAULT=SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER
 NO_OPTIONS_SORT=yes
 OPTIONS_SUB=	yes
@@ -36,10 +36,6 @@ SPLASH_CONFIGURE_ENABLE=splash
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext
 
-IMLIB_DESC=		imlib, disable gdk-pixbuf
-IMLIB_CONFIGURE_ENABLE=	gdk-pixbuf
-IMLIB_USE=		GNOME=imlib
-
 LIBMNG_CONFIGURE_WITH=	libmng
 LIBMNG_LIB_DEPENDS=	libmng.so:${PORTSDIR}/graphics/libmng
 



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