From owner-svn-ports-head@FreeBSD.ORG Thu Oct 30 16:26:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 580CC1DA; Thu, 30 Oct 2014 16:26:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43FB1F85; Thu, 30 Oct 2014 16:26:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9UGQXFR014379; Thu, 30 Oct 2014 16:26:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9UGQWQk014377; Thu, 30 Oct 2014 16:26:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410301626.s9UGQWQk014377@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 30 Oct 2014 16:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371758 - in head/games/djgame2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 16:26:33 -0000 Author: amdmi3 Date: Thu Oct 30 16:26:32 2014 New Revision: 371758 URL: https://svnweb.freebsd.org/changeset/ports/371758 QAT: https://qat.redports.org/buildarchive/r371758/ Log: - Fix build by explicitly linking with -lX11 Added: head/games/djgame2/files/patch-Hall__Hall.pro (contents, props changed) Modified: head/games/djgame2/Makefile Modified: head/games/djgame2/Makefile ============================================================================== --- head/games/djgame2/Makefile Thu Oct 30 16:20:33 2014 (r371757) +++ head/games/djgame2/Makefile Thu Oct 30 16:26:32 2014 (r371758) @@ -14,10 +14,6 @@ COMMENT= bluedj contains many popular on LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/LICENSE.GPL -BROKEN= Fails to link -DEPRECATED= Resurrected but not fixed -EXPIRATION_DATE= 2014-11-29 - USE_QT4= gui qt3support qmake_build uic_build rcc_build moc_build svg USES= dos2unix zip DOS2UNIX_FILES= Base/src/DJGraphicsChessTimerItem.cpp Added: head/games/djgame2/files/patch-Hall__Hall.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/djgame2/files/patch-Hall__Hall.pro Thu Oct 30 16:26:32 2014 (r371758) @@ -0,0 +1,10 @@ +--- Hall/Hall.pro.orig 2014-10-30 15:03:41.000000000 +0300 ++++ Hall/Hall.pro 2014-10-30 15:04:05.000000000 +0300 +@@ -13,6 +13,7 @@ + QT += network xml svg + + LIBS += ../Base/build/libBaseStatic.a ++LIBS += -lX11 + #LIBS += ./libspeex.a + + INCLUDEPATH += ../Base/src include