Bug 199245 - [PATCH] multimedia/dvdstyler: Update to version 2.9.2
Summary: [PATCH] multimedia/dvdstyler: Update to version 2.9.2
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: Thomas Zander
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-04-06 18:54 UTC by tkato432
Modified: 2015-05-03 16:38 UTC (History)
1 user (show)

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


Attachments
multimedia_dvdstyler.diff (2.80 KB, patch)
2015-04-06 18:54 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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_*