svn commit: r439912 - head/sysutils/cdrdao

Marius Strobl marius at FreeBSD.org
Mon May 1 19:58:50 UTC 2017


Author: marius
Date: Mon May  1 19:58:48 2017
New Revision: 439912
URL: https://svnweb.freebsd.org/changeset/ports/439912

Log:
  Catch up with a devel/glibmm API breakage introduced with r437481.

Modified:
  head/sysutils/cdrdao/Makefile

Modified: head/sysutils/cdrdao/Makefile
==============================================================================
--- head/sysutils/cdrdao/Makefile	Mon May  1 19:29:20 2017	(r439911)
+++ head/sysutils/cdrdao/Makefile	Mon May  1 19:58:48 2017	(r439912)
@@ -97,6 +97,8 @@ post-patch:
 	@${REINPLACE_CMD} -E -e 's|(^SUBDIRS.+) utils|\1|' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -E -e 's|(^gladedir.+=).+|\1 ${DATADIR}|' \
 		${WRKSRC}/xdao/Makefile.in
+	@${REINPLACE_CMD} -E -e 's|[&]?(pixmap_ == )0|\1nullptr|g' \
+		${WRKSRC}/xdao/SampleDisplay.cc
 	@${REINPLACE_CMD} -E -e \
 		's|(SET_CDRDAO_PATH.+path=)(cdrdao)|\1${LOCALBASE}\/bin\/\2|g' \
 		${WRKSRC}/xdao/Settings.cc


More information about the svn-ports-all mailing list