diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-29 10:48:35 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-29 10:48:35 +0000 |
commit | e41137cc1d8497cbcd2ee3c16e4090e702c98b4a (patch) | |
tree | 3c93ff2ee4bd2364c51202535f75dcde4beaa879 /x11/xlockmore | |
parent | Update to 1.3.2. (diff) |
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 |