From tkato@prontomail.com  Wed May  7 12:04:04 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7A5D737B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 May 2003 12:04:04 -0700 (PDT)
Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C5B6C43FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 May 2003 12:04:03 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([218.222.67.115]) by hfep04.dion.ne.jp with SMTP
          id <20030507190400891.EDUI@hfep04.dion.ne.jp>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 8 May 2003 04:04:00 +0900
Message-Id: <20030508040206.5838a2e7.tkato@prontomail.com>
Date: Thu, 8 May 2003 04:02:06 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: cad/qfsm (fix ports/51048)

>Number:         51935
>Category:       ports
>Synopsis:       Update port: cad/qfsm (fix ports/51048)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 07 12:10:10 PDT 2003
>Closed-Date:    Mon May 12 02:01:45 PDT 2003
>Last-Modified:  Mon May 12 02:01:45 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Mon May 12 02:01:38 PDT 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51935 
>Unformatted:
