ports/113824: New port:emulators/qtemu A graphical user interface for QEMU written in Qt4

Yinghong.Liu liu_yinghong at yahoo.com.cn
Tue Jun 19 16:20:15 UTC 2007


The following reply was made to PR ports/113824; it has been noted by GNATS.

From: "Yinghong.Liu" <liu_yinghong at yahoo.com.cn>
To: bug-followup at FreeBSD.org, relaxbsd at gmail.com, liu_yinghong at yahoo.com.cn
Cc:  
Subject: Re: ports/113824: New port:emulators/qtemu A graphical user
	interface for QEMU written in Qt4
Date: Tue, 19 Jun 2007 21:40:51 +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)
 



More information about the freebsd-ports-bugs mailing list