aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-21 15:17:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-21 15:17:32 +0000
commit7e5d8b9d2e03b6ac1c5749ad2758250255728158 (patch)
tree5c2565d838322a5883f62b61a5082adf5508156b /net-im
parent70de6f42b8c606374575670a2465c523c94fda03 (diff)
downloadports-7e5d8b9d2e03b6ac1c5749ad2758250255728158.tar.gz
ports-7e5d8b9d2e03b6ac1c5749ad2758250255728158.zip
net-im/farstream: merge a patch necessary for Lync calls, pet portlint
Merge https://gitlab.collabora.com/farstream/farstream/commit/11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch to fix Lync calls with net-im/pidgin-sipe. Add USES=localbase:ldflags. Move some entries to fix portlint issues. PR: 240348 Approved by: gnome (maintainer timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21713
Notes
Notes: svn path=/head/; revision=512508
Diffstat (limited to 'net-im')
-rw-r--r--net-im/farstream/Makefile11
-rw-r--r--net-im/farstream/distinfo3
2 files changed, 10 insertions, 4 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile
index 47921f6d2f6c..d7f5a8947164 100644
--- a/net-im/farstream/Makefile
+++ b/net-im/farstream/Makefile
@@ -3,23 +3,26 @@
PORTNAME= farstream
PORTVERSION= 0.2.8
+PORTREVISION= 1
CATEGORIES= net-im devel
MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/
+PATCH_SITES= https://gitlab.collabora.com/farstream/farstream/commit/
+PATCHFILES= 11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch:-p1
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of GStreamer modules and libraries for videoconferencing
LIB_DEPENDS= libnice.so:net-im/libnice
RUN_DEPENDS= libnice-gst1>=0:net-im/libnice-gst1
+USES= gettext gmake gnome libtool localbase:ldflags pathfix \
+ pkgconfig python
USE_LDCONFIG= yes
-USES= gettext libtool gmake pathfix pkgconfig python
USE_GNOME= glib20 introspection:build
USE_GSTREAMER1= good bad
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/net-im/farstream/distinfo b/net-im/farstream/distinfo
index b87b9bbcee24..4f64d58f7271 100644
--- a/net-im/farstream/distinfo
+++ b/net-im/farstream/distinfo
@@ -1,2 +1,5 @@
+TIMESTAMP = 1567675919
SHA256 (farstream-0.2.8.tar.gz) = 2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908
SIZE (farstream-0.2.8.tar.gz) = 1315548
+SHA256 (11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch) = 6e0cfb79e7b738884ef50fe01c992d556f9e720207199ef8b3cc9a9e61efa0a3
+SIZE (11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch) = 2164