Bug 200602 - print/py-reportlab: fix docs, strip libraries
Summary: print/py-reportlab: fix docs, strip libraries
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-02 19:40 UTC by Dmitry Marakasov
Modified: 2015-06-10 14:04 UTC (History)
0 users

See Also:
bofh: maintainer-feedback+


Attachments
Patch (929 bytes, patch)
2015-06-02 19:40 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-06-02 19:40:10 UTC
Created attachment 157378 [details]
Patch

- Fix docs installation
- Strip libraries

...
====> Running Q/A tests (stage-qa)
Warning: 'lib/python2.7/site-packages/reportlab/lib/pyHnj.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/python2.7/site-packages/reportlab/lib/_rl_accel.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/python2.7/site-packages/reportlab/graphics/_renderPM.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/reportlab-userguide.pdf
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
...
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-10 14:04:21 UTC
A commit references this bug:

Author: bofh
Date: Wed Jun 10 14:04:08 UTC 2015
New revision: 389034
URL: https://svnweb.freebsd.org/changeset/ports/389034

Log:
  print/py-reportlab: Fix PORTDOCS

  - Strip Libraries
  - Fix patch files to reflect 'make makepatch'

  PR:             200602
  Submitted by:   amdmi3@FreeBSD.org

Changes:
  head/print/py-reportlab/Makefile
  head/print/py-reportlab/files/patch-docs-genAll.py
  head/print/py-reportlab/files/patch-docs-userguide-genuserguide.py
  head/print/py-reportlab/files/patch-setup.py
Comment 2 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-06-10 14:04:55 UTC
Thanks.