diff options
Diffstat (limited to 'ftp/llnlxdir')
-rw-r--r-- | ftp/llnlxdir/Makefile | 24 | ||||
-rw-r--r-- | ftp/llnlxdir/distinfo | 2 | ||||
-rw-r--r-- | ftp/llnlxdir/files/patch-Imakefile | 20 | ||||
-rw-r--r-- | ftp/llnlxdir/files/patch-diag.c | 12 | ||||
-rw-r--r-- | ftp/llnlxdir/files/patch-local.c | 18 | ||||
-rw-r--r-- | ftp/llnlxdir/pkg-descr | 20 |
6 files changed, 0 insertions, 96 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile deleted file mode 100644 index 52003606e617..000000000000 --- a/ftp/llnlxdir/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Dima Ruban <dima@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= llnlxdir -PORTVERSION= 2.1.2 -PORTREVISION= 4 -CATEGORIES= ftp -MASTER_SITES= https://computing.llnl.gov/resources/xdir/ -DISTNAME= llnlxdir2_1_2 - -MAINTAINER= cy@FreeBSD.org -COMMENT= Motif FTP client with drag-and-drop file transfer - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir man/man1/xdir.1.gz - -WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources -USES= imake motif tar:Z xorg -USE_XORG= ice sm x11 xext xt - -.include <bsd.port.mk> diff --git a/ftp/llnlxdir/distinfo b/ftp/llnlxdir/distinfo deleted file mode 100644 index abd3fc16166c..000000000000 --- a/ftp/llnlxdir/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (llnlxdir2_1_2.tar.Z) = 4fae1cc71b2ca6f4b494c3e339ecef0b009ec08c8f2050a3d826852835c6b7cb -SIZE (llnlxdir2_1_2.tar.Z) = 574027 diff --git a/ftp/llnlxdir/files/patch-Imakefile b/ftp/llnlxdir/files/patch-Imakefile deleted file mode 100644 index c232c24ce024..000000000000 --- a/ftp/llnlxdir/files/patch-Imakefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Imakefile.orig Mon Feb 9 14:23:35 1998 -+++ Imakefile Sat Aug 28 11:33:56 1999 -@@ -120,7 +120,7 @@ - OS_LIBRARIES = -lgen - #endif - --#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(NetBSDArchitecture) -+#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(NetBSDArchitecture) || defined(FreeBSDArchitecture) - EXTRA_LIBRARIES = -lcompat - #endif - -@@ -139,7 +139,7 @@ - #ifdef XmClientLibs - LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS) - #else --LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) $(SYSLIB) -+LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) $(SYSLIB) ${MOTIFLIB} - #endif - #endif - diff --git a/ftp/llnlxdir/files/patch-diag.c b/ftp/llnlxdir/files/patch-diag.c deleted file mode 100644 index 2dcb0443a05d..000000000000 --- a/ftp/llnlxdir/files/patch-diag.c +++ /dev/null @@ -1,12 +0,0 @@ ---- diag.c.orig Sun Dec 1 16:11:28 2002 -+++ diag.c Sun Dec 1 16:11:33 2002 -@@ -125,8 +125,8 @@ - extern struct st_host_info hinfo[]; - extern int initial_diagnostics; - extern int screen; --extern int sys_nerr; - #if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__GNU_LIBRARY__) && !defined(__GLIBC__) && !defined(__EMX__) -+extern int sys_nerr; - extern char *sys_errlist[]; - #endif - diff --git a/ftp/llnlxdir/files/patch-local.c b/ftp/llnlxdir/files/patch-local.c deleted file mode 100644 index 636fa064d3a2..000000000000 --- a/ftp/llnlxdir/files/patch-local.c +++ /dev/null @@ -1,18 +0,0 @@ ---- local.c.orig 1999-11-22 16:07:32.000000000 -0800 -+++ local.c 2012-03-10 11:13:59.817174472 -0800 -@@ -193,11 +193,14 @@ - #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/llnlxdir/pkg-descr b/ftp/llnlxdir/pkg-descr deleted file mode 100644 index 66ba10ffe224..000000000000 --- a/ftp/llnlxdir/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ - LLNL XDIR Version 2.0, October 23, 1995 - - LLNL XDIR, an OSF/Motif-based FTP client, provides a graphical user - interface for drag-and-drop file transfer. LLNL XDIR simultaneously - displays any number of directories for any number of hosts, with each - directory being displayed in its own window. LLNL XDIR supports - powerful directory browsing capability, including iconic and - hierarchical views. One of LLNL XDIR's most powerful features is its - ability to search directory structures (even across multiple hosts) - for entry names that match a specified pattern. - - LLNL XDIR is meant to be the successor to LLNL XFTP, another graphical - FTP client. LLNL XDIR is considerably more sophisticated than LLNL - XFTP, and has all of its functionality. - - LLNL XDIR is a component of the Intelligent Archive, which is currently - under development at LLNL. - - LLNL XDIR was written by Neale Smith of the Lawrence Livermore National - Laboratory, which is operated by the University of California. |