summaryrefslogtreecommitdiffstats
path: root/ftp/IglooFTP/files
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1999-05-07 17:43:08 +0000
committerflathill <flathill@FreeBSD.org>1999-05-07 17:43:08 +0000
commitcabbe6b2b55e3d616a8f112bbaf9f9d944527b94 (patch)
treebed3211cf0df8592990a9d0971e33a9d93afb8a1 /ftp/IglooFTP/files
parent1bcf7947891487ad75b0b1cfd84f7c150ec22850 (diff)
downloadFreeBSD-ports-cabbe6b2b55e3d616a8f112bbaf9f9d944527b94.zip
FreeBSD-ports-cabbe6b2b55e3d616a8f112bbaf9f9d944527b94.tar.gz
PR: ports/11463
Submitted by: andy@icc.surw.chel.su Easy to use FTP client for X Window System.
Diffstat (limited to 'ftp/IglooFTP/files')
-rw-r--r--ftp/IglooFTP/files/patch-aa16
-rw-r--r--ftp/IglooFTP/files/patch-ab33
-rw-r--r--ftp/IglooFTP/files/patch-ac23
3 files changed, 72 insertions, 0 deletions
diff --git a/ftp/IglooFTP/files/patch-aa b/ftp/IglooFTP/files/patch-aa
new file mode 100644
index 0000000..48779d2
--- /dev/null
+++ b/ftp/IglooFTP/files/patch-aa
@@ -0,0 +1,16 @@
+--- src/FTP.c Thu Apr 15 20:05:13 1999
++++ /home/andy/tmp/wrk/src/FTP.c Mon May 3 12:59:56 1999
+@@ -15,12 +15,12 @@
+ */
+
+
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
+ #include <arpa/inet.h>
+ #include <arpa/telnet.h>
+-#include <sys/types.h>
+ #include <sys/time.h>
+ #include <resolv.h>
+
diff --git a/ftp/IglooFTP/files/patch-ab b/ftp/IglooFTP/files/patch-ab
new file mode 100644
index 0000000..39f2101
--- /dev/null
+++ b/ftp/IglooFTP/files/patch-ab
@@ -0,0 +1,33 @@
+--- src/Makefile Thu Apr 15 20:05:15 1999
++++ /home/andy/tmp/wrk/src/Makefile Mon May 3 12:59:28 1999
+@@ -1,14 +1,15 @@
+ SHELL=/bin/sh
+-CC = gcc
+-C_FLAGS = -Wall -g -O2 -m486 -fno-strength-reduce
+-GTK_CFLAGS = `gtk-config --cflags`
+-GTK_LIBS = `gtk-config --libs`
+-LFLAGS = $(GTK_LIBS) -lresolv -lXmu -lXt -lSM -lICE
++CC?= gcc
++C_FLAGS = $(CFLAGS)
++# -Wall -g -O2 -m486 -fno-strength-reduce
++GTK_CFLAGS = `gtk12-config --cflags`
++GTK_LIBS = `gtk12-config --libs`
++LFLAGS = $(GTK_LIBS) -lXmu -lXt -lSM -lICE
+ PROGNAME = IglooFTP
+ PROGNAME-STATIC = IglooFTP-static
+ VERSION = 0.6.1
+ VERSION_DATE = 1999
+-DESTDIR = /usr/local
++DESTDIR?= /usr/X11R6
+ BIN_PATH = $(DESTDIR)/bin
+ MAN_PATH = $(DESTDIR)/man
+ SHARE_PATH = $(DESTDIR)/share/$(PROGNAME)
+@@ -111,7 +112,7 @@
+ @echo "#define COMPILE_TIME \"`date +%T`\"" >> version.h
+ @echo "#define COMPILE_BY \"`whoami`\"" >> version.h
+ @echo "#define COMPILE_HOST \"`hostname`\"" >> version.h
+- @echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h
++ @echo "#define GTK_VERSION \"GTK+ `gtk12-config --version`\"" >> version.h
+ @echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h
+ @echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h
+
diff --git a/ftp/IglooFTP/files/patch-ac b/ftp/IglooFTP/files/patch-ac
new file mode 100644
index 0000000..9175e4a
--- /dev/null
+++ b/ftp/IglooFTP/files/patch-ac
@@ -0,0 +1,23 @@
+--- src/main.c Thu Apr 15 20:05:15 1999
++++ /home/andy/tmp/wrk/src/main.c Mon May 3 13:42:28 1999
+@@ -20,6 +20,9 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <string.h>
++#ifdef __FreeBSD__
++#include <floatingpoint.h>
++#endif
+ #include "protos.h"
+
+
+@@ -101,6 +104,10 @@
+ GtkWidget *vbox1;
+ char IS_SPAWNED = FALSE;
+ register int f;
++
++#ifdef __FreeBSD__
++ fpsetmask(0);
++#endif
+
+ gtk_set_locale ();
+ gtk_init (&argc, &argv);
OpenPOWER on IntegriCloud