NetBSD Problem Report #7712

Received: (qmail 24762 invoked from network); 5 Jun 1999 18:42:38 -0000
Message-Id: <199906051837.NAA19523@fb.sa.enteract.com>
Date: Sat, 5 Jun 1999 13:37:53 -0500 (CDT)
From: Frederick Bruckman <fb@enteract.com>
Reply-To: fb@enteract.com
To: gnats-bugs@gnats.netbsd.org
Subject: Update AfterStep package to 1.6.10
X-Send-Pr-Version: 3.95

>Number:         7712
>Category:       pkg
>Synopsis:       Update AfterStep package to 1.6.10
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jun 05 11:50:00 +0000 1999
>Closed-Date:    Sun Jun 06 20:23:49 +0000 1999
>Last-Modified:  Sun Jun 06 20:24:06 +0000 1999
>Originator:     Frederick Bruckman
>Release:        NetBSD-1.4
>Organization:

>Environment:
System: NetBSD corwin.home 1.4 NetBSD 1.4 (CORWIN) #3:
Thu May 20 23:43:36 CDT 1999 fredb@corwin.home:
/usr/src/sys/arch/mac68k/compile/CORWIN mac68k


>Description:
	Minor update. New in 1.6.04(?), it's no longer necessary to create
	~/GNUstep/Library/AfterStep/. Updated pkg/MESSAGE to reflect that;
	admittedly it's now a little long.

	I'm also putting my afterstep-current up at
	<ftp://ftp.enteract.com/users/fb/NetBSD/afterstep-current.tar.gz>.
	The package itself should be correct, but AfterStep-1.7.105 isn't
	quite ready for NetBSD yet.
>How-To-Repeat:
>Fix:
	The following patch should be invoked with "-E", to completely
	remove the obsolete patch-ae.

*** x11/afterstep/Makefile.orig	Fri Mar  5 06:42:02 1999
--- x11/afterstep/Makefile	Sat Jun  5 09:54:47 1999
***************
*** 2,10 ****

! DISTNAME=		AfterStep-1.6.0
! PKGNAME=		afterstep-1.6.0
  CATEGORIES=		x11
  MASTER_SITES=		ftp://ftp.afterstep.org/pub/stable/ \
! 			ftp://ftp.digex.net/pub/os/wm/AfterStep/stable/

! MAINTAINER=		root@garbled.net
  HOMEPAGE=		http://www.afterstep.org/
--- 2,11 ----

! DISTNAME=		AfterStep-1.6.10
! PKGNAME=		afterstep-1.6.10
  CATEGORIES=		x11
  MASTER_SITES=		ftp://ftp.afterstep.org/pub/stable/ \
! 	ftp://ftp.digex.net/pub/X11/window-managers/afterstep/AfterStep/pub/stable/
! EXTRACT_SUFX=		.tar.bz2

! MAINTAINER=		packages@netbsd.org
  HOMEPAGE=		http://www.afterstep.org/
*** x11/afterstep/files/md5.orig	Tue Dec 29 06:36:22 1998
--- x11/afterstep/files/md5	Sat Jun  5 09:55:23 1999
***************
*** 2,3 ****

! MD5 (AfterStep-1.6.0.tar.gz) = 026257f589285b8e0414b890ed71c9d5
--- 2,3 ----

! MD5 (AfterStep-1.6.10.tar.bz2) = 09f3303ca1e599fe0ce74c54ba8611ad
*** x11/afterstep/patches/patch-ae.orig	Mon Mar 29 10:14:40 1999
--- x11/afterstep/patches/patch-ae	Sat Jun  5 11:21:57 1999
***************
*** 1,13 ****
- $NetBSD: patch-ae,v 1.3 1999/03/29 16:14:40 tron Exp $
- 
- --- src/afterstep/afterstep.c.orig	Fri Dec 11 00:34:43 1998
- +++ src/afterstep/afterstep.c	Mon Mar 29 18:07:04 1999
- @@ -194,7 +194,7 @@
-        else if (!strcmp(argv[i], "-f") && i + 1 < argc)
-  	{
-  	  shall_override_config_file = True;
- -	  config_file_to_override = argv[i];
- +	  config_file_to_override = argv[++i];
-  	}
-        else
-  	usage();
--- 0 ----
*** x11/afterstep/pkg/MESSAGE.orig	Thu Jan 21 06:42:33 1999
--- x11/afterstep/pkg/MESSAGE	Sat Jun  5 12:32:19 1999
***************
*** 1,14 ****
! In order to use afterstep.. create a directory called 
! ~/GNUstep/Library/AfterStep and issue the command:

- cp -R /usr/X11R6/share/afterstep/* ~/GNUstep/Library/AfterStep

! Replacing /usr/X11R6 with the location of your X tree or installation
! base dir (if different).

- Then place afterstep in your .xinitrc or .xsession file, replacing your
- current window manager.

! More information about using afterstep is available at:

- http://www.afterstep.org/FAQ/
--- 1,33 ----
! FIRST TIME USERS:
! To use afterstep, put "exec afterstep" at the end of your .xinitrc
! or .xsession file, as applies, commenting out any line(s) for your
! current window manager.


! UPGRADERS:
! The format of many of the config files may change with the minor
! version number, as from 1.5.x to 1.6.10. Upgraders are advised to
! back up their old custom configs,
! "cp ~/GNUstep/Library/AfterStep ~/GNUstep/Library/AfterStep.old",
! review the defaults in ~/usr/X11R6/share/afterstep for compatibility,
! and edit as required before moving them back.


! EVERYBODY:
! Try the AfterStep Control Panel (available as a separate package,
! x11/ascp) for configuring AfterStep.
! 
! If the "Afterstep Documentation" item in the default start menu
! fails to work, it's probably because you don't have a binary called
! either "netscape" or "lynx" on your system.  With your favorite
! browser, try
! 
! 	file://usr/X11R6/share/afterstep/doc/afterstep.html
! 
! AfterStep has a homepage,
! 
! 	http://www.afterstep.org/FAQ/
! 
! There find the latest version of the FAQ and links to subscribe to
! the mailing list.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tron 
State-Changed-When: Sun Jun 6 13:23:49 PDT 1999 
State-Changed-Why:  
Package updated, thanks. 
>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.