Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2009 15:53:48 +0700 (KRAT)
From:      Eugene Grosbein <eugen@eg.sd.rdtc.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140072: [patch] additional MASTER_SITE needed for ports/print/a2ps-letter
Message-ID:  <200910290853.n9T8rmje034184@eg.sd.rdtc.ru>
Resent-Message-ID: <200910290900.n9T90B00075796@freefall.freebsd.org>

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

>Number:         140072
>Category:       ports
>Synopsis:       [patch] additional MASTER_SITE needed for ports/print/a2ps-letter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 29 09:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 8.0-RC2 i386
>Organization:
RDTC JSC
>Environment:
System: FreeBSD eg.sd.rdtc.ru 8.0-RC2 FreeBSD 8.0-RC2 #10: Tue Oct 27 13:48:18 KRAT 2009 root@eg.sd.rdtc.ru:/usr/local/obj/usr/local/src/sys/EG i386

>Description:
	The port a2ps-letter has ftp.enst.fr as first master site
	that is down. Other sites of MASTER_SITE_GNU do carry
	its basic source tarball a2ps-4.13b.tar.gz but not optional
	I18N_PACKAGE (i18n-fonts-0.1.tar.gz), so its impossible to build
	the port with I18N_PACKAGE=yes due to unfetchable file.

>How-To-Repeat:
	cd /usr/ports/print/a2ps-letter && make WITH_I18N=yes

>Fix:

	Let's add another mirror that carries i18n-fonts-0.1.tar.gz too.

--- print/a2ps-letter/Makefile.orig	2009-10-29 15:41:11.000000000 +0700
+++ print/a2ps-letter/Makefile	2009-10-29 15:42:24.000000000 +0700
@@ -10,6 +10,7 @@
 PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	ftp://ftp.enst.fr/pub/unix/a2ps/ \
+		ftp://ftp3.ru.freebsd.org/pub/unix/postscript/a2ps/ \
 		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMESUFFIX=	-${PAPERSIZE}${PKGNAMESUFFIX2}


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



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