Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Aug 2006 01:04:58 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101438: [PATCH] ftp/yafc: fix depends, take maintainership
Message-ID:  <20060805210458.372E11261B@fonon.realnet>
Resent-Message-ID: <200608052150.k75LoFiN092906@freefall.freebsd.org>

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

>Number:         101438
>Category:       ports
>Synopsis:       [PATCH] ftp/yafc: fix depends, take maintainership
>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:   Sat Aug 05 21:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
 - Add readline as dependency when it was already installed. The program
   will be linked against it anyway, not against a system one.
- Take maintainership

>How-To-Repeat:
>Fix:

--- yafc-1.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/yafc/Makefile /var/tmp/yafc/Makefile
--- /usr/ports/ftp/yafc/Makefile	Tue Jul 11 02:14:37 2006
+++ /var/tmp/yafc/Makefile	Sun Aug  6 01:04:06 2006
@@ -11,13 +11,13 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ssedov@mbsd.msk.ru
 COMMENT=	Yet another ftp client. Similar to ftp(1)
 
 USE_BZIP2=	yes
-USE_GETOPT_LONG=	yes
+USE_GETOPT_LONG=yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-socks4=no --with-socks5=no --with-krb4=no \
 		--with-krb5=no --with-gssapi=no
 
@@ -30,7 +30,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
 
--- yafc-1.1.1.patch ends here ---

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



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