FreeBSD Bugzilla – Attachment 177012 Details for
Bug 214523
devel/msgpack: modernize
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
msgpack.diff (text/plain), 1020 bytes, created by
Jan Beich
on 2016-11-15 03:29:31 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2016-11-15 03:29:31 UTC
Size:
1020 bytes
patch
obsolete
>diff --git devel/msgpack/Makefile devel/msgpack/Makefile >index cc34d7d..a1b7653 100644 >--- devel/msgpack/Makefile >+++ devel/msgpack/Makefile >@@ -10,29 +10,25 @@ COMMENT= MessagePack implementation for C and C++ > > LICENSE= APACHE20 > >+TEST_DEPENDS= googletest>0:devel/googletest >+ > USE_GITHUB= yes > GH_PROJECT= msgpack-c > >-USES= libtool:build autoreconf:build pathfix >- >+USES= autoreconf:build libtool:build localbase pathfix > GNU_CONFIGURE= yes >+INSTALL_TARGET= install-strip >+TEST_TARGET= check > USE_LDCONFIG= yes > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > > .if ${ARCH} == "sparc64" > # required for __sync _* atomic operations on sparc > USE_GCC= yes > .endif > >-.if ${ARCH} == "i386" >-# Mayby not working on i386/i486/i586... >-CONFIGURE_ARGS= CFLAGS="${CFLAGS} -march=i686" CXXFLAGS="${CXXFLAGS} -march=i686" >-.endif >- > pre-configure: > cd ${WRKSRC} && ./bootstrap >-post-stage: >- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmsgpackc.so.2.0.0 > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214523
: 177012