FreeBSD Bugzilla – Attachment 190020 Details for
Bug 225417
devel/libdouble-conversion: Update to 3.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
libdouble-conversion-3.0.0.diff (text/plain), 7.10 KB, created by
proler
on 2018-01-24 02:47:17 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
proler
Created:
2018-01-24 02:47:17 UTC
Size:
7.10 KB
patch
obsolete
>Diff mode was set to SVN, but /root/clickhouse-freebsd/devel/libdouble-conversion is not a svn working copy. >Trying /usr/ports ... found >===> Generating patch >===> Viewing diff with more >diff -ruN /usr/ports/devel/libdouble-conversion/Makefile ./Makefile >--- /usr/ports/devel/libdouble-conversion/Makefile 2016-11-08 22:29:56.000000000 +0300 >+++ ./Makefile 2018-01-21 14:37:15.586588000 +0300 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/libdouble-conversion/Makefile 425758 2016-11-08 19:29:56Z linimon $ > > PORTNAME= libdouble-conversion >-PORTVERSION= 1.1.1 >+PORTVERSION= 3.0.0 > PORTREVISION= 2 > CATEGORIES= devel > >@@ -12,14 +12,15 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion >+#BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion > >-USES= libtool >-GNU_CONFIGURE= yes >+USES= cmake > USE_LDCONFIG= yes >+CMAKE_ARGS= -DCMAKE_POSITION_INDEPENDENT_CODE=1 > > USE_GITHUB= yes >-GH_ACCOUNT= waitman >-GH_TAGNAME= e9b9e5a >+GH_ACCOUNT= google >+GH_PROJECT= double-conversion >+GH_TAGNAME= v${PORTVERSION} > > .include <bsd.port.mk> >diff -ruN /usr/ports/devel/libdouble-conversion/distinfo ./distinfo >--- /usr/ports/devel/libdouble-conversion/distinfo 2015-05-06 18:16:53.000000000 +0300 >+++ ./distinfo 2018-01-20 20:14:24.719420000 +0300 >@@ -1,2 +1,3 @@ >-SHA256 (waitman-libdouble-conversion-1.1.1-e9b9e5a_GH0.tar.gz) = bbe40e7a85db214e1cd588439fe2001bceded7dba20f54d08ecd186c1864f0d5 >-SIZE (waitman-libdouble-conversion-1.1.1-e9b9e5a_GH0.tar.gz) = 441204 >+TIMESTAMP = 1516468464 >+SHA256 (google-double-conversion-3.0.0-v3.0.0_GH0.tar.gz) = 152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915 >+SIZE (google-double-conversion-3.0.0-v3.0.0_GH0.tar.gz) = 7019526 >diff -ruN /usr/ports/devel/libdouble-conversion/files/patch-Makefile.in ./files/patch-Makefile.in >--- /usr/ports/devel/libdouble-conversion/files/patch-Makefile.in 2014-09-11 01:37:41.000000000 +0400 >+++ ./files/patch-Makefile.in 1970-01-01 03:00:00.000000000 +0300 >@@ -1,39 +0,0 @@ >---- Makefile.in.orig 2013-06-16 16:33:09 UTC >-+++ Makefile.in >-@@ -15,21 +15,21 @@ >- rm -f src/Makefile >- >- install: >-- ${INSTALL} -m 0755 -g wheel -o root src/.libs/libdouble-conversion.so.0 @prefix@/lib >-- ${INSTALL} -m 0755 -g wheel -o root src/.libs/libdouble-conversion.so @prefix@/lib >-- ${INSTALL} -m 0755 -g wheel -o root src/.libs/libdouble-conversion.la @prefix@/lib >-- ${INSTALL} -m 0755 -g wheel -o root src/.libs/libdouble-conversion.a @prefix@/lib >-- mkdir -p @prefix@/include/double-conversion >-- ${INSTALL} -m 0644 -g wheel -o root src/bignum-dtoa.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/double-conversion.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/strtod.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/bignum.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/fast-dtoa.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/utils.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/cached-powers.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/fixed-dtoa.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/diy-fp.h @prefix@/include/double-conversion/ >-- ${INSTALL} -m 0644 -g wheel -o root src/ieee.h @prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_LIB) src/.libs/libdouble-conversion.so.0.0.0 $(DESTDIR)@prefix@/lib >-+ ln -sf libdouble-conversion.so.0.0.0 $(DESTDIR)@prefix@/lib/libdouble-conversion.so.0 >-+ ln -sf libdouble-conversion.so.0.0.0 $(DESTDIR)@prefix@/lib/libdouble-conversion.so >-+ $(BSD_INSTALL_DATA) src/.libs/libdouble-conversion.a $(DESTDIR)@prefix@/lib >-+ mkdir -p $(DESTDIR)@prefix@/include/double-conversion >-+ $(BSD_INSTALL_DATA) src/bignum-dtoa.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/double-conversion.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/strtod.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/bignum.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/fast-dtoa.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/utils.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/cached-powers.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/fixed-dtoa.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/diy-fp.h $(DESTDIR)@prefix@/include/double-conversion/ >-+ $(BSD_INSTALL_DATA) src/ieee.h $(DESTDIR)@prefix@/include/double-conversion/ >- >- deinstall: >- rm -f @prefix@/lib/libdouble-conversion.so.0 >diff -ruN /usr/ports/devel/libdouble-conversion/files/patch-src__Makefile.in ./files/patch-src__Makefile.in >--- /usr/ports/devel/libdouble-conversion/files/patch-src__Makefile.in 2014-05-24 11:31:32.000000000 +0400 >+++ ./files/patch-src__Makefile.in 1970-01-01 03:00:00.000000000 +0300 >@@ -1,26 +0,0 @@ >---- src/Makefile.in.orig 2014-05-24 15:29:23.809926795 +0800 >-+++ src/Makefile.in 2014-05-24 15:29:44.141925185 +0800 >-@@ -1,14 +1,14 @@ >- >- all: >-- libtool --mode=compile ${CC} -O -c bignum.cc >-- libtool --mode=compile ${CC} -O -c bignum-dtoa.cc >-- libtool --mode=compile ${CC} -O -c cached-powers.cc >-- libtool --mode=compile ${CC} -O -c diy-fp.cc >-- libtool --mode=compile ${CC} -O -c double-conversion.cc >-- libtool --mode=compile ${CC} -O -c fast-dtoa.cc >-- libtool --mode=compile ${CC} -O -c fixed-dtoa.cc >-- libtool --mode=compile ${CC} -O -c strtod.cc >-- libtool --mode=link ${CC} -O -o libdouble-conversion.la \ >-+ ../libtool --mode=compile ${CC} -O -c bignum.cc >-+ ../libtool --mode=compile ${CC} -O -c bignum-dtoa.cc >-+ ../libtool --mode=compile ${CC} -O -c cached-powers.cc >-+ ../libtool --mode=compile ${CC} -O -c diy-fp.cc >-+ ../libtool --mode=compile ${CC} -O -c double-conversion.cc >-+ ../libtool --mode=compile ${CC} -O -c fast-dtoa.cc >-+ ../libtool --mode=compile ${CC} -O -c fixed-dtoa.cc >-+ ../libtool --mode=compile ${CC} -O -c strtod.cc >-+ ../libtool --mode=link ${CC} -O -o libdouble-conversion.la \ >- bignum.lo \ >- bignum-dtoa.lo \ >- cached-powers.lo \ >diff -ruN /usr/ports/devel/libdouble-conversion/pkg-plist ./pkg-plist >--- /usr/ports/devel/libdouble-conversion/pkg-plist 2014-10-27 13:40:06.000000000 +0300 >+++ ./pkg-plist 2018-01-20 20:19:18.892898000 +0300 >@@ -1,4 +1,3 @@ >-include/double-conversion/bignum-dtoa.h > include/double-conversion/bignum.h > include/double-conversion/cached-powers.h > include/double-conversion/diy-fp.h >@@ -8,7 +7,8 @@ > include/double-conversion/ieee.h > include/double-conversion/strtod.h > include/double-conversion/utils.h >+lib/cmake/double-conversion/double-conversionConfig.cmake >+lib/cmake/double-conversion/double-conversionConfigVersion.cmake >+lib/cmake/double-conversion/double-conversionLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake >+lib/cmake/double-conversion/double-conversionLibraryDepends.cmake > lib/libdouble-conversion.a >-lib/libdouble-conversion.so >-lib/libdouble-conversion.so.0 >-lib/libdouble-conversion.so.0.0.0 >====> Cleaning up >===> Done
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 225417
: 190020