From owner-freebsd-ports Mon Oct 21 11:50:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C145337B408 for ; Mon, 21 Oct 2002 11:50:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8839443E6A for ; Mon, 21 Oct 2002 11:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9LIo4x3064517 for ; Mon, 21 Oct 2002 11:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9LIo4EO064516; Mon, 21 Oct 2002 11:50:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C1C637B401 for ; Mon, 21 Oct 2002 11:43:24 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B53643E42 for ; Mon, 21 Oct 2002 11:43:24 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9LIhN7R004824 for ; Mon, 21 Oct 2002 11:43:23 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9LIhNEs004823; Mon, 21 Oct 2002 11:43:23 -0700 (PDT) Message-Id: <200210211843.g9LIhNEs004823@www.freebsd.org> Date: Mon, 21 Oct 2002 11:43:23 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44348: Update port: graphics/multivideo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44348 >Category: ports >Synopsis: Update port: graphics/multivideo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 21 11:50:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.7-RELEASE i386 >Organization: >Environment: >Description: - Support CXX/CXXFLAGS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/multivideo/Makefile graphics/multivideo/Makefile --- /usr/ports/graphics/multivideo/Makefile Sat Oct 19 20:09:27 2002 +++ graphics/multivideo/Makefile Tue Oct 22 02:40:24 2002 @@ -8,18 +8,28 @@ PORTNAME= multivideo PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.lis.inpg.fr/scientifique/bonnaud/multivideo/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= wx_gtk-2.2:${PORTSDIR}/x11-toolkits/wxgtk +LIB_DEPENDS= wx_gtk-2.2.2:${PORTSDIR}/x11-toolkits/wxgtk -USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_BZIP2= yes +USE_REINPLACE= yes USE_GMAKE= yes -ALL_TARGET= # empty +MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +ALL_TARGET= default + +post-patch: + @${REINPLACE_CMD} -e 's|g++|\$$\(CXX)|g ; \ + s|-O2 -g -Wall -W|\$$\(CXXFLAGS\)|g ; \ + s|[(]CC[)]|\(CXX\)|g ; \ + s|gcc|\$$\(CXX\)|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/multivideo ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message