bluedj contains many popular online games in China, such as mahjong, poker and chess. It has a large number of games and game players. WWW: http://www.bluedj.com/
Please replace the line: MAKE_ENV= QMAKESPEC="{QMAKESPEC}" with: MAKE_ENV= QMAKESPEC="${QMAKESPEC}" Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=112430
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->feedback Ask for maintainer fix.
Change the maintainer's e-mail(old mail address have problem) Add the depend:qt4-uic.Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=112430 diff -uNr djgame2.orig/Makefile djgame2/Makefile --- djgame2.orig/Makefile Wed May 30 06:55:40 2007 +++ djgame2/Makefile Wed May 30 07:11:40 2007 @@ -1,6 +1,6 @@ # New ports collection makefile for: djgame2 # Date created: 4 May 2007 -# Whom: Yinghong.Liu <liuyh@gmx.net> +# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> # # $FreeBSD$ # @@ -12,13 +12,13 @@ DISTNAME= source-${PORTVERSION} EXTRACT_SUFX= .zip -MAINTAINER= liuyh@gmx.net +MAINTAINER= liu_yinghong@yahoo.com.cn COMMENT= bluedj contains many popular online games NO_BUILD= yes USE_ZIP= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake gui moc qt3support +QT_COMPONENTS= qmake gui moc qt3support uic QMAKE?= qmake-qt4 QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
The new patch. Add the depend: qt4-rcc. Thanks. :) http://www.freebsd.org/cgi/query-pr.cgi?pr=112430 diff -uNr djgame2.orig/Makefile djgame2/Makefile --- djgame2.orig/Makefile Wed May 30 13:41:42 2007 +++ djgame2/Makefile Wed May 30 13:35:21 2007 @@ -1,6 +1,6 @@ # New ports collection makefile for: djgame2 # Date created: 4 May 2007 -# Whom: Yinghong.Liu <liuyh@gmx.net> +# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> # # $FreeBSD$ # @@ -12,13 +12,13 @@ DISTNAME= source-${PORTVERSION} EXTRACT_SUFX= .zip -MAINTAINER= liuyh@gmx.net +MAINTAINER= liu_yinghong@yahoo.com.cn COMMENT= bluedj contains many popular online games NO_BUILD= yes USE_ZIP= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake gui moc qt3support +QT_COMPONENTS= qmake gui moc qt3support uic rcc QMAKE?= qmake-qt4 QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
miwi 2007-06-04 10:08:02 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/djgame2 Makefile distinfo pkg-descr pkg-plist games/djgame2/files djgame2.desktop.in startdjg.in Log: bluedj contains many popular online games in China, such as mahjong, poker and chess. It has a large number of games and game players. WWW: http://www.bluedj.com/ PR: ports/112430 Submitted by: Yinghong.Liu <liuyh at gmx.net> Revision Changes Path 1.1116 +1 -0 ports/games/Makefile 1.1 +59 -0 ports/games/djgame2/Makefile (new) 1.1 +3 -0 ports/games/djgame2/distinfo (new) 1.1 +11 -0 ports/games/djgame2/files/djgame2.desktop.in (new) 1.1 +13 -0 ports/games/djgame2/files/startdjg.in (new) 1.1 +4 -0 ports/games/djgame2/pkg-descr (new) 1.1 +211 -0 ports/games/djgame2/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed New port added. Thanks!