Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 14:49:42 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341193 - head/emulators/qemu
Message-ID:  <201401261449.s0QEngVa079240@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Sun Jan 26 14:49:41 2014
New Revision: 341193
URL: http://svnweb.freebsd.org/changeset/ports/341193
QAT: https://qat.redports.org/buildarchive/r341193/

Log:
  - Update LIB_DEPENDS.
  - Rewrite NOPORTDOCS.
  - Stagify.

Modified:
  head/emulators/qemu/Makefile
  head/emulators/qemu/pkg-plist

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Sun Jan 26 14:47:56 2014	(r341192)
+++ head/emulators/qemu/Makefile	Sun Jan 26 14:49:41 2014	(r341193)
@@ -19,7 +19,6 @@ USES=		gmake perl5
 USE_PERL5=	build
 PATCH_STRIP=	-p1
 MAKE_ENV+=	BSD_MAKE="${MAKE}"
-MAN1=		qemu.1 qemu-img.1
 ONLY_FOR_ARCHS=	amd64 i386
 CONFLICTS=	qemu-devel-[0-9]*
 
@@ -38,7 +37,6 @@ ADD_AUDIO_DESC=		Emulate more audio hard
 ALL_TARGETS_DESC=	Also build non-x86 targets
 OPTIONS_DEFAULT=	SDL GNUTLS CURL PCAP GNS3 CDROM_DMA ALL_TARGETS
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if empty(PORT_OPTIONS:MALL_TARGETS)
@@ -61,13 +59,13 @@ USE_SDL=	sdl
 .if empty(PORT_OPTIONS:MGNUTLS)
 CONFIGURE_ARGS+=	--disable-vnc-tls
 .else
-LIB_DEPENDS+=	gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls
 .endif
 
 .if empty(PORT_OPTIONS:MCURL)
 CONFIGURE_ARGS+=	--disable-curl
 .else
-LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl
 .endif
 
 .if ${PORT_OPTIONS:MPCAP}
@@ -92,10 +90,11 @@ RUN_DEPENDS+=	kqemu-kmod-devel>=1.4.0pre
 CONFIGURE_ARGS+=	--disable-kqemu
 .endif
 
-.if defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
+BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html
+.else
 MAKE_ARGS+=	NOPORTDOCS=1
 .else
-BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html
 .endif
 
 .if !defined(STRIP) || ${STRIP} == ""
@@ -154,14 +153,7 @@ post-configure:
 .endif
 
 post-install:
-	@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${PREFIX}/etc
-	@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${PREFIX}/etc
-	@if [ ! -f ${PREFIX}/etc/qemu-ifup ]; then \
-	    ${CP} -p ${PREFIX}/etc/qemu-ifup.sample ${PREFIX}/etc/qemu-ifup ; \
-	fi
-	@if [ ! -f ${PREFIX}/etc/qemu-ifdown ]; then \
-	    ${CP} -p ${PREFIX}/etc/qemu-ifdown.sample ${PREFIX}/etc/qemu-ifdown ; \
-	fi
-	@${CAT} ${PKGMESSAGE}
+	@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${STAGEDIR}${PREFIX}/etc
+	@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc
 
 .include <bsd.port.post.mk>

Modified: head/emulators/qemu/pkg-plist
==============================================================================
--- head/emulators/qemu/pkg-plist	Sun Jan 26 14:47:56 2014	(r341192)
+++ head/emulators/qemu/pkg-plist	Sun Jan 26 14:49:41 2014	(r341193)
@@ -16,6 +16,8 @@ bin/qemu-img
 %%ALLTARGETS%%bin/qemu-system-sparc
 %%ALLTARGETS%%bin/qemu-system-sparc64
 bin/qemu-system-x86_64
+man/man1/qemu.1.gz
+man/man1/qemu-img.1.gz
 @unexec if cmp -s %D/etc/qemu-ifup.sample %D/etc/qemu-ifup; then rm -f %D/etc/qemu-ifup; fi
 etc/qemu-ifup.sample
 @exec if [ ! -f %D/etc/qemu-ifup ] ; then cp -p %D/%F %B/qemu-ifup; fi



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