svn commit: r439712 - head/sysutils/cdrdao

Marius Strobl marius at FreeBSD.org
Sat Apr 29 00:51:59 UTC 2017


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


More information about the svn-ports-head mailing list