Date: Wed, 25 Nov 1998 02:00:01 -0800 (PST) From: Dom Mitchell <dom@phmit.demon.co.uk> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/8835: Update port of xscreensaver Message-ID: <199811251000.CAA08573@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8835; it has been noted by GNATS. From: Dom Mitchell <dom@phmit.demon.co.uk> To: Bill Fumerola <billf@chc-chimes.com> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/8835: Update port of xscreensaver Date: Wed, 25 Nov 1998 09:23:34 +0000 On 24 November 1998, Bill Fumerola proclaimed: > On Tue, 24 Nov 1998, Dom Mitchell wrote: > > > >Number: 8835 > > >Category: ports > > >Synopsis: Update port of xscreensaver > > Just a side note, diff -u is much better for updates then > share/tar/uuencode/etc. Ok. Just for reference, here's the diff. -- Dom Mitchell -- Palmer & Harvey McLane -- Unix Systems Administrator ``Damn the philosophy, just provide the functionality and let anyone with a competing philosophy come up with some better alternative if they don't like it.'' -- JKH diff -urP /usr/ports/x11/xscreensaver/Makefile xscreensaver/Makefile --- /usr/ports/x11/xscreensaver/Makefile Thu Sep 17 01:33:02 1998 +++ xscreensaver/Makefile Tue Nov 24 09:54:48 1998 @@ -1,32 +1,33 @@ # New ports collection makefile for: xscreensaver -# Version required: 2.24 +# Version required: 3.06 # Date created: 10 July 1995 -# Whom: asami +# Whom: dom@myrddin.demon.co.uk # # $Id: Makefile,v 1.16 1998/09/17 00:33:02 asami Exp $ # -DISTNAME= xscreensaver-2.24 +DISTNAME= xscreensaver-3.06 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications +MASTER_SITES= http://www.jwz.org/xscreensaver/ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -BROKEN= libkrb - GNU_CONFIGURE= yes USE_X_PREFIX= yes -MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bubbles.1 \ - decayscreen.1 deco.1 drift.1 epicycle.1 flag.1 flame.1 \ - forest.1 galaxy.1 goop.1 grav.1 greynetic.1 halo.1 helix.1 \ - hopalong.1 hypercube.1 ifs.1 imsmap.1 jigsaw.1 julia.1 \ - kaleidescope.1 laser.1 lightning.1 lisa.1 lmorph.1 maze.1 \ - moire.1 munch.1 noseguy.1 pedal.1 penrose.1 pyro.1 qix.1 \ - rd-bomb.1 rocks.1 rorschach.1 sierpinski.1 slidescreen.1 \ - slip.1 sphere.1 spiral.1 starfish.1 strange.1 swirl.1 vines.1 \ - xjack.1 xlyap.1 xroger.1 xscreensaver-command.1 xscreensaver.1 + +MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bsod.1 \ + bubbles.1 decayscreen.1 deco.1 drift.1 epicycle.1 \ + flag.1 flame.1 forest.1 galaxy.1 goop.1 grav.1 \ + greynetic.1 halo.1 helix.1 hopalong.1 hypercube.1 \ + ifs.1 imsmap.1 jigsaw.1 julia.1 kaleidescope.1 \ + lament.1 laser.1 lightning.1 lisa.1 lmorph.1 maze.1 \ + moire.1 munch.1 noseguy.1 pedal.1 penrose.1 pyro.1 \ + qix.1 rd-bomb.1 rocks.1 rorschach.1 sierpinski.1 \ + slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 \ + starfish.1 strange.1 swirl.1 vines.1 xjack.1 xlyap.1 \ + xroger.1 xscreensaver-command.1 xscreensaver-demo.1 \ + xscreensaver.1 .include <bsd.port.mk> diff -urP /usr/ports/x11/xscreensaver/files/md5 xscreensaver/files/md5 --- /usr/ports/x11/xscreensaver/files/md5 Wed Jul 15 00:09:01 1998 +++ xscreensaver/files/md5 Tue Nov 24 09:37:18 1998 @@ -1 +1 @@ -MD5 (xscreensaver-2.24.tar.gz) = 4bc7785d87bad627637b0377350d1d23 +MD5 (xscreensaver-3.06.tar.gz) = 170a198f45c3922a322988c313ed602a diff -urP /usr/ports/x11/xscreensaver/patch/patch-aa xscreensaver/patch/patch-aa --- /usr/ports/x11/xscreensaver/patch/patch-aa Thu Jan 1 01:00:00 1970 +++ xscreensaver/patch/patch-aa Mon Oct 26 08:52:25 1998 @@ -0,0 +1,13 @@ +--- ./driver/passwd.c.org Wed Jul 23 22:50:50 1997 ++++ ./driver/passwd.c Mon Sep 8 22:30:11 1997 +@@ -196,8 +196,10 @@ + #endif /* HAVE_DEC_ENHANCED */ + + u = user_name(); ++#ifndef __FreeBSD__ + encrypted_user_passwd = get_encrypted_passwd(u); + encrypted_root_passwd = get_encrypted_passwd(ROOT); ++#endif + if (u) free (u); + + if (encrypted_user_passwd) Only in /usr/ports/x11/xscreensaver: patches diff -urP /usr/ports/x11/xscreensaver/pkg/PLIST xscreensaver/pkg/PLIST --- /usr/ports/x11/xscreensaver/pkg/PLIST Fri Aug 21 00:16:28 1998 +++ xscreensaver/pkg/PLIST Tue Nov 24 09:51:57 1998 @@ -56,6 +56,7 @@ bin/sierpinski bin/slidescreen bin/slip +bin/sonar bin/sphere bin/spiral bin/starfish @@ -70,4 +71,5 @@ bin/xroger bin/xscreensaver bin/xscreensaver-command +bin/xscreensaver-demo lib/X11/app-defaults/XScreenSaver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811251000.CAA08573>