FreeBSD Bugzilla – Attachment 111719 Details for
Bug 153028
[PATCH] textproc/py-4suite-xml leaves extra files when deinstalled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.14 KB, created by
Nicola Vitale
on 2010-12-11 22:00:28 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Nicola Vitale
Created:
2010-12-11 22:00:28 UTC
Size:
1.14 KB
patch
obsolete
>diff -ruN py-4suite-xml/files/patch-Ft-Lib-DistExt-InstallText.py py-4suite-xml.fix-NOPORTDOCS/files/patch-Ft-Lib-DistExt-InstallText.py >--- py-4suite-xml/files/patch-Ft-Lib-DistExt-InstallText.py 1970-01-01 01:00:00.000000000 +0100 >+++ py-4suite-xml.fix-NOPORTDOCS/files/patch-Ft-Lib-DistExt-InstallText.py 2010-12-11 22:17:29.000000000 +0100 >@@ -0,0 +1,16 @@ >+--- Ft/Lib/DistExt/InstallText.py 2006-08-28 00:06:47.000000000 +0200 >++++ Ft/Lib/DistExt/InstallText.py.port 2010-12-11 22:17:13.000000000 +0100 >+@@ -26,10 +26,10 @@ >+ self.set_undefined_options('install', >+ ('install_docs', 'install_dir'), >+ ('force', 'force')) >+- >++ portdocs = not os.environ.has_key('NOPORTDOCS') >+ self.files = [ f for f in self.distribution.doc_files >+- if isinstance(f, Structures.File) ] >+- if self.distribution.license_file: >++ if isinstance(f, Structures.File) and portdocs] >++ if self.distribution.license_file and portdocs: >+ self.files.append(Structures.File(self.distribution.license_file)) >+ return >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 153028
: 111719