diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-01-05 15:43:24 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-01-05 15:43:24 +0000 |
commit | 2d5fbe1b77b17fb6feddd3a53e592cc95ff94fa2 (patch) | |
tree | 8f619e6dac3df4677aebcb0b4f79bcd9068ea805 /x11 | |
parent | e1ab1b7efb833d1769ae33dd9644d51cf18926a2 (diff) | |
download | ports-2d5fbe1b77b17fb6feddd3a53e592cc95ff94fa2.tar.gz ports-2d5fbe1b77b17fb6feddd3a53e592cc95ff94fa2.zip |
Update to 5.11 [1]
Fix build if MAKE_KERBEROS4 defined [2]
Make cosmetic changes for pkg-descr, add WWW tag [3]
Spotted by: Chris <chris-gnats34@randomcamel.net> [2]
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1],
Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [2],
osa [3]
PRs: 59882, 60925
Notes
Notes:
svn path=/head/; revision=97356
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 4 | ||||
-rw-r--r-- | x11/xlockmore/distinfo | 2 | ||||
-rw-r--r-- | x11/xlockmore/pkg-descr | 26 |
3 files changed, 17 insertions, 15 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 37ecfbd9ee5a..99cc98f87d99 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xlockmore -PORTVERSION= 5.10 +PORTVERSION= 5.11 CATEGORIES?= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ${MASTER_SITE_XCONTRIB} @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ --without-nas --without-gtk --without-esound .if defined(MAKE_KERBEROS4) CONFIGURE_ARGS+= --enable-kerberos4 -KRB4LIB= -lcom_err +KRB4LIB= -lcom_err -lcrypto .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --enable-kerberos5 diff --git a/x11/xlockmore/distinfo b/x11/xlockmore/distinfo index 274738e799cb..f2d01084ad88 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1 +1 @@ -MD5 (xlockmore-5.10.tar.bz2) = d9ce37326e3575fc7df9a682581fddfc +MD5 (xlockmore-5.11.tar.bz2) = 2c12c65990e2bf068273aa84d5c44685 diff --git a/x11/xlockmore/pkg-descr b/x11/xlockmore/pkg-descr index 9d19c3ab869d..9b2bc8445020 100644 --- a/x11/xlockmore/pkg-descr +++ b/x11/xlockmore/pkg-descr @@ -1,13 +1,15 @@ - xlock locks the X server till the user enters their pass- - word at the keyboard. While xlock is running, all new - server connections are refused. The screen saver is dis- - abled. The mouse cursor is turned off. The screen is - blanked and a changing pattern is put on the screen. If a - key or a mouse button is pressed then the user is prompted - for the password of the user who started xlock. +xlock locks the X server till the user enters their pass- +word at the keyboard. While xlock is running, all new +server connections are refused. The screen saver is disabled. +The mouse cursor is turned off. The screen is blanked and a +changing pattern is put on the screen. If a key or a mouse +button is pressed then the user is prompted for the password +of the user who started xlock. - If the correct password is typed, then the screen is - unlocked and the X server is restored. When typing the - 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. +If the correct password is typed, then the screen is +unlocked and the X server is restored. When typing the +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. + +WWW: http://www.tux.org/~bagleyd/xlockmore.html |