From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 17:29:00 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3717D54C; Tue, 1 Jul 2014 17:29:00 +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 24D1E29D8; Tue, 1 Jul 2014 17:29:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61HT0qv093497; Tue, 1 Jul 2014 17:29:00 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61HT0xO093494; Tue, 1 Jul 2014 17:29:00 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407011729.s61HT0xO093494@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 1 Jul 2014 17:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360059 - head/x11-themes/rezlooks 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 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: Tue, 01 Jul 2014 17:29:00 -0000 Author: tijl Date: Tue Jul 1 17:28:59 2014 New Revision: 360059 URL: http://svnweb.freebsd.org/changeset/ports/360059 QAT: https://qat.redports.org/buildarchive/r360059/ Log: - Add USES=libtool - Use option helpers - Replace pkg-plist with PLIST_FILES Deleted: head/x11-themes/rezlooks/pkg-plist Modified: head/x11-themes/rezlooks/Makefile Modified: head/x11-themes/rezlooks/Makefile ============================================================================== --- head/x11-themes/rezlooks/Makefile Tue Jul 1 17:23:48 2014 (r360058) +++ head/x11-themes/rezlooks/Makefile Tue Jul 1 17:28:59 2014 (r360059) @@ -3,7 +3,7 @@ PORTNAME= rezlooks PORTVERSION= 0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ DISTNAME= 39179-rezlooks-${PORTVERSION} @@ -14,18 +14,15 @@ COMMENT= GTK+ 2.x engine based on Clearl WRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION} GNU_CONFIGURE= yes -USES= pkgconfig +USES= libtool pkgconfig USE_GNOME= gtk20 OPTIONS_DEFINE= ANIMATION -OPTIONS_DEFAULT= ANIMATION +OPTIONS_DEFAULT=ANIMATION ANIMATION_DESC= Animation support +ANIMATION_CONFIGURE_ENABLE= animation -.include - -.if ${PORT_OPTIONS:MANIMATION} -CONFIGURE_ARGS+= --enable-animation -.endif +PLIST_FILES= lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.so post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \