From owner-svn-ports-all@FreeBSD.ORG Thu Dec 25 14:19:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDDE2DBA; Thu, 25 Dec 2014 14:19:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 CA0D3649C0; Thu, 25 Dec 2014 14:19:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPEJkhw033044; Thu, 25 Dec 2014 14:19:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPEJkf5033043; Thu, 25 Dec 2014 14:19:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412251419.sBPEJkf5033043@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 Dec 2014 14:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375563 - head/graphics/gimageview 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.18-1 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, 25 Dec 2014 14:19:47 -0000 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