Bug 18820

Summary: textproc/docbook-400 PLIST fix
Product: Ports & Packages Reporter: okazaki <okazaki>
Component: Individual Port(s)Assignee: Jeroen Ruigrok van der Werven <asmodai>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description okazaki 2000-05-26 01:50:00 UTC
	There is a typo in the docbook-400's PLIST.

Fix: Use the patch below to fix the port.

How-To-Repeat: 
	cd ${PORTSDIR}/textproc/docbook-400; make install deinstall
Comment 1 Will Andrews 2000-05-26 02:36:02 UTC
On Fri, May 26, 2000 at 12:42:23AM -0000, okazaki@be.to wrote:
> diff -urN /usr/ports/textproc/docbook-400/pkg/PLIST docbook-400/pkg/PLIST
> --- /usr/ports/textproc/docbook-400/pkg/PLIST	Wed Apr  5 05:18:49 2000
> +++ docbook-400/pkg/PLIST	Fri May 26 08:50:46 2000
> @@ -11,5 +11,6 @@
>  share/sgml/docbook/4.0/docbook.dtd
>  share/sgml/docbook/4.0/catalog
>  share/sgml/docbook/4.0/readme.txt
> -@dirrm share/sgml/docbook/4.1
> -@dirrm share/sgml/docbook
> +@dirrm share/sgml/docbook/4.0
> +@unexec rmdir %D/share/sgml/docbook 2>/dev/null || true
> +@unexec rmdir %D/share/sgml 2>/dev/null || true

This sort of thing really should be put in an MTREE file.  In fact, a
lot of things should be put in MTREE files.  Too many ports have
overlapping @dirrm's.

Unfortunately, I'm not an mtree expert yet, but if no one has fixed this
by mid-June, I will.

-- 
Will Andrews <andrews@technologist.com>
GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
G++>+++ e->++++ h! r-->+++ y?
Comment 2 okazaki 2000-05-26 03:20:36 UTC
In the message <20000525213602.P3357@argon.blackdawn.com> 
Will Andrews <andrews@technologist.com> wrote:

> On Fri, May 26, 2000 at 12:42:23AM -0000, okazaki@be.to wrote:
> > diff -urN /usr/ports/textproc/docbook-400/pkg/PLIST docbook-400/pkg/PLIST
...
> > +@unexec rmdir %D/share/sgml/docbook 2>/dev/null || true
> > +@unexec rmdir %D/share/sgml 2>/dev/null || true

> This sort of thing really should be put in an MTREE file.  In fact, a
> lot of things should be put in MTREE files.  Too many ports have
> overlapping @dirrm's.

Yea, I agree with you.  

Then do you need a patch only fixes a typo? :-)

-- 
Tetsurou
Comment 3 Steve Price freebsd_committer freebsd_triage 2000-05-29 03:06:26 UTC
Responsible Changed
From-To: freebsd-ports->asmodai

Over to port's maintainer.
Comment 4 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-05-29 06:36:32 UTC
State Changed
From-To: open->closed

Fixed. 
Thanks!