From owner-freebsd-ports Thu Oct 26 8:50:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EC1D37B4CF for ; Thu, 26 Oct 2000 08:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA93857; Thu, 26 Oct 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E36E337B479; Thu, 26 Oct 2000 08:48:50 -0700 (PDT) Message-Id: <20001026154850.E36E337B479@hub.freebsd.org> Date: Thu, 26 Oct 2000 08:48:50 -0700 (PDT) From: jose@we.lc.ehu.es To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22313: print/a2ps-4.13 does not work because of sheets.map file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22313 >Category: ports >Synopsis: print/a2ps-4.13 does not work because of sheets.map file >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 26 08:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jose M. Alcaide >Release: 4.1.1-STABLE >Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica >Environment: ports tree just updated. >Description: a2ps 4.13 does not work because the format of "sheets.map" has changed. The port downloads and installs a sheets.map from MASTER_SITE_LOCAL/obrien which substitutes the sheets.map included in the a2ps distribution. Unfortunately, that file is incompatible with a2ps 4.13. >How-To-Repeat: Install a2ps and try tu use it :-) >Fix: For the moment, don't substitute the original sheets.map file: --- Makefile.orig Thu Oct 26 17:41:36 2000 +++ Makefile Thu Oct 26 17:43:01 2000 @@ -8,11 +8,9 @@ PORTNAME= a2ps PORTVERSION= 4.13 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.enst.fr/pub/unix/a2ps/ -MASTER_SITE_SUBDIR= obrien +MASTER_SITES= ftp://ftp.enst.fr/pub/unix/a2ps/ PKGNAMESUFFIX= -${PAPERSIZE} -DISTFILES= a2ps-${PORTVERSION}${EXTRACT_SUFX} sheets.map +DISTFILES= a2ps-${PORTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= chuckr@FreeBSD.org @@ -35,9 +33,6 @@ @${ECHO} "letterdj allows a slightly larger margins for DeskJets." @${FALSE} .endif - -post-extract: - $(CP) $(DISTDIR)/sheets.map $(WRKSRC)/sheets/sheets.map post-install: strip ${PREFIX}/bin/a2ps >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message