svn commit: r498398 - in head/math/rexx-regmath: . files
Steve Wills
swills at FreeBSD.org
Mon Apr 8 17:42:16 UTC 2019
Author: swills
Date: Mon Apr 8 17:42:15 2019
New Revision: 498398
URL: https://svnweb.freebsd.org/changeset/ports/498398
Log:
math/rexx-regmath: fix LLD_UNSAFE
PR: 237082
Submitted by: bob at eager.cx (maintainer)
Modified:
head/math/rexx-regmath/Makefile (contents, props changed)
head/math/rexx-regmath/files/patch-Makefile.bsd (contents, props changed)
Modified: head/math/rexx-regmath/Makefile
==============================================================================
--- head/math/rexx-regmath/Makefile Mon Apr 8 17:36:12 2019 (r498397)
+++ head/math/rexx-regmath/Makefile Mon Apr 8 17:42:15 2019 (r498398)
@@ -3,6 +3,7 @@
PORTNAME= regmath
PORTVERSION= 1.00
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://home.interlog.com/~ptjm/ \
http://www.ancientgeek.org.uk/distfiles/
@@ -14,13 +15,12 @@ COMMENT= Two mathematics libraries for Rexx
LICENSE= MPL10
-BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:lang/rexx-regina
+BUILD_DEPENDS= rexx:lang/rexx-regina
USES= zip
WRKSRC= ${WRKDIR}/math
USE_LDCONFIG= yes
-LLD_UNSAFE= yes
MAKEFILE= Makefile.bsd
PLIST_FILES= lib/librexxmath.so lib/librxmath.so man/man1/regmath.1.gz
Modified: head/math/rexx-regmath/files/patch-Makefile.bsd
==============================================================================
--- head/math/rexx-regmath/files/patch-Makefile.bsd Mon Apr 8 17:36:12 2019 (r498397)
+++ head/math/rexx-regmath/files/patch-Makefile.bsd Mon Apr 8 17:42:15 2019 (r498398)
@@ -1,11 +1,13 @@
---- Makefile.bsd.orig 2001-11-04 17:09:04 UTC
+--- Makefile.bsd.orig 2001-11-04 18:09:04 UTC
+++ Makefile.bsd
-@@ -9,7 +9,7 @@
+@@ -9,8 +9,8 @@
POPT=-O -fomit-frame-pointer
PLFL=-s
DEBUG=-g
-CFLAGS=$(OPT) $(DEBUG) -pipe -fpic -I $$HOME/regina -pipe
+-LDFLAGS=-Bdynamic -Bshareable $(LFL)
+CFLAGS+=$(OPT) $(DEBUG) -pipe -fpic -I $$HOME/regina -pipe -I/usr/local/include
- LDFLAGS=-Bdynamic -Bshareable $(LFL)
++LDFLAGS=-Bdynamic -Bshareable $(LFL) -L/usr/lib
LIBS=-lm
so=so
+ o=o
More information about the svn-ports-all
mailing list