From kcwu@kcwu.dyndns.org  Sun Oct  6 01:42:06 2002
Return-Path: <kcwu@kcwu.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EEA0837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Oct 2002 01:42:06 -0700 (PDT)
Received: from kcwu.dyndns.org (u142-187.u61-70.giga.net.tw [61.70.142.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 624CF43E6A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Oct 2002 01:42:04 -0700 (PDT)
	(envelope-from kcwu@kcwu.dyndns.org)
Received: (from kcwu@localhost)
	by kcwu.dyndns.org (8.11.6/8.11.5) id g968fuc17340;
	Sun, 6 Oct 2002 16:41:56 +0800 (CST)
	(envelope-from kcwu)
Message-Id: <200210060841.g968fuc17340@kcwu.dyndns.org>
Date: Sun, 6 Oct 2002 16:41:56 +0800 (CST)
From: Kuang-che Wu <kcwu@kcwu.dyndns.org>
Reply-To: Kuang-che Wu <kcwu@kcwu.dyndns.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: math/kseg fix build broken
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43737
>Category:       ports
>Synopsis:       math/kseg fix build broken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 06 01:50:01 PDT 2002
>Closed-Date:    Sun Oct 06 02:14:01 PDT 2002
>Last-Modified:  Sun Oct 06 02:14:01 PDT 2002
>Originator:     Kuang-che Wu
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Apr 6 14:30:47 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386


	
>Description:
	fix the wrong REINPLACE_CMD line
	
>How-To-Repeat:
	
>Fix:
--- Makefile.orig	Sun Oct  6 16:36:29 2002
+++ Makefile	Sun Oct  6 16:36:41 2002
@@ -17,8 +17,8 @@
 USE_REINPLACE=	yes
 
 pre-configure:
-	${REINPLACE_CMD} -e "s@\\$$\(QTDIR\)/include@${PREFIX}/include/qt2@" ${WRKSRC}/Makefile ${WRKSRC}/formula/Makefile
-	${REINPLACE_CMD} -e "s@\\$$\(QTDIR\)/lib -lqt@${PREFIX}/lib -lqt2@" ${WRKSRC}/Makefile 
+	${REINPLACE_CMD} -e "s@\\$$(QTDIR)/include@${PREFIX}/include/qt2@" ${WRKSRC}/Makefile ${WRKSRC}/formula/Makefile
+	${REINPLACE_CMD} -e "s@\\$$(QTDIR)/lib -lqt@${PREFIX}/lib -lqt2@" ${WRKSRC}/Makefile
 	${REINPLACE_CMD} -e "s@^MOC =.*@MOC = ${MOC}@" ${WRKSRC}/Makefile ${WRKSRC}/formula/Makefile
 	${REINPLACE_CMD} -e 's@"LanguageDir", "\."@"LanguageDir", "${PREFIX}/share/doc/kseg"@' ${WRKSRC}/main.cpp
 


	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Sun Oct 6 02:13:54 PDT 2002 
State-Changed-Why:  
Patch committed, thanks! 

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