Bug 226229 - sysutils/aimage: [maintainer] add C++11 support: permits building on 11 && CURRENT
Summary: sysutils/aimage: [maintainer] add C++11 support: permits building on 11 && CU...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2018-02-27 00:55 UTC by Chris Hutchinson
Modified: 2018-03-09 17:58 UTC (History)
1 user (show)

See Also:
portmaster: maintainer-feedback+


Attachments
svn diff to fix sysutils/aimage (1.37 KB, patch)
2018-02-27 00:55 UTC, Chris Hutchinson
portmaster: maintainer-approval+
Details | Diff
QA log for sysutils/aimage (3.79 KB, text/plain)
2018-02-27 00:56 UTC, Chris Hutchinson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2018-02-27 00:55:39 UTC
Created attachment 191037 [details]
svn diff to fix sysutils/aimage

sysutils/aimage will not currently build on 11 or CURRENT due
to lack of C++11 standards. The attached svn diff updates
sysutils/aimage to add the needed bits to properly build, and
run on 11 && CURRENT.

Please see attached svn diff, and QA log for greater detail.

CHANGES
add  files/patch-src_aimage.cpp
bump PORTREVISION

That's pretty much it.

Thanks!

--Chris
Comment 1 Chris Hutchinson 2018-02-27 00:56:51 UTC
Created attachment 191038 [details]
QA log for sysutils/aimage

Build log for sysutils/aimage
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2018-03-09 17:57:43 UTC
committed, thanks
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-03-09 17:58:19 UTC
A commit references this bug:

Author: arved
Date: Fri Mar  9 17:57:28 UTC 2018
New revision: 463984
URL: https://svnweb.freebsd.org/changeset/ports/463984

Log:
  Fix build on 11.x/12.x

  PR:		226229
  Submitted by:	maintainer

Changes:
  head/sysutils/aimage/Makefile
  head/sysutils/aimage/files/
  head/sysutils/aimage/files/patch-src_aimage.cpp