aboutsummaryrefslogtreecommitdiff
path: root/devel/libevent2
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-03-06 20:25:38 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-03-06 20:25:38 +0000
commit304b9ef62b2139353d35ab15a8f9d5c733b1ab73 (patch)
tree4ebbcbf3670bffb5d4113f22faefa47564a43d0c /devel/libevent2
parentd73c03efb5e8ced6fe5cc04970030636a1b74c07 (diff)
downloadports-304b9ef62b2139353d35ab15a8f9d5c733b1ab73.tar.gz
ports-304b9ef62b2139353d35ab15a8f9d5c733b1ab73.zip
Notes
Diffstat (limited to 'devel/libevent2')
-rw-r--r--devel/libevent2/Makefile1
-rw-r--r--devel/libevent2/files/patch-libevent.pc.in12
-rw-r--r--devel/libevent2/files/patch-libevent_openssl.pc.in12
-rw-r--r--devel/libevent2/files/patch-libevent_pthreads.pc.in12
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile
index 3459c0b47088..041b2669728d 100644
--- a/devel/libevent2/Makefile
+++ b/devel/libevent2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libevent2
DISTVERSION= 2.0.10
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://monkey.org/~provos/
DISTNAME= ${PORTNAME:S/2//}-${DISTVERSION}-stable
diff --git a/devel/libevent2/files/patch-libevent.pc.in b/devel/libevent2/files/patch-libevent.pc.in
new file mode 100644
index 000000000000..484bec3f07de
--- /dev/null
+++ b/devel/libevent2/files/patch-libevent.pc.in
@@ -0,0 +1,12 @@
+--- libevent.pc.in.orig 2010-08-15 15:21:18.000000000 +0200
++++ libevent.pc.in 2011-03-06 21:15:00.816214067 +0100
+@@ -10,7 +10,7 @@
+ Version: @VERSION@
+ Requires:
+ Conflicts:
+-Libs: -L${libdir} -levent
++Libs: -L${libdir} -levent-2.0
+ Libs.private: @LIBS@
+-Cflags: -I${includedir}
++Cflags: -I${includedir} -I${includedir}/event2/compat
+
diff --git a/devel/libevent2/files/patch-libevent_openssl.pc.in b/devel/libevent2/files/patch-libevent_openssl.pc.in
new file mode 100644
index 000000000000..0b8bfd49d663
--- /dev/null
+++ b/devel/libevent2/files/patch-libevent_openssl.pc.in
@@ -0,0 +1,12 @@
+--- libevent_openssl.pc.in.orig 2010-08-16 18:56:09.000000000 +0200
++++ libevent_openssl.pc.in 2011-03-06 21:15:11.687161250 +0100
+@@ -10,7 +10,7 @@
+ Version: @VERSION@
+ Requires: libevent
+ Conflicts:
+-Libs: -L${libdir} -levent_openssl
++Libs: -L${libdir} -levent_openssl-2.0
+ Libs.private: @LIBS@ -lcrypto -lssl
+-Cflags: -I${includedir}
++Cflags: -I${includedir} -I${includedir}/event2/compat
+
diff --git a/devel/libevent2/files/patch-libevent_pthreads.pc.in b/devel/libevent2/files/patch-libevent_pthreads.pc.in
new file mode 100644
index 000000000000..a2d3d7d77435
--- /dev/null
+++ b/devel/libevent2/files/patch-libevent_pthreads.pc.in
@@ -0,0 +1,12 @@
+--- libevent_pthreads.pc.in.orig 2010-08-16 18:56:09.000000000 +0200
++++ libevent_pthreads.pc.in 2011-03-06 21:15:25.621208481 +0100
+@@ -10,7 +10,7 @@
+ Version: @VERSION@
+ Requires: libevent
+ Conflicts:
+-Libs: -L${libdir} -levent_pthreads
++Libs: -L${libdir} -levent_pthreads-2.0
+ Libs.private: @LIBS@ @PTHREAD_LIBS@
+-Cflags: -I${includedir} @PTHREAD_CFLAGS@
++Cflags: -I${includedir} -I${includedir}/event2/compat @PTHREAD_CFLAGS@
+