ports/60165: Re: New ports: quftp & readline

Frank Laszlo laszlof at vonostingroup.com
Thu Dec 11 22:41:33 UTC 2003


>Number:         60165
>Category:       ports
>Synopsis:       New Port: readline-4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 11 14:40:21 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 4.9-RC i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD ritamari.vonostingroup.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16 14:19:39 EDT 2003 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	<machine, os, target, libraries (multiple lines)>
>Description:
	libreadline is out of date in base (both -STABLE and 5.x) HEAD is the only version thats up to date
	This port is only temp (to make quftp work) until libreadline is updated. 
>How-To-Repeat:
	<code/input/activities to reproduce the problem (multiple lines)>
>Fix:

	<how to correct or work around the problem, if known (multiple lines)>

--- quftp.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	quftp
#	quftp/files
#	quftp/files/patch-aa
#	quftp/files/patch-ab
#	quftp/files/patch-ac
#	quftp/files/patch-ad
#	quftp/pkg-descr
#	quftp/distinfo
#	quftp/Makefile
#	quftp/pkg-plist
#
echo c - quftp
mkdir -p quftp > /dev/null 2>&1
echo c - quftp/files
mkdir -p quftp/files > /dev/null 2>&1
echo x - quftp/files/patch-aa
sed 's/^X//' >quftp/files/patch-aa << 'END-of-quftp/files/patch-aa'
X--- ftp.c.orig	Mon Mar 10 19:28:11 2003
X+++ ftp.c	Wed Dec 10 20:33:55 2003
X@@ -7,12 +7,10 @@
X #define _XOPEN_SOURCE 500
X 
X #include <stdlib.h>
X-#include <features.h>
X #include <stdio.h>
X #include <errno.h>
X #include <fcntl.h>
X #include <ctype.h>
X-#include <malloc.h>
X #include <unistd.h>
X #include <sys/types.h>
X #include <sys/stat.h>
END-of-quftp/files/patch-aa
echo x - quftp/files/patch-ab
sed 's/^X//' >quftp/files/patch-ab << 'END-of-quftp/files/patch-ab'
X--- quftp.c.orig	Wed Dec 10 20:37:19 2003
X+++ quftp.c	Wed Dec 10 20:37:27 2003
X@@ -8,7 +8,6 @@
X  */
X 
X #include <stdio.h>
X-#include <malloc.h>
X #include <string.h>
X #include <errno.h>
X #include <unistd.h>
END-of-quftp/files/patch-ab
echo x - quftp/files/patch-ac
sed 's/^X//' >quftp/files/patch-ac << 'END-of-quftp/files/patch-ac'
X--- text.c.orig	Wed Dec 10 20:36:09 2003
X+++ text.c	Wed Dec 10 20:36:57 2003
X@@ -3,7 +3,6 @@
X    $Date: 2002/06/24 04:04:32 $
X */
X 
X-#include <malloc.h>
X #include <stdlib.h>
X #include <unistd.h>
X #include <string.h>
END-of-quftp/files/patch-ac
echo x - quftp/files/patch-ad
sed 's/^X//' >quftp/files/patch-ad << 'END-of-quftp/files/patch-ad'
X--- rc.c.orig	Wed Dec 10 20:36:15 2003
X+++ rc.c	Wed Dec 10 20:36:32 2003
X@@ -5,7 +5,6 @@
X  * $Date: 2002/06/13 07:00:33 $
X  */
X 
X-#include <malloc.h>
X #include <stdlib.h>
X #include <string.h>
X #include <stdio.h>
END-of-quftp/files/patch-ad
echo x - quftp/pkg-descr
sed 's/^X//' >quftp/pkg-descr << 'END-of-quftp/pkg-descr'
XA scriptable FTP client that allows multiple simultaneous connections 
Xand file queueing, as well as transger directly between servers. 
X
XWWW: http://quftp.sourceforge.net/
END-of-quftp/pkg-descr
echo x - quftp/distinfo
sed 's/^X//' >quftp/distinfo << 'END-of-quftp/distinfo'
XMD5 (quftp-1.0.7.tar.gz) = cc0c9b30b25eb1ea8b61911395a55e5a
END-of-quftp/distinfo
echo x - quftp/Makefile
sed 's/^X//' >quftp/Makefile << 'END-of-quftp/Makefile'
X# New ports collection makefile for:	quftp
X# Date created:				10 December 2003
X# Whom:					Frank Laszlo <laszlof at vonostingroup.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	quftp
XPORTVERSION=	1.0.7
XCATEGORIES=	ftp
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	quftp
XMAINTAINER=	laszlof at vonostingroup.com
XCOMMENT=	A scriptable FTP client
X
XLIB_DEPENDS=	readline.4:${PORTSDIR}/devel/readline
XGNU_CONFIGURE=	yes
X
XCFLAGS+=	-L${PREFIX}/lib ${PTHREAD_LIBS}
XCONFIGURE_TARGET=       --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
XMAN1=	quftp.1
X
X.include <bsd.port.mk>
END-of-quftp/Makefile
echo x - quftp/pkg-plist
sed 's/^X//' >quftp/pkg-plist << 'END-of-quftp/pkg-plist'
Xbin/quftp
END-of-quftp/pkg-plist
exit
--- quftp.shar ends here ---



--------------020202040603020607070001
Content-Type: text/plain;
 name="readline.pr"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="readline.pr"

SEND-PR: -*- send-pr -*-
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
SEND-PR: Please consult the following URL if you are not sure how to
SEND-PR: fill out a problem report:
SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/article.html
SEND-PR:
SEND-PR: Note that the Synopsis field is mandatory.
SEND-PR:
SEND-PR: Please note that (unless you state otherwise) if your report 
SEND-PR: includes a patch then it will be taken under the same license as 
SEND-PR: the one on the file(s) you want to change.
SEND-PR:
SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND
SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES.
SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC.
SEND-PR:
SEND-PR: For sensitive security issues, consider contacting the FreeBSD
SEND-PR: security officer team (security-officer at freebsd.org) directly.
SEND-PR:
SEND-PR: Choose from the following categories:
SEND-PR:
SEND-PR: advocacy  alpha     bin       conf      docs      gnu       
SEND-PR: i386      ia64      java      kern      misc      ports     
SEND-PR: powerpc   sparc64   standards www       
SEND-PR:
To: FreeBSD-gnats-submit at freebsd.org
From: Frank J. Laszlo <laszlof at vonostingroup.com>
Reply-To: Frank J. Laszlo <laszlof at vonostingroup.com>
Cc: 
X-send-pr-version: 3.113
X-GNATS-Notify: 


>Release-Note:
>Audit-Trail:
>Unformatted:
 This is a multi-part message in MIME format.
 --------------020202040603020607070001
 Content-Type: text/html; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
   <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
   <title></title>
 </head>
 <body text="#000000" bgcolor="#ffffff">
 I have attached both PRs. Please send them for me, I will work on
 fixing my sendmail :)<br>
 Thanks!<br>
 <br>
 -Frank<br>
 <br>
 Clement Laforet wrote:<br>
 <blockquote type="cite"
  cite="mid20031211032417.14c65d86.sheepkiller at cultdeadsheep.org">
   <pre wrap="">On Wed, 10 Dec 2003 21:12:07 -0500
 Frank Laszlo <a class="moz-txt-link-rfc2396E" href="mailto:laszlof at vonostingroup.com"><laszlof at vonostingroup.com></a> wrote:
 
   </pre>
   <blockquote type="cite">
     <pre wrap="">For some reason my sendmail is broke, or else I would use send-pr to
 post these. Maybe someone can commit them for me.
 
 <a class="moz-txt-link-freetext" href="http://www.vonostingroup.com/~laszlof/ports/readline.shar">http://www.vonostingroup.com/~laszlof/ports/readline.shar</a> [readline-4.3] 
 <a class="moz-txt-link-freetext" href="http://www.vonostingroup.com/~laszlof/ports/quftp.shar">http://www.vonostingroup.com/~laszlof/ports/quftp.shar</a> [quftp-1.0.7]
     </pre>
   </blockquote>
   <pre wrap=""><!---->
 Please try to send PR's:
 You have several solutions:
 	1. use gtk-send-pr (${PORTSDIR}/sysutils/gtk-send-pr)
 	2. read <a class="moz-txt-link-freetext" href="http://home.leo.org/~barner/freebsd/articles/mailsetup/article.html">http://home.leo.org/~barner/freebsd/articles/mailsetup/article.html</a>
 	3. read <a class="moz-txt-link-freetext" href="http://www.cultdeadsheep.org/sheepkiller/FreeBSD/send-pr+ssmtp.txt">http://www.cultdeadsheep.org/sheepkiller/FreeBSD/send-pr+ssmtp.txt</a>
 
 or you can simply send me your send-pr files (just save files to disk),
 and I'll send them for you.
 
 clem
 _______________________________________________
 <a class="moz-txt-link-abbreviated" href="mailto:freebsd-ports at freebsd.org">freebsd-ports at freebsd.org</a> mailing list
 <a class="moz-txt-link-freetext" href="http://lists.freebsd.org/mailman/listinfo/freebsd-ports">http://lists.freebsd.org/mailman/listinfo/freebsd-ports</a>
 To unsubscribe, send any mail to <a class="moz-txt-link-rfc2396E" href="mailto:freebsd-ports-unsubscribe at freebsd.org">"freebsd-ports-unsubscribe at freebsd.org"</a>
   </pre>
 </blockquote>
 <br>
 </body>
 </html>
 
 --------------020202040603020607070001
 Content-Type: text/plain;
  name="quftp.pr"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="quftp.pr"
 
 SEND-PR: -*- send-pr -*-
 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
 SEND-PR: will all comments (text enclosed in `<' and `>').
 SEND-PR:
 SEND-PR: Please consult the following URL if you are not sure how to
 SEND-PR: fill out a problem report:
 SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/article.html
 SEND-PR:
 SEND-PR: Note that the Synopsis field is mandatory.
 SEND-PR:
 SEND-PR: Please note that (unless you state otherwise) if your report 
 SEND-PR: includes a patch then it will be taken under the same license as 
 SEND-PR: the one on the file(s) you want to change.
 SEND-PR:
 SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND
 SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES.
 SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC.
 SEND-PR:
 SEND-PR: For sensitive security issues, consider contacting the FreeBSD
 SEND-PR: security officer team (security-officer at freebsd.org) directly.
 SEND-PR:
 SEND-PR: Choose from the following categories:
 SEND-PR:
 SEND-PR: advocacy  alpha     bin       conf      docs      gnu       
 SEND-PR: i386      ia64      java      kern      misc      ports     
 SEND-PR: powerpc   sparc64   standards www       
 SEND-PR:
 To: FreeBSD-gnats-submit at freebsd.org
 From: Frank J. Laszlo <laszlof at vonostingroup.com>
 Reply-To: Frank J. Laszlo <laszlof at vonostingroup.com>
 Cc: 
 X-send-pr-version: 3.113
 X-GNATS-Notify: 
 
 



More information about the freebsd-ports-bugs mailing list