mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/frobby: Update to 0.9.5
This commit is contained in:
parent
88e2c44a1b
commit
326cf7e227
3 changed files with 7 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= frobby
|
PORTNAME= frobby
|
||||||
PORTVERSION= 0.9.1
|
PORTVERSION= 0.9.5
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1616580213
|
TIMESTAMP = 1641418085
|
||||||
SHA256 (Macaulay2-frobby-v0.9.1_GH0.tar.gz) = 4bd699ff009973bc2d209ec9abdee33ef09e11de83914046fcc4ce68e7cc25b5
|
SHA256 (Macaulay2-frobby-v0.9.5_GH0.tar.gz) = 714c33c4f68e86d82062d7a42ad42c581d4b4c60d6a73ee1836ba1be7f985eb3
|
||||||
SIZE (Macaulay2-frobby-v0.9.1_GH0.tar.gz) = 875167
|
SIZE (Macaulay2-frobby-v0.9.5_GH0.tar.gz) = 878560
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.orig 2020-06-16 11:03:34 UTC
|
--- Makefile.orig 2021-02-23 21:29:06 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -86,7 +86,6 @@ endif
|
@@ -99,7 +99,6 @@ endif
|
||||||
MATCH=false
|
MATCH=false
|
||||||
ifeq ($(MODE), release)
|
ifeq ($(MODE), release)
|
||||||
outdir = bin/release/
|
outdir = bin/release/
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
MATCH=true
|
MATCH=true
|
||||||
endif
|
endif
|
||||||
ifeq ($(MODE), debug)
|
ifeq ($(MODE), debug)
|
||||||
@@ -98,13 +97,13 @@ ifeq ($(MODE), debug)
|
@@ -111,13 +110,13 @@ ifeq ($(MODE), debug)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MODE), shared)
|
ifeq ($(MODE), shared)
|
||||||
outdir = bin/shared/
|
outdir = bin/shared/
|
||||||
|
@ -24,12 +24,3 @@
|
||||||
ldflags += -pg
|
ldflags += -pg
|
||||||
MATCH=true
|
MATCH=true
|
||||||
benchArgs = _profile $(FROBBYARGS)
|
benchArgs = _profile $(FROBBYARGS)
|
||||||
@@ -212,7 +211,7 @@ library: bin/$(library)
|
|
||||||
bin/$(library): $(objs) | bin/
|
|
||||||
rm -f bin/$(library)
|
|
||||||
ifeq ($(MODE), shared)
|
|
||||||
- $(CXX) -shared -o bin/$(library) $(ldflags) \
|
|
||||||
+ $(CXX) -shared -Wl,-soname,$(library) -o bin/$(library) $(ldflags) \
|
|
||||||
$(patsubst $(outdir)main.o,,$(objs))
|
|
||||||
else
|
|
||||||
ar crs bin/$(library) $(patsubst $(outdir)main.o,,$(objs))
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue