From owner-svn-ports-all@freebsd.org Sat Sep 21 15:17:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A0131271A9; Sat, 21 Sep 2019 15:17:33 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46bDj92DT9z4d9b; Sat, 21 Sep 2019 15:17:33 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FCBB1818D; Sat, 21 Sep 2019 15:17:33 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8LFHXlv047003; Sat, 21 Sep 2019 15:17:33 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8LFHWv0047001; Sat, 21 Sep 2019 15:17:32 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201909211517.x8LFHWv0047001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 21 Sep 2019 15:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512508 - head/net-im/farstream X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/net-im/farstream X-SVN-Commit-Revision: 512508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2019 15:17:33 -0000 Author: pkubaj Date: Sat Sep 21 15:17:32 2019 New Revision: 512508 URL: https://svnweb.freebsd.org/changeset/ports/512508 Log: 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 Modified: head/net-im/farstream/Makefile head/net-im/farstream/distinfo Modified: head/net-im/farstream/Makefile ============================================================================== --- head/net-im/farstream/Makefile Sat Sep 21 15:15:38 2019 (r512507) +++ head/net-im/farstream/Makefile Sat Sep 21 15:17:32 2019 (r512508) @@ -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 Modified: head/net-im/farstream/distinfo ============================================================================== --- head/net-im/farstream/distinfo Sat Sep 21 15:15:38 2019 (r512507) +++ head/net-im/farstream/distinfo Sat Sep 21 15:17:32 2019 (r512508) @@ -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