Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 2004 23:30:33 GMT
From:      "Frank J. Laszlo" <laszlof@vonostingroup.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/73979: ftp/quftp: fix for sparc64 build issue
Message-ID:  <200411152330.iAFNUXtI074952@freefall.freebsd.org>

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

From: "Frank J. Laszlo" <laszlof@vonostingroup.com>
To: freebsd-gnats-submit@FreeBSD.org, laszlof@vonostingroup.com
Cc: will@freebsd.org
Subject: Re: ports/73979: ftp/quftp: fix for sparc64 build issue
Date: Mon, 15 Nov 2004 18:29:45 -0500

 This is a multi-part message in MIME format.
 --------------060707050502030709000407
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Whoops, wrong patch. heres the correct one.
 
 
 --------------060707050502030709000407
 Content-Type: text/plain;
  name="quftp-1.0.7_2.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="quftp-1.0.7_2.diff"
 
 --- Makefile.orig	Fri Oct 15 20:04:19 2004
 +++ Makefile	Mon Nov 15 18:25:17 2004
 @@ -7,7 +7,7 @@
  
  PORTNAME=	quftp
  PORTVERSION=	1.0.7
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	ftp
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	quftp
 @@ -18,12 +18,16 @@
  LIB_DEPENDS=	readline.5:${PORTSDIR}/devel/readline
  
  GNU_CONFIGURE=	yes
 +USE_REINPLACE=	yes
  
 -CFLAGS+=	${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}
 +pre-configure:
 +@${REINPLACE_CMD} -e 's|-O6|-O2|g' ${WRKSRC}/Makefile.in
 +
 +CFLAGS+=        ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}
  CONFIGURE_ENV=	CFLAGS="${CFLAGS}"
  CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
  
  MAN1=		quftp.1
  PLIST_FILES=	bin/quftp
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 
 --------------060707050502030709000407--



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