From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 15:14:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C657EE4; Thu, 18 Sep 2014 15:14:01 +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 67D3C346; Thu, 18 Sep 2014 15:14:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IFE131091678; Thu, 18 Sep 2014 15:14:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IFE1Rr091677; Thu, 18 Sep 2014 15:14:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409181514.s8IFE1Rr091677@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 18 Sep 2014 15:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368473 - head/x11/xscreensaver-gnome 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: Thu, 18 Sep 2014 15:14:01 -0000 Author: bapt Date: Thu Sep 18 15:14:00 2014 New Revision: 368473 URL: http://svnweb.freebsd.org/changeset/ports/368473 QAT: https://qat.redports.org/buildarchive/r368473/ Log: Fix build when pkg(8) do not extract mtree first Modified: head/x11/xscreensaver-gnome/Makefile Modified: head/x11/xscreensaver-gnome/Makefile ============================================================================== --- head/x11/xscreensaver-gnome/Makefile Thu Sep 18 15:04:23 2014 (r368472) +++ head/x11/xscreensaver-gnome/Makefile Thu Sep 18 15:14:00 2014 (r368473) @@ -20,9 +20,10 @@ LIB_DEPENDS= libgle.so:${PORTSDIR}/graph USE_XORG= x11 xpm USE_GL= gl USE_PERL5= run -USE_GNOME= gnomehier libglade2 gnomehack -USES+= dos2unix gettext gmake perl5 pkgconfig +USE_GNOME= gnomehier libglade2 +USES+= dos2unix gettext gmake perl5 pathfix pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_x_app_defaults=${PREFIX}/lib/X11/app-defaults CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \ --with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks \