Bug 199245

Summary: [PATCH] multimedia/dvdstyler: Update to version 2.9.2
Product: Ports & Packages Reporter: tkato432
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: riggs
Priority: --- Keywords: needs-qa, patch
Version: LatestFlags: bugzilla: maintainer-feedback? (multimedia)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
multimedia_dvdstyler.diff none

Description tkato432 2015-04-06 18:54:36 UTC
Created attachment 155283 [details]
multimedia_dvdstyler.diff
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-03 16:33:23 UTC
A commit references this bug:

Author: riggs
Date: Sun May  3 16:32:29 UTC 2015
New revision: 385287
URL: https://svnweb.freebsd.org/changeset/ports/385287

Log:
  - Update to upstream version 2.9.2
  - USE_AUTOTOOLS -> USES
  - Pet portlint
  - Add -std=c++11 to CXXFLAGS for gcc
    (does not build on pre-10.x system without it)

  PR:		199245
  Submitted by:	tkato432@yahoo.com
  Reviewed by:	riggs

Changes:
  head/multimedia/dvdstyler/Makefile
  head/multimedia/dvdstyler/distinfo
  head/multimedia/dvdstyler/files/patch-configure.ac
  head/multimedia/dvdstyler/files/patch-docs-Makefile.in
  head/multimedia/dvdstyler/pkg-plist
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2015-05-03 16:38:20 UTC
Committed with some changes:
- Set CXXFLAGS for gcc to avoid build failure on pre-10 systems
- Cosmetic changes + fix deprecated USE_*