Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 11:50:00 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/179439: ftp/rexx-curl: probable fix provided
Message-ID:  <201306101150.r5ABo0eB008102@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179439; it has been noted by GNATS.

From: John Marino <draco@marino.st>
To: bug-followup@FreeBSD.org, draco@marino.st
Cc:  
Subject: Re: ports/179439: ftp/rexx-curl: probable fix provided
Date: Mon, 10 Jun 2013 13:44:52 +0200

 This is a multi-part message in MIME format.
 --------------050503040202060601020107
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I just signed up for redports account.
 The attached patch passed 6 times (8.3, 9.1, 10 for amd64 & i386)
 
 Regards,
 John
 
 --------------050503040202060601020107
 Content-Type: text/plain; charset=windows-1252;
  name="rexx-curl.diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="rexx-curl.diff.txt"
 
 --- ftp/rexx-curl/Makefile.orig	2013-06-10 11:37:44.000000000 +0000
 +++ ftp/rexx-curl/Makefile
 @@ -1,10 +1,5 @@
 -# ex:ts=8
 -# Ports collection makefile for:	rexx-curl
 -# Date created:			Nov 11, 2003
 -# Whom:	      			ijliao
 -#
 +# Created by: ijliao
  # $FreeBSD: ftp/rexx-curl/Makefile 315667 2013-04-02 10:38:36Z miwi $
 -#
  
  PORTNAME=	curl
  PORTVERSION=	1.4
 @@ -21,7 +16,6 @@ BUILD_DEPENDS=	rexx:${PORTSDIR}/lang/rex
  LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
  RUN_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-regina
  
 -BROKEN=		fails to build
  USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
  CPPFLAGS+=	${PTHREAD_CFLAGS}
 --- ftp/rexx-curl/files/patch-configure.orig	2013-06-10 11:38:11.000000000 +0000
 +++ ftp/rexx-curl/files/patch-configure
 @@ -0,0 +1,16 @@
 +--- configure.orig	2005-07-28 11:01:07.000000000 +0000
 ++++ configure
 +@@ -6240,8 +6240,12 @@ case "$target" in
 + 		LD_RXLIB1="${CC} -shared"
 + 		LD_RXTRANSLIB1="$LD_RXLIB1"
 + 		;;
 ++	*dragonfly*)
 ++		LD_RXLIB1="${CC} -shared"
 ++		LD_RXTRANSLIB1="$LD_RXLIB1"
 ++		;;
 + 	*freebsd*)
 +-		LD_RXLIB1="ld -Bdynamic -Bshareable"
 ++		LD_RXLIB1="${CC} -shared"
 + 		LD_RXTRANSLIB1="$LD_RXLIB1"
 + 		;;
 + 	*pc-sco*)
 
 --------------050503040202060601020107--



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