ports/105407: [patch] textproc/docbook-xsl: fix pkg-plist

Boris Samorodov bsam at FreeBSD.org
Sat Nov 11 19:20:44 UTC 2006


>Number:         105407
>Category:       ports
>Synopsis:       [patch] textproc/docbook-xsl: fix pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 11 19:20:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
InPharmtech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD tinderbox.amd64.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Nov 3 12:31:37 MSK 2006 bsam at tinderbox.amd64.ipt.ru:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
	I'm not sure why the line "@dirrmtry share/xsl" was deleted at the
	last commit to textproc/docbook-xsl, but my tinderbox is unhappy
	without it:
	-----
	=== Checking filesystem state
	list of extra files and directories in / (not present before this port was installed but present after it was deinstalled)
	12978351        4 drwxr-xr-x    2 root             wheel                 512 Nov 11 18:45 usr/local/share/xsl
	Deleting sdocbook-xml-4.1.2.5_2
	xmlcatmgr: enabling compatibility mode; removing ALL matching entries
	xmlcatmgr: enabling compatibility mode; removing ALL matching entries
	Deleting docbook-xml-4.2_1
	xmlcatmgr: enabling compatibility mode; removing ALL matching entries
	xmlcatmgr: enabling compatibility mode; removing ALL matching entries
	Deleting xmlcatmgr-2.2
	 + Removing /usr/local/share/sgml/catalog.  It is empty.
	 + Removing /usr/local/share/sgml/catalog.ports.  It is empty.
	 + Removing /usr/local/share/xml/catalog.  It is empty.
	 + Removing /usr/local/share/xml/catalog.ports.  It is empty.

	=== Checking filesystem state after all packages deleted
	================================================================
	list of extra files and directories in / (not present on clean system but present after everything was deinstalled)
	12978351        4 drwxr-xr-x    2 root             wheel                 512 Nov 11 18:45 usr/local/share/xsl
	================================================================
	build of /usr/ports/textproc/docbook-xsl ended at Sat Nov 11 18:45:57 UTC 2006
	-----
>How-To-Repeat:
	Install a new package of the port and then try to delete the package.
>Fix:
--- docbook-xsl.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/docbook-xsl/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	10 Nov 2006 23:00:24 -0000	1.40
+++ Makefile	11 Nov 2006 19:05:52 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	docbook-xsl
 PORTVERSION=	1.71.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	docbook
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/docbook-xsl/pkg-plist,v
retrieving revision 1.33
diff -u -r1.33 pkg-plist
--- pkg-plist	10 Nov 2006 23:00:24 -0000	1.33
+++ pkg-plist	11 Nov 2006 19:05:53 -0000
@@ -1911,6 +1911,7 @@
 @dirrm share/xsl/docbook/extensions
 @dirrm share/xsl/docbook/common
 @dirrm share/xsl/docbook
+ at dirrmtry share/xsl
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/wordml
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/website
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/template
--- docbook-xsl.diff ends here ---

WBR
-- 
bsam

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



More information about the freebsd-ports-bugs mailing list