Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2007 16:30:20 GMT
From:      "Yinghong.Liu" <liu_yinghong@yahoo.com.cn>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/113824: New port:emulators/qtemu A graphical user interface for QEMU written in Qt4
Message-ID:  <200706191630.l5JGUK7j057204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/113824; it has been noted by GNATS.

From: "Yinghong.Liu" <liu_yinghong@yahoo.com.cn>
To: bug-followup@FreeBSD.org, relaxbsd@gmail.com
Cc:  
Subject: Re: ports/113824: New port:emulators/qtemu A graphical user
	interface for QEMU written in Qt4
Date: Tue, 19 Jun 2007 17:21:31 +0800

 Fix some problem.
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=113824
 
 diff -uNr qtemu.orig/Makefile qtemu/Makefile
 --- qtemu.orig/Makefile	Tue Jun 19 17:15:05 2007
 +++ qtemu/Makefile	Tue Jun 19 17:19:23 2007
 @@ -14,7 +14,6 @@
  COMMENT=	A graphical user interface for QEMU written in Qt4
  
  BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
 -
  RUN_DEPEND=	qemu:${PORTSDIR}/emulators/qemu
  
  WRKSRC=		${WRKDIR}/${PORTNAME}
 @@ -23,7 +22,7 @@
  		-DCMAKE_C_COMPILER:STRING='${CC}' \
  		-DCMAKE_CXX_COMPILER:STRING=${CXX} \
  		-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS} -pthread" \
 -		-DCMAKE_INSTALL_PREFIX=${PREFIX} \
 +		-DCMAKE_INSTALL_PREFIX=${PREFIX}
  
  USE_BZIP2=	yes
  USE_QT_VER=	4
 @@ -34,7 +33,7 @@
  
  do-configure:
  	@(cd ${WRKSRC}; \
 -	${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/cmake ${CMAKE_ARGS} ${PATCH_WRKSRC})
 +	${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/cmake ${CMAKE_ARGS} ${WRKSRC})
  
  post-install:
  .if !defined(NOPORTDOCS)
 



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