ports/179439: ftp/rexx-curl: probable fix provided
John Marino
draco at marino.st
Mon Jun 10 11:50:01 UTC 2013
The following reply was made to PR ports/179439; it has been noted by GNATS.
From: John Marino <draco at marino.st>
To: bug-followup at FreeBSD.org, draco at 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--
More information about the freebsd-ports-bugs
mailing list