svn commit: r483091 - head/audio/cpp-xmms2

Jan Beich jbeich at FreeBSD.org
Sat Oct 27 01:43:30 UTC 2018


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 at foxybanana.com>
 # $FreeBSD$
 
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	audio
 PKGNAMEPREFIX=	cpp-
 
 MAINTAINER=	madpilot at 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


More information about the svn-ports-all mailing list