aboutsummaryrefslogtreecommitdiff
path: root/misc/sword15/files
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sword15/files')
-rw-r--r--misc/sword15/files/patch-configure13
-rw-r--r--misc/sword15/files/patch-configure.ac13
-rw-r--r--misc/sword15/files/patch-include::ftpparse.h19
-rw-r--r--misc/sword15/files/patch-src::utilfuns::ftpparse.c10
-rw-r--r--misc/sword15/files/pkg-message.in16
5 files changed, 0 insertions, 71 deletions
diff --git a/misc/sword15/files/patch-configure b/misc/sword15/files/patch-configure
deleted file mode 100644
index 8ff7c16b76b2..000000000000
--- a/misc/sword15/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Sun May 29 00:59:43 2005
-+++ configure Mon Jul 10 14:10:06 2006
-@@ -20481,8 +20481,8 @@
- echo "curl found - remote install options available"
- CURL_AM_CFLAGS=`$CURL_CONFIG --cflags`
- CURL_LIBS=`$CURL_CONFIG --libs`
-- AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE"
-- AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE"
-+ AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS"
-+ AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS"
- fi
- fi
-
diff --git a/misc/sword15/files/patch-configure.ac b/misc/sword15/files/patch-configure.ac
deleted file mode 100644
index f461d8952bcf..000000000000
--- a/misc/sword15/files/patch-configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.ac.orig Mon Jul 10 18:22:50 2006
-+++ configure.ac Mon Jul 10 18:23:13 2006
-@@ -187,8 +187,8 @@
- echo "curl found - remote install options available"
- CURL_AM_CFLAGS=`$CURL_CONFIG --cflags`
- CURL_LIBS=`$CURL_CONFIG --libs`
-- AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE"
-- AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE"
-+ AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS"
-+ AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS"
- fi
- fi
-
diff --git a/misc/sword15/files/patch-include::ftpparse.h b/misc/sword15/files/patch-include::ftpparse.h
deleted file mode 100644
index e135d22a25e8..000000000000
--- a/misc/sword15/files/patch-include::ftpparse.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- include/ftpparse.h.orig Tue Aug 17 10:49:11 2004
-+++ include/ftpparse.h Tue Aug 17 10:49:24 2004
-@@ -1,7 +1,6 @@
- #ifndef FTPPARSE_H
- #define FTPPARSE_H
-
--#include <time.h>
-
- /*
- ftpparse(&fp,buf,len) tries to parse one line of LIST output.
-@@ -25,7 +24,7 @@
- int sizetype;
- long size; /* number of octets */
- int mtimetype;
-- time_t mtime; /* modification time */
-+ long mtime; /* modification time */
- int idtype;
- char *id; /* not necessarily 0-terminated */
- int idlen;
diff --git a/misc/sword15/files/patch-src::utilfuns::ftpparse.c b/misc/sword15/files/patch-src::utilfuns::ftpparse.c
deleted file mode 100644
index ab8a3eab8e85..000000000000
--- a/misc/sword15/files/patch-src::utilfuns::ftpparse.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/utilfuns/ftpparse.c.orig Thu Feb 19 23:22:11 2004
-+++ src/utilfuns/ftpparse.c Thu Feb 19 23:22:19 2004
-@@ -21,6 +21,7 @@
- NCSA Telnet FTP server. Has LIST = NLST (and bad NLST for directories).
- */
-
-+#include <time.h>
- #include <ftpparse.h>
-
- static long totai(long year,long month,long mday)
diff --git a/misc/sword15/files/pkg-message.in b/misc/sword15/files/pkg-message.in
deleted file mode 100644
index db3c756d6416..000000000000
--- a/misc/sword15/files/pkg-message.in
+++ /dev/null
@@ -1,16 +0,0 @@
-To use sword, you need to have bible, commentary and/or lexicon
-modules. You can install those from the crosswire website in two
-ways. If you live in a persecuted country however and do not wish
-to risk detection, you should *not* try this.
-
- 1. Use installmgr (doesn't work when port is built WITHOUT_CURL). E.g.:
- # installmgr -init
- # installmgr -r crosswire
- # installmgr -ri crosswire ASV
- See `installmgr --help` for details.
- 2. Download raw zip-archives from
- http://www.crosswire.org/sword/modules/
- and unpack them in %%PREFIX%%/share/sword.
-
-You probably want to install a bible-application that uses sword,
-like bibletime or gnomesword.