git: 8e0018d94f43 - main - x11/xlockmore: remove FREETYPE option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 09:56:38 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e0018d94f43bddbe343d4e22d3465e80345d357
commit 8e0018d94f43bddbe343d4e22d3465e80345d357
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-08 09:31:45 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-08 09:56:25 +0000
x11/xlockmore: remove FREETYPE option
xlockmore already uses feetype (freetype2) this option was to use
the long ago deprecated freetype1 library thought the gltt (which
is also abandonned)
---
x11/xlockmore/Makefile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 0c2e761a9412..50c351eb2e16 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -21,13 +21,13 @@ CPE_VENDOR= sillycycle
CONFIGURE_ARGS= --without-motif --without-editres \
--without-dtsaver --without-rplay --without-nas \
--without-gtk --without-esound --disable-setuid \
- --disable-kerberos4
+ --disable-kerberos4 --without-ttf
GNU_CONFIGURE= yes
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 FREETYPE
+ XINERAMA DOCS
OPTIONS_RADIO= ONE
OPTIONS_RADIO_ONE= PAM XLOCK_GROUP
OPTIONS_DEFAULT= MB XINERAMA
@@ -86,9 +86,6 @@ GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libpng.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>