diff options
author | tg <tg@FreeBSD.org> | 2000-08-29 18:48:35 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-08-29 18:48:35 +0800 |
commit | 79068b9c2da611dcbe8eb1df3085874c344f3fab (patch) | |
tree | 673266eabdcb8bb1da27474939abd58b08240d6c /x11/xlockmore | |
parent | 5f0b8793717c71e327b67b916ec4153b9dec4c82 (diff) | |
download | freebsd-ports-gnome-79068b9c2da611dcbe8eb1df3085874c344f3fab.tar.gz freebsd-ports-gnome-79068b9c2da611dcbe8eb1df3085874c344f3fab.tar.zst freebsd-ports-gnome-79068b9c2da611dcbe8eb1df3085874c344f3fab.zip |
Use new variable XFREE86_VERSION.
Submitted by: asami
Upgrade to 4.17.2, while I'm here:
* coredump fix for GL modes cage, moebius, rubik, skewb, and stairs
* and Mesa3.1 thanks to Tom Schmidt <tschmidt@micron.com>.
* solitare.cc update for disable-interactive.
* xlock -resources crashes on Solaris thanks to Alexander Elgert
* <elgert@rbg.informatik.tu-darmstadt.de>.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 7 | ||||
-rw-r--r-- | x11/xlockmore/distinfo | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 10659c02f12f..de813de71f96 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xlockmore -PORTVERSION= 4.17.1 +PORTVERSION= 4.17.2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ${MASTER_SITE_XCONTRIB} @@ -42,10 +42,7 @@ USE_MESA= yes CONFIGURE_ARGS+= --without-mesagl .endif -XFREE86VERSION!= /usr/bin/awk '/\#.*define XFree86Version/ {print $$NF}' \ - ${X11BASE}/lib/X11/config/xfree86.cf - -.if ${XFREE86VERSION} >= 4000 +.if ${XFREE86_VERSION} >= 4 post-configure: ${PERL} -pi -e 's/-lXdpms//g' ${WRKSRC}/modes/Makefile .endif diff --git a/x11/xlockmore/distinfo b/x11/xlockmore/distinfo index bedfd79984a0..73f878ca3fc3 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1 +1 @@ -MD5 (xlockmore-4.17.1.tar.gz) = 18a2563e208b9a406c42ec0f96cfa173 +MD5 (xlockmore-4.17.2.tar.gz) = 309723a0e4905545c4d40ca9567640fe |