Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2017 00:51:58 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439712 - head/sysutils/cdrdao
Message-ID:  <201704290051.v3T0pwlf056684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sat Apr 29 00:51:58 2017
New Revision: 439712
URL: https://svnweb.freebsd.org/changeset/ports/439712

Log:
  Catch up with a devel/libsigc++20 API breakage introduced with r437480.

Modified:
  head/sysutils/cdrdao/Makefile

Modified: head/sysutils/cdrdao/Makefile
==============================================================================
--- head/sysutils/cdrdao/Makefile	Fri Apr 28 23:50:36 2017	(r439711)
+++ head/sysutils/cdrdao/Makefile	Sat Apr 29 00:51:58 2017	(r439712)
@@ -92,6 +92,8 @@ post-patch:
 		${WRKSRC}/scsilib/${i}
 .endfor
 .if ${PORTNAME} == "gcdmaster"
+	@${REINPLACE_CMD} -E -e 's|(sigc\+\+/)object.h|\1trackable.h|g' \
+		${WRKSRC}/xdao/CdDevice.h
 	@${REINPLACE_CMD} -E -e 's|(^SUBDIRS.+) utils|\1|' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -E -e 's|(^gladedir.+=).+|\1 ${DATADIR}|' \
 		${WRKSRC}/xdao/Makefile.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704290051.v3T0pwlf056684>