Bug 207752 - sysutils/dvdvideo: fix packaging with python 3.5
Summary: sysutils/dvdvideo: 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: Ganael LAPLANCHE
URL:
Keywords:
Depends on:
Blocks: 204519
  Show dependency treegraph
 
Reported: 2016-03-06 20:51 UTC by Ruslan Makhmatkhanov
Modified: 2016-03-06 21:45 UTC (History)
1 user (show)

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


Attachments
fix packaging with python 3.5 (3.69 KB, text/plain)
2016-03-06 20:51 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-06 20:51:15 UTC
Created attachment 167776 [details]
fix packaging with python 3.5

Convert dvdvideo to using autoplist. This simplifies maintainer's life and fixing packaging with python 3.5 in the same time.

While here:
- utilize tar:tgz in USES
- add NO_ARCH
- clean-up no more needed python-related knobs
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-03-06 20:52:25 UTC
This is a stopper for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-03-06 21:43:01 UTC
A commit references this bug:

Author: martymac
Date: Sun Mar  6 21:42:34 UTC 2016
New revision: 410483
URL: https://svnweb.freebsd.org/changeset/ports/410483

Log:
  Use autoplist and set NO_ARCH

  PR:		207752
  Submitted by:	rm

Changes:
  head/sysutils/dvdvideo/Makefile
  head/sysutils/dvdvideo/pkg-plist
Comment 3 Ganael LAPLANCHE freebsd_committer freebsd_triage 2016-03-06 21:45:07 UTC
Committed, thanks!