From owner-freebsd-ports Mon Sep 2 2:40:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F03D137B400 for ; Mon, 2 Sep 2002 02:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 082ED43E42 for ; Mon, 2 Sep 2002 02:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g829e2JU093573 for ; Mon, 2 Sep 2002 02:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g829e2GE093572; Mon, 2 Sep 2002 02:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2484337B400 for ; Mon, 2 Sep 2002 02:36:07 -0700 (PDT) Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.131.34.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id C42DE43E4A for ; Mon, 2 Sep 2002 02:36:00 -0700 (PDT) (envelope-from tilman@arved.de) Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1]) by tl.kom.tuwien.ac.at (8.12.5/8.12.5) with ESMTP id g829ZMVh062480; Mon, 2 Sep 2002 11:35:22 +0200 (CEST) (envelope-from tilman@tl.kom.tuwien.ac.at) Received: (from tilman@localhost) by tl.kom.tuwien.ac.at (8.12.5/8.12.5/Submit) id g829ZLfv062479; Mon, 2 Sep 2002 11:35:21 +0200 (CEST) Message-Id: <200209020935.g829ZLfv062479@tl.kom.tuwien.ac.at> Date: Mon, 2 Sep 2002 11:35:21 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de X-Send-Pr-Version: 3.113 Subject: ports/42319: [Maintainer-update] ftp/kbear Fix Build 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 >Number: 42319 >Category: ports >Synopsis: [Maintainer-update] ftp/kbear Fix Build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 02 02:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.6-STABLE i386 >Organization: Vienna University of Technology >Environment: System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: configure fails if xml2pot is not installed. Because I don't want to depend on the kdesdk port, I patched the configure script. Spotted by: markp and "troy" >How-To-Repeat: >Fix: --- kbear-1.diff begins here --- Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure 2 Sep 2002 08:37:01 -0000 @@ -0,0 +1,32 @@ +--- configure.orig Mon Sep 2 10:36:31 2002 ++++ configure Mon Sep 2 10:36:39 2002 +@@ -21352,15 +21352,6 @@ + if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then + echo "$as_me:21353: result: not found" >&5 + echo "${ECHO_T}not found" >&6 +- +- { { echo "$as_me:21356: error: The important program xml2pot was not found! +-Please check whether you installed KDE correctly. +-" >&5 +-echo "$as_me: error: The important program xml2pot was not found! +-Please check whether you installed KDE correctly. +-" >&2;} +- { (exit 1); exit 1; }; } +- + else + echo "$as_me:21365: result: $kde_cv_path" >&5 + echo "${ECHO_T}$kde_cv_path" >&6 +@@ -21479,13 +21470,6 @@ + echo "$as_me:21479: result: not found" >&5 + echo "${ECHO_T}not found" >&6 + +- { { echo "$as_me:21482: error: The important program po2xml was not found! +-Please check whether you installed KDE correctly. +-" >&5 +-echo "$as_me: error: The important program po2xml was not found! +-Please check whether you installed KDE correctly. +-" >&2;} +- { (exit 1); exit 1; }; } + + else + echo "$as_me:21491: result: $kde_cv_path" >&5 --- kbear-1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message