svn commit: r440045 - head/sysutils/cdrdao

Marius Strobl marius at FreeBSD.org
Wed May 3 21:27:23 UTC 2017


Author: marius
Date: Wed May  3 21:27:21 2017
New Revision: 440045
URL: https://svnweb.freebsd.org/changeset/ports/440045

Log:
  Refine r439912 and properly deal with the devel/glibmm API breakage
  introduced with r437481.

Modified:
  head/sysutils/cdrdao/Makefile

Modified: head/sysutils/cdrdao/Makefile
==============================================================================
--- head/sysutils/cdrdao/Makefile	Wed May  3 21:05:36 2017	(r440044)
+++ head/sysutils/cdrdao/Makefile	Wed May  3 21:27:21 2017	(r440045)
@@ -97,7 +97,7 @@ 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' \
+	@${REINPLACE_CMD} -E -e 's|[&]?(pixmap_) == 0|!\1|g' \
 		${WRKSRC}/xdao/SampleDisplay.cc
 	@${REINPLACE_CMD} -E -e \
 		's|(SET_CDRDAO_PATH.+path=)(cdrdao)|\1${LOCALBASE}\/bin\/\2|g' \


More information about the svn-ports-all mailing list