diff options
Diffstat (limited to 'www-misc/gurlchecker/files')
-rw-r--r-- | www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch | 55 | ||||
-rw-r--r-- | www-misc/gurlchecker/files/gurlchecker-0.10.5-gnutls28.patch | 43 |
2 files changed, 0 insertions, 98 deletions
diff --git a/www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch b/www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch deleted file mode 100644 index 8ec5a7589516..000000000000 --- a/www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch +++ /dev/null @@ -1,55 +0,0 @@ -# Autofoo of this package is just insane, need to rewrite it someday. ---- a/configure.in 2008-06-15 21:27:45.000000000 +0200 -+++ b/configure.in 2008-06-15 21:34:45.000000000 +0200 -@@ -120,7 +120,7 @@ - [ - want_croco=yes - CROCO_FLAGS="-DENABLE_CROCO $CROCO_CFLAGS" -- LDFLAGS="$LDFLAGS $want_croco_path" -+ #LDFLAGS="$LDFLAGS $want_croco_path" - ], - [ - want_croco=no -@@ -151,6 +151,7 @@ - [ - if test "x$withval" = "xno"; then - AC_MSG_RESULT([not requested]) -+ want_tidy=no - elif test "x$withval" = "xyes" -o -d "$withval"; then - want_tidy=yes - want_tidy_path=$withval -@@ -178,7 +179,7 @@ - have_tidy=yes - TIDY_FLAGS="$TIDY_FLAGS -DHAVE_TIDY_H_IN_SUBDIR -DENABLE_TIDY" - TIDY_LIBS="-ltidy" -- LDFLAGS="$LDFLAGS $want_tidy_path" -+ #LDFLAGS="$LDFLAGS $want_tidy_path" - ], - [have_tidy=no] - ) -@@ -211,6 +212,7 @@ - [ - if test "x$withval" = "xno"; then - AC_MSG_RESULT([not requested]) -+ want_clamav=no - elif test "x$withval" = "xyes" -o -d "$withval"; then - want_clamav=yes - want_clamav_path=$withval -@@ -238,7 +240,7 @@ - have_clamav=yes - CLAMAV_FLAGS="$CLAMAV_FLAGS -DENABLE_CLAMAV" - CLAMAV_LIBS="-lclamav" -- LDFLAGS="$LDFLAGS $want_clamav_path" -+ #LDFLAGS="$LDFLAGS $want_clamav_path" - ], - [have_clamav=no] - ) -@@ -298,7 +300,7 @@ - have_clamav=yes - GNUTLS_FLAGS="$GNUTLS_FLAGS -DENABLE_GNUTLS" - GNUTLS_LIBS="-lgnutls" -- LDFLAGS="$LDFLAGS $want_gnutls_path" -+ #LDFLAGS="$LDFLAGS $want_gnutls_path" - ], - [ - have_clamav=yes diff --git a/www-misc/gurlchecker/files/gurlchecker-0.10.5-gnutls28.patch b/www-misc/gurlchecker/files/gurlchecker-0.10.5-gnutls28.patch deleted file mode 100644 index 91646a3a8f71..000000000000 --- a/www-misc/gurlchecker/files/gurlchecker-0.10.5-gnutls28.patch +++ /dev/null @@ -1,43 +0,0 @@ -# Fix gnutls detection in the same crazy way it was used before -# https://bugs.gentoo.org/show_bug.cgi?id=273980 ---- a/configure.in 2009-08-24 23:21:19.000000000 +0200 -+++ b/configure.in 2009-08-24 23:26:14.000000000 +0200 -@@ -290,29 +290,15 @@ - fi - if test "x$want_gnutls" != "xno"; then - AC_MSG_RESULT([requested]) -- AC_CHECK_LIB( -- [gnutls], -- [gnutls_global_init], -- [ -- AM_PATH_LIBGNUTLS( -- [1.0.0], -- [ -- want_gnutls=yes -- GNUTLS_FLAGS="$GNUTLS_FLAGS -DENABLE_GNUTLS" -- GNUTLS_LIBS="-lgnutls" -- #LDFLAGS="$LDFLAGS $want_gnutls_path" -- ], -- [ -- want_gnutls=yes -- AC_MSG_WARN([gurlchecker require libgnutls >= 1.0]) -- ] -- ) -- ], -- [ -- want_gnutls=yes -- AC_MSG_WARN([You requested GNUTLS support, but it doesn't seem to be installed.]) -- ] -- ) -+ PKG_CHECK_EXISTS([gnutls >= 1.0], [ -+ want_gnutls=yes -+ GNUTLS_FLAGS="$GNUTLS_FLAGS -DENABLE_GNUTLS" -+ GNUTLS_LIBS="-lgnutls" -+ #LDFLAGS="$LDFLAGS $want_gnutls_path" -+ ], [ -+ want_gnutls=yes -+ AC_MSG_WARN([You requested GNUTLS >= 1.0 support, but it doesn't seem to be installed.]) -+ ]) - else - AC_MSG_WARN([You are building without libgnutls support. gurlchecker will not be able to do HTTPS check...]) - fi |