Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 1998 22:47:23 -0500 (EST)
From:      sjr@home.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8451: Minor correction to display port
Message-ID:  <199810260347.WAA07204@istari.home.net>

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

>Number:         8451
>Category:       ports
>Synopsis:       Minor correction to display port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 25 19:50:00 PST 1998
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

	The display port keeps the distfile in an uncompressed
	form. These patches change the extraction method to fix
	this.

>How-To-Repeat:

>Fix:
	
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/display/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	1997/11/25 08:19:54	1.2
+++ Makefile	1998/10/26 03:31:11
@@ -10,7 +10,7 @@
 PKGNAME=		display-1.0
 CATEGORIES=		misc
 MASTER_SITES=		ftp://ftp.uu.net/usenet/comp.sources.unix/volume8/
-EXTRACT_SUFX=
+EXTRACT_SUFX=		.Z
 
 PATCH_SITES=		${MASTER_SITES}
 PATCHFILES=		display.pch.Z
@@ -20,8 +20,9 @@
 BUILD_DEPENDS=		gunshar:${PORTSDIR}/archivers/gshar+gunshar
 
 NO_WRKSUBDIR=		yes
-EXTRACT_CMD=		gunshar
+EXTRACT_CMD=		zcat
 EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS=	| gunshar -d ${WRKDIR}
 
 MAN1=			display.1
 
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/misc/display/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1997/11/24 00:26:01	1.1.1.1
+++ md5	1998/10/26 03:32:07
@@ -1,2 +1,2 @@
-MD5 (display) = 8b8833e1ae41dc1a3714ed1ba4776871
+MD5 (display.Z) = 5ee3e53bf0b99dd4b94b5329e8a0fd2e
 MD5 (display.pch.Z) = c77e579b4dcc07fbf2dee01113029f0d
>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?199810260347.WAA07204>