Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2017 21:27:21 +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: r440045 - head/sysutils/cdrdao
Message-ID:  <201705032127.v43LRLww074764@repo.freebsd.org>

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



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