Date: Fri, 10 Jan 2003 23:58:02 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46939: Update port: games/nethack34 Message-ID: <20030110235802.4dbb6060.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030110235802.4dbb6060.tkato>