Re: kube

2018-10-19 Thread Andreas Nilsson
On Thu, Oct 18, 2018 at 5:24 PM Adriaan de Groot  wrote:

> On Thursday, 18 October 2018 13:31:12 CEST Andreas Nilsson wrote:
> > Is anyone working on packaging the new email client kube for FreeBSD? It
> > seems to need few  new things like sink, which I cannot find packaged
> > either.
>
> Not that I know of. Kube is released, I guess as extragear, through KDE,
> and
> had a 0.7 release last month. A PR with such a port would be welcome.
>
> [ade]


I've started working on it, and I've packaged kdav2, kimap2 and kasync2.
However sink gives me some trouble, can you give me some ideas from the
below error:

[85/322] cd /usr/ports/net/sink/work/.build/examples/dummyresource &&
/usr/local/bin/flatc -c -b -o
/usr/ports/net/sink/work/.build/examples/dummyresource/flatbufferstmp
/usr/ports/net/sink/work/sink-0.7.0/examples/dummyresource/dummycalendar.fbs
&& /usr/local/bin/cmake -E copy_if_different
/usr/ports/net/sink/work/.build/examples/dummyresource/flatbufferstmp/dummycalendar_generated.h
/usr/ports/net/sink/work/.build/examples/dummyresource/dummycalendar_generated.h
[86/322] /usr/bin/c++  -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB
-DQT_NO_DEBUG -Isynchronizer
-I/usr/ports/net/sink/work/sink-0.7.0/synchronizer
-Isynchronizer/sink_synchronizer_autogen/include -I.
-I/usr/ports/net/sink/work/sink-0.7.0 -Icommon
-I/usr/ports/net/sink/work/sink-0.7.0/3rdparty -isystem
/usr/ports/net/sink/work/sink-0.7.0/common -isystem
/usr/ports/net/sink/work/sink-0.7.0/common/domain -isystem
/usr/local/include -isystem /usr/local/include/KAsync -isystem
/usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem
/usr/local/lib/qt5/mkspecs/freebsd-clang -isystem
/usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -O2
-pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector
-fno-strict-aliasing   -fPIC -std=gnu++14 -MD -MT
synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o -MF
synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o.d -o
synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o -c
/usr/ports/net/sink/work/sink-0.7.0/synchronizer/main.cpp
[87/322] : && /usr/bin/c++  -O2 -pipe -fstack-protector
-fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing
-fstack-protector synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o
synchronizer/CMakeFiles/sink_synchronizer.dir/sink_synchronizer_autogen/mocs_compilation.cpp.o
-o synchronizer/sink_synchronizer
-Wl,-rpath,/usr/ports/net/sink/work/.build/common:/usr/local/lib/qt5:/usr/local/lib:
common/libsink.so.0.7.0 /usr/local/lib/qt5/libQt5Network.so.5.11.2
/usr/local/lib/libKAsync.so.0.2.0 /usr/local/lib/qt5/libQt5Gui.so.5.11.2
/usr/local/lib/qt5/libQt5Core.so.5.11.2 -Wl,-rpath-link,/usr/local/lib && :
FAILED: synchronizer/sink_synchronizer
: && /usr/bin/c++  -O2 -pipe -fstack-protector -fno-strict-aliasing -O2
-pipe -fstack-protector -fno-strict-aliasing  -fstack-protector
synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o
synchronizer/CMakeFiles/sink_synchronizer.dir/sink_synchronizer_autogen/mocs_compilation.cpp.o
-o synchronizer/sink_synchronizer
-Wl,-rpath,/usr/ports/net/sink/work/.build/common:/usr/local/lib/qt5:/usr/local/lib:
common/libsink.so.0.7.0 /usr/local/lib/qt5/libQt5Network.so.5.11.2
/usr/local/lib/libKAsync.so.0.2.0 /usr/local/lib/qt5/libQt5Gui.so.5.11.2
/usr/local/lib/qt5/libQt5Core.so.5.11.2 -Wl,-rpath-link,/usr/local/lib && :
/usr/bin/ld: undefined reference to symbol `backtrace_symbols' (try adding
-lexecinfo)
//usr/lib/libexecinfo.so.1: could not read symbols: Bad value
c++: error: linker command failed with exit code 1 (use -v to see
invocation)

Best regards
Andreas


Re: kube

2018-10-19 Thread Andreas Nilsson
On Thu, Oct 18, 2018 at 9:21 PM Andreas Nilsson  wrote:

>
>
> On Thu, Oct 18, 2018 at 5:24 PM Adriaan de Groot  wrote:
>
>> On Thursday, 18 October 2018 13:31:12 CEST Andreas Nilsson wrote:
>> > Is anyone working on packaging the new email client kube for FreeBSD? It
>> > seems to need few  new things like sink, which I cannot find packaged
>> > either.
>>
>> Not that I know of. Kube is released, I guess as extragear, through KDE,
>> and
>> had a 0.7 release last month. A PR with such a port would be welcome.
>>
>> [ade]
>
>
> I've started working on it, and I've packaged kdav2, kimap2 and kasync2.
> However sink gives me some trouble, can you give me some ideas from the
> below error:
>
> [85/322] cd /usr/ports/net/sink/work/.build/examples/dummyresource &&
> /usr/local/bin/flatc -c -b -o
> /usr/ports/net/sink/work/.build/examples/dummyresource/flatbufferstmp
> /usr/ports/net/sink/work/sink-0.7.0/examples/dummyresource/dummycalendar.fbs
> && /usr/local/bin/cmake -E copy_if_different
> /usr/ports/net/sink/work/.build/examples/dummyresource/flatbufferstmp/dummycalendar_generated.h
> /usr/ports/net/sink/work/.build/examples/dummyresource/dummycalendar_generated.h
> [86/322] /usr/bin/c++  -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB
> -DQT_NO_DEBUG -Isynchronizer
> -I/usr/ports/net/sink/work/sink-0.7.0/synchronizer
> -Isynchronizer/sink_synchronizer_autogen/include -I.
> -I/usr/ports/net/sink/work/sink-0.7.0 -Icommon
> -I/usr/ports/net/sink/work/sink-0.7.0/3rdparty -isystem
> /usr/ports/net/sink/work/sink-0.7.0/common -isystem
> /usr/ports/net/sink/work/sink-0.7.0/common/domain -isystem
> /usr/local/include -isystem /usr/local/include/KAsync -isystem
> /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem
> /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem
> /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -O2
> -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector
> -fno-strict-aliasing   -fPIC -std=gnu++14 -MD -MT
> synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o -MF
> synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o.d -o
> synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o -c
> /usr/ports/net/sink/work/sink-0.7.0/synchronizer/main.cpp
> [87/322] : && /usr/bin/c++  -O2 -pipe -fstack-protector
> -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing
> -fstack-protector synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o
> synchronizer/CMakeFiles/sink_synchronizer.dir/sink_synchronizer_autogen/mocs_compilation.cpp.o
> -o synchronizer/sink_synchronizer
> -Wl,-rpath,/usr/ports/net/sink/work/.build/common:/usr/local/lib/qt5:/usr/local/lib:
> common/libsink.so.0.7.0 /usr/local/lib/qt5/libQt5Network.so.5.11.2
> /usr/local/lib/libKAsync.so.0.2.0 /usr/local/lib/qt5/libQt5Gui.so.5.11.2
> /usr/local/lib/qt5/libQt5Core.so.5.11.2 -Wl,-rpath-link,/usr/local/lib && :
> FAILED: synchronizer/sink_synchronizer
> : && /usr/bin/c++  -O2 -pipe -fstack-protector -fno-strict-aliasing -O2
> -pipe -fstack-protector -fno-strict-aliasing  -fstack-protector
> synchronizer/CMakeFiles/sink_synchronizer.dir/main.cpp.o
> synchronizer/CMakeFiles/sink_synchronizer.dir/sink_synchronizer_autogen/mocs_compilation.cpp.o
> -o synchronizer/sink_synchronizer
> -Wl,-rpath,/usr/ports/net/sink/work/.build/common:/usr/local/lib/qt5:/usr/local/lib:
> common/libsink.so.0.7.0 /usr/local/lib/qt5/libQt5Network.so.5.11.2
> /usr/local/lib/libKAsync.so.0.2.0 /usr/local/lib/qt5/libQt5Gui.so.5.11.2
> /usr/local/lib/qt5/libQt5Core.so.5.11.2 -Wl,-rpath-link,/usr/local/lib && :
> /usr/bin/ld: undefined reference to symbol `backtrace_symbols' (try adding
> -lexecinfo)
> //usr/lib/libexecinfo.so.1: could not read symbols: Bad value
> c++: error: linker command failed with exit code 1 (use -v to see
> invocation)
>
> Best regards
> Andreas
>

Ok, so I was stupid... Just listening to the compiler worked just fine.
Sorry for the noise.

/A


kube

2018-10-18 Thread Andreas Nilsson
Hello,

Is anyone working on packaging the new email client kube for FreeBSD? It
seems to need few  new things like sink, which I cannot find packaged
either.



PS. Please keep me in cc, I'm not subscribed to the list.


[kde-freebsd] Cantor fails to build

2013-03-30 Thread Andreas Nilsson
/backendchoosedialog.o: In function
`BackendChooseDialog::BackendChooseDialog(QWidget*)':
backendchoosedialog.cpp:(.text+0x9e0): undefined reference to
`Cantor::Backend::availableBackends()'
backendchoosedialog.cpp:(.text+0xa9b): undefined reference to
`Cantor::Backend::isEnabled() const'
backendchoosedialog.cpp:(.text+0xae7): undefined reference to
`Cantor::Backend::name() const'
backendchoosedialog.cpp:(.text+0xb47): undefined reference to
`Cantor::Backend::icon() const'
backendchoosedialog.cpp:(.text+0xbe3): undefined reference to
`Settings::self()'
backendchoosedialog.cpp:(.text+0xbe8): undefined reference to
`Settings::self()'
backendchoosedialog.cpp:(.text+0xc0a): undefined reference to
`Cantor::Backend::name() const'
collect2: ld returned 1 exit status
:

Best regards
Andreas Nilsson
___
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] area51 and QEventDispatcher

2013-03-13 Thread Andreas Nilsson
Great, thanks :)


On Wed, Mar 13, 2013 at 2:11 PM, Alberto Villa avi...@freebsd.org wrote:

 My latest commit fixed the issue.

 --
 Alberto Villa, FreeBSD committer avi...@freebsd.org
 http://people.FreeBSD.org/~avilla
 Il giorno 13/mar/2013 07:16, Alberto Villa avi...@freebsd.org ha
 scritto:

 Got the same on Tinderbox yesterday, I'm going to have a look later today.

 --
 Alberto Villa, FreeBSD committer avi...@freebsd.org
 http://people.FreeBSD.org/~avilla
 Il giorno 13/mar/2013 00:01, Andreas Nilsson andrn...@gmail.com ha
 scritto:

 Hello,

 I've been trying for a few days to build kde 4.10.1 from area51 but a
 lot of packages are failing with
 /usr/local/lib/qt4/libQtGui.so: undefined reference to
 `QEventDispatcherGlib::$function

 A short list:
 akonadi-1.9.1
 opencv-2.3.1_6
 pinentry-0.8.1_2
 qimageblitz-0.0.6_1
 qt4-assistant-4.8.4
 qt4-help-tools-4.8.4
 qt4-pixeltool-4.8.4
 qt4-qdbusviewer-4.8.4
 qt4-qvfb-4.8.4
 qt4-uic3-4.8.4
 strigi-0.7.8


 The full logs are available at (
 http://benriach.widell.net/~andrnils/qeventdispatcher.tar.gz )

 I do the build with poudriere, so the buildenv should be reasonably
 clear. Host is amd64 9.1-stable, standard gcc toolchain.

 Are these known problems?

 Best regards
 Andreas Nilsson

 ___
 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 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] area51 and QEventDispatcher

2013-03-12 Thread Andreas Nilsson
Hello,

I've been trying for a few days to build kde 4.10.1 from area51 but a lot
of packages are failing with
/usr/local/lib/qt4/libQtGui.so: undefined reference to
`QEventDispatcherGlib::$function

A short list:
akonadi-1.9.1
opencv-2.3.1_6
pinentry-0.8.1_2
qimageblitz-0.0.6_1
qt4-assistant-4.8.4
qt4-help-tools-4.8.4
qt4-pixeltool-4.8.4
qt4-qdbusviewer-4.8.4
qt4-qvfb-4.8.4
qt4-uic3-4.8.4
strigi-0.7.8


The full logs are available at (
http://benriach.widell.net/~andrnils/qeventdispatcher.tar.gz )

I do the build with poudriere, so the buildenv should be reasonably
clear. Host is amd64 9.1-stable, standard gcc toolchain.

Are these known problems?

Best regards
Andreas Nilsson
___
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] zeitgeist fails to build

2013-03-05 Thread Andreas Nilsson
I'm running a build of kde 4.10.1 and noticed:

==
===phase: run-depends ==
===   zeitgeist-0.8.2_1 depends on file:
/usr/local/lib/python2.7/site-packages/_sqlite3.so - not found
===Verifying install for
/usr/local/lib/python2.7/site-packages/_sqlite3.so in
/usr/ports/databases/py-sqlite3
===   Installing existing package
/usr/ports/packages/All/py27-sqlite3-2.7.3_3.txz
Installing py27-sqlite3-2.7.3_3...Installing sqlite3-3.7.14.1... done
 done
===   Returning to build of zeitgeist-0.8.2_1
===   zeitgeist-0.8.2_1 depends on file:
/usr/local/lib/python2.7/site-packages/xdg/__init__.py - not found
===Verifying install for
/usr/local/lib/python2.7/site-packages/xdg/__init__.py in
/usr/ports/devel/py-xdg
===   Installing existing package /usr/ports/packages/All/py27-xdg-0.19.txz
Installing py27-xdg-0.19... done
===   Returning to build of zeitgeist-0.8.2_1
===   zeitgeist-0.8.2_1 depends on file:
/usr/local/lib/python2.7/site-packages/dbus/__init__.py - not found
===Verifying install for
/usr/local/lib/python2.7/site-packages/dbus/__init__.py in
/usr/ports/devel/py-dbus
===   Installing existing package
/usr/ports/packages/All/py27-dbus-0.84.0.txz
Installing py27-dbus-0.84.0...Installing dbus-glib-0.94...Installing
dbus-1.4.14_4...Installing gnome_subr-1.0... done
Installing libICE-1.0.8,1... done
Installing libSM-1.2.1,1... done
=== Creating users and/or groups.
Creating group 'messagebus' with gid '556'.
Creating user 'messagebus' with uid '556'.
 done
 done
 done
===   Returning to build of zeitgeist-0.8.2_1
===   zeitgeist-0.8.2_1 depends on file: /usr/local/bin/python2.7 - found
===   zeitgeist-0.8.2_1 depends on executable: pkgconf - found
===   zeitgeist-0.8.2_1 depends on file:
/usr/local/lib/gio/modules/libgiofam.so - found
===   zeitgeist-0.8.2_1 depends on executable: pygobject-codegen-2.0 -
found
==
===phase: install ==
===  Installing for zeitgeist-0.8.2_1
===   zeitgeist-0.8.2_1 depends on file:
/usr/local/lib/python2.7/site-packages/_sqlite3.so - not found
===Verifying install for
/usr/local/lib/python2.7/site-packages/_sqlite3.so in
/usr/ports/databases/py-sqlite3
===   Installing existing package
/usr/ports/packages/All/py27-sqlite3-2.7.3_3.txz
Installing py27-sqlite3-2.7.3_3...py27-sqlite3-2.7.3_3 already installed

Failed to install the following 1 package(s):
/usr/ports/packages/All/py27-sqlite3-2.7.3_3.txz
*** [run-depends] Error code 70

Stop in /usr/ports/sysutils/zeitgeist.
===  Cleaning for zeitgeist-0.8.2_1

Perhaps this is more a sqlite-problem though,
as /usr/local/lib/python2.7/site-packages/_sqlite3.so  seems to be a bit
unusual name of a .so.

Best 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


Re: [kde-freebsd] zeitgeist fails to build

2013-03-05 Thread Andreas Nilsson
On Tue, Mar 5, 2013 at 4:27 PM, Max Brazhnikov m...@freebsd.org wrote:

 On Tue, 05 Mar 2013 16:04:37 +0100 Andreas Nilsson wrote:
  I'm running a build of kde 4.10.1

 Interesting, be ready for more problems :)


Sure am :)


  and noticed:
 
  ==
  ===phase: run-depends ==
  ===   zeitgeist-0.8.2_1 depends on file:
  /usr/local/lib/python2.7/site-packages/_sqlite3.so - not found

 it was fixed yesterday, please update your portstree. Btw, why do you
 report
 it to us? zeitgeist is not our territory :0

Also, I have a cron job that updates my ports-trees nightly, but time-zone
differences might make that before the update hit the portsnap snapshot.
I'll let the remaining packages finish and then try again.

My bad; dad inference on my part, only kde-pkgs in my list depended on it.


 Max

___
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] libkcompactdisc-4.9.5 fails

2013-02-05 Thread Andreas Nilsson
Hello,

I'm trying to compile kde-4.9.5 from regular ports and libkcompactdisc
fails with:

[ 96%] Building C object
CMakeFiles/kcompactdisc.dir/wmlib/audio/audio_alsa.o
/usr/bin/cc  -DMAKE_KCOMPACTDISC_LIB -DQT_NO_STL -DQT_NO_CAST_TO_ASCII
-D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LE
NGTH=45 -DUSE_WMLIB=1 -O2 -fno-strict-aliasing -pipe -march=core2
-Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-f
unction-declaration -Wchar-subscripts -Wall -W -Wpointer-arith
-Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -O
2 -DNDEBUG -DQT_NO_DEBUG -fPIC
-I/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/build
-I/wrkdirs/usr/ports/audio/libk
compactdisc/work/libkcompactdisc-4.9.5 -I/usr/local/kde4/include
-I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/loca
l/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtXml
-I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtUiTools
-I/usr/loc
al/include/qt4/QtTest -I/usr/local/include/qt4/QtSvg
-I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtScript
-I/usr/local/include
/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork
-I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesigner
-I/usr/local/include/
qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus
-I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui
-I/usr/local/include/
qt4/QtCore -I/usr/local/include/qt4/Qt
-I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4
-I/usr/local/include -D_LARGEFI
LE64_SOURCE -o CMakeFiles/kcompactdisc.dir/wmlib/audio/audio_alsa.o   -c
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9
.5/wmlib/audio/audio_alsa.c
/usr/local/bin/cmake -E cmake_progress_report
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/build/CMakeFiles
30
[100%] Building C object CMakeFiles/kcompactdisc.dir/wmlib/audio/audio_sun.o
/usr/bin/cc  -DMAKE_KCOMPACTDISC_LIB -DQT_NO_STL -DQT_NO_CAST_TO_ASCII
-D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LE
NGTH=45 -DUSE_WMLIB=1 -O2 -fno-strict-aliasing -pipe -march=core2
-Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-f
unction-declaration -Wchar-subscripts -Wall -W -Wpointer-arith
-Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -O
2 -DNDEBUG -DQT_NO_DEBUG -fPIC
-I/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/build
-I/wrkdirs/usr/ports/audio/libk
compactdisc/work/libkcompactdisc-4.9.5 -I/usr/local/kde4/include
-I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/loca
l/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtXml
-I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtUiTools
-I/usr/loc
al/include/qt4/QtTest -I/usr/local/include/qt4/QtSvg
-I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtScript
-I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork
-I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesigner
-I/usr/local/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus
-I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui
-I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt
-I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4
-I/usr/local/include -D_LARGEFILE64_SOURCE -o
CMakeFiles/kcompactdisc.dir/wmlib/audio/audio_sun.o   -c
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_sun.c
In file included from
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:34:
/usr/local/include/alsa/asoundlib.h:63:5: warning: __BYTE_ORDER is not
defined
/usr/local/include/alsa/asoundlib.h:63:21: warning: __LITTLE_ENDIAN is
not defined
In file included from /usr/local/include/alsa/asoundlib.h:81,
 from
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:34:
/usr/local/include/alsa/pcm.h:204:5: warning: __BYTE_ORDER is not defined
/usr/local/include/alsa/pcm.h:204:21: warning: __LITTLE_ENDIAN is not
defined
In file included from /usr/local/include/alsa/asoundlib.h:81,
 from
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:34:
/usr/local/include/alsa/pcm.h:477: error: expected identifier or '(' before
'/' token
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:
In function 'set_swparams':
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:193:
warning: 'snd_pcm_sw_params_set_xfer_align' is deprecated (declared at
/usr/local/include/alsa/pcm.h:1135)
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:
In function 'setup_alsa':
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:331:
warning: unused parameter 'ctl'
*** 

Re: [kde-freebsd] [patch] Fix for x11/kde4 dependencies

2013-02-04 Thread Andreas Nilsson
On Mon, Feb 4, 2013 at 4:32 PM, Oleg Nauman oleg.nau...@gmail.com wrote:

 --- Makefile.orig   2013-02-04 17:15:29.0 +0200
 +++ Makefile2013-02-04 17:15:53.0 +0200
 @@ -82,7 +82,7 @@
  .endif

  .if ${PORT_OPTIONS:MKDEPIM44}
 -RUN_DEPENDS+=  ${KDE4_PREFIX}/bin/kmail:${PORTSDIR}/deskutils/kdepim
 +RUN_DEPENDS+=  ${KDE4_PREFIX}/bin/kmail:${PORTSDIR}/deskutils/kdepim44
  .endif

  .if ${PORT_OPTIONS:MKDEPLASMA}


Why would you want to use the (very) old kdepim44?

Regards
Andreas
___
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