plugins/qt-gui/configure fails to find dcopidl which later results in a build error. Fix: this trivial change to configure fixed the problem for me: ! if test "$have_kde" == "yes"; then # Extract the first word of "dcopidl", so it can be a program name with args. set dummy dcopidl; ac_word=$2 --- 18060,18064 ---- ! if test "X$have_kde" = "Xyes"; then # Extract the first word of "dcopidl", so it can be a program name with args. set dummy dcopidl; ac_word=$2--Uixy1feRXbRm4O0bOjVYotRHjReonsjV8wNF4PBGomQEMpZG Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" *** licq-1.3.2/plugins/qt-gui/configure.orig Thu Dec 22 09:05:13 2005 --- licq-1.3.2/plugins/qt-gui/configure Thu Dec 22 09:11:23 2005 *************** *** 18060,18064 **** How-To-Repeat: cd ports/net-im/licq-qt-gui;make
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer
State Changed From-To: open->closed committed, thanks.