From nobody@FreeBSD.org  Tue Jul  3 14:04:26 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id BF2D716A468
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  3 Jul 2007 14:04:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id B09C213C45A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  3 Jul 2007 14:04:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l63E4QUA044755
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 3 Jul 2007 14:04:26 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l63E4Q5r044753;
	Tue, 3 Jul 2007 14:04:26 GMT
	(envelope-from nobody)
Message-Id: <200707031404.l63E4Q5r044753@www.freebsd.org>
Date: Tue, 3 Jul 2007 14:04:26 GMT
From: Michiel Boland <michiel@boland.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: popper-qt port fails to build
X-Send-Pr-Version: www-3.0

>Number:         114241
>Category:       ports
>Synopsis:       graphics/poppler-qt port fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 03 14:10:02 GMT 2007
>Closed-Date:    Wed Jul 04 13:20:25 GMT 2007
>Last-Modified:  Wed Jul 04 13:20:25 GMT 2007
>Originator:     Michiel Boland
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
FreeBSD leefnet.office.internl.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jul  2 22:25:08 CEST 2007     root@leefnet.office.internl.net:/usr/obj/usr/src/sys/LEEFNET  i386
>Description:
The popper-qt port fails to build (poppler-0.5.9_1)
Probably due to bash-isms in the configure script.

>How-To-Repeat:
cd /usr/ports/graphics/poppler-qt
make

>Fix:
--- configure.orig      2007-05-30 20:32:24.000000000 +0200
+++ configure   2007-07-03 15:57:36.000000000 +0200
@@ -25848,7 +25848,7 @@
     fi
 fi
 
-if test "x$have_qt" == "xyes"; then
+if test "x$have_qt" = "xyes"; then
     ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -26030,7 +26030,7 @@
     fi
 fi
 
-if test "x$have_qt" == "xyes"; then
+if test "x$have_qt" = "xyes"; then
     ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 3 22:15:50 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114241 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Wed Jul 4 13:19:45 UTC 2007 
State-Changed-Why:  
Fixed yesterday, thanks for your submission though! 


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