Bug 201351 - [PATCH] textproc/pychm: Fix missing symbol, take maintainership
Summary: [PATCH] textproc/pychm: Fix missing symbol, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-07-05 03:37 UTC by Carlos J Puga Medina
Modified: 2015-07-05 10:06 UTC (History)
2 users (show)

See Also:


Attachments
pychm-0.8.4_1.diff (2.34 KB, patch)
2015-07-05 03:37 UTC, Carlos J Puga Medina
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos J Puga Medina 2015-07-05 03:37:59 UTC
Created attachment 158366 [details]
pychm-0.8.4_1.diff

- Fix missing symbol _get_leaf_node_offset which causes chm2pdf to exit
- Take maintainership
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-07-05 10:02:49 UTC
Take
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-07-05 10:06:31 UTC
A commit references this bug:

Author: rm
Date: Sun Jul  5 10:05:38 UTC 2015
New revision: 391359
URL: https://svnweb.freebsd.org/changeset/ports/391359

Log:
  textproc/pychm: fix runtime

  - fix missing symbol _get_leaf_node_offset which causes chm2pdf to exit
  - pass maintainership to submitter
  - bump PORTREVISION

  While here, limit python version to 2.x, since it doesn't build with 3.x and
  convert to autoplist.

  PR:		201351
  Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>

Changes:
  head/textproc/pychm/Makefile
  head/textproc/pychm/files/
  head/textproc/pychm/files/patch-chm_extra.c
  head/textproc/pychm/pkg-plist
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-07-05 10:06:44 UTC
Committed, thanks.