Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2003 17:11:31 +0200 (CEST)
From:      Rolf Grossmann <grossman@progtech.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alane@FreeBSD.org
Subject:   ports/50782: python port installs files not in pkg-plist
Message-ID:  <200304101511.h3AFBVBx038779@ptserver.progtech.intern>
Resent-Message-ID: <200304101520.h3AFKD5w015529@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         50782
>Category:       ports
>Synopsis:       python port installs files not in pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 10 08:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rolf Grossmann
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
PROGTECH GmbH
>Environment:
System: FreeBSD ptserver 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Apr 4 19:26:55 CEST 2003 root@ptserver:/export/freebsd/FreeBSD/obj/export/freebsd/FreeBSD/cvs/src/sys/PTSERVER i386

>Description:
	After installing the python port, I had 3 extra files installed, that
	were not registered in the packages' +CONTENTS (from pkg-plist). As
	a result these files are (of course) also missing from the binary package.
	Sorry if I seem to be nitpicking.

>How-To-Repeat:
	Install python from ports. Watch these files getting installed but missing
	from +CONTENTS:

		lib/python2.2/Tools/modulator/Templates/object_tp_dealloc
		lib/python2.2/Tools/scripts/dutree.doc
		lib/python2.2/Tools/scripts/pydoc

>Fix:

	Add them to pkg-plist, eg. using this patch:

--- pkg-plist.old	Thu Apr 10 16:59:43 2003
+++ pkg-plist	Thu Apr 10 17:04:02 2003
@@ -248,6 +248,7 @@
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/modulator/Templates/object_tp_as_sequence
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/modulator/Templates/object_tp_call
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/modulator/Templates/object_tp_compare
+%%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/modulator/Templates/object_tp_dealloc
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/modulator/Templates/object_tp_getattr
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/modulator/Templates/object_tp_hash
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/modulator/Templates/object_tp_print
@@ -289,6 +290,7 @@
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/crlf.py
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/cvsfiles.py
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/dutree.py
+%%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/dutree.doc
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/eptags.py
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/finddiv.py
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/findlinksto.py
@@ -318,6 +320,7 @@
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/pdeps.py
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/pindent.py
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/ptags.py
+%%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/pydoc
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/pydocgui.pyw
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/redemo.py
 %%PORTDOCS%%lib/%%PYTHON_VERSION%%/Tools/scripts/reindent.py
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304101511.h3AFBVBx038779>