aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-03-17 16:46:08 +0800
committerstas <stas@FreeBSD.org>2008-03-17 16:46:08 +0800
commitfb1ec1bf570e74064de9972da3b89d94da515e09 (patch)
tree0c68bf4496a54f5d7cba100d26a377d1e2c0c9be /devel
parente089ae11e1dce9d6c04ce823c99951613355bb60 (diff)
downloadfreebsd-ports-gnome-fb1ec1bf570e74064de9972da3b89d94da515e09.tar.gz
freebsd-ports-gnome-fb1ec1bf570e74064de9972da3b89d94da515e09.tar.zst
freebsd-ports-gnome-fb1ec1bf570e74064de9972da3b89d94da515e09.zip
- Do not depend on openssl.pc
- Bump portrevision. Spotted by: az
Diffstat (limited to 'devel')
-rw-r--r--devel/ecore-ipc/Makefile2
-rw-r--r--devel/ecore-ipc/files/patch-configure15
2 files changed, 11 insertions, 6 deletions
diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile
index 252a5b26de52..02af88c5ff1e 100644
--- a/devel/ecore-ipc/Makefile
+++ b/devel/ecore-ipc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ipc
PORTVERSION= 0.9.9.042
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
http://download.enlightenment.org/snapshots/2008-01-25/
diff --git a/devel/ecore-ipc/files/patch-configure b/devel/ecore-ipc/files/patch-configure
index 9c95cd81df94..9887d0720831 100644
--- a/devel/ecore-ipc/files/patch-configure
+++ b/devel/ecore-ipc/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig 2008-03-15 01:32:14.000000000 +0300
-+++ configure 2008-03-15 01:37:43.000000000 +0300
+--- configure.orig 2008-03-17 11:36:38.000000000 +0300
++++ configure 2008-03-17 11:38:49.000000000 +0300
@@ -20552,70 +20552,9 @@
{ echo "$as_me:$LINENO: checking for SSL" >&5
echo $ECHO_N "checking for SSL... $ECHO_C" >&6; }
@@ -61,10 +61,10 @@
- { echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6; }
- have_openssl="no"
--
+
-elif test $pkg_failed = untried; then
- have_openssl="no"
-
+-
-else
- SSL_CFLAGS=$pkg_cv_SSL_CFLAGS
- SSL_LIBS=$pkg_cv_SSL_LIBS
@@ -73,7 +73,12 @@
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
-@@ -20628,8 +20567,6 @@
+@@ -20623,13 +20562,9 @@
+ cat >>confdefs.h <<\_ACEOF
+ #define USE_OPENSSL 1
+ _ACEOF
+-
+- requirements_ecore_con="$requirements_ecore_con openssl"
# no need to add it to req_ecore_ipc, since they
# depends on ecore_con anyway.
have_openssl="yes"