[MacPorts] #49203: bacula 7.0.4_1 +client_only +console_bat does not build because it can't find Qt4

MacPorts noreply at macports.org
Sat Feb 13 11:31:17 PST 2016


#49203: bacula 7.0.4_1 +client_only +console_bat does not build because it can't
find Qt4
-------------------------+------------------------------
  Reporter:  gullevek@…  |      Owner:  robertoschwald@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.3.4
Resolution:              |   Keywords:
      Port:  bacula      |
-------------------------+------------------------------

Comment (by m@…):

 So i pasted the 2 lines above the abc= .....

 See:


 {{{
 BAT_DIR=
 if test x$support_bat = xyes; then

         export QMAKE='/opt/local/libexec/qt4/bin/qmake'
         export PKG_CONFIG_PATH='/opt/local/libexec/qt4/lib/pkgconfig'

    abc=`$PKGCONFIG --atleast-version=4.2 QtGui`
    pkg=$?
    if test $pkg = 0; then
       BAT_DIR=src/qt-console
    else
       AC_MSG_ERROR(Unable to find Qt4 installation needed by bat)
    fi
 fi
 }}}


 But if i see the script PKG_CONFIG_PATH should be PKGCONFIG is this
 correct?

-- 
Ticket URL: <https://trac.macports.org/ticket/49203#comment:8>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list