From: Dominic Fandrey on
Just out of curiosity, is anyone working on porting k3b 2.0?
I'd like to get rid of the KDE3 legacy. Especially, because
kdelibs3 is such a pain to build (fails if openssl-1.0 is present).

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?
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Dominic Fandrey on
On 28/07/2010 11:23, Julian H. Stacey wrote:
> Dominic Fandrey wrote:
>> Just out of curiosity, is anyone working on porting k3b 2.0?
>> I'd like to get rid of the KDE3 legacy. Especially, because
>> kdelibs3 is such a pain to build (fails if openssl-1.0 is present).
>
> I've seen kdelibs fail on 2 x amd64 8.1-RC2, breaking build of
> graphics/digikam sysutils/k3b x11/kde3 editors/koffice-kde3
>
> openssl would be hard to avoid as:
> pkg_info -R /var/db/pkg/openssl-1.0.0_2
> ...

I do it the ugly way:
# pkg_create -b openssl-1.0.0_2
# pkg_delete -f openssl-1.0.0_2
rebuild kdelibs3
# pkg_add openssl-1.0.0_2.tbz

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?
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Julian H. Stacey" on
Dominic Fandrey wrote:
> Just out of curiosity, is anyone working on porting k3b 2.0?
> I'd like to get rid of the KDE3 legacy. Especially, because
> kdelibs3 is such a pain to build (fails if openssl-1.0 is present).

I've seen kdelibs fail on 2 x amd64 8.1-RC2, breaking build of
graphics/digikam sysutils/k3b x11/kde3 editors/koffice-kde3

openssl would be hard to avoid as:
pkg_info -R /var/db/pkg/openssl-1.0.0_2
Information for openssl-1.0.0_2: Required by:
xorg-server-1.7.5,1 gnome-vfs-2.24.3_1 xf86-input-mouse-1.5.0
xf86-input-keyboard-1.4.0 xf86-video-ati-6.13.0 xf86-video-mach64-6.8.2
xf86-video-nv-2.1.17 xf86-video-r128-6.8.1 xf86-video-radeonhd-1.3.0_3
xf86-video-vesa-2.3.0 xf86-video-openchrome-0.2.904_2
xf86-video-intel-2.7.1_3 xorg-drivers-7.5 xorg-7.5 xf86-video-chips-1.2.2
xf86-video-fbdev-0.4.1 xf86-video-neomagic-1.2.4
postgresql-client-8.2.17_1 postgresql-libpqxx-2.6.9_2 libgnome-2.30.0_1
libbonoboui-2.24.3_1 libgnomeui-2.24.3_1 libgsf-gnome-1.14.18
vlc-1.0.6_3,3 gtkam-gnome-0.1.17 etherape-0.9.9_1 links-0.98,1
gnumeric-1.10.7

Cheers,
Julian
--
Julian Stacey: BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
Mail plain text. Not HTML, Not quoted-printable, Not Base64.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: ajtiM on
On Wednesday 28 July 2010 03:13:56 Dominic Fandrey wrote:
> Just out of curiosity, is anyone working on porting k3b 2.0?
> I'd like to get rid of the KDE3 legacy. Especially, because
> kdelibs3 is such a pain to build (fails if openssl-1.0 is present).
>
> Regards

I did install Arch Linux on my wifes computer and K3b works very good. I don't
know why I didn't do this one year ago.

Mitja
--------
http://starikarp.redbubble.com
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Julian H. Stacey" on
Dominic Fandrey wrote:
> On 28/07/2010 11:23, Julian H. Stacey wrote:
> > Dominic Fandrey wrote:
> >> Just out of curiosity, is anyone working on porting k3b 2.0?
> >> I'd like to get rid of the KDE3 legacy. Especially, because
> >> kdelibs3 is such a pain to build (fails if openssl-1.0 is present).
> >
> > I've seen kdelibs fail on 2 x amd64 8.1-RC2, breaking build of
> > graphics/digikam sysutils/k3b x11/kde3 editors/koffice-kde3
> >
> > openssl would be hard to avoid as:
> > pkg_info -R /var/db/pkg/openssl-1.0.0_2
> > ...
>
> I do it the ugly way:
> # pkg_create -b openssl-1.0.0_2
> # pkg_delete -f openssl-1.0.0_2
> rebuild kdelibs3
> # pkg_add openssl-1.0.0_2.tbz

Thanks Dominic !

Cheers,
Julian
--
Julian Stacey: BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
Mail plain text. Not HTML, Not quoted-printable, Not Base64.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"