Bug 222399

Summary: devel/libepp-nicbr: Fails to compile with C++11
Product: Ports & Packages Reporter: Roger Leigh <rleigh>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: arved
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 221890    
Attachments:
Description Flags
Correct CXXFLAGS usage in configure.ac
dbaio: maintainer-approval+
Updated patch to re-run the autotools none

Description Roger Leigh 2017-09-17 13:14:52 UTC
Created attachment 186465 [details]
Correct CXXFLAGS usage in configure.ac

Please see attached patch which corrects the hardcoded abuse of CXXFLAGS.
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2017-09-17 13:24:50 UTC
Comment on attachment 186465 [details]
Correct CXXFLAGS usage in configure.ac

Implicit approval, maintained by ports@
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2017-11-21 13:16:24 UTC
you will need dependencies on autoconf etc. for this to work.

===>  Building for libepp-nicbr-1.15_1
--- ./aclocal.m4 ---
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/home/arved/ports/arved/libepp-nicbr/work/libepp-nicbr-1.15/config/missing aclocal-1.14
/usr/home/arved/ports/arved/libepp-nicbr/work/libepp-nicbr-1.15/config/missing: aclocal-1.14: not found
WARNING: 'aclocal-1.14' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:

Please rework the patch
Comment 3 Roger Leigh 2017-11-21 15:51:02 UTC
Created attachment 188161 [details]
Updated patch to re-run the autotools
Comment 4 Roger Leigh 2017-11-21 15:51:45 UTC
Hi Tilman, please see the updated patch (tested locally with poudriere).
Comment 5 Roger Leigh 2018-02-08 19:57:03 UTC
Do you need further work from me to apply this?  Thanks!
Comment 6 Tilman Keskinoz freebsd_committer freebsd_triage 2018-03-09 17:10:29 UTC
committed, thanks
Comment 7 commit-hook freebsd_committer freebsd_triage 2018-03-09 17:10:31 UTC
A commit references this bug:

Author: arved
Date: Fri Mar  9 17:10:15 UTC 2018
New revision: 463979
URL: https://svnweb.freebsd.org/changeset/ports/463979

Log:
  Correct setting of CXXFLAGS

  PR:		 222399
  Submitted by:	 Roger Leigh

Changes:
  head/devel/libepp-nicbr/Makefile
  head/devel/libepp-nicbr/files/
  head/devel/libepp-nicbr/files/patch-configure.ac