Bug 207761 - dns/bundy: fix packaging with python 3.5
Summary: dns/bundy: fix packaging with python 3.5
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: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks: 204519
  Show dependency treegraph
 
Reported: 2016-03-07 07:16 UTC by Ruslan Makhmatkhanov
Modified: 2016-03-07 17:48 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (mat)


Attachments
fix packaging with python 3.5 (27.32 KB, text/plain)
2016-03-07 07:16 UTC, Ruslan Makhmatkhanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-03-07 07:16:46 UTC
Created attachment 167791 [details]
fix packaging with python 3.5

This patch fixing packaging with python 3.5 and also installs stripped shared libraries.
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2016-03-07 16:24:46 UTC
Shouldn't this be taken care of by USES=python ? (I mean, the patch for the Makefile.)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-03-07 16:40:14 UTC
It is, for the cases where port is built/installed with python distutils. Your port is built with configure/Makefile, so this is the reason why you ever have pkg-plist for it, and why it needs these tweaks for python 3.5. 

So, what I actually didn't get - patch is rejected or what?
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-03-07 16:47:31 UTC
If the patch is rejected, please mark it broken with python 3.5, because this port (among others) preventing py35 exp-run.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-03-07 17:48:35 UTC
A commit references this bug:

Author: mat
Date: Mon Mar  7 17:48:03 UTC 2016
New revision: 410533
URL: https://svnweb.freebsd.org/changeset/ports/410533

Log:
  Fix packaging with python 3.5 and also installs stripped shared
  libraries.

  PR:		207761
  Submitted by:	rm
  Sponsored by:	Absolight

Changes:
  head/dns/bundy/Makefile
  head/dns/bundy/pkg-plist