Index: head/math/openlibm/Makefile =================================================================== --- head/math/openlibm/Makefile (revision 472807) +++ head/math/openlibm/Makefile (revision 472808) @@ -1,37 +1,37 @@ # Created by: Iblis Lin # $FreeBSD$ PORTNAME= openlibm DISTVERSIONPREFIX= v -DISTVERSION= 0.5.5 +DISTVERSION= 0.6.0 CATEGORIES= math MASTER_SITES= GH MAINTAINER= iblis@hs.ntnu.edu.tw COMMENT= High quality system independent, portable, open source libm LICENSE= MIT ISCL BSD2CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_aarch64= fails to compile: the clang compiler does not support -march=aarch64 BROKEN_armv6= fails to compile: a parameter list without types is only allowed in a function definition BROKEN_armv7= fails to compile: a parameter list without types is only allowed in a function definition BROKEN_mips= fails to compile: No rule to make target mips/Make.files BROKEN_mips64= fails to compile: No rule to make target mips64/Make.files 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 .include MAKE_ENV+= prefix=${PREFIX} TEST_TARGET= check .include Index: head/math/openlibm/distinfo =================================================================== --- head/math/openlibm/distinfo (revision 472807) +++ head/math/openlibm/distinfo (revision 472808) @@ -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 Index: head/math/openlibm/files/patch-Make.inc =================================================================== --- head/math/openlibm/files/patch-Make.inc (revision 472807) +++ head/math/openlibm/files/patch-Make.inc (revision 472808) @@ -1,11 +1,11 @@ ---- 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 bindir = $(prefix)/bin libdir = $(prefix)/lib includedir = $(prefix)/include Index: head/math/openlibm/files/patch-Makefile =================================================================== --- head/math/openlibm/files/patch-Makefile (revision 472807) +++ head/math/openlibm/files/patch-Makefile (revision 472808) @@ -1,27 +1,27 @@ ---- 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 install: install-static install-shared install-pkgconfig install-headers Index: head/math/openlibm/pkg-plist =================================================================== --- head/math/openlibm/pkg-plist (revision 472807) +++ head/math/openlibm/pkg-plist (revision 472808) @@ -1,25 +1,27 @@ include/openlibm/aarch64_fpmath.h include/openlibm/amd64_fpmath.h include/openlibm/bsd_cdefs.h include/openlibm/cdefs-compat.h include/openlibm/fpmath.h include/openlibm/i386_fpmath.h 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 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