Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2004 03:17:36 +0300 (MSK)
From:      Nosov Artem <chip-set@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61223: Port update: ftp/wput - missed USE_AUTOCONF directive
Message-ID:  <20040112001736.3EE9A446@void.su>
Resent-Message-ID: <200401112320.i0BNKAxh090321@freefall.freebsd.org>

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

>Number:         61223
>Category:       ports
>Synopsis:       Port update: ftp/wput - missed USE_AUTOCONF directive
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 11 15:20:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nosov Artem
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
ASC
>Environment:
FreeBSD 4.8-RELEASE

	
>Description:
Added missed USE_AUTOCONF_VER directive

	
>How-To-Repeat:
	
>Fix:

	

--- Makefile.patch begins here ---
--- Makefile.orig	Mon Jan 12 03:09:54 2004
+++ Makefile	Mon Jan 12 03:11:14 2004
@@ -14,8 +14,9 @@
 MAINTAINER=	chip-set@mail.ru
 COMMENT=	Uploads files or directories to a ftpserver with support of resuming
 
-GNU_CONFIGURE=	yes
+USE_AUTOCONF_VER=	253
 USE_GETOPT_LONG=	yes
+GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
--- Makefile.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?20040112001736.3EE9A446>