From owner-freebsd-ports Tue Apr 23 1:48: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.takas.lt (mail-src.takas.lt [212.59.31.77]) by hub.freebsd.org (Postfix) with ESMTP id 42D5C37B41A; Tue, 23 Apr 2002 01:48:02 -0700 (PDT) Received: from rolnas.takas.lt ([213.190.49.80]) by mail.takas.lt with Microsoft SMTPSVC(5.0.2195.2966); Tue, 23 Apr 2002 10:47:54 +0200 Received: from rolnas.takas.lt (localhost [127.0.0.1]) by rolnas.takas.lt (8.12.3/8.12.3) with ESMTP id g3N8lpCt073716; Tue, 23 Apr 2002 10:47:51 +0200 (EET) (envelope-from rolnas@rolnas.takas.lt) Received: (from rolnas@localhost) by rolnas.takas.lt (8.12.3/8.12.3/Submit) id g3N8lpc6073715; Tue, 23 Apr 2002 10:47:51 +0200 (EET) Date: Tue, 23 Apr 2002 10:47:51 +0200 From: Rolandas Naujikas To: ports@freebsd.org Cc: kde@freebsd.org Subject: Bugs in KDE 3.0 ports Message-ID: <20020423084751.GA73676@rolnas.takas.lt> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline User-Agent: Mutt/1.3.28i X-OriginalArrivalTime: 23 Apr 2002 08:47:55.0187 (UTC) FILETIME=[8F8A7830:01C1EAA3] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --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