ports/114241: popper-qt port fails to build

Michiel Boland michiel at boland.org
Tue Jul 3 14:10:03 UTC 2007


>Number:         114241
>Category:       ports
>Synopsis:       popper-qt port fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 03 14:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list