FreeBSD Bugzilla – Attachment 191578 Details for
Bug 226677
devel/libfmt: Update to 4.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libfmt.patch (text/plain), 3.14 KB, created by
Yuri Victorovich
on 2018-03-17 15:27:17 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2018-03-17 15:27:17 UTC
Size:
3.14 KB
patch
obsolete
>Index: devel/libfmt/Makefile >=================================================================== >--- devel/libfmt/Makefile (revision 464465) >+++ devel/libfmt/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= libfmt >-PORTVERSION= 3.0.1 >-PORTREVISION= 3 >+DISTVERSION= 4.1.0 > CATEGORIES= devel > > MAINTAINER= SlavaMikerov@gmail.com >@@ -15,8 +14,15 @@ > USE_GITHUB= yes > GH_ACCOUNT= fmtlib > GH_PROJECT= fmt >-CMAKE_ARGS= -DFMT_DOC=OFF -DBUILD_SHARED_LIBS=ON >-OPTIONS_DEFINE= TEST >-TEST_CMAKE_BOOL= FMT_TEST >+USE_LDCONFIG= yes >+CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON -DFMT_TEST:BOOL=OFF > >+PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R} >+ >+do-test: >+ @cd ${BUILD_WRKSRC} && \ >+ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFMT_TEST=ON ${CMAKE_SOURCE_PATH} && \ >+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ >+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test >+ > .include <bsd.port.mk> >Index: devel/libfmt/distinfo >=================================================================== >--- devel/libfmt/distinfo (revision 464465) >+++ devel/libfmt/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1480615869 >-SHA256 (fmtlib-fmt-3.0.1_GH0.tar.gz) = dce62ab75a161dd4353a98364feb166d35e7eea382169d59d9ce842c49c55bad >-SIZE (fmtlib-fmt-3.0.1_GH0.tar.gz) = 606603 >+TIMESTAMP = 1521298377 >+SHA256 (fmtlib-fmt-4.1.0_GH0.tar.gz) = 46628a2f068d0e33c716be0ed9dcae4370242df135aed663a180b9fd8e36733d >+SIZE (fmtlib-fmt-4.1.0_GH0.tar.gz) = 620863 >Index: devel/libfmt/files/patch-test_posix-mock-test.cc >=================================================================== >--- devel/libfmt/files/patch-test_posix-mock-test.cc (revision 464465) >+++ devel/libfmt/files/patch-test_posix-mock-test.cc (nonexistent) >@@ -1,11 +0,0 @@ >---- test/posix-mock-test.cc.orig 2016-12-01 18:09:30 UTC >-+++ test/posix-mock-test.cc >-@@ -502,7 +502,7 @@ LocaleType newlocale(int category_mask, >- return LocaleMock::instance->newlocale(category_mask, locale, base); >- } >- >--#ifdef __APPLE__ >-+#if defined(__APPLE__) || defined(__FreeBSD__) >- typedef int FreeLocaleResult; >- #else >- typedef void FreeLocaleResult; > >Property changes on: devel/libfmt/files/patch-test_posix-mock-test.cc >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: devel/libfmt/pkg-plist >=================================================================== >--- devel/libfmt/pkg-plist (revision 464465) >+++ devel/libfmt/pkg-plist (working copy) >@@ -1,8 +1,12 @@ >+include/fmt/container.h > include/fmt/format.cc > include/fmt/format.h > include/fmt/ostream.cc > include/fmt/ostream.h > include/fmt/posix.h >+include/fmt/printf.cc >+include/fmt/printf.h >+include/fmt/string.h > include/fmt/time.h > lib/cmake/fmt/fmt-config-version.cmake > lib/cmake/fmt/fmt-config.cmake >@@ -9,5 +13,5 @@ > lib/cmake/fmt/fmt-targets-%%CMAKE_BUILD_TYPE%%.cmake > lib/cmake/fmt/fmt-targets.cmake > lib/libfmt.so >-lib/libfmt.so.3 >-lib/libfmt.so.3.0.1 >+lib/libfmt.so.%%SHL1%% >+lib/libfmt.so.%%SHL3%%
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 226677
: 191578