aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/IglooFTP/files
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-05 14:36:23 +0800
committerreg <reg@FreeBSD.org>2000-10-05 14:36:23 +0800
commit97830337b8c0333a12d15a49ea1f9c9cdc3dfddf (patch)
treea059ae14b97a6e427c4c5a801e98bb245e73742e /ftp/IglooFTP/files
parent38d35e3db9111f42b79313f05731c75e6e55d7e8 (diff)
downloadfreebsd-ports-gnome-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.tar.gz
freebsd-ports-gnome-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.tar.zst
freebsd-ports-gnome-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.zip
Implement USE_GTK, part 1.
Diffstat (limited to 'ftp/IglooFTP/files')
-rw-r--r--ftp/IglooFTP/files/patch-aa4
-rw-r--r--ftp/IglooFTP/files/patch-ab15
-rw-r--r--ftp/IglooFTP/files/patch-ac4
3 files changed, 16 insertions, 7 deletions
diff --git a/ftp/IglooFTP/files/patch-aa b/ftp/IglooFTP/files/patch-aa
index 662e5bc3babe..fa17c07fb535 100644
--- a/ftp/IglooFTP/files/patch-aa
+++ b/ftp/IglooFTP/files/patch-aa
@@ -1,5 +1,5 @@
---- FTP.c Thu Apr 15 20:05:13 1999
-+++ /home/andy/tmp/wrk/src/FTP.c Mon May 3 12:59:56 1999
+--- FTP.c.orig Thu Apr 15 20:05:13 1999
++++ FTP.c Mon May 3 12:59:56 1999
@@ -15,12 +15,12 @@
*/
diff --git a/ftp/IglooFTP/files/patch-ab b/ftp/IglooFTP/files/patch-ab
index d80b3a665b5f..f2fb956b61fc 100644
--- a/ftp/IglooFTP/files/patch-ab
+++ b/ftp/IglooFTP/files/patch-ab
@@ -18,11 +18,20 @@
VERSION = 0.6.1
VERSION_DATE = 1999
-DESTDIR = /usr/local
-+DESTDIR?= /usr/X11R6
++DESTDIR?= ${PREFIX}
BIN_PATH = $(DESTDIR)/bin
MAN_PATH = $(DESTDIR)/man
SHARE_PATH = $(DESTDIR)/share/$(PROGNAME)
-@@ -50,14 +51,14 @@
+@@ -16,6 +17,8 @@
+ RPM_BUILDPATH = /usr/src/redhat
+ CODE_LINES = `cat *.c *.h | grep -ch -e "[[:alpha:]|[:punct:]]"`
+
++all: $(PROGNAME)
++
+ $(PROGNAME): main.o GTKmisc.o menu.o toolbar.o connectbar.o statusbar.o\
+ dirlist.o ftplist.o queue.o log.o console.o dialog.o chmod.o\
+ version.o custom.o string.o pixmaps.o color.o cursor.o\
+@@ -50,14 +53,14 @@
@if ! test -e $(SHARE_PATH)/app_ass; then \
echo "Making $(SHARE_PATH)/app_ass directory ..."; mkdir -m 0755 $(SHARE_PATH)/app_ass; \
else :; fi;
@@ -45,7 +54,7 @@
-@@ -111,7 +112,7 @@
+@@ -111,7 +114,7 @@
@echo "#define COMPILE_TIME \"`date +%T`\"" >> version.h
@echo "#define COMPILE_BY \"`whoami`\"" >> version.h
@echo "#define COMPILE_HOST \"`hostname`\"" >> version.h
diff --git a/ftp/IglooFTP/files/patch-ac b/ftp/IglooFTP/files/patch-ac
index 2d45efc8ac97..dddf22599db0 100644
--- a/ftp/IglooFTP/files/patch-ac
+++ b/ftp/IglooFTP/files/patch-ac
@@ -1,5 +1,5 @@
---- main.c Thu Apr 15 20:05:15 1999
-+++ /home/andy/tmp/wrk/src/main.c Mon May 3 13:42:28 1999
+--- main.c.orig Thu Apr 15 20:05:15 1999
++++ main.c Mon May 3 13:42:28 1999
@@ -20,6 +20,9 @@
#include <stdlib.h>
#include <unistd.h>