From owner-svn-ports-head@freebsd.org Thu May 10 09:34:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2396AFBEFA4; Thu, 10 May 2018 09:34:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCA196C92D; Thu, 10 May 2018 09:34:04 +0000 (UTC) (envelope-from amdmi3@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD9761E95B; Thu, 10 May 2018 09:34:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4A9Y4i6072833; Thu, 10 May 2018 09:34:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4A9Y4F6072832; Thu, 10 May 2018 09:34:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805100934.w4A9Y4F6072832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 May 2018 09:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469524 - head/x11/xscreensaver X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/xscreensaver X-SVN-Commit-Revision: 469524 X-SVN-Commit-Repository: ports 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.25 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, 10 May 2018 09:34:05 -0000 Author: amdmi3 Date: Thu May 10 09:34:04 2018 New Revision: 469524 URL: https://svnweb.freebsd.org/changeset/ports/469524 Log: - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/x11/xscreensaver/Makefile head/x11/xscreensaver/pkg-descr Modified: head/x11/xscreensaver/Makefile ============================================================================== --- head/x11/xscreensaver/Makefile Thu May 10 09:04:01 2018 (r469523) +++ head/x11/xscreensaver/Makefile Thu May 10 09:34:04 2018 (r469524) @@ -19,7 +19,7 @@ LIB_DEPENDS= libgle.so:graphics/gle \ CONFLICTS= xscreensaver-gnome-[0-9]* xscreensaver-gnome-hacks-[0-9]* -USES= autoreconf gettext gmake jpeg perl5 pkgconfig +USES= autoreconf gettext gmake jpeg localbase:ldflags perl5 pkgconfig USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 gtk20 intltool libglade2 libxml2 USE_PERL5= run @@ -38,8 +38,6 @@ CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with --with-xf86gamma-ext --with-randr-ext --without-kerberos \ --without-setuid-hacks --enable-locking MAKE_ARGS+= install_prefix=${STAGEDIR} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= PAM SETUID_HACKS FIREF NLS XAOS1 XDALI XEARTH \ XFT XMOUN XPLANET XSNOW Modified: head/x11/xscreensaver/pkg-descr ============================================================================== --- head/x11/xscreensaver/pkg-descr Thu May 10 09:04:01 2018 (r469523) +++ head/x11/xscreensaver/pkg-descr Thu May 10 09:34:04 2018 (r469524) @@ -10,4 +10,4 @@ to xlock, since no separate auto-locking program is ne extremely easy to add new programs like xearth, or any other program that can fill the root window as additional screensavers. -WWW: http://www.jwz.org/xscreensaver/ +WWW: https://www.jwz.org/xscreensaver/