git: 3a4fadb062d8 - main - math/lrslib: Update 071 -> 071a; Install missing headers
Yuri Victorovich
yuri at FreeBSD.org
Sat May 22 00:32:10 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3a4fadb062d8965e40fa1028028a2e3c1ee3fc11
commit 3a4fadb062d8965e40fa1028028a2e3c1ee3fc11
Author: Philipp-Joachim Ost <philipp at philippost.de>
AuthorDate: 2021-05-22 00:30:44 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-22 00:31:53 +0000
math/lrslib: Update 071 -> 071a; Install missing headers
---
math/lrslib/Makefile | 3 +--
math/lrslib/distinfo | 6 +++---
math/lrslib/files/patch-makefile | 11 +++++++++--
math/lrslib/pkg-plist | 3 +++
4 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/math/lrslib/Makefile b/math/lrslib/Makefile
index aa64bf79e04a..fb527225bbec 100644
--- a/math/lrslib/Makefile
+++ b/math/lrslib/Makefile
@@ -1,6 +1,5 @@
PORTNAME= lrslib
-DISTVERSION= 071
-PORTREVISION= 1
+PORTVERSION= 071a
CATEGORIES= math
MASTER_SITES= http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/
diff --git a/math/lrslib/distinfo b/math/lrslib/distinfo
index dbf503ce3e68..8e1f12b6a6d2 100644
--- a/math/lrslib/distinfo
+++ b/math/lrslib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600061470
-SHA256 (lrslib-071.tar.gz) = d3ea5636bfde3011d43c835773fabe131d9251197b6cc666a52d8caa3e1c7816
-SIZE (lrslib-071.tar.gz) = 460165
+TIMESTAMP = 1621638167
+SHA256 (lrslib-071a.tar.gz) = 926636ea68de46625f141f6e025dce967cc7e68cf4bf4a597375c063f5c11673
+SIZE (lrslib-071a.tar.gz) = 458590
diff --git a/math/lrslib/files/patch-makefile b/math/lrslib/files/patch-makefile
index 86ec5689a28a..258feba116c9 100644
--- a/math/lrslib/files/patch-makefile
+++ b/math/lrslib/files/patch-makefile
@@ -1,4 +1,4 @@
---- makefile.orig 2020-05-27 03:16:28 UTC
+--- makefile.orig 2021-05-21 23:54:11 UTC
+++ makefile
@@ -194,7 +194,7 @@ SHLIBBIN=lrs-shared lrsnash-shared
# Building (linking) the shared library, and relevant symlinks.
@@ -23,7 +23,14 @@
# build object files for the shared library
-@@ -246,13 +246,13 @@ install: all-shared install-common
+@@ -240,19 +240,19 @@ lrslib2-shr.o: lrslib.c lrslib.h
+ # install targets
+ # where to install binaries, libraries, include files
+ prefix ?= /usr/local
+-INSTALL_INCLUDES=lrslib.h lrsdriver.h lrsgmp.h lrslong.h lrsmp.h
++INSTALL_INCLUDES=lrslib.h lrsdriver.h lrsgmp.h lrslong.h lrsmp.h lrsnashlib.h lrsrestart.h mplrs.h
+
+ install: all-shared install-common
mkdir -p $(DESTDIR)${prefix}/bin
for file in ${SHLIBBIN}; do cp $${file} $(DESTDIR)${prefix}/bin/$$(basename $$file -shared); done
mkdir -p $(DESTDIR)${prefix}/lib
diff --git a/math/lrslib/pkg-plist b/math/lrslib/pkg-plist
index 021c7855eeed..bcfb5091475c 100644
--- a/math/lrslib/pkg-plist
+++ b/math/lrslib/pkg-plist
@@ -5,6 +5,9 @@ include/lrslib/lrsgmp.h
include/lrslib/lrslib.h
include/lrslib/lrslong.h
include/lrslib/lrsmp.h
+include/lrslib/lrsnashlib.h
+include/lrslib/lrsrestart.h
+include/lrslib/mplrs.h
lib/liblrs.so
lib/liblrs.so.1
lib/liblrs.so.1.0.0
More information about the dev-commits-ports-all
mailing list