Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Jan 2000 06:17:17 -0800 (PST)
From:      cmf@iabears.org
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15881: xgs port is broken;  fix enclosed
Message-ID:  <20000104141717.297A61518B@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15881
>Category:       ports
>Synopsis:       xgs port is broken;  fix enclosed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan  4 06:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Carl Fongheiser
>Release:        FreeBSD 3.1.0-RELEASE
>Organization:
>Environment:
>Description:
xgs port is marked as broken due to a fetch error.  The enclosed patch fixes that along with a couple other minor glitches.  I attempted to send mail to the listed maintainer, but it bounced.
>How-To-Repeat:
cd /usr/ports/emulators/xgs; make
>Fix:
diff -r -u /usr/ports/emulators/xgs/Makefile /usr/users/cmf/src/xgs/Makefile
--- /usr/ports/emulators/xgs/Makefile   Fri Sep 10 07:20:39 1999
+++ /usr/users/cmf/src/xgs/Makefile     Tue Jan  4 07:58:59 2000
@@ -12,14 +12,13 @@

 # Distfile collection and extraction stuff
 #
-DISTNAME=      xgs-0.50-src
+DISTNAME=      xgs050
 PKGNAME=       xgs-0.50
 CATEGORIES=    emulators
-MASTER_SITES=  ftp://ftp.optera.com/pub/xgs/ \
+MASTER_SITES=  http://www.inwards.com/xgs/ \
                ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} xgs.rom
-
-BROKEN='fetch'
+EXTRACT_SUFX=   .tgz

 MAINTAINER=    sutton@aardvark.apana.org.au

Only in /usr/users/cmf/src/xgs: Makefile.save
diff -r -u /usr/ports/emulators/xgs/files/md5 /usr/users/cmf/src/xgs/files/md5
--- /usr/ports/emulators/xgs/files/md5  Mon Jun  9 15:21:36 1997
+++ /usr/users/cmf/src/xgs/files/md5    Tue Jan  4 07:22:35 2000
@@ -1,2 +1,2 @@
-MD5 (xgs/xgs-0.50-src.tar.gz) = a22f2974fd87253ba39c21a32451a4fb
+MD5 (xgs/xgs050.tgz) = a22f2974fd87253ba39c21a32451a4fb
 MD5 (xgs/xgs.rom) = 20a0334c447cb069a040ae5be1d938df
diff -r -u /usr/ports/emulators/xgs/pkg/PLIST /usr/users/cmf/src/xgs/pkg/PLIST
--- /usr/ports/emulators/xgs/pkg/PLIST  Mon Jun  9 15:21:38 1997
+++ /usr/users/cmf/src/xgs/pkg/PLIST    Tue Jan  4 07:55:15 2000
@@ -11,4 +11,5 @@
 lib/xgs/xgs80.fnt
 lib/xgs/xgs.rom
 lib/xgs/xgs.ram
-
+@dirrm share/doc/xgs
+@dirrm lib/xgs


>Release-Note:
>Audit-Trail:
>Unformatted:


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?20000104141717.297A61518B>