From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 7 04:04:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD1CA16A4CF; Sun, 7 Nov 2004 04:04:47 +0000 (GMT) Received: from mbox-o00.iijmio.jp (mbox-o00.iijmio.jp [210.138.144.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2C543D49; Sun, 7 Nov 2004 04:04:46 +0000 (GMT) (envelope-from fmysh@iijmio-mail.jp) Received: MIO O00 id iA744jvX020980; Sun, 7 Nov 2004 13:04:46 +0900 (JST) Received: MMS R00 from prime.quad.dyndns.org (localhost [127.0.0.1]) (authenticated) id iA744i8n006368; Sun, 7 Nov 2004 13:04:44 +0900 (JST) Date: Sun, 7 Nov 2004 13:04:44 +0900 From: TAOKA Fumiyoshi To: freebsd-ports-bugs@FreeBSD.org Message-Id: <20041107130444.5683876a.fmysh@iijmio-mail.jp> In-Reply-To: <200411061616.iA6GGAVJ027173@freefall.freebsd.org> References: <200411061616.iA6GGAVJ027173@freefall.freebsd.org> X-Mailer: Sylpheed version 1.0.0beta1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Mykola Khotyaintsev cc: Pav Lucistnik Subject: Re: ports/73607: math/vtk: C++ ambiguity compile error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 04:04:48 -0000 On Sat, 6 Nov 2004 16:16:10 GMT wrote: > Synopsis: math/vtk: C++ ambiguity compile error > > State-Changed-From-To: open->closed > State-Changed-By: pav > State-Changed-When: Sat Nov 6 16:16:03 GMT 2004 > State-Changed-Why: > Committed, thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=73607 math/vtk is a master port for math/vtk-* ports. As changing from do-patch to post-patch in vtk/Makefile affects them. --- math/vtk-data/Makefile.orig Sat Nov 6 16:27:17 2004 +++ math/vtk-data/Makefile Sun Nov 7 12:33:45 2004 @@ -18,6 +18,8 @@ do-configure: +do-patch: + do-build: do-install: --- math/vtk-examples/Makefile.orig Sat Nov 6 16:29:58 2004 +++ math/vtk-examples/Makefile Sun Nov 7 12:50:52 2004 @@ -17,6 +17,8 @@ .include "${MASTERDIR}/Makefile" +do-patch: + do-build: do-install: install-cnotice --- math/vtk-headers/Makefile.orig Sun Nov 7 12:54:05 2004 +++ math/vtk-headers/Makefile Sun Nov 7 12:55:10 2004 @@ -13,7 +13,7 @@ .include "${MASTERDIR}/Makefile" -do-patch: +post-patch: # @${REINPLACE_CMD} -E 's|^.*LOAD_CMAKE_EXTENSIONS|#|g' \ # ${VTKSRCDIR}/VTKConfig.cmake.in ${VTKSRCDIR}/UseVTK.cmake.in @${REINPLACE_CMD} -E 's|lib/vtk\)|lib\)|g ; s|lib/vtk/doxygen|share/vtk/doxygen| ; s|lib/vtk/testing/HeaderTesting.py|share/examples/vtk/Testing/Common/HeaderTesting.py| ; s|lib/vtk/testing|share/examples/vtk/Testing/Common/Tcl|g' \ --- math/vtk-java/Makefile.orig Sun Nov 7 12:31:15 2004 +++ math/vtk-java/Makefile Sun Nov 7 12:31:23 2004 @@ -42,7 +42,7 @@ @${ECHO_MSG} "----------------------------------------------------------------" .endif -do-patch: patch-common +post-patch: patch-common do-install: install-cnotice install-binaries install-libs @${ECHO_MSG} "Installing ${DESTJARFILE} to ${JAVAJARDIR} ..." --- math/vtk-python/Makefile.orig Sat Nov 6 15:33:36 2004 +++ math/vtk-python/Makefile Sun Nov 7 12:25:53 2004 @@ -40,7 +40,7 @@ .include "${MASTERDIR}/Makefile" -do-patch: patch-common +post-patch: patch-common do-install: install-cnotice install-binaries install-libs @${ECHO_MSG} "Installing vtk site package to ${PREFIX}/lib/vtk/python ..." --- math/vtk-tcl/Makefile.orig Sat Nov 6 16:31:41 2004 +++ math/vtk-tcl/Makefile Sat Nov 6 16:31:55 2004 @@ -31,7 +31,7 @@ .include "${MASTERDIR}/Makefile" -do-patch: patch-common +post-patch: patch-common do-install: install-cnotice install-binaries install-libs cd ${WRKSRC}/Wrapping/Tcl ; ${MAKE} install -- TAOKA Fumiyoshi