From owner-svn-ports-head@freebsd.org Tue Oct 27 21:08:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B805A1C6D1; Tue, 27 Oct 2015 21:08:12 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C84181FD6; Tue, 27 Oct 2015 21:08:11 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9RL8AAx063436; Tue, 27 Oct 2015 21:08:10 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9RL8AaQ063435; Tue, 27 Oct 2015 21:08:10 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201510272108.t9RL8AaQ063435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 27 Oct 2015 21:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400348 - head/x11/xscreensaver 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.20 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: Tue, 27 Oct 2015 21:08:12 -0000 Author: zeising Date: Tue Oct 27 21:08:10 2015 New Revision: 400348 URL: https://svnweb.freebsd.org/changeset/ports/400348 Log: Remove some debugs and works in progress that snuck in with previous commit. MFH: 2015Q4 Modified: head/x11/xscreensaver/Makefile Modified: head/x11/xscreensaver/Makefile ============================================================================== --- head/x11/xscreensaver/Makefile Tue Oct 27 20:56:51 2015 (r400347) +++ head/x11/xscreensaver/Makefile Tue Oct 27 21:08:10 2015 (r400348) @@ -15,7 +15,7 @@ LIB_DEPENDS= libgle.so:${PORTSDIR}/graph CONFLICTS= xscreensaver-gnome-[0-9]* xscreensaver-gnome-hacks-[0-9]* -USES= autoreconf gmake jpeg perl5 pkgconfig +USES= autoreconf gettext gmake jpeg perl5 pkgconfig USE_GL= yes USE_GNOME= gdkpixbuf2 gtk20 intltool libglade2 libxml2 USE_PERL5= run @@ -37,7 +37,6 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= PAM SETUID_HACKS FIREF NLS XAOS1 XDALI XEARTH \ XFT XMOUN XPLANET XSNOW -OPTIONS_DEFAULT=${OPTIONS_DEFINE} OPTIONS_SUB= yes PAM_CONFIGURE_WITH= pam @@ -47,7 +46,7 @@ SETUID_HACKS_DESC= Install sonar hack s FIREF_DESC= Add extra port x11/fireflies FIREF_RUN_DEPENDS= ${LOCALBASE}/bin/xscreensaver-hacks/fireflies:${PORTSDIR}/x11/fireflies -NLS_USES= gettext gettext-runtime +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls XAOS1_DESC= Add extra port graphics/xaos