pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games Fix problems building nethack-qt seen in the bul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/963b1970ad93
branches:  trunk
changeset: 480501:963b1970ad93
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Sep 11 13:38:46 2004 +0000

description:
Fix problems building nethack-qt seen in the bulkbuilds by switching
from qt2 to qt3.
Bump PKGREVISION.

diffstat:

 games/nethack-qt/Makefile         |  5 +++--
 games/nethack-qt/distinfo         |  4 ++--
 games/nethack-qt/patches/patch-ah |  4 ++--
 games/nethack/Makefile            |  4 ++--
 4 files changed, 9 insertions(+), 8 deletions(-)

diffs (75 lines):

diff -r 59796e1765bf -r 963b1970ad93 games/nethack-qt/Makefile
--- a/games/nethack-qt/Makefile Sat Sep 11 13:15:34 2004 +0000
+++ b/games/nethack-qt/Makefile Sat Sep 11 13:38:46 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2004/04/11 22:57:11 snj Exp $
+# $NetBSD: Makefile,v 1.38 2004/09/11 13:38:46 markd Exp $
 #
 
 .include               "../nethack-lib/Makefile.common"
 
 PKGNAME=               nethack-qt-${NETHACK_VERSION}
+PKGREVISION=           1
 CATEGORIES+=           x11
 
 COMMENT=               The QT-Enhanced X11 version of NetHack
@@ -25,6 +26,6 @@
        @${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${PREFIX}/share/${NETHACK_DIR}
 
 .include "../../graphics/xpm/buildlink3.mk"
-.include "../../x11/qt2-libs/buildlink3.mk"
+.include "../../x11/qt3-libs/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 59796e1765bf -r 963b1970ad93 games/nethack-qt/distinfo
--- a/games/nethack-qt/distinfo Sat Sep 11 13:15:34 2004 +0000
+++ b/games/nethack-qt/distinfo Sat Sep 11 13:38:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2004/03/05 15:21:01 pooka Exp $
+$NetBSD: distinfo,v 1.17 2004/09/11 13:38:47 markd Exp $
 
 SHA1 (nethack-343-src.tgz) = c26537093c38152bc0fbcec20468d975b35f59fd
 Size (nethack-343-src.tgz) = 3497458 bytes
@@ -8,5 +8,5 @@
 SHA1 (patch-ae) = a72da6e6bd1af3a8eaed97ecc1fdd1ed4198a5db
 SHA1 (patch-af) = 6e1acdc2ab68c4fe72819a75cf84c58ea382b29e
 SHA1 (patch-ag) = 6aeae6bde079b9c9081f6e32523687010c9bc674
-SHA1 (patch-ah) = 9ebeb33744c86f2d2dd2f6a09eae17a0c2d81c90
+SHA1 (patch-ah) = 947c0627470f655f8e7413239ff7bd33fdc4b46c
 SHA1 (patch-ai) = 6c3b678a5b8123fe902cce1cbe8cce61ff4cf821
diff -r 59796e1765bf -r 963b1970ad93 games/nethack-qt/patches/patch-ah
--- a/games/nethack-qt/patches/patch-ah Sat Sep 11 13:15:34 2004 +0000
+++ b/games/nethack-qt/patches/patch-ah Sat Sep 11 13:38:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.4 2003/09/02 00:30:55 pooka Exp $
+$NetBSD: patch-ah,v 1.5 2004/09/11 13:38:47 markd Exp $
 
 --- sys/unix/Makefile.src.orig 2003-08-30 03:08:04.000000000 +0300
 +++ sys/unix/Makefile.src      2003-09-02 03:17:23.000000000 +0300
@@ -29,7 +29,7 @@
  #
  # libraries for Qt
 -WINQTLIB = -L$(QTDIR)/lib -lqt
-+WINQTLIB = -L$(QTDIR)/lib -lqt -lXpm -lX11 -lICE -lSM -lz -lpng -lXext
++WINQTLIB = -L$(QTDIR)/lib -lqt-mt -lXpm -lX11 -lICE -lSM -lz -lpng -lXext
  #
  # libraries for KDE (with Qt)
  WINKDELIB = -lkdecore -lkdeui -lXext
diff -r 59796e1765bf -r 963b1970ad93 games/nethack/Makefile
--- a/games/nethack/Makefile    Sat Sep 11 13:15:34 2004 +0000
+++ b/games/nethack/Makefile    Sat Sep 11 13:38:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/04/24 22:14:37 jmc Exp $
+# $NetBSD: Makefile,v 1.14 2004/09/11 13:38:46 markd Exp $
 
 # Needed so configure/patch rules don't get pulled in
 NO_BUILD=      yes
@@ -15,7 +15,7 @@
 
 DEPENDS+=      nethack-tty-${NETHACK_VERSION}:../nethack-tty
 DEPENDS+=      nethack-x11-${NETHACK_VERSION}:../nethack-x11
-DEPENDS+=      nethack-qt-${NETHACK_VERSION}:../nethack-qt
+DEPENDS+=      nethack-qt-${NETHACK_VERSION}nb1:../nethack-qt
 
 USE_X11=       yes
 EXTRACT_ONLY=  # empty



Home | Main Index | Thread Index | Old Index