Date: Mon, 2 Sep 2002 11:35:21 +0200 (CEST) From: Tilman Linneweh <tilman@arved.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de Subject: ports/42319: [Maintainer-update] ftp/kbear Fix Build Message-ID: <200209020935.g829ZLfv062479@tl.kom.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
>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" <sindrome@sindrome.net> >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209020935.g829ZLfv062479>