Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2014 16:26:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371758 - in head/games/djgame2: . files
Message-ID:  <201410301626.s9UGQWQk014377@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410301626.s9UGQWQk014377>