From ssedov@mbsd.msk.ru Sat Aug 5 21:42:00 2006 Return-Path: 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 Cc: Subject: [PATCH] ftp/yafc: fix depends, take maintainership X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 101438 >Category: ports >Synopsis: [PATCH] ftp/yafc: fix depends, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 05 21:50:15 GMT 2006 >Closed-Date: Sun Aug 06 05:41:30 GMT 2006 >Last-Modified: Sun Aug 06 05:41:30 GMT 2006 >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: State-Changed-From-To: open->closed State-Changed-By: rafan State-Changed-When: Sun Aug 6 05:41:29 UTC 2006 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=101438 >Unformatted: