summaryrefslogtreecommitdiff
path: root/ftp/llnlxftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/llnlxftp')
-rw-r--r--ftp/llnlxftp/Makefile28
-rw-r--r--ftp/llnlxftp/distinfo2
-rw-r--r--ftp/llnlxftp/files/patch-Imakefile20
-rw-r--r--ftp/llnlxftp/files/patch-local.c18
-rw-r--r--ftp/llnlxftp/files/patch-log.c12
-rw-r--r--ftp/llnlxftp/pkg-descr22
6 files changed, 0 insertions, 102 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile
deleted file mode 100644
index 00ab19736f10..000000000000
--- a/ftp/llnlxftp/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Dima Ruban <dima@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= llnlxftp
-PORTVERSION= 2.1
-PORTREVISION= 5
-CATEGORIES= ftp
-MASTER_SITES= https://computing.llnl.gov/resources/xdir/
-DISTNAME= llnlxftp2.1
-
-MAINTAINER= cy@FreeBSD.org
-COMMENT= Motif FTP client
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp \
- man/man1/xftp.1.gz
-WRKSRC= ${WRKDIR}/llnlxftp2.1/sources
-USES= imake motif tar:Z xorg
-USE_XORG= ice sm x11 xext xt
-
-CFLAGS+= -Wno-implicit-int \
- -Wno-implicit-function-declaration \
- -Wno-return-type
-
-.include <bsd.port.mk>
diff --git a/ftp/llnlxftp/distinfo b/ftp/llnlxftp/distinfo
deleted file mode 100644
index 003582209871..000000000000
--- a/ftp/llnlxftp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (llnlxftp2.1.tar.Z) = 50854dd8772f09e580022f8709aa157c32dd1124b2c67ced2b77147dbaf1adb8
-SIZE (llnlxftp2.1.tar.Z) = 359401
diff --git a/ftp/llnlxftp/files/patch-Imakefile b/ftp/llnlxftp/files/patch-Imakefile
deleted file mode 100644
index 767d963f562b..000000000000
--- a/ftp/llnlxftp/files/patch-Imakefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Imakefile.orig Thu Oct 19 10:20:26 1995
-+++ Imakefile Sat Aug 28 11:36:12 1999
-@@ -79,7 +79,7 @@
- OS_LIBRARIES = -lgen
- #endif
-
--#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(TENONArchitecture)
-+#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(TENONArchitecture) || defined(FreeBSDArchitecture)
- EXTRA_LIBRARIES = -lcompat
- #endif
-
-@@ -98,7 +98,7 @@
- #ifdef XmClientLibs
- LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS)
- #else
--LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS)
-+LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) ${MOTIFLIB}
- #endif
- #endif
-
diff --git a/ftp/llnlxftp/files/patch-local.c b/ftp/llnlxftp/files/patch-local.c
deleted file mode 100644
index 896db7ca85c3..000000000000
--- a/ftp/llnlxftp/files/patch-local.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- local.c.orig 1995-10-19 08:20:22.000000000 -0700
-+++ local.c 2012-03-10 11:24:10.000000000 -0800
-@@ -201,11 +201,15 @@
- #ifdef _SC_OPEN_MAX /* POSIX */
- if ((max_files = sysconf(_SC_OPEN_MAX)) == -1)
- fatal_error("Trouble in max_fds() - sysconf() failed");
-+ if (max_files > 1024)
-+ max_files=1024;
- #else
- #ifdef _NFILE /* Might be overkill */
- max_files = _NFILE;
- #else /* Assume BSD */
- max_files = getdtablesize();
-+ if ((max_files = getdtablesize()) > 1024)
-+ max_files=1024;
- #endif
- #endif
-
diff --git a/ftp/llnlxftp/files/patch-log.c b/ftp/llnlxftp/files/patch-log.c
deleted file mode 100644
index 2ff172e4e681..000000000000
--- a/ftp/llnlxftp/files/patch-log.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- log.c.orig Mon Nov 18 01:25:37 2002
-+++ log.c Mon Nov 18 01:25:43 2002
-@@ -81,8 +81,8 @@
- extern char *initial_logfile_name;
- extern Display *display;
- extern int print_password_in_debug;
--extern int sys_nerr;
- #if !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__)
-+extern int sys_nerr;
- extern char *sys_errlist[];
- #endif
-
diff --git a/ftp/llnlxftp/pkg-descr b/ftp/llnlxftp/pkg-descr
deleted file mode 100644
index 604bae1f04b0..000000000000
--- a/ftp/llnlxftp/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- LLNL XFTP Version 2.1, October 19, 1995
-
-
- **********************************************************************
- ************************** ABOUT LLNL XFTP *************************
- **********************************************************************
-
- LLNL XFTP, an OSF/Motif-based FTP client, enables you to graphically
- transfer files and perform various directory manipulation commands,
- both locally and remotely. Two especially notable features are the
- ability to (1) perform "third-party" (i.e., remote-to-remote) file
- transfers, and (2) transfer or delete entire directory substructures.
- LLNL XFTP has many features, is configurable, and has an intuitive
- user interface.
-
- LLNL XFTP is a precursor to LLNL XDIR, a much more sophisticated
- graphical FTP client. LLNL XDIR features drag-and-drop file transfer,
- powerful directory browsing, and multihost searching. Unless you
- would prefer LLNL XFTP's compact interface over LLNL XDIR's multiwindow
- approach, we recommend that you use LLNL XDIR.