Date: Sat, 27 Oct 2018 01:43:28 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483091 - head/audio/cpp-xmms2 Message-ID: <201810270143.w9R1hS8I040073@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Oct 27 01:43:27 2018 New Revision: 483091 URL: https://svnweb.freebsd.org/changeset/ports/483091 Log: audio/cpp-xmms2: unbreak with boost 1.69 ===> cpp-xmms2-0.8_17 depends on shared library: libboost_signals.so - not found PR: 232525 Modified: head/audio/cpp-xmms2/Makefile (contents, props changed) Modified: head/audio/cpp-xmms2/Makefile ============================================================================== --- head/audio/cpp-xmms2/Makefile Sat Oct 27 01:43:21 2018 (r483090) +++ head/audio/cpp-xmms2/Makefile Sat Oct 27 01:43:27 2018 (r483091) @@ -1,15 +1,15 @@ # Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio PKGNAMEPREFIX= cpp- MAINTAINER= madpilot@FreeBSD.org COMMENT= C++ Bindings for XMMS2 -LIB_DEPENDS+= libboost_signals.so:devel/boost-libs \ - libxmmsclient.so:audio/xmms2 +BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs +LIB_DEPENDS= libxmmsclient.so:audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 USES= ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270143.w9R1hS8I040073>