From owner-svn-ports-head@freebsd.org Fri Oct 4 19:39:52 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E664D13728C; Fri, 4 Oct 2019 19:39:52 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46lKvr5mxJz3GGC; Fri, 4 Oct 2019 19:39:52 +0000 (UTC) (envelope-from jgh@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 A5D8711A8; Fri, 4 Oct 2019 19:39:52 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x94JdqiF085467; Fri, 4 Oct 2019 19:39:52 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x94JdqQS085465; Fri, 4 Oct 2019 19:39:52 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201910041939.x94JdqQS085465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 4 Oct 2019 19:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513774 - in head/x11/xlockmore: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jgh X-SVN-Commit-Paths: in head/x11/xlockmore: . files X-SVN-Commit-Revision: 513774 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.29 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: Fri, 04 Oct 2019 19:39:53 -0000 Author: jgh Date: Fri Oct 4 19:39:52 2019 New Revision: 513774 URL: https://svnweb.freebsd.org/changeset/ports/513774 Log: - update to 5.59 - remove no longer required post-patch target, shifted into release - fix options that fail to build - enable by default options that were unconditionally enabled before the latest change - option-specific dependencies should only be pulled in when the option is turned on (e.g. change USE_XORG=xinerama to XINERAMA_USE= xorg=xinerama) - use preferred options helpers (e.g. change MESAGL_CONFIGURE_OFF=--without-opengl --without-ftgl to MESAGL_CONFIGURE_WITH= mesa opengl ftgl - sort variables according to the 'Order of Variables in Port Makefiles' chapter in the Porter's Handbook - add missing library dependencies - add missing tab after = - ?= -> = Submitted by: jrm@ Reviewed by: jgh@ Differential Revision: https://reviews.freebsd.org/D21556 Deleted: head/x11/xlockmore/files/ Modified: head/x11/xlockmore/Makefile head/x11/xlockmore/distinfo Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Fri Oct 4 19:03:22 2019 (r513773) +++ head/x11/xlockmore/Makefile Fri Oct 4 19:39:52 2019 (r513774) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= xlockmore -PORTVERSION= 5.58 -PORTREVISION= 1 -CATEGORIES?= x11 +PORTVERSION= 5.59 +CATEGORIES= x11 MASTER_SITES= http://www.sillycycle.com/xlock/ \ SF/bsdsrc/${.CURDIR:T} @@ -13,23 +12,24 @@ COMMENT= Like XLock session locker/screen saver, but j LICENSE= BSD2CLAUSE -USES= tar:xz gnome xorg +LIB_DEPENDS= libfreetype.so:print/freetype2 -GNU_CONFIGURE= yes -PORTDOCS= README ${PORTNAME}.README +USES= tar:xz xorg +USE_XORG= ice sm x11 xaw xext xpm + CONFIGURE_ARGS= --without-motif --without-ttf --without-editres \ --without-dtsaver --without-rplay --without-nas \ - --without-gtk --without-esound --disable-setuid + --without-gtk --without-esound --disable-setuid \ + --disable-kerberos4 +GNU_CONFIGURE= yes +PORTDOCS= README ${PORTNAME}.README -USE_XORG= x11 xaw ice sm xpm xext xinerama - -LIB_DEPENDS+= libfreetype.so:print/freetype2 \ - libpng.so:graphics/png - OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \ KERBEROS5 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP \ XINERAMA DOCS -OPTIONS_DEFAULT= XINERAMA +OPTIONS_RADIO= ONE +OPTIONS_RADIO_ONE= PAM XLOCK_GROUP +OPTIONS_DEFAULT= MB XINERAMA OPTIONS_SUB= yes MESAGL_DESC= Mesa 3D (for GL modes) @@ -45,43 +45,46 @@ TIME_BOMB_DESC= Allow autologout CUSTOMIZATION_DESC= Allow tune through resource file JP_DESC= Japanese Language Support -OPTIONS_RADIO= ONE -OPTIONS_RADIO_ONE= PAM XLOCK_GROUP +NO_OPTIONS_SORT= yes -NO_OPTIONS_SORT=yes - -JP_IMPLIES= MB - MAKE_ARGS+= bindir=${PREFIX}/bin \ mandir=${PREFIX}/man/man1 \ datarootdir=${PREFIX}/share \ xapploaddir=${PREFIX}/lib/X11/app-defaults -MESAGL_CONFIGURE_WITH= mesa -MESAGL_VARS= CFLAGS+="-I${LOCALBASE}/include/FTGL -I${LOCALBASE}/include/freetype2" USE_GL=yes -MESAGL_LIB_DEPENDS= libftgl.so:graphics/ftgl -MESAGL_CONFIGURE_ENV= XLOCKLIBS="-lpthread" -MESAGL_CONFIGURE_OFF= --without-opengl --without-ftgl +KERBEROS5_CFLAGS= ${GSSAPICPPFLAGS} +KERBEROS5_CONFIGURE_ENV= XLOCKLIBS="${GSSAPILDFLAGS} ${GSSAPILIBS} -lcom_err" KERBEROS5_CONFIGURE_ENABLE= kerberos5 -KERBEROS5_VARS= CFLAGS+=-I${KRB5_HOME}/include KRB5LIB=-L${KRB5_HOME}/lib -KERBEROS5_CONFIGURE_ENV= XLOCKLIBS="${KRB5LIB}" +KERBEROS5_USES= gssapi:mit +MESAGL_CFLAGS= -I${LOCALBASE}/include/FTGL +MESAGL_CONFIGURE_ENV= XLOCKLIBS+="-lpthread" +MESAGL_CONFIGURE_WITH= mesa opengl ftgl +MESAGL_LIB_DEPENDS= libftgl.so:graphics/ftgl +MESAGL_USES= gl +MESAGL_USE= gl=gl,glu BAD_PAM_CONFIGURE_ENABLE= bad-pam PAM_CONFIGURE_ENABLE= pam NICE_ONLY_CONFIGURE_ENABLE= nice-only BLANK_ONLY_CONFIGURE_ENABLE= blank-only -MB_CONFIGURE_ON= --enable-use-mb -MB_CONFIGURE_OFF= --disable-mb +MB_CONFIGURE_ENABLE= mb SYSLOG_CONFIGURE_ENABLE= syslog XINERAMA_CONFIGURE_WITH= xinerama +XINERAMA_USE= xorg=xinerama DISABLE_ALLOW_ROOT_CONFIGURE_ON= --disable-allow-root XLOCK_GROUP_CONFIGURE_ENABLE= xlock-group TIME_BOMB_CONFIGURE_ENABLE= bomb CUSTOMIZATION_CONFIGURE_ENABLE= customization -JP_VARS= XLOCKMORE_LANG=ja CATEGORIES+=japanese -MAGICK_CONFIGURE_OFF= --without-magick -MAGICK_LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick6 +JP_IMPLIES= MB +JP_CATEGORIES= japanese +JP_VARS= XLOCKMORE_LANG=ja +MAGICK_CONFIGURE_WITH= magick +MAGICK_LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick6 \ + libpng16.so:graphics/png GTK2_CONFIGURE_WITH= gtk2 -GTK2_VARS+= USE_GNOME+=gtk20 +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libpng16.so:graphics/png +GTK2_USE= gnome=cairo,gdkpixbuf2,gtk20 +GTK2_USES= gnome pkgconfig .include @@ -89,10 +92,6 @@ GTK2_VARS+= USE_GNOME+=gtk20 CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} .endif -.if ${PORT_OPTIONS:MKERBEROS5} && empty(KRB5_HOME) -BROKEN= KRB5_HOME is undefined! -.endif - .if ${PORT_OPTIONS:MPAM} && empty(PORT_OPTIONS:MBAD_PAM) pre-extract: @${ECHO} @@ -101,9 +100,6 @@ pre-extract: @${ECHO} "For example, pam_unix requires root rights to access shadow passwords." @${ECHO} .endif - -post-patch: - @${REINPLACE_CMD} -e '/xglockrc/ s|PROGRAM|DATA|' ${WRKSRC}/xglock/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/x11/xlockmore/distinfo ============================================================================== --- head/x11/xlockmore/distinfo Fri Oct 4 19:03:22 2019 (r513773) +++ head/x11/xlockmore/distinfo Fri Oct 4 19:39:52 2019 (r513774) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567716907 -SHA256 (xlockmore-5.58.tar.xz) = fc9f81773afef0dc7e3e62defbad4056d8d16af9ba8208eeec73d1b2970e41ed -SIZE (xlockmore-5.58.tar.xz) = 1878452 +TIMESTAMP = 1570202828 +SHA256 (xlockmore-5.59.tar.xz) = 2d2a6855ecdeee4856ace76acf615d3b2e48303951bb5fd31a234e4a54615251 +SIZE (xlockmore-5.59.tar.xz) = 1935296