From owner-svn-ports-head@freebsd.org Wed May 3 21:27:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1846FD5B30F; Wed, 3 May 2017 21:27:23 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDD15125C; Wed, 3 May 2017 21:27:22 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43LRLtN074765; Wed, 3 May 2017 21:27:21 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LRLww074764; Wed, 3 May 2017 21:27:21 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201705032127.v43LRLww074764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Wed, 3 May 2017 21:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440045 - head/sysutils/cdrdao X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 21:27:23 -0000 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' \