1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

math/lrslib: Update 071 -> 071a; Install missing headers

This commit is contained in:
Philipp-Joachim Ost 2021-05-21 17:30:44 -07:00 committed by Yuri Victorovich
parent c4b3317ca2
commit 3a4fadb062
4 changed files with 16 additions and 7 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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