diff options
author | tg <tg@FreeBSD.org> | 1998-05-20 15:31:01 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-20 15:31:01 +0800 |
commit | 3703a46bec928c7dbc852b14ed5915cba8be6157 (patch) | |
tree | 814e8f954ae8cc80e0e32c4a2f4de7435cd32c6b /x11 | |
parent | ed40c0857c42d6b1dac9a3d1fe9ec86bfd2efda4 (diff) | |
download | freebsd-ports-graphics-3703a46bec928c7dbc852b14ed5915cba8be6157.tar.gz freebsd-ports-graphics-3703a46bec928c7dbc852b14ed5915cba8be6157.tar.zst freebsd-ports-graphics-3703a46bec928c7dbc852b14ed5915cba8be6157.zip |
Update to 4.10.
Diffstat (limited to 'x11')
-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 540bec60fe2..0d089bb69db 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 33fa2789f9b..6fd78301811 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 ee7e881dec4..9d19c3ab869 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. - - |