Date: Thu, 8 May 2003 04:02:06 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51935: Update port: cad/qfsm (fix ports/51048) Message-ID: <20030508040206.5838a2e7.tkato@prontomail.com> Resent-Message-ID: <200305071910.h47JAAau001068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51935 >Category: ports >Synopsis: Update port: cad/qfsm (fix ports/51048) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 07 12:10:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Support CXXFLAGS properly Following PR(s) should be superseded by this one: [2003/04/16] ports/51048 ports-bugs Update port: cad/qfsm to 0.4.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/qfsm/Makefile cad/qfsm/Makefile --- /usr/ports/cad/qfsm/Makefile Wed May 7 20:31:40 2003 +++ cad/qfsm/Makefile Thu May 8 03:26:27 2003 @@ -8,6 +8,7 @@ PORTNAME= qfsm PORTVERSION= 0.41 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|^AM_CXXFLAGS =.*$$|AM_CXXFLAGS =|g' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/qfsm ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030508040206.5838a2e7.tkato>