ports/51935: Update port: cad/qfsm (fix ports/51048)

KATO Tsuguru tkato at prontomail.com
Wed May 7 19:10:14 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list