diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-20 07:31:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-20 07:31:01 +0000 |
commit | 9cf0ce2c80a34cb2cec63ecc953d25181637f5f7 (patch) | |
tree | 29f0c1884afc0784b480f440e7891d5f76d7c16d /x11/xlockmore | |
parent | Fix nasty template-instantiation problem that, while it compiled, (diff) |
Update to 4.10.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 16 | ||||
-rw-r--r-- | x11/xlockmore/distinfo | 2 | ||||
-rw-r--r-- | x11/xlockmore/pkg-descr | 2 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 540bec60fe2b..0d089bb69db8 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: xlockmore -# Version required: 4.09 +# Version required: 4.10 # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.31 1998/03/20 14:50:09 markm Exp $ +# $Id: Makefile,v 1.32 1998/03/25 12:30:37 tg Exp $ # -DISTNAME= xlockmore-4.09 +DISTNAME= xlockmore-4.10 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ + ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications MAINTAINER= tg@FreeBSD.ORG @@ -25,7 +26,12 @@ CONFIGURE_ARGS+= --enable-kerberos4 USE_X11= yes MAN1= xlock.1 -.if exists(${X11BASE}/lib/libMesaGL.a) || defined(PACKAGE_BUILDING) +# +# MesaGL has a security hole. Don't use it in setuid binaries. +# Override this with WITH_MESAGL=yes in your environment. +# +WITH_MESAGL?= no +.if ${WITH_MESAGL} == yes CONFIGURE_ARGS+= --with-mesagl LIB_DEPENDS+= GL\\.13:${PORTSDIR}/graphics/Mesa .else diff --git a/x11/xlockmore/distinfo b/x11/xlockmore/distinfo index 33fa2789f9bf..6fd783018112 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1 +1 @@ -MD5 (xlockmore-4.09.tar.gz) = f68e5c6e99492dbf6cfccbdb29175caf +MD5 (xlockmore-4.10.tar.gz) = 1e49f1e087a7a4d633b10050b0d23641 diff --git a/x11/xlockmore/pkg-descr b/x11/xlockmore/pkg-descr index ee7e881dec4b..9d19c3ab869d 100644 --- a/x11/xlockmore/pkg-descr +++ b/x11/xlockmore/pkg-descr @@ -11,5 +11,3 @@ password Control-U and Control-H are active as kill and erase respectively. To return to the locked screen, click in the small icon version of the changing pattern. - - |