From owner-svn-ports-branches@freebsd.org Sun Aug 21 12:52:58 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96EBCBC012F; Sun, 21 Aug 2016 12:52:58 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49F3914C4; Sun, 21 Aug 2016 12:52:58 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7LCqvPP090842; Sun, 21 Aug 2016 12:52:57 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7LCqvce090839; Sun, 21 Aug 2016 12:52:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201608211252.u7LCqvce090839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 21 Aug 2016 12:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420551 - in branches/2016Q3/lang/rexx-regina: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 12:52:58 -0000 Author: riggs Date: Sun Aug 21 12:52:57 2016 New Revision: 420551 URL: https://svnweb.freebsd.org/changeset/ports/420551 Log: MFH: r420550 Fix spurious linking issues with libregina.so PR: 211974 Submitted by: bob@eager.cx Approved by: ports-secteam (build fix blanket) Modified: branches/2016Q3/lang/rexx-regina/Makefile branches/2016Q3/lang/rexx-regina/files/patch-configure Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/lang/rexx-regina/Makefile ============================================================================== --- branches/2016Q3/lang/rexx-regina/Makefile Sun Aug 21 12:51:05 2016 (r420550) +++ branches/2016Q3/lang/rexx-regina/Makefile Sun Aug 21 12:52:57 2016 (r420551) @@ -3,6 +3,7 @@ PORTNAME= regina PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION} PKGNAMEPREFIX= rexx- Modified: branches/2016Q3/lang/rexx-regina/files/patch-configure ============================================================================== --- branches/2016Q3/lang/rexx-regina/files/patch-configure Sun Aug 21 12:51:05 2016 (r420550) +++ branches/2016Q3/lang/rexx-regina/files/patch-configure Sun Aug 21 12:52:57 2016 (r420551) @@ -34,7 +34,7 @@ + LD_RXLIB_A1="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" + LD_RXLIB_A2="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" + LD_RXLIB_UTILA="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" -+ SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')' ++ SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} -Wl,-soname=${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')' + ;; + *openbsd*) if test "$ac_cv_prog_CC" = "gcc" -o "$ac_cv_prog_CC" = "g++" -o "$ac_cv_prog_CC" = "clang"; then