aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-13 04:19:11 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-13 04:19:11 +0000
commit6b5bc17d9a0ab7eb3128ba12a9993fbc3080e111 (patch)
tree22293cec5ed5150bba4cbf2a7830ed817045789b /net/fspclient
parent8627f231ec04e7127607603c63249fa27cb1e00e (diff)
downloadports-6b5bc17d9a0ab7eb3128ba12a9993fbc3080e111.tar.gz
ports-6b5bc17d9a0ab7eb3128ba12a9993fbc3080e111.zip
- update to 0.0.6
- fetch from sourceforge now - pass maintainership to submitter PR: 61214 Submitted by: Radim Kolar <hsn@netmag.cz> (new maintainer)
Notes
Notes: svn path=/head/; revision=98039
Diffstat (limited to 'net/fspclient')
-rw-r--r--net/fspclient/Makefile15
-rw-r--r--net/fspclient/distinfo2
-rw-r--r--net/fspclient/files/patch-ae26
-rw-r--r--net/fspclient/files/patch-af11
-rw-r--r--net/fspclient/files/patch-ag11
-rw-r--r--net/fspclient/files/patch-ah11
-rw-r--r--net/fspclient/files/patch-ai14
-rw-r--r--net/fspclient/files/patch-aj44
-rw-r--r--net/fspclient/files/patch-ak13
9 files changed, 10 insertions, 137 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile
index 3746e4e07de6..fc9cb7f2b3ca 100644
--- a/net/fspclient/Makefile
+++ b/net/fspclient/Makefile
@@ -6,17 +6,20 @@
#
PORTNAME= fspclient
-PORTVERSION= 0.0.h
+PORTVERSION= 0.0.6
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= system/network/file-transfer
-DISTNAME= fspclient
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= hsn@netmag.cz
COMMENT= A client for the fsp service
-WRKSRC= ${WRKDIR}/fspclient
GNU_CONFIGURE= yes
+USE_BZIP2= yes
+USE_GETOPT_LONG= yes
+
+CFLAGS+= -I${LOCALBASE}/include
+
MAN1= fsp.1
.include <bsd.port.mk>
diff --git a/net/fspclient/distinfo b/net/fspclient/distinfo
index 2c812ee3db68..d6d53a0648e9 100644
--- a/net/fspclient/distinfo
+++ b/net/fspclient/distinfo
@@ -1 +1 @@
-MD5 (fspclient.tar.gz) = 78242a16ceae2acb9b1b79f905a1283d
+MD5 (fspclient-0.0.6.tar.bz2) = d15585e2f24d9d33f8084f3e3d222431
diff --git a/net/fspclient/files/patch-ae b/net/fspclient/files/patch-ae
deleted file mode 100644
index 13156fc2c1b9..000000000000
--- a/net/fspclient/files/patch-ae
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.in.orig Thu May 6 10:11:58 1993
-+++ Makefile.in Mon Dec 27 22:07:20 1999
-@@ -3,19 +3,19 @@
- srcdir = @srcdir@
- VPATH = @srcdir@
-
--CC = @CC@
-+#CC = @CC@
- AR = ar
- # set RANLIB = @: if your system doesn't have or need ranlib
- RANLIB = @RANLIB@
- # use cp if you don't have install
- INSTALL = @INSTALL@
--INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_PROGRAM = install -c -s -o bin -g bin -m 555
- INSTALL_DATA = @INSTALL_DATA@
-
- DEFS = @DEFS@
-
--CFLAGS = -g
--LDFLAGS = $(CFLAGS)
-+#CFLAGS = -g
-+#LDFLAGS = $(CFLAGS)
- LIBS = @LIBS@
-
- prefix = /usr/local
diff --git a/net/fspclient/files/patch-af b/net/fspclient/files/patch-af
deleted file mode 100644
index f93516e0a2cd..000000000000
--- a/net/fspclient/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- bsd/getopt.c.orig Mon May 3 11:56:29 1993
-+++ bsd/getopt.c Mon Dec 27 21:05:38 1999
-@@ -31,7 +31,7 @@
- * SUCH DAMAGE.
- */
-
--#if !defined(hpux) && !defined(sun)
-+#if !defined(hpux) && !defined(sun) && !defined(__FreeBSD__)
-
- /* guarantee that we have a `working' getopt() function */
- #if defined(LIBC_SCCS) && !defined(lint)
diff --git a/net/fspclient/files/patch-ag b/net/fspclient/files/patch-ag
deleted file mode 100644
index 2be5abd1fe15..000000000000
--- a/net/fspclient/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- bsd/ls.c.orig Fri Dec 10 10:32:12 1993
-+++ bsd/ls.c Mon Dec 27 21:04:47 1999
-@@ -96,7 +96,7 @@
- #ifndef ANSI_PROTOTYPES
- extern int getopt();
- #else /* ANSI_PROTOTYPES */
--#ifdef linux
-+#if defined(linux) || defined(__FreeBSD__)
- extern int getopt();
- #else
- extern int getopt(int argc, char **argv, char *opts);
diff --git a/net/fspclient/files/patch-ah b/net/fspclient/files/patch-ah
deleted file mode 100644
index d0fc26da2544..000000000000
--- a/net/fspclient/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- client.0.0-h+/Makefile.in.orig Wed Apr 28 03:53:43 1993
-+++ client.0.0-h+/Makefile.in Mon Dec 27 20:53:08 1999
-@@ -52,7 +52,7 @@
- .c.o:
- $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) $(INCLUDES) $<
-
--install: all
-+install:
- $(INSTALL_PROGRAM) fsp $(bindir)/fsp
- -$(INSTALL_DATA) $(srcdir)/fsp.man $(man1dir)/fsp$(man1ext)
-
diff --git a/net/fspclient/files/patch-ai b/net/fspclient/files/patch-ai
deleted file mode 100644
index e535db3feb9f..000000000000
--- a/net/fspclient/files/patch-ai
+++ /dev/null
@@ -1,14 +0,0 @@
---- client.0.0-h+/lock.c.orig Thu May 6 14:23:44 1993
-+++ client.0.0-h+/lock.c Mon Dec 27 20:53:16 1999
-@@ -14,7 +14,11 @@
- #ifndef NOLOCKING
-
- #ifndef KEY_PREFIX
-+#ifdef __FreeBSD__
-+# define KEY_PREFIX "/tmp/.FL"
-+#else
- # define KEY_PREFIX "/usr/tmp/.FL"
-+#endif
- #endif
-
- static char key_string[sizeof(KEY_PREFIX)+32];
diff --git a/net/fspclient/files/patch-aj b/net/fspclient/files/patch-aj
deleted file mode 100644
index 3b9b4bb9c05d..000000000000
--- a/net/fspclient/files/patch-aj
+++ /dev/null
@@ -1,44 +0,0 @@
---- client.0.0-h+/remote/rget.c.orig Mon May 3 11:31:20 1993
-+++ client.0.0-h+/remote/rget.c Mon Dec 27 20:53:08 1999
-@@ -36,7 +36,7 @@
- static int recursive;
-
- typedef enum { GET_WHOLE, GET_HEAD, GET_MIDDLE, GET_TAIL } GetOp;
--static GetOp getmode;
-+static GetOp _getmode;
-
- static int
- #ifndef ANSI_PROTOTYPES
-@@ -87,7 +87,7 @@
- else
- remname = name;
-
-- switch (getmode)
-+ switch (_getmode)
- {
- case GET_WHOLE:
- if (access(path, W_OK) == 0)
-@@ -304,11 +304,11 @@
- errcnt = 0;
-
- if (strcmp(argv[0], "head") == 0)
-- getmode = GET_HEAD;
-+ _getmode = GET_HEAD;
- else if (strcmp(argv[0], "tail") == 0)
-- getmode = GET_TAIL;
-+ _getmode = GET_TAIL;
- else
-- getmode = GET_WHOLE;
-+ _getmode = GET_WHOLE;
-
- while ((ch = getopt(argc, argv, "ftnr")) != EOF)
- switch (ch)
-@@ -326,7 +326,7 @@
- return 1;
-
- #if 0
-- if (getmode == GET_WHOLE && (frompos != 0 || getlen XXX))
-+ if (_getmode == GET_WHOLE && (frompos != 0 || getlen XXX))
- ;
- #endif
-
diff --git a/net/fspclient/files/patch-ak b/net/fspclient/files/patch-ak
deleted file mode 100644
index e49c7aa7749e..000000000000
--- a/net/fspclient/files/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
---- common/common.h.orig Fri May 7 02:04:30 1993
-+++ common/common.h Mon Dec 27 20:53:08 1999
-@@ -92,7 +92,9 @@
- /* definitions missing from many system headers */
- extern int errno;
--extern int sys_nerr;
-+extern const int sys_nerr;
-+#ifndef __FreeBSD__
- extern char *sys_errlist[];
-+#endif
-
- #if !HAVE_STRDUP
- #ifndef ANSI_PROTOTYPES