summaryrefslogtreecommitdiff
path: root/net/csync2/files/patch-configure
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-11 13:33:35 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-11 13:33:35 +0000
commitfcc06299831e42841a10795b67a613c1f5f8e68f (patch)
tree9163fa10b7ea95a0b8be21685906609340595ee7 /net/csync2/files/patch-configure
parent- Update to 1.2.0.b3 (diff)
- Update net/csync2 to version 2.0.
- Prevent use of pdflatex when it's installed. - Replace patch-csync2-compare with USES=shebangfix. - Add a patch to fix use of strlcpy (pass size of destination instead of source). - Add a patch to let the compiler know csync_fatal does not return. This fixes a warning about an uninitialised variable. - Use predefined PKG_PREFIX in pkg-install and create directories from pkg-plist. PR: 207765 Approved by: alexey@renatasystems.org (maintainer)
Diffstat (limited to 'net/csync2/files/patch-configure')
-rw-r--r--net/csync2/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/csync2/files/patch-configure b/net/csync2/files/patch-configure
deleted file mode 100644
index c1402324090a..000000000000
--- a/net/csync2/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.org 2009-09-03 14:22:32.000000000 +0900
-+++ configure 2009-09-03 14:23:02.000000000 +0900
-@@ -3836,7 +3836,7 @@
- else
- LIBGNUTLS_CFLAGS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --cflags`
- LIBGNUTLS_LIBS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --libs`
-- libgnutls_config_version=`$LIBGNUTLS_CONFIG $libgnutls_config_args --version`
-+ libgnutls_config_version=`$LIBGNUTLS_CONFIG $libgnutls_config_args --modversion`
-
-
- ac_save_CFLAGS="$CFLAGS"