Date: Tue, 23 Apr 2002 10:47:51 +0200 From: Rolandas Naujikas <rolnas@takas.lt> To: ports@freebsd.org Cc: kde@freebsd.org Subject: Bugs in KDE 3.0 ports Message-ID: <20020423084751.GA73676@rolnas.takas.lt>
next in thread | raw e-mail | index | archive | help
--45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I compiled x11/kde3 meta-port and have those errors: 1. To compile games/kdegames3 we need patch patch-ksirtet::lib::wizard.cpp 2. Port graphics/kdegraphics3 is missing runtime dependency on print/ghostscript -gnu (impossible to view nor *.ps nor *.pdf files) and possible some note about print/teTeX for kdvi. 3. Konqueror crash many times - need investigations. --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-ksirtet::lib::wizard.cpp" --- ksirtet/lib/wizard.cpp.orig Sat Jan 26 18:44:15 2002 +++ ksirtet/lib/wizard.cpp Tue Apr 23 10:21:09 2002 @@ -24,7 +24,7 @@ #ifdef __bsdi__ #define IPPORT_USERRESERVED IPPORT_DYNAMIC #endif -#if defined(__NetBSD__) || defined(__sgi) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__sgi) #define IPPORT_USERRESERVED IPPORT_RESERVED #endif #define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED --45Z9DzgjV8m4Oswq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020423084751.GA73676>