Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2006 12:23:02 -0400
From:      Serge Gagnon <serge.gagnon@b2b2c.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97463: Update port: ftp/ftptool make compliant with ${CC}
Message-ID:  <E1FglHC-0003M5-Dp@quenix1.dyndns.org>
Resent-Message-ID: <200605181630.k4IGUDIB096603@freefall.freebsd.org>

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

>Number:         97463
>Category:       ports
>Synopsis:       Update port: ftp/ftptool make compliant with ${CC}
>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:   Thu May 18 16:30:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix1.dyndns.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed May 10 11:54:23 EDT 2006 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/QUENIX1 i386


>Description:
	- make compliant with ${CC}
	- take maintainership
>How-To-Repeat:
>Fix:


--- patch-ftp-ftptool.diff begins here ---
--- ftp/ftptool/Makefile.orig	Thu May 18 12:18:10 2006
+++ ftp/ftptool/Makefile	Thu May 18 12:19:01 2006
@@ -13,13 +13,14 @@
 MASTER_SITE_SUBDIR=	utilities
 DISTFILES=	Ftptool${PORTVERSION}.tar.gz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	serge.gagnon@b2b2c.ca
 COMMENT=	Graphic ftp shell based on xview
 
 LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview
 RUN_DEPENDS=	${X11BASE}/bin/textedit:${PORTSDIR}/editors/textedit
 
 USE_IMAKE=	yes
+MAKE_ARGS=	CC=${CC}
 WRKSRC=		${WRKDIR}/Ftptool4.6
 
 MAN1=		ftptool.1
--- patch-ftp-ftptool.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FglHC-0003M5-Dp>