Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 19:58:48 +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: r439912 - head/sysutils/cdrdao
Message-ID:  <201705011958.v41JwmON036044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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