aboutsummaryrefslogtreecommitdiff
path: root/devel/libsoup
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-07 00:08:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-07 00:08:36 +0000
commit7b556cc7d2f537db8f17e58e83123380cf636ca2 (patch)
treeafb0a9a50f60086bad323c83522ba12c70846c56 /devel/libsoup
parentfcdf4b60d75086f43d8c4b0f305fda9a79b5324b (diff)
downloadports-7b556cc7d2f537db8f17e58e83123380cf636ca2.tar.gz
ports-7b556cc7d2f537db8f17e58e83123380cf636ca2.zip
Avoid GnuTLS support at all costs.
Notes
Notes: svn path=/head/; revision=106362
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile2
-rw-r--r--devel/libsoup/files/patch-configure19
2 files changed, 11 insertions, 10 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 17e7d6a0e546..48e7a77aba0f 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -19,7 +19,7 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_BZIP2= yes
-USE_GNOME= gnomehack glib20
+USE_GNOME= gnomehack lthack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 13
USE_OPENSSL= yes
diff --git a/devel/libsoup/files/patch-configure b/devel/libsoup/files/patch-configure
index fbe1b4bb7af9..85f964458b26 100644
--- a/devel/libsoup/files/patch-configure
+++ b/devel/libsoup/files/patch-configure
@@ -1,10 +1,11 @@
---- configure.orig Thu Jan 2 14:06:13 2003
-+++ configure Fri Feb 7 22:54:07 2003
-@@ -7366,6 +7366,7 @@
+--- configure.orig Tue Apr 6 17:08:05 2004
++++ configure Tue Apr 6 17:10:47 2004
+@@ -9520,7 +9521,7 @@
+ save_CPPFLAGS=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $gnutls_inc_prefix"
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+-for ac_header in gnutls/gnutls.h
++for ac_header in gnutls/xxxgnutls.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then