FreeBSD Bugzilla – Attachment 194383 Details for
Bug 229134
math/openlibm: update to 0.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openlibm 0.6.0 patch
openlibm.patch (text/plain), 3.99 KB, created by
Iblis Lin
on 2018-06-19 05:51:01 UTC
(
hide
)
Description:
openlibm 0.6.0 patch
Filename:
MIME Type:
Creator:
Iblis Lin
Created:
2018-06-19 05:51:01 UTC
Size:
3.99 KB
patch
obsolete
>diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile >index 6e5b71754a93..55c1d17fbf31 100644 >--- a/math/openlibm/Makefile >+++ b/math/openlibm/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= openlibm > DISTVERSIONPREFIX= v >-DISTVERSION= 0.5.5 >+DISTVERSION= 0.6.0 > CATEGORIES= math > MASTER_SITES= GH > >@@ -23,7 +23,7 @@ BROKEN_powerpc64= fails to build: gmake: clang: Command not found > > USES= gmake > USE_GITHUB= yes >-GH_ACCOUNT= JuliaLang >+GH_ACCOUNT= JuliaMath > GH_PROJECT= openlibm > > USE_LDCONFIG= yes >diff --git a/math/openlibm/distinfo b/math/openlibm/distinfo >index 75c36383855e..dc34b8f6d0be 100644 >--- a/math/openlibm/distinfo >+++ b/math/openlibm/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1508305920 >-SHA256 (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 07dcc5f59e695fb45167c81406b8e201c5ad91ebf24e3e55ae13298670910cfd >-SIZE (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 353637 >+TIMESTAMP = 1529386396 >+SHA256 (JuliaMath-openlibm-v0.6.0_GH0.tar.gz) = d45439093d1fd15e2ac3acf69955e462401c7a160d3330256cb4a86c51bdae28 >+SIZE (JuliaMath-openlibm-v0.6.0_GH0.tar.gz) = 356601 >diff --git a/math/openlibm/files/patch-Make.inc b/math/openlibm/files/patch-Make.inc >index 01416281e094..d25c36a9f094 100644 >--- a/math/openlibm/files/patch-Make.inc >+++ b/math/openlibm/files/patch-Make.inc >@@ -1,8 +1,8 @@ >---- Make.inc.orig 2016-08-06 15:00:31 UTC >+--- Make.inc.orig 2018-06-18 21:22:47 UTC > +++ Make.inc >-@@ -7,7 +7,7 @@ VERSION = 0.5.2 >+@@ -10,7 +10,7 @@ VERSION = 0.6.0 > SOMAJOR = 2 >- SOMINOR = 3 >+ SOMINOR = 5 > DESTDIR = > -prefix = /usr/local > +prefix ?= /usr/local >diff --git a/math/openlibm/files/patch-Makefile b/math/openlibm/files/patch-Makefile >index 802018741f6e..e26bd68873d4 100644 >--- a/math/openlibm/files/patch-Makefile >+++ b/math/openlibm/files/patch-Makefile >@@ -1,26 +1,26 @@ >---- Makefile.orig 2016-08-06 15:00:31 UTC >+--- Makefile.orig 2018-06-18 21:22:47 UTC > +++ Makefile >-@@ -77,19 +77,19 @@ openlibm.pc: openlibm.pc.in Make.inc Mak >+@@ -83,19 +83,19 @@ openlibm.pc: openlibm.pc.in Make.inc Makefile > > install-static: libopenlibm.a > mkdir -p $(DESTDIR)$(libdir) >-- cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/ >+- cp -RpP -f libopenlibm.a $(DESTDIR)$(libdir)/ > + $(BSD_INSTALL_DATA) libopenlibm.a $(DESTDIR)$(libdir)/ > > install-shared: libopenlibm.$(OLM_MAJOR_MINOR_SHLIB_EXT) > mkdir -p $(DESTDIR)$(shlibdir) >-- cp -f -a libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ >+- cp -RpP -f libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ > + $(BSD_INSTALL_LIB) libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ > > install-pkgconfig: openlibm.pc > mkdir -p $(DESTDIR)$(pkgconfigdir) >-- cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/ >+- cp -RpP -f openlibm.pc $(DESTDIR)$(pkgconfigdir)/ > + $(BSD_INSTALL_DATA) openlibm.pc $(DESTDIR)$(pkgconfigdir)/ > > install-headers: > mkdir -p $(DESTDIR)$(includedir)/openlibm >-- cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm >-- cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm >+- cp -RpP -f include/*.h $(DESTDIR)$(includedir)/openlibm >+- cp -RpP -f src/*.h $(DESTDIR)$(includedir)/openlibm > + $(BSD_INSTALL_DATA) include/*.h $(DESTDIR)$(includedir)/openlibm > + $(BSD_INSTALL_DATA) src/*.h $(DESTDIR)$(includedir)/openlibm > >diff --git a/math/openlibm/pkg-plist b/math/openlibm/pkg-plist >index 9d8b955d1901..3a922eb24538 100644 >--- a/math/openlibm/pkg-plist >+++ b/math/openlibm/pkg-plist >@@ -8,12 +8,14 @@ include/openlibm/k_log.h > include/openlibm/k_logf.h > include/openlibm/math_private.h > include/openlibm/math_private_openbsd.h >+include/openlibm/mips_fpmath.h > include/openlibm/openlibm.h > include/openlibm/openlibm_complex.h > include/openlibm/openlibm_fenv.h > include/openlibm/openlibm_fenv_amd64.h > include/openlibm/openlibm_fenv_arm.h > include/openlibm/openlibm_fenv_i387.h >+include/openlibm/openlibm_fenv_mips.h > include/openlibm/openlibm_fenv_powerpc.h > include/openlibm/openlibm_math.h > include/openlibm/powerpc_fpmath.h >@@ -21,5 +23,5 @@ include/openlibm/types-compat.h > lib/libopenlibm.a > lib/libopenlibm.so > lib/libopenlibm.so.2 >-lib/libopenlibm.so.2.4 >+lib/libopenlibm.so.2.5 > libdata/pkgconfig/openlibm.pc
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 229134
: 194383