From uji@yokota-s.otaru-uc.ac.jp  Tue Oct 11 08:34:44 2005
Return-Path: <uji@yokota-s.otaru-uc.ac.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 79B7D16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Oct 2005 08:34:44 +0000 (GMT)
	(envelope-from uji@yokota-s.otaru-uc.ac.jp)
Received: from canal.otaru-uc.ac.jp (canal.otaru-uc.ac.jp [150.83.48.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8620343D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Oct 2005 08:34:40 +0000 (GMT)
	(envelope-from uji@yokota-s.otaru-uc.ac.jp)
Received: from ca.otaru-uc.ac.jp (ca [150.83.48.8])
	by canal.otaru-uc.ac.jp (8.11.7p1+Sun/3.7W) with ESMTP id j9B6oJp15176;
	Tue, 11 Oct 2005 15:50:19 +0900 (JST)
Received: from hoihoi.otaru-uc.ac.jp (hoihoi.otaru-uc.ac.jp [150.83.48.13])
	by ca.otaru-uc.ac.jp (8.11.7p1+Sun/3.7W) with ESMTP id j9B6oJT26130;
	Tue, 11 Oct 2005 15:50:19 +0900 (JST)
Received: from room520-1.yokota-s.otaru-uc.ac.jp (room520-1.yokota-s.otaru-uc.ac.jp [150.83.100.4])
	by hoihoi.otaru-uc.ac.jp (8.11.7p1+Sun/3.7W) with ESMTP id j9B6oIG18862;
	Tue, 11 Oct 2005 15:50:18 +0900 (JST)
Received: by room520-1.yokota-s.otaru-uc.ac.jp (Postfix, from userid 1000)
	id 9933B62CA; Tue, 11 Oct 2005 15:50:18 +0900 (JST)
Message-Id: <20051011065018.9933B62CA@room520-1.yokota-s.otaru-uc.ac.jp>
Date: Tue, 11 Oct 2005 15:50:18 +0900 (JST)
From: Koji Yokota <yokota@res.otaru-uc.ac.jp>
Reply-To: Koji Yokota <yokota@res.otaru-uc.ac.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: yokota@res.otaru-uc.ac.jp
Subject: print/lyx: Makefile has a wrong path to qt library 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87244
>Category:       ports
>Synopsis:       print/lyx: Makefile has a wrong path to qt library
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 11 08:40:15 GMT 2005
>Closed-Date:    Wed Oct 12 21:03:43 GMT 2005
>Last-Modified:  Wed Oct 12 21:03:43 GMT 2005
>Originator:     Koji Yokota
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.otaru-uc.ac.jp 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #2: Mon Sep 12 02:39:54 JST 2005 hoge@hoge.yokota-s.otaru-uc.ac.jp:/usr/src/sys/i386/compile/KYOTO i386


	
>Description:
	print/lyx: Makefile has a wrong path to qt library (not /usr/local/lib, but should be /usr/X11R6/lib)
>How-To-Repeat:
	
>Fix:
--- Makefile.orig       Tue Oct 11 15:43:39 2005
+++ Makefile    Tue Oct 11 15:43:39 2005
@@ -70,7 +70,7 @@
 RUN_DEPENDS+=  ispell:${PORTSDIR}/textproc/ispell
 .endif
 
-.if exists(${LOCALBASE}/lib/libqt-mt.prl)
+.if exists(${X11BASE}/lib/libqt-mt.prl)
 QT_PRESENT=    on
 .else
 QT_PRESENT=    off

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Tue Oct 11 18:29:06 GMT 2005 
Responsible-Changed-Why:  
Take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87244 
State-Changed-From-To: open->feedback 
State-Changed-By: sem 
State-Changed-When: Tue Oct 11 18:30:56 GMT 2005 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87244 

From: Sergey Matveychuk <sem@FreeBSD.org>
To: bug-followup@FreeBSD.org,  mi@aldan.algebra.com
Cc:  
Subject: Re: ports/87244: print/lyx: Makefile has a wrong path to qt library
Date: Thu, 13 Oct 2005 00:34:39 +0400

 Dear maintainer!
 
 Please approve or disprove the patch.
 -- 
 Sem.
State-Changed-From-To: feedback->closed 
State-Changed-By: mi 
State-Changed-When: Wed Oct 12 21:03:21 GMT 2005 
State-Changed-Why:  
Submitter's patch committed. Thanks! 

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