From owner-svn-ports-all@FreeBSD.ORG Sat Sep 20 06:27:13 2014 Return-Path: Delivered-To: svn-ports-all@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 19D814FB; Sat, 20 Sep 2014 06:27:13 +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 0536E1A7; Sat, 20 Sep 2014 06:27:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8K6RCEj002953; Sat, 20 Sep 2014 06:27:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8K6RC6j002952; Sat, 20 Sep 2014 06:27:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409200627.s8K6RC6j002952@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 20 Sep 2014 06:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368613 - 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-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: Sat, 20 Sep 2014 06:27:13 -0000 Author: antoine Date: Sat Sep 20 06:27:12 2014 New Revision: 368613 URL: http://svnweb.freebsd.org/changeset/ports/368613 QAT: https://qat.redports.org/buildarchive/r368613/ Log: Fix r368473 Modified: head/x11/xscreensaver-gnome/Makefile Modified: head/x11/xscreensaver-gnome/Makefile ============================================================================== --- head/x11/xscreensaver-gnome/Makefile Sat Sep 20 05:15:56 2014 (r368612) +++ head/x11/xscreensaver-gnome/Makefile Sat Sep 20 06:27:12 2014 (r368613) @@ -23,13 +23,13 @@ USE_PERL5= run 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 \ --with-configdir=${PREFIX}/share/xscreensaver/config \ --with-dpms-ext --with-xinerama-ext --with-xf86vmode-ext \ - --with-xf86gamma-ext --with-randr-ext --enable-locking + --with-xf86gamma-ext --with-randr-ext --enable-locking \ + --with-x-app-defaults=${PREFIX}/lib/X11/app-defaults DESTDIRNAME= install_prefix CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lintl