Date: Mon, 17 May 1999 07:30:02 -0700 (PDT) From: Chris Piazza <cpiazza@home.net> To: freebsd-ports@FreeBSD.org Subject: RE: ports/11726: Update: net/gftp Message-ID: <199905171430.HAA48819@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11726; it has been noted by GNATS. From: Chris Piazza <cpiazza@home.net> To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11726: Update: net/gftp Date: Mon, 17 May 1999 07:24:23 -0700 (PDT) Program was updated to 2.0.1, new patch below. As a reminder, remove patch-ad and patch-ae Index: gftp/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/gftp/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/27 00:37:35 1.2 +++ Makefile 1999/05/17 14:18:10 @@ -1,12 +1,12 @@ # New ports collection makefile for: gftp -# Version required: 1.13 +# Version required: 2.0.1 # Date Created: 21 Feb 1999 # Whom: Damjan Marion <dmarion@open.hr> # # $Id: Makefile,v 1.2 1999/04/27 00:37:35 taoka Exp $ # -DISTNAME= gftp-1.13 +DISTNAME= gftp-2.0.1 CATEGORIES= net MASTER_SITES= http://www.newwave.net/~masneyb/ @@ -17,10 +17,14 @@ USE_AUTOCONF= yes USE_X_PREFIX= yes -post-install: - strip ${PREFIX}/bin/gftp - pre-install: find ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \; + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gftp ${PREFIX}/bin + @${MKDIR} ${PREFIX}/share/gftp +.for i in sample.gftp/* + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/gftp +.endfor .include <bsd.port.mk> Index: gftp/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/gftp/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/03 01:38:52 1.1.1.1 +++ md5 1999/05/17 14:19:46 @@ -1 +1 @@ -MD5 (gftp-1.13.tar.gz) = c4fd2c2b21f5efeccf4ba2befb4fa564 +MD5 (gftp-2.0.1.tar.gz) = 66bbc2567cb0c94f6f80aa518656b26d Index: gftp/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/net/gftp/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1999/04/03 01:38:52 1.1.1.1 +++ patch-ab 1999/05/17 14:17:35 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Fri Apr 2 13:21:58 1999 -+++ Makefile.in Fri Apr 2 13:22:07 1999 -@@ -8,7 +8,7 @@ +--- Makefile.in.orig Sat May 15 10:56:01 1999 ++++ Makefile.in Sat May 15 13:26:17 1999 +@@ -6,7 +6,7 @@ + SHARE_DIR=$(PREFIX)/share/gftp + INSTALL=@INSTALL@ MACHINE=`uname -m`-`uname -p`-`uname -s` - # Add -DDEBUG to the CFLAGS line below if you want gFTP to print some extra - # information to stdout --CFLAGS=@CFLAGS@ -D_POSIX_SOURCE -D_REENTRANT -Wall -ansi -DSHARE_DIR=\"$(SHARE_DIR)\" -+CFLAGS=@CFLAGS@ -pthread -Wall -ansi -DSHARE_DIR=\"$(SHARE_DIR)\" +-CFLAGS=@CFLAGS@ -Wall -D_REENTRANT -DSHARE_DIR=\"$(SHARE_DIR)\" ++CFLAGS=@CFLAGS@ -pthread -DSHARE_DIR=\"$(SHARE_DIR)\" LIBS=@LIBS@ EXE=gftp - OBJS=cache.o chmod_dialog.o config_file.o connect_dialog.o delete_dialog.o \ + OBJS=bookmarks.o cache.o chmod_dialog.o config_file.o \ Index: gftp/patches/patch-ac =================================================================== RCS file: /cvs/FreeBSD/ports/net/gftp/patches/patch-ac,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ac --- patch-ac 1999/04/03 01:38:52 1.1.1.1 +++ patch-ac 1999/05/17 14:17:35 @@ -1,14 +1,15 @@ ---- gnome-ftp.h.orig Fri Apr 2 13:29:30 1999 -+++ gnome-ftp.h Fri Apr 2 13:29:46 1999 -@@ -22,9 +22,9 @@ +--- gnome-ftp.h.orig Sat May 15 12:50:04 1999 ++++ gnome-ftp.h Sat May 15 12:50:37 1999 +@@ -22,10 +22,10 @@ #include <glib.h> #include <netdb.h> -#include <netinet/in.h> -#include <sys/socket.h> #include <sys/types.h> + #include <sys/time.h> +#include <sys/socket.h> +#include <netinet/in.h> - #include <sys/time.h> #include <stdlib.h> #include <errno.h> + #include <string.h> Index: gftp/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/net/gftp/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/03 01:38:52 1.1.1.1 +++ PLIST 1999/05/17 14:17:35 @@ -5,14 +5,13 @@ share/gftp/dir.xpm share/gftp/doc.xpm share/gftp/dotdot.xpm -share/gftp/down.xpm share/gftp/exe.xpm share/gftp/gftp-logo.xpm share/gftp/gftprc share/gftp/linkdir.xpm share/gftp/linkfile.xpm share/gftp/man.xpm +share/gftp/open_dir.xpm share/gftp/tar.xpm share/gftp/txt.xpm -share/gftp/up.xpm @dirrm share/gftp --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905171430.HAA48819>