[Bug 214523] devel/msgpack: modernize

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 15 03:29:32 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214523

            Bug ID: 214523
           Summary: devel/msgpack: modernize
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy, patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kuriyama at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
             Flags: maintainer-feedback?(kuriyama at FreeBSD.org)
          Assignee: kuriyama at FreeBSD.org

Created attachment 177012
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177012&action=edit
v1

- Add |make test| support [1] after ports r398125
- Convert to install-strip from automake
- Drop ports r248211 it builds fine on 9.3/10.1/11.0 [2]

[1] caveat: broken on 9.x (due to C++11) which reaches EOL in 2016-12-31
[2] If you really want to keep it here's more correct version that
    doesn't override -march from CPUTYPE defined in make.conf

      .if empty(CFLAGS:M-march=*)
      CFLAGS_i386+=     -march=i686
      .endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list