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.
>> 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
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.
>--- 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.
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.
State Changed From-To: open->closed Patch applied to pkfonts300/Makefile, thanks!