Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2000 08:48:50 -0700 (PDT)
From:      jose@we.lc.ehu.es
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22313: print/a2ps-4.13 does not work because of sheets.map file
Message-ID:  <20001026154850.E36E337B479@hub.freebsd.org>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001026154850.E36E337B479>