From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 9 08:40:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C12C16A4CE for ; Mon, 9 Aug 2004 08:40:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5520A43D31 for ; Mon, 9 Aug 2004 08:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i798eAjj084543 for ; Mon, 9 Aug 2004 08:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i798eAit084542; Mon, 9 Aug 2004 08:40:10 GMT (envelope-from gnats) Date: Mon, 9 Aug 2004 08:40:10 GMT Message-Id: <200408090840.i798eAit084542@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/70177: [Maintainer update] sysutils/thefish to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 08:40:12 -0000 The following reply was made to PR ports/70177; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, flynn@energyhq.es.eu.org, krion@freebsd.org Cc: Subject: Re: ports/70177: [Maintainer update] sysutils/thefish to 0.6 Date: Mon, 09 Aug 2004 10:33:58 +0200 1) WITH_QT does not work on -STABLE: moc -o qt_ui_priv.moc qt_ui_priv.h c++ -O -pipe -g -fmemoize-lookups -fsave-memoized -Wall -DWITH_QT -I/usr/X11R6/include -fmemoize-lookups -fsave-memoized -c qt_ui.C qt_ui.C: In function `int create_qt_ui(RC_NODE *, int, RC_NODE *, int, int, char **)': qt_ui.C:169: implicit declaration of function `int read(...)' qt_ui.C:170: implicit declaration of function `int close(...)' qt_ui.C:194: warning: unused variable `class QColor mygray' qt_ui.C: In method `void MyDialogs::DoSave()': qt_ui.C:521: implicit declaration of function `int time(...)' qt_ui.C:522: implicit declaration of function `int ctime_r(...)' *** Error code 1 Stop in /usr/ports/sysutils/thefish/work/thefish-0.6. 2) You're (ab)using pkg-message, remember that this also gets displayed when installing the package. 3) You should probably make WITH_QT/GTK+ change pkg-suffix Apologies to krion@ who was 30 secs faster :) Kirill, would you mind reopening it? Volker