Bug 222399 - devel/libepp-nicbr: Fails to compile with C++11
Summary: devel/libepp-nicbr: Fails to compile with C++11
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 221890
  Show dependency treegraph
 
Reported: 2017-09-17 13:14 UTC by Roger Leigh
Modified: 2018-03-09 17:10 UTC (History)
1 user (show)

See Also:


Attachments
Correct CXXFLAGS usage in configure.ac (932 bytes, patch)
2017-09-17 13:14 UTC, Roger Leigh
dbaio: maintainer-approval+
Details | Diff
Updated patch to re-run the autotools (2.10 KB, patch)
2017-11-21 15:51 UTC, Roger Leigh
no flags Details | Diff

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