Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-24 Thread Dominic Fandrey
On 23/09/2011 20:49, Alberto Villa wrote:
> On Friday 23 September 2011 16:20:08 Dominic Fandrey wrote:
>>  The longer this is delayed, the more patches I will have to change.
> 
> dominic,
> 
> your work is very welcome, but we're now in the process of testing and 
> preparing qt4/pyqt4/kde4 updated version for the ports tree. we don't 
> have the manpower to take care of this as well, and it's not something we 
> can mix with the big kde patch, hence it will have to be postponed to - 
> probably - after the ports slush

No problem. Knowing where I stand makes it a lot easier for me, so
thanks for telling me!

Regards

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-23 Thread Dominic Fandrey
The following reply was made to PR ports/156901; it has been noted by GNATS.

From: Dominic Fandrey 
To: bug-follo...@freebsd.org, kamik...@bsdforen.de
Cc:  
Subject: Re: ports/156901: [patch] devel/cmake breaks with CC containing spaces
Date: Fri, 23 Sep 2011 18:19:13 +0200

 This is a multi-part message in MIME format.
 --050503030704080903050407
 Content-Type: text/plain; charset=ascii
 Content-Transfer-Encoding: 7bit
 
 The longer this is delayed, the more patches I will have to change.
 
 Regards,
 Kami
 
 --050503030704080903050407
 Content-Type: text/plain;
  name="patch-ports-Mk-bsd.cmake.mk.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-ports-Mk-bsd.cmake.mk.txt"
 
 --- Mk/bsd.cmake.mk.orig   2011-09-22 23:38:29.0 +0200
 +++ Mk/bsd.cmake.mk2011-09-22 23:42:13.0 +0200
 @@ -49,16 +49,10 @@
  #
  # Default environment and arguments to cmake
  #
 -CMAKE_ENV?=   ${CONFIGURE_ENV}
 -CMAKE_ARGS+=  -DCMAKE_C_COMPILER:STRING="${CC}" \
 -  -DCMAKE_CXX_COMPILER:STRING="${CXX}" \
 -  -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
 -  -DCMAKE_C_FLAGS_DEBUG:STRING="${CFLAGS}" \
 -  -DCMAKE_C_FLAGS_RELEASE:STRING="${CFLAGS}" \
 -  -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
 -  -DCMAKE_CXX_FLAGS_DEBUG:STRING="${CXXFLAGS}" \
 -  -DCMAKE_CXX_FLAGS_RELEASE:STRING="${CXXFLAGS}" \
 -  
-DCMAKE_INSTALL_PREFIX:PATH="${CMAKE_INSTALL_PREFIX}" \
 +CMAKE_ENV?=   ${CONFIGURE_ENV} CC="${CC}" CFLAGS="${CFLAGS}" \
 +  CPP="${CPP}" CPPFLAGS="${CPPFLAGS}" \
 +  CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
 +CMAKE_ARGS+=  -DCMAKE_INSTALL_PREFIX:PATH="${CMAKE_INSTALL_PREFIX}" \
-DCMAKE_BUILD_TYPE:STRING="${CMAKE_BUILD_TYPE}" 
\
-DTHREADS_HAVE_PTHREAD_ARG:BOOL=YES
  
 
 --050503030704080903050407--
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-11 Thread Dominic Fandrey
On 03/09/2011 01:58, Alberto Villa wrote:
> On Saturday 03 September 2011 01:52:37 Dominic Fandrey wrote:
>> If you're still interested in helping ... hold out a while longer.
>> I'll try to give you a complete set of patches.
> 
> we ARE still interested. thanks for your work!

Here is the complete patch set:
http://www.freebsd.org/cgi/query-pr.cgi?pr=156901#reply4

Please keep me informed about the exp-run.

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-06 Thread Dominic Fandrey
On 03/09/2011 01:58, Alberto Villa wrote:
> On Saturday 03 September 2011 01:52:37 Dominic Fandrey wrote:
>> If you're still interested in helping ... hold out a while longer.
>> I'll try to give you a complete set of patches.
> 
> we ARE still interested. thanks for your work!

Just a little progress report. About 40% of my queue has been completed
by now. This time I'm fixing stuff on the go. Because I'm also
fixing dependencies this time, the list of patches has grown to 11,
so far. Fixing audio/nas required a small change in bsd.port.mk
(imake problem).

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-02 Thread Dominic Fandrey
On 19/07/2011 20:06, Max Brazhnikov wrote:
> On Fri, 15 Jul 2011 10:40:11 GMTFri, 15 Jul 2011 12:30:47 +0200, Dominic 
> Fandrey wrote:
>> The following reply was made to PR ports/156901; it has been noted by
>> GNATS.
>>
>> From: Dominic Fandrey 
>> To: bug-follo...@freebsd.org, kamik...@bsdforen.de
>> Cc:
>> Subject: Re: ports/156901: [patch] devel/cmake breaks with CC containing
>> spaces Date: Fri, 15 Jul 2011 12:30:47 +0200
>>
>>  This is a multi-part message in MIME format.
>>  --040400020806080003010108
>>  Content-Type: text/plain; charset=ascii
>>  Content-Transfer-Encoding: 7bit
>>
>>  I think the results speak for themselves. I dedicated my box to
>>  this for more than 9 days, 1260 queue entries were processed.
>>  I hope there'll be some kind of reaction.
>>
>>  Will take care of devel/kdebindings4-ruby after I get some sleep.
>>  I've been up for > 30 hours.
> 
> Dominic,
> 
> Thank you very much for your work. Please send me patches for other failing 
> ports, I'll combine them all and will request exp-run on pointyhat.

My tinderbox is on it. I expect it will take ~1 week to complete.

If you're still interested in helping ... hold out a while longer.
I'll try to give you a complete set of patches.

Regards

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-07-15 Thread Dominic Fandrey
The following reply was made to PR ports/156901; it has been noted by GNATS.

From: Dominic Fandrey 
To: bug-follo...@freebsd.org, kamik...@bsdforen.de
Cc:  
Subject: Re: ports/156901: [patch] devel/cmake breaks with CC containing spaces
Date: Fri, 15 Jul 2011 12:30:47 +0200

 This is a multi-part message in MIME format.
 --040400020806080003010108
 Content-Type: text/plain; charset=ascii
 Content-Transfer-Encoding: 7bit
 
 I think the results speak for themselves. I dedicated my box to
 this for more than 9 days, 1260 queue entries were processed.
 I hope there'll be some kind of reaction.
 
 Will take care of devel/kdebindings4-ruby after I get some sleep.
 I've been up for > 30 hours.
 
 I've got a patch for OpenCV, too. I'll handle it directly with
 Martin if this gets a commit.
 
 -- 
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail? 
 
 --040400020806080003010108
 Content-Type: text/plain;
  name="CMAKE.results"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="CMAKE.results"
 
 CMAKE PATCH TEST RESULTS
 
 
 SUMMARY
 ---
 A summary of package builds
 
  last_status | current_ccregular | patched_ccregular | current_ccspaced | 
patched_ccspaced 
 
-+---+---+--+--
  DUD |13 |13 |5 |  
  7
  LEFTOVERS   | 3 | 3 |   24 |  
  6
  UNKNOWN | 7 | 7 |   48 |  
  4
  FAIL| 2 | 5 |  111 |  
 15
  DEPEND  | 9 |10 |  246 |  
216
  SUCCESS |  1042 |  1038 |  642 |  
828
  SUM()   |  1076 |  1076 | 1076 |  
   1076
 (7 rows)
 
 REGRESSIONS
 ---
 Cases where the patch has caused failure (CC=cc)
 
  port_directory  |last_built_version| current_ccregular | 
patched_ccregular |  port_maintainer  
 
-+--+---+---+---
  devel/kdebindings4-ruby | ruby18-kdebindings-4.6.5 | SUCCESS   | FAIL 
 | k...@freebsd.org
  games/opensonic | opensonic-0.1.2_1| SUCCESS   | FAIL 
 | de...@stasyan.com
  graphics/rawtherapee| rawtherapee-3.0_2| SUCCESS   | FAIL 
 | s...@freebsd.org
 (3 rows)
 
 IMPROVEMENTS
 
 Cases where the patch has improved upon a previous failure (CC="env cc")
 
  port_directory |last_built_version
 | current_ccspaced | patched_ccspaced |   port_maintainer
 
+---+--+--+--
  accessibility/atk  | atk-1.32.0   
 | LEFTOVERS| SUCCESS  | gn...@freebsd.org
  astro/stellarium   | stellarium-0.10.6
 | FAIL | SUCCESS  | da...@freebsd.org
  audio/aften| aften-0.0.8  
 | FAIL | SUCCESS  | ga...@zahemszky.hu
  audio/arss | arss-0.2.3   
 | FAIL | SUCCESS  | bey...@cs.ucr.edu
  audio/ccaudio2 | ccaudio2-2.0.5_1 
 | FAIL | SUCCESS  | g...@freebsd.org
  audio/jack-keyboard| jack-keyboard-2.6
 | FAIL | SUCCESS  | tr...@freebsd.org
  audio/libgme   | libgme-0.5.5 
 | FAIL | SUCCESS  | swel...@gmail.com
  audio/libmusicbrainz3  | libmusicbrainz3-3.0.3_1  
 | FAIL | SUCCESS  | bsdkaf...@gmail.com
  audio/lmms | lmms-0.4.6_2,1   
 | FAIL | SUCCESS  | rodr...@bebik.net
  audio/musepack | musepack-2009.03.01_1
 | LEFTOVERS| SUCCESS  | shoes...@gmx.net
  audio/openal-soft  | openal-soft-1.13 
 | FAIL | SUCCESS  | m...@freebsd.org
  audio/streamripper | streamripper-1.64.6_2
 | LEFTOVERS| SUCCESS  | syl...@freebsd.

[kde-freebsd] Re: ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-07-13 Thread Dominic Fandrey
The following reply was made to PR ports/156901; it has been noted by GNATS.

From: Dominic Fandrey 
To: bug-follo...@freebsd.org, kamik...@bsdforen.de
Cc:  
Subject: Re: ports/156901: [patch] devel/cmake breaks with CC containing spaces
Date: Wed, 13 Jul 2011 10:38:48 +0200

 This is a multi-part message in MIME format.
 --010702010605020601030305
 Content-Type: text/plain; charset=ascii
 Content-Transfer-Encoding: 7bit
 
 After running into some issues with tinderd I added MP safe locking,
 applied the patch in ports/158722 to the ports trees, because
 gobject-introspection was such a PITA and started over.
 
 Currently 848 of 1260 queue entries have been processed. So far two
 regressions manifested:
games/opensonic
graphics/rawtherapee
 
 I have attached patches for both.
 
 So far exactly 100 cases have improved due to the cmake patch.
 
 -- 
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail? 
 
 --010702010605020601030305
 Content-Type: text/plain;
  name="patch-ports-games-opensonic.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-ports-games-opensonic.txt"
 
 diff -Nur opensonic.orig/Makefile opensonic/Makefile
 --- opensonic.orig/Makefile2011-07-13 09:06:44.0 +0200
 +++ opensonic/Makefile 2011-07-13 09:39:05.0 +0200
 @@ -23,10 +23,10 @@
"false"
  
  USE_CMAKE=yes
 -CMAKE_ENV+=   OPENSNC_ALLEGRO_LIBS="`allegro-config --libs`" 
OPENSNC_ALLEGRO_VERSION="`allegro-config --version`"
 +CONFIGURE_ENV+=   OPENSNC_ALLEGRO_LIBS="`allegro-config --libs`" 
OPENSNC_ALLEGRO_VERSION="`allegro-config --version`"
  
  CFLAGS+=  -I${LOCALBASE}/include
 -MAKE_ENV+=CFLAGS="${CFLAGS}"
 +MAKE_JOBS_SAFE=   yes
  
  BUILD_DEPENDS+=   
${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \
alpng>=1.3:${PORTSDIR}/graphics/alpng
 
 --010702010605020601030305
 Content-Type: text/plain;
  name="patch-ports-graphics-rawtherapee.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-ports-graphics-rawtherapee.txt"
 
 diff -Nur rawtherapee.orig/Makefile rawtherapee/Makefile
 --- rawtherapee.orig/Makefile  2011-07-13 09:28:50.0 +0200
 +++ rawtherapee/Makefile   2011-07-13 09:37:06.0 +0200
 @@ -28,10 +28,9 @@
  USE_LDCONFIG= yes
  CFLAGS+=  -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS}
  LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
 -CMAKE_ENV=CFLAGS="${CFLAGS}" \
 -  LDFLAGS="${LDFLAGS}"
  SUB_FILES=rawtherapee
  SUB_LIST= RTDIR="${RTDIR}"
 +MAKE_JOBS_SAFE=   yes
  
  WRKSRC=   ${WRKDIR}/RawTherapee${PORTVERSION:S,.,,g}
  RTDIR=${PREFIX}/libdata/${PORTNAME}
 
 --010702010605020601030305--
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-07-05 Thread Dominic Fandrey
The following reply was made to PR ports/156901; it has been noted by GNATS.

From: Dominic Fandrey 
To: bug-follo...@freebsd.org, kamik...@bsdforen.de
Cc:  
Subject: Re: ports/156901: [patch] devel/cmake breaks with CC containing spaces
Date: Tue, 05 Jul 2011 17:54:34 +0200

 Just a warning in advance, I have created 4 tinderbuilds to each
 of which I have queued all 315 ports with USE_CMAKE in the
 Makefile.
 
 The builds have the following configurations:
 1. Regular ports tree, CC=cc \ Check for
 2. Patched ports tree, CC=cc / regressions
 
 3. Regular ports tree, CC="env cc" \ Check for patch
 4. Patched ports tree, CC="env cc" / effectiveness
 
 I expect this will take a couple of days, it's a couple of thousand
 packages to build.
 
 I will present the results in a 4*n matrix, once the builds have
 completed.
 
 Regards
 
 -- 
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail? 
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] cannot build sysutils/kdelibs3

2010-06-06 Thread Dominic Fandrey
Apparently ASN1_METHOD has long been deprecated and now
removed. No idea what to do about it. I cannot switch back
to base system ssl, without breaking a lot of other ports.

/bin/sh /usr/local/bin/libtool --silent --tag=CXX   --mode=compile c++ 
-DHAVE_CONFIG_H -I. -I../.. -I../../dcop -I../../kdecore -I../../kjs 
-I../../kdecore/network -I../../kwallet/client -I../../dcop -I../../libltdl 
-I../../kdefx -I../../kdecore -I../../kdecore -I../../kdecore/network 
-I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../..  
-I/usr/local/include -I/usr/local/include -I/usr/local/include   -D_THREAD_SAFE 
-pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  
-I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall 
-W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -pipe -march=nocona 
-fno-strict-aliasing -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
-fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION  -MT kssl.lo -MD -MP -MF .deps/kssl.Tpo -c -o kssl.lo 
kssl.cc
In file included from kssl.cc:47:
./kopenssl.h:453: error: ISO C++ forbids declaration of 'ASN1_METHOD' with no 
type
./kopenssl.h:453: error: expected ';' before '*' token
./kopenssl.h:526: error: expected ';' before '(' token
./kopenssl.h:532: error: 'STACK' has not been declared
./kopenssl.h:538: error: 'STACK' has not been declared
./kopenssl.h:544: error: expected ';' before '(' token
./kopenssl.h:550: error: ISO C++ forbids declaration of 'STACK' with no type
./kopenssl.h:550: error: expected ';' before '*' token
./kopenssl.h:556: error: 'STACK' has not been declared
./kopenssl.h:562: error: ISO C++ forbids declaration of 'STACK' with no type
./kopenssl.h:562: error: expected ';' before '*' token
./kopenssl.h:828: error: ISO C++ forbids declaration of 'STACK' with no type
./kopenssl.h:828: error: expected ';' before '*' token
./kopenssl.h:829: error: 'STACK' has not been declared
kssl.cc: In member function 'void KSSL::setPeerInfo()':
kssl.cc:616: error: 'class KOpenSSLProxy' has no member named 'sk_dup'
gmake[5]: *** [kssl.lo] Error 1
gmake[5]: Leaving directory 
`/usr/obj/mobileKamikaze.norad/amd64/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kio/kssl'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory 
`/usr/obj/mobileKamikaze.norad/amd64/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kio/kssl'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory 
`/usr/obj/mobileKamikaze.norad/amd64/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kio/kssl'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/obj/mobileKamikaze.norad/amd64/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kio'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/obj/mobileKamikaze.norad/amd64/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/x11/kdelibs3.

===>>> make failed for x11/kdelibs3
===>>> Aborting update
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] qt33 links against old installation

2010-02-05 Thread Dominic Fandrey
It appears qt33 links against old installations of itself during
build:
c++ -fno-exceptions  -Wl,-rpath,/usr/local/lib  -Wl,-rpath,/usr/local/lib 
-pthread -o ../../../bin/uic .obj/release-shared-mt/main.o  
.obj/release-shared-mt/uic.o  .obj/release-shared-mt/form.o  
.obj/release-shared-mt/object.o  .obj/release-shared-mt/subclassing.o  
.obj/release-shared-mt/embed.o  .obj/release-shared-mt/widgetdatabase.o  
.obj/release-shared-mt/domtool.o  .obj/release-shared-mt/parser.o
-L/usr/local/lib -L/usr/local/lib 
-L/usr/obj/mobileKamikaze.norad/amd64/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/lib
 -L/usr/local/lib -lqt-mt -lmng -ljpeg -lpng -lz -lXi -lXrender -lXrandr 
-lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE
/usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not 
found (try using -rpath or -rpath-link)
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_start_decompr...@libjpeg_7.0'
/usr/local/lib/libmng.so: undefined reference to 
`jpeg_input_compl...@libjpeg_7.0'
/usr/local/lib/libmng.so: undefined reference to `jpeg_start_out...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_resync_to_rest...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_read_scanli...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_start_compr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_finish_compr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_finish_decompr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_createcompr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_set_defau...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_read_hea...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_createdecompr...@libjpeg_7.0'
/usr/local/lib/libmng.so: undefined reference to 
`jpeg_has_multiple_sc...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to `jpeg_std_er...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_destroy_compr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_destroy_decompr...@libjpeg_7.0'
/usr/local/lib/libmng.so: undefined reference to 
`jpeg_finish_out...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_write_scanli...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_set_qual...@libjpeg_7.0'
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] devel/qmake4

2009-08-09 Thread Dominic Fandrey
The Port devel/qmake4 creates a broken qmake.conf if CC
contains spaces:

# cd /usr/ports/devel/qmake4
# make -VCC
env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc
# tail /usr/local/share/qt4/mkspecs/freebsd-g++/qmake.conf

QMAKE_COPY  = cp -f
QMAKE_MOVE  = mv -f
QMAKE_DEL_FILE  = rm -f
QMAKE_DEL_DIR   = rmdir
QMAKE_CHK_DIR_EXISTS= test -d
QMAKE_MKDIR = mkdir -p
include(../common/env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache 
c++
include(../common/unix.conf)
load(qt_config)

As you can see the first include() is broken. It should be:
include(../common/g++.conf)

Regards
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information