Date: Fri, 13 Dec 2019 16:47:45 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520055 - head/x11/xlockmore Message-ID: <201912131647.xBDGljrM070298@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Fri Dec 13 16:47:45 2019 New Revision: 520055 URL: https://svnweb.freebsd.org/changeset/ports/520055 Log: - update to 5.61 - enable ttf [1] PR: 241175 [1] Reported by: vermaden@interia.pl [1] Modified: head/x11/xlockmore/Makefile head/x11/xlockmore/distinfo Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Fri Dec 13 16:45:59 2019 (r520054) +++ head/x11/xlockmore/Makefile Fri Dec 13 16:47:45 2019 (r520055) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xlockmore -PORTVERSION= 5.59 -PORTREVISION= 1 +PORTVERSION= 5.61 CATEGORIES= x11 MASTER_SITES= http://www.sillycycle.com/xlock/ \ SF/bsdsrc/${.CURDIR:T} @@ -18,7 +17,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 USES= tar:xz xorg USE_XORG= ice sm x11 xaw xext xpm -CONFIGURE_ARGS= --without-motif --without-ttf --without-editres \ +CONFIGURE_ARGS= --without-motif --without-editres \ --without-dtsaver --without-rplay --without-nas \ --without-gtk --without-esound --disable-setuid \ --disable-kerberos4 @@ -27,7 +26,7 @@ PORTDOCS= README ${PORTNAME}.README OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \ KERBEROS5 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP \ - XINERAMA DOCS + XINERAMA DOCS FREETYPE OPTIONS_RADIO= ONE OPTIONS_RADIO_ONE= PAM XLOCK_GROUP OPTIONS_DEFAULT= MB XINERAMA @@ -86,8 +85,15 @@ GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfi libpng16.so:graphics/png GTK2_USE= gnome=cairo,gdkpixbuf2,gtk20 GTK2_USES= gnome pkgconfig +FREETYPE_CONFIGURE_WITH= ttf +FREETYPE_LIB_DEPENDS= libgltt.so:graphics/gltt +FREETYPE_CFLAGS= -I${LOCALBASE}/include/gltt .include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MFREETYPE} +IGNORE_FreeBSD_11= FREETYPE support requires FreeBSD version 12+ +.endif .if defined(XLOCKMORE_LANG) CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} Modified: head/x11/xlockmore/distinfo ============================================================================== --- head/x11/xlockmore/distinfo Fri Dec 13 16:45:59 2019 (r520054) +++ head/x11/xlockmore/distinfo Fri Dec 13 16:47:45 2019 (r520055) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570202828 -SHA256 (xlockmore-5.59.tar.xz) = 2d2a6855ecdeee4856ace76acf615d3b2e48303951bb5fd31a234e4a54615251 -SIZE (xlockmore-5.59.tar.xz) = 1935296 +TIMESTAMP = 1576096747 +SHA256 (xlockmore-5.61.tar.xz) = 6a5b1aebc1f62209b4f342497b21023b486e11412c4de7a9e71c2a7899d35c04 +SIZE (xlockmore-5.61.tar.xz) = 1936312
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912131647.xBDGljrM070298>