From owner-freebsd-ports Fri Jan 10 7:10:43 2003 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 DAC5F37B40C for ; Fri, 10 Jan 2003 07:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B8C43F80 for ; Fri, 10 Jan 2003 07:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0AFA8NS011429 for ; Fri, 10 Jan 2003 07:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0AFA8HZ011428; Fri, 10 Jan 2003 07:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0972537B401 for ; Fri, 10 Jan 2003 07:00:21 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F6343F5B for ; Fri, 10 Jan 2003 07:00:18 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 38CF9741 for ; Sat, 11 Jan 2003 00:00:14 +0900 (JST) Message-Id: <20030110235802.4dbb6060.tkato@prontomail.com> Date: Fri, 10 Jan 2003 23:58:02 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46939: Update port: games/nethack34 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: 46939 >Category: ports >Synopsis: Update port: games/nethack34 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 10 07:10:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Convert to support Qt3 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/nethack34/Makefile games/nethack34/Makefile --- /usr/ports/games/nethack34/Makefile Tue Sep 10 20:11:12 2002 +++ games/nethack34/Makefile Mon Nov 11 08:49:19 2002 @@ -37,10 +37,12 @@ USE_GNOME= yes GRAPHICS= GNOME_GRAPHICS .elif defined(WITH_QT_GRAPHICS) +PORTREVISION= 1 PKGNAMESUFFIX= -qt -USE_QT_VER= 2 -MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \ - MOC="${MOC}" LIBQT="-l${QTNAME}" +USE_QT_VER= 3 +MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ + QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" \ + MOC="${MOC}" LIBQT="-lqt-mt" GRAPHICS= QT_GRAPHICS .elif defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message