Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2005 00:00:20 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84072: Update port: net/fspclient to 0.91.0
Message-ID:  <20050726000020.2c31a3ae.tkato432@yahoo.com>
Resent-Message-ID: <200507251510.j6PFAN4F061563@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84072
>Category:       ports
>Synopsis:       Update port: net/fspclient to 0.91.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 25 15:10:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 0.91.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/fspclient/Makefile net/fspclient/Makefile
--- /usr/ports/net/fspclient/Makefile	Mon Feb 28 02:12:35 2005
+++ net/fspclient/Makefile	Mon Jul 25 03:43:58 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fspclient
-PORTVERSION=	0.90.0
+PORTVERSION=	0.91.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,13 +14,15 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A ftp-like client for the FSP service
 
-GNU_CONFIGURE=	yes
-USE_GETOPT_LONG=	yes
 USE_BZIP2=	yes
-
-CFLAGS+=	-I${LOCALBASE}/include
+USE_REINPLACE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=		fsp.1
 PLIST_FILES=	bin/fsp
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/ls.c
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/fspclient/distinfo net/fspclient/distinfo
--- /usr/ports/net/fspclient/distinfo	Mon Feb 28 02:12:37 2005
+++ net/fspclient/distinfo	Mon Jul 25 03:39:01 2005
@@ -1,2 +1,2 @@
-MD5 (fspclient-0.90.0.tar.bz2) = 554cec4b3a409415e307ba7f3eed857a
-SIZE (fspclient-0.90.0.tar.bz2) = 132864
+MD5 (fspclient-0.91.0.tar.bz2) = 58d196e1e8e4656be15d2ad7fb8bbf7d
+SIZE (fspclient-0.91.0.tar.bz2) = 132758
>Release-Note:
>Audit-Trail:
>Unformatted:



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