Date: Fri, 28 Feb 2014 20:51:44 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346575 - in head/multimedia/mpv: . files Message-ID: <201402282051.s1SKpigu079553@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'):
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402282051.s1SKpigu079553>