From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 09:52:23 2014 Return-Path: Delivered-To: svn-ports-head@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 6EC9FCA0; Wed, 24 Dec 2014 09:52:23 +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 5A7ED1F35; Wed, 24 Dec 2014 09:52:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO9qNsa026580; Wed, 24 Dec 2014 09:52:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO9qN6B026579; Wed, 24 Dec 2014 09:52:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412240952.sBO9qN6B026579@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 24 Dec 2014 09:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375425 - head/graphics/pixelize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 09:52:23 -0000 Author: antoine Date: Wed Dec 24 09:52:22 2014 New Revision: 375425 URL: https://svnweb.freebsd.org/changeset/ports/375425 QAT: https://qat.redports.org/buildarchive/r375425/ Log: This port no longer uses imlib Modified: head/graphics/pixelize/Makefile Modified: head/graphics/pixelize/Makefile ============================================================================== --- head/graphics/pixelize/Makefile Wed Dec 24 09:45:55 2014 (r375424) +++ head/graphics/pixelize/Makefile Wed Dec 24 09:52:22 2014 (r375425) @@ -3,7 +3,7 @@ PORTNAME= pixelize PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://lashwhip.com/pub/ \ http://www.c-s.li/ports/ \ @@ -16,13 +16,12 @@ COMMENT= Use many scaled down images to LICENSE= GPLv2 USES= pkgconfig -USE_GNOME= gtk20 imlib +USE_GNOME= gtk20 PLIST_FILES= bin/make_db bin/pixelize post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \ - -e "s|gtk-config|${GTK_CONFIG}|g" \ - -e "s|imlib-config|${IMLIB_CONFIG}|g" ${WRKSRC}/Makefile + -e "s|gtk-config|${GTK_CONFIG}|g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/make_db ${STAGEDIR}${PREFIX}/bin