Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 17:42:15 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498398 - in head/math/rexx-regmath: . files
Message-ID:  <201904081742.x38HgFsO032380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904081742.x38HgFsO032380>