Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 03:29:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214523] devel/msgpack: modernize
Message-ID:  <bug-214523-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214523

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(kuriyama@FreeBSD.org)
          Assignee: kuriyama@FreeBSD.org

Created attachment 177012
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177012&action=
=3Dedit
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=3D*)
      CFLAGS_i386+=3D     -march=3Di686
      .endif

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214523-13>