| Summary: | Clean up print/pkfonts* and japanese/vfxdvi* | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | ade <ade> | ||||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
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. 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! |