aboutsummaryrefslogtreecommitdiffstats
path: root/net/ecore-con
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-03-15 22:13:05 +0800
committerstas <stas@FreeBSD.org>2008-03-15 22:13:05 +0800
commit815806f263f11fdf9ea5ac73c5777870be8b73f7 (patch)
tree5bb1589c51e01e9be6b79f754ac2b3c5106766c4 /net/ecore-con
parente93508ff1008080a9e2c5953a1a0af6c4bacbf5a (diff)
downloadfreebsd-ports-gnome-815806f263f11fdf9ea5ac73c5777870be8b73f7.tar.gz
freebsd-ports-gnome-815806f263f11fdf9ea5ac73c5777870be8b73f7.tar.zst
freebsd-ports-gnome-815806f263f11fdf9ea5ac73c5777870be8b73f7.zip
- Fix openssl dependency checking in configure script.
Reported by: lippe
Diffstat (limited to 'net/ecore-con')
-rw-r--r--net/ecore-con/Makefile2
-rw-r--r--net/ecore-con/files/patch-configure39
2 files changed, 14 insertions, 27 deletions
diff --git a/net/ecore-con/Makefile b/net/ecore-con/Makefile
index 0c72e6d2252e..9d867682b317 100644
--- a/net/ecore-con/Makefile
+++ b/net/ecore-con/Makefile
@@ -7,7 +7,7 @@
PORTNAME= con
PORTVERSION= 0.9.9.042
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
http://download.enlightenment.org/snapshots/2008-01-25/
diff --git a/net/ecore-con/files/patch-configure b/net/ecore-con/files/patch-configure
index f94b78947228..9c95cd81df94 100644
--- a/net/ecore-con/files/patch-configure
+++ b/net/ecore-con/files/patch-configure
@@ -1,18 +1,9 @@
---- configure.orig 2008-02-23 22:33:06.000000000 +0300
-+++ configure 2008-02-23 22:36:34.000000000 +0300
-@@ -20543,94 +20543,15 @@
- if test "${enable_openssl+set}" = set; then
- enableval=$enable_openssl; want_openssl=$enableval
+--- configure.orig 2008-03-15 01:32:14.000000000 +0300
++++ configure 2008-03-15 01:37:43.000000000 +0300
+@@ -20552,70 +20552,9 @@
+ { echo "$as_me:$LINENO: checking for SSL" >&5
+ echo $ECHO_N "checking for SSL... $ECHO_C" >&6; }
--fi
--
--
--if test "x$want_openssl" = "xyes"; then
--
--pkg_failed=no
--{ echo "$as_me:$LINENO: checking for SSL" >&5
--echo $ECHO_N "checking for SSL... $ECHO_C" >&6; }
--
-if test -n "$PKG_CONFIG"; then
- if test -n "$SSL_CFLAGS"; then
- pkg_cv_SSL_CFLAGS="$SSL_CFLAGS"
@@ -73,25 +64,21 @@
-
-elif test $pkg_failed = untried; then
- have_openssl="no"
--
+
-else
- SSL_CFLAGS=$pkg_cv_SSL_CFLAGS
- SSL_LIBS=$pkg_cv_SSL_LIBS
-- { echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6; }
--
--
- cat >>confdefs.h <<\_ACEOF
- #define USE_OPENSSL 1
- _ACEOF
++ SSL_CFLAGS=""
++ SSL_LIBS="-lssl -lcrypto"
+ { echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6; }
-- requirements_ecore_con="$requirements_ecore_con openssl"
+@@ -20628,8 +20567,6 @@
# no need to add it to req_ecore_ipc, since they
# depends on ecore_con anyway.
have_openssl="yes"
-
- fi
+-
-fi
+ fi
want_curl="yes"
- have_curl="no"