svn commit: r448479 - in head/math/libxlsxwriter: . files
Baptiste Daroussin
bapt at FreeBSD.org
Mon Aug 21 15:46:55 UTC 2017
Author: bapt
Date: Mon Aug 21 15:46:54 2017
New Revision: 448479
URL: https://svnweb.freebsd.org/changeset/ports/448479
Log:
Update to 0.7.4
Modified:
head/math/libxlsxwriter/Makefile
head/math/libxlsxwriter/distinfo
head/math/libxlsxwriter/files/patch-src_Makefile
Modified: head/math/libxlsxwriter/Makefile
==============================================================================
--- head/math/libxlsxwriter/Makefile Mon Aug 21 15:32:07 2017 (r448478)
+++ head/math/libxlsxwriter/Makefile Mon Aug 21 15:46:54 2017 (r448479)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libxlsxwriter
-PORTVERSION= 0.7.3
+PORTVERSION= 0.7.4
DISTVERSIONPREFIX= RELEASE_
CATEGORIES= math devel
Modified: head/math/libxlsxwriter/distinfo
==============================================================================
--- head/math/libxlsxwriter/distinfo Mon Aug 21 15:32:07 2017 (r448478)
+++ head/math/libxlsxwriter/distinfo Mon Aug 21 15:46:54 2017 (r448479)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502871956
-SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.3_GH0.tar.gz) = 84dbbd164b440695119ded3a8e2b6cac07d0d284343ab977c88dc0418d8fcde5
-SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.3_GH0.tar.gz) = 12195502
+TIMESTAMP = 1503330093
+SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.4_GH0.tar.gz) = 4a1143e4d9532468305fe7553792ab01274febdf715175a89c7ab8296378fa14
+SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.4_GH0.tar.gz) = 12195563
Modified: head/math/libxlsxwriter/files/patch-src_Makefile
==============================================================================
--- head/math/libxlsxwriter/files/patch-src_Makefile Mon Aug 21 15:32:07 2017 (r448478)
+++ head/math/libxlsxwriter/files/patch-src_Makefile Mon Aug 21 15:46:54 2017 (r448479)
@@ -1,6 +1,6 @@
---- src/Makefile.orig 2017-01-30 00:30:31 UTC
+--- src/Makefile.orig 2017-08-20 11:11:42 UTC
+++ src/Makefile
-@@ -39,7 +39,7 @@ endif
+@@ -54,7 +54,7 @@ endif
# Library names.
LIBXLSXWRITER_A = libxlsxwriter.a
@@ -9,7 +9,7 @@
# Library with additional non-static functions for testing.
LIBXLSXWRITER_TO = libxlsxwriter_test.a
-@@ -49,7 +49,7 @@ ARFLAGS = rc
+@@ -64,7 +64,7 @@ ARFLAGS = rc
# Flags passed to dynamic linker.
FPIC = -fPIC
@@ -18,17 +18,17 @@
# Get Env/OS name.
UNAME := $(shell uname)
-@@ -101,11 +101,11 @@ $(LIBXLSXWRITER_A) : $(OBJS)
+@@ -116,11 +116,11 @@ $(LIBXLSXWRITER_A) : $(OBJS)
# The dynamic library.
ifeq ($(findstring m32,$(CFLAGS)),m32)
-ARCH = -m32
-+XSLX_ARCH = -m32
++XLSX_ARCH = -m32
endif
$(LIBXLSXWRITER_SO) : $(SOBJS)
-- $(Q)$(CC) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_DIR)/ioapi.so $(MINIZIP_DIR)/zip.so $(TMPFILEPLUS_SO) $^ -lz
-+ $(Q)$(CC) $(SOFLAGS) $(XLSX_ARCH) -o $@ $(MINIZIP_DIR)/ioapi.so $(MINIZIP_DIR)/zip.so $(TMPFILEPLUS_SO) $^ -lz
+- $(Q)$(CC) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS)
++ $(Q)$(CC) $(SOFLAGS) $(XLSX_ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS)
# The test library.
$(LIBXLSXWRITER_TO) : $(TOBJS)
More information about the svn-ports-all
mailing list