Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 1999 08:50:28 +1000
From:      Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/12089: ports/textproc/docbook-310 uses incorrect distfile name
Message-ID:  <99Jun9.083412est.40332@border.alcanet.com.au>

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

>Number:         12089
>Category:       ports
>Synopsis:       ports/textproc/docbook-310 uses incorrect distfile name
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun  8 16:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Peter Jeremy
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Alcatel Australia Limited
>Environment:

	Ports updated to cvs-cur 5400

>Description:

	Building docbook-310 attempts to fetch docbk31.tar.gz, but the
	distfile is only available as a .zip file.

>How-To-Repeat:

	cd /usr/ports/textproc/docbook-310; make

>Fix:
	
The following appears to make it work.  It's not clear that this is
the correct mechanism to handle ZIP files (it's done differently
elsewhere).

Index: Makefile
===================================================================
RCS file: /home/CVSROOT/./ports/textproc/docbook-310/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	1999/05/05 17:40:24	1.4
+++ Makefile	1999/06/08 22:49:37
@@ -12,9 +12,11 @@
 PKGNAME=	docbook-3.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.oasis-open.org/docbook/docbook/3.1/
+DISTFILES=	docbk31.zip
 
 MAINTAINER=	nik@FreeBSD.ORG
 
+BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
 RUN_DEPENDS=	${ISOCAT}:${PORTSDIR}/textproc/iso8879
 
 USE_ZIP=	yes

>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?99Jun9.083412est.40332>