From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 5 21:50:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05FF16A4E2 for ; Sat, 5 Aug 2006 21:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1704643D5C for ; Sat, 5 Aug 2006 21:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k75LoFKc092907 for ; Sat, 5 Aug 2006 21:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k75LoFiN092906; Sat, 5 Aug 2006 21:50:15 GMT (envelope-from gnats) Resent-Date: Sat, 5 Aug 2006 21:50:15 GMT Resent-Message-Id: <200608052150.k75LoFiN092906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B03C216A4ED for ; Sat, 5 Aug 2006 21:41:59 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1527D43DBD for ; Sat, 5 Aug 2006 21:41:27 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [217.118.83.1] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1G9U1N-0001p9-DA for FreeBSD-gnats-submit@freebsd.org; Sun, 06 Aug 2006 01:49:28 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 372E11261B; Sun, 6 Aug 2006 01:04:58 +0400 (MSD) Message-Id: <20060805210458.372E11261B@fonon.realnet> Date: Sun, 6 Aug 2006 01:04:58 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101438: [PATCH] ftp/yafc: fix depends, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 21:50:17 -0000 >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 -.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: