Bug 14286 - Clean up print/pkfonts* and japanese/vfxdvi*
Summary: Clean up print/pkfonts* and japanese/vfxdvi*
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-12 17:20 UTC by ade
Modified: 1999-10-18 19:09 UTC (History)
0 users

See Also:


Attachments
file.diff (1.52 KB, patch)
1999-10-12 17:20 UTC, ade
no flags Details | Diff
file.diff (1.21 KB, patch)
1999-10-12 17:20 UTC, ade
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ade 1999-10-12 17:20:00 UTC
	print/pkfonts* and japanese/vfxdvi* are in a bit of a mess.

	600dpi resolution files are no longer available on the
	master site, and the MASTER_SITE for print/pkfonts* is
	broken.

Fix: Three things need to be done:

	1.  Kill print/pkfonts600 and japanese/vfxdvi600 (the
	    only thing that depends on pkfonts600)

	2.  Update print/pkfonts300 as follows (first patch):

	    Remove:	pkg/600.list
	    Update:	Makefile files/md5

	3.  Update japanese/vfxdvi300 as follows (second patch):

	    Update:	Makefile files/customize.sh

	    Note that the other japanese/vfxdvi* ports still
	    have problems with the distfile survey, but I'll
	    leave that (for now) to the MAINTAINER.

--------------------------------------------------
First Patch	(print/pkfonts300)
--------------------------------------------------
--------------------------------------------------
Second Patch	(japanese/vfxdvi300)
--------------------------------------------------
How-To-Repeat: 
	cd print/pkfonts300; make fetch

	for one example.  Look at the distfiles survey for the
	whole story.
Comment 1 sanpei 1999-10-16 13:45:41 UTC
>> 	print/pkfonts* and japanese/vfxdvi* are in a bit of a mess.
>> 
>> 	600dpi resolution files are no longer available on the
>> 	master site, and the MASTER_SITE for print/pkfonts* is
>> 	broken.

  I'm one of the MASTER_SITE_JP Maintainer.
  I put pkfonts to ${MASTER_SITE_JP}/pkfonts last week by
asami-san's request.
  But I forgot to put pk600.tar.gz. I put it just now.

  Would you like to re-check Distfile survey.

Thank you
MIHIRA Sanpei Yoshiro
sanpei@sanpei.org
sanpei@jp.FreeBSD.org
Comment 2 ade 1999-10-17 22:34:27 UTC
On Sat, Oct 16, 1999 at 09:45:41PM +0900, MIHIRA Yoshiro wrote:
> 
>   I'm one of the MASTER_SITE_JP Maintainer.
>   I put pkfonts to ${MASTER_SITE_JP}/pkfonts last week by
> asami-san's request.
>   But I forgot to put pk600.tar.gz. I put it just now.
> 
>   Would you like to re-check Distfile survey.

Ok.  Next time the survey rolls around, I'll go back and take a
peek to see what's improved.

At the very least, the following patch will need to be applied
to print/pkfonts300/Makefile:

--- Makefile.orig	Sun Oct 17 16:32:41 1999
+++ Makefile	Sun Oct 17 16:33:32 1999
@@ -9,8 +9,8 @@
 DISTNAME=	pkfonts
 PKGNAME=	pkfonts${RESOLUTION}-1.0
 CATEGORIES=	print
-MASTER_SITES=	ftp://ftp.univ-evry.fr/.04/system/OpenBSD/distfiles/pkfonts/ \
-		${MASTER_SITE_PORTS_JP}/pkfonts/
+MASTER_SITES=	${MASTER_SITE_PORTS_JP}
+MASTER_SITE_SUBDIR= pkfonts
 DISTFILES=	pk${RESOLUTION}.tar.gz
 # see below for RESOLUTION definition
 
That will need to be committed before the distfile survey results will
be accurate for the pkfonts* ports.

-aDe

-- 
Ade Lovett, Austin, TX.
Comment 3 sanpei 1999-10-18 05:05:28 UTC
>--- Makefile.orig	Sun Oct 17 16:32:41 1999
>+++ Makefile	Sun Oct 17 16:33:32 1999
>@@ -9,8 +9,8 @@
> DISTNAME=	pkfonts
> PKGNAME=	pkfonts${RESOLUTION}-1.0
> CATEGORIES=	print
>-MASTER_SITES=	ftp://ftp.univ-evry.fr/.04/system/OpenBSD/distfiles/pkfonts/ \
>-		${MASTER_SITE_PORTS_JP}/pkfonts/
>+MASTER_SITES=	${MASTER_SITE_PORTS_JP}
>+MASTER_SITE_SUBDIR= pkfonts
> DISTFILES=	pk${RESOLUTION}.tar.gz
> # see below for RESOLUTION definition
> 
>That will need to be committed before the distfile survey results will
>be accurate for the pkfonts* ports.

  Yes, that's right. I hope to **commit** above change.

MIHIRA Yoshiro
Yokohama, Japan.
Comment 4 ade 1999-10-18 18:08:10 UTC
On Mon, Oct 18, 1999 at 01:05:28PM +0900, MIHIRA Sanpei Yoshiro wrote:
> >--- Makefile.orig	Sun Oct 17 16:32:41 1999
> >+++ Makefile	Sun Oct 17 16:33:32 1999
> >@@ -9,8 +9,8 @@
> > DISTNAME=	pkfonts
> > PKGNAME=	pkfonts${RESOLUTION}-1.0
> > CATEGORIES=	print
> >-MASTER_SITES=	ftp://ftp.univ-evry.fr/.04/system/OpenBSD/distfiles/pkfonts/ \
> >-		${MASTER_SITE_PORTS_JP}/pkfonts/
> >+MASTER_SITES=	${MASTER_SITE_PORTS_JP}
> >+MASTER_SITE_SUBDIR= pkfonts
> > DISTFILES=	pk${RESOLUTION}.tar.gz
> > # see below for RESOLUTION definition
> > 
> >That will need to be committed before the distfile survey results will
> >be accurate for the pkfonts* ports.
> 
>   Yes, that's right. I hope to **commit** above change.

Ok.  Can we have this committed, close the PR, and then wait for
the next distfile survey to clean up any remaining issues.

Thanks,
	-aDe

-- 
Ade Lovett, Austin, TX.
Comment 5 cpiazza freebsd_committer freebsd_triage 1999-10-18 19:09:17 UTC
State Changed
From-To: open->closed

Patch applied to pkfonts300/Makefile, thanks!