aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsnt/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-11-09 18:19:10 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-11-09 18:19:10 +0000
commit80e649860b107607d821e83ddc5443e9f983cf83 (patch)
tree63f4e4d69c158e4ded9fa2e04ef6c858b769d0e6 /devel/cvsnt/files
parent483610386ddd3979d2987166a07a147ee3a78ba8 (diff)
downloadports-80e649860b107607d821e83ddc5443e9f983cf83.tar.gz
ports-80e649860b107607d821e83ddc5443e9f983cf83.zip
- Update to 2.5.02.2115
- Drop 4.x support because new version requires wscanf(), vswprintf() and so on and tarballs of older versions are no longer available - Fix build when howl installed [1] - Remove USE_LIBLTDL which is no-op for this port [2] - Do not build with postgresql, odbc, mysql or sqlite support Reported by: vs [1], [2]
Notes
Notes: svn path=/head/; revision=147742
Diffstat (limited to 'devel/cvsnt/files')
-rw-r--r--devel/cvsnt/files/patch-protocols-gserver.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/cvsnt/files/patch-protocols-gserver.c b/devel/cvsnt/files/patch-protocols-gserver.c
deleted file mode 100644
index 791637ccd094..000000000000
--- a/devel/cvsnt/files/patch-protocols-gserver.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- protocols/gserver.c.orig Fri Mar 18 20:56:35 2005
-+++ protocols/gserver.c Wed Apr 20 01:49:15 2005
-@@ -43,12 +43,13 @@
-
- #ifdef HAVE_GSSAPI_H
- #include <gssapi.h>
--#endif
-+#else
- #ifdef HAVE_GSSAPI_GSSAPI_H
- #include <gssapi/gssapi.h>
- #endif /* freebsd needs 'else' but this breaks on other platforms so is incorrect for the main distribution. Fix manually if building on that platform */
- #ifdef HAVE_GSSAPI_GSSAPI_GENERIC_H
- #include <gssapi/gssapi_generic.h>
-+#endif
- #endif
- #include <krb5.h>
-