mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to 0.0.14. USE_QT= 3. Set MAINTAINER back to ports
This commit is contained in:
parent
c060586f0b
commit
1cdced473e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76210
@ -7,23 +7,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= qgo
|
||||
PORTVERSION= 0.0.11
|
||||
PORTVERSION= 0.0.14
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= kde@freebsd.org
|
||||
MAINTAINER= ports@freebsd.org
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_QT_VER= 2
|
||||
USE_QT_VER= 3
|
||||
GNU_CONFIGURE= yes
|
||||
QTCPPFLAGS+= -DDONT_USE_GETOPT
|
||||
CONFIGURE_ENV= QTDIR=${X11BASE}
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,qt.so,qt2.so,g ; \
|
||||
s,/moc,/moc2,g" ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e "s,-lqt,-lqt2,g" ${WRKSRC}/src/Makefile.in
|
||||
${REINPLACE_CMD} -e "s,libqt.so,libqt-mt.so,; \
|
||||
s,-O2, ${CFLAGS} ${PTHREAD_CFLAGS}," ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS}," ${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qgo-0.0.11.tar.gz) = 490cd4e018ab8eacb0b971571071f335
|
||||
MD5 (qgo-0.0.14.tar.gz) = 4b64772b8b6ab5bc9919904db5e5ab0d
|
||||
|
11
games/qgo/files/patch-board.cpp
Normal file
11
games/qgo/files/patch-board.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/board.cpp.orig Sat Feb 22 23:43:21 2003
|
||||
+++ src/board.cpp Sat Feb 22 23:43:35 2003
|
||||
@@ -2,6 +2,8 @@
|
||||
* board.cpp
|
||||
*/
|
||||
|
||||
+#include <qstack.h>
|
||||
+
|
||||
#include "config.h"
|
||||
#include "setting.h"
|
||||
#include "qgo.h"
|
19
games/qgo/files/patch-boardhandler.cpp
Normal file
19
games/qgo/files/patch-boardhandler.cpp
Normal file
@ -0,0 +1,19 @@
|
||||
--- src/boardhandler.cpp.orig Sat Feb 22 23:15:42 2003
|
||||
+++ src/boardhandler.cpp Sat Feb 22 23:16:09 2003
|
||||
@@ -2,6 +2,8 @@
|
||||
* boardhandler.cpp
|
||||
*/
|
||||
|
||||
+#include <qstack.h>
|
||||
+
|
||||
#include "qgo.h"
|
||||
#include "boardhandler.h"
|
||||
#include "stonehandler.h"
|
||||
@@ -16,7 +18,6 @@
|
||||
#include "setting.h"
|
||||
#include <qapplication.h>
|
||||
#include <qclipboard.h>
|
||||
-#include <qstack.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#define MARK_TERRITORY_VISITED 99
|
15
games/qgo/files/patch-noderesults.cpp
Normal file
15
games/qgo/files/patch-noderesults.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
--- src/noderesults.cpp.orig Sat Feb 22 23:18:46 2003
|
||||
+++ src/noderesults.cpp Sat Feb 22 23:19:13 2003
|
||||
@@ -2,10 +2,11 @@
|
||||
* noderesults.cpp
|
||||
*/
|
||||
|
||||
+#include <qstack.h>
|
||||
+
|
||||
#include "noderesults.h"
|
||||
#include "move.h"
|
||||
#include "icons.h"
|
||||
-#include <qstack.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qiconview.h>
|
||||
#include <qpushbutton.h>
|
16
games/qgo/files/patch-tree.cpp
Normal file
16
games/qgo/files/patch-tree.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
--- src/tree.cpp.orig Sat Feb 22 23:13:45 2003
|
||||
+++ src/tree.cpp Sat Feb 22 23:13:52 2003
|
||||
@@ -2,11 +2,12 @@
|
||||
* tree.cpp
|
||||
*/
|
||||
|
||||
+#include <qstack.h>
|
||||
+
|
||||
#include "tree.h"
|
||||
#include "move.h"
|
||||
#include "qgo.h"
|
||||
#include <iostream.h>
|
||||
-#include <qstack.h>
|
||||
|
||||
Tree::Tree(int board_size)
|
||||
{
|
@ -1,11 +1,15 @@
|
||||
bin/qgo
|
||||
share/qgo/sounds/stone.au
|
||||
bin/qGo
|
||||
share/qgo/sounds/enter.wav
|
||||
share/qgo/sounds/match.wav
|
||||
share/qgo/sounds/leave.wav
|
||||
share/qgo/sounds/say.wav
|
||||
share/qgo/sounds/gameend.wav
|
||||
share/qgo/sounds/pass.wav
|
||||
share/qgo/sounds/stone.wav
|
||||
share/qgo/sounds/talk.wav
|
||||
share/qgo/sounds/tictoc.wav
|
||||
share/qgo/translations/qgo_de.qm
|
||||
share/qgo/translations/qgo_fr.qm
|
||||
@dirrm share/qgo/sounds
|
||||
@dirrm share/qgo/translations
|
||||
@dirrm share/qgo
|
||||
share/doc/qgo/html/images/note.png
|
||||
share/doc/qgo/html/images/tip.png
|
||||
share/doc/qgo/html/images/warning.png
|
||||
@ -24,3 +28,6 @@ share/doc/qgo/html/pr01.html
|
||||
@dirrm share/doc/qgo/html/images
|
||||
@dirrm share/doc/qgo/html
|
||||
@dirrm share/doc/qgo
|
||||
@dirrm share/qgo/sounds
|
||||
@dirrm share/qgo/translations
|
||||
@dirrm share/qgo
|
||||
|
Loading…
Reference in New Issue
Block a user