From owner-svn-ports-head@FreeBSD.ORG Fri Feb 28 20:51:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B305A1B5; Fri, 28 Feb 2014 20:51:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F0CB16D9; Fri, 28 Feb 2014 20:51:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1SKpicN079555; Fri, 28 Feb 2014 20:51:44 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1SKpigu079553; Fri, 28 Feb 2014 20:51:44 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201402282051.s1SKpigu079553@svn.freebsd.org> From: Grzegorz Blach Date: Fri, 28 Feb 2014 20:51:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346575 - in head/multimedia/mpv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 20:51:44 -0000 Author: gblach Date: Fri Feb 28 20:51:43 2014 New Revision: 346575 URL: http://svnweb.freebsd.org/changeset/ports/346575 QAT: https://qat.redports.org/buildarchive/r346575/ Log: - Fix build when SMB option is enabled - Bump PORTREVISION PR: ports/187096 Modified: head/multimedia/mpv/Makefile head/multimedia/mpv/files/patch-wscript Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Fri Feb 28 20:04:59 2014 (r346574) +++ head/multimedia/mpv/Makefile Fri Feb 28 20:51:43 2014 (r346575) @@ -3,6 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.3.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://waf.googlecode.com/files/:1 Modified: head/multimedia/mpv/files/patch-wscript ============================================================================== --- head/multimedia/mpv/files/patch-wscript Fri Feb 28 20:04:59 2014 (r346574) +++ head/multimedia/mpv/files/patch-wscript Fri Feb 28 20:51:43 2014 (r346575) @@ -1,6 +1,16 @@ ---- wscript.orig 2014-01-20 18:59:38.000000000 +0100 -+++ wscript 2014-01-20 19:00:04.000000000 +0100 -@@ -806,7 +806,7 @@ +--- wscript.orig 2014-02-28 21:10:36.000000000 +0100 ++++ wscript 2014-02-12 22:39:52.000000000 +0100 +@@ -200,7 +200,8 @@ + 'name': '--libsmbclient', + 'desc': 'Samba support', + 'deps': [ 'libdl' ], +- 'func': check_pkg_config('smbclient'), ++ 'func': check_libs(['smbclient'], ++ check_statement('libsmbclient.h', 'smbc_new_context()')), + 'module': 'input', + }, { + 'name': '--libquvi4', +@@ -806,7 +807,7 @@ ctx.load('detections.devices') if ctx.env.DEST_OS in ('freebsd', 'openbsd'):