[Midnightbsd-cvs] mports [19006] fix some of the depends checking

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 15 20:45:38 EDT 2015


Revision: 19006
          http://svnweb.midnightbsd.org/mports/?rev=19006
Author:   laffer1
Date:     2015-05-15 20:45:37 -0400 (Fri, 15 May 2015)
Log Message:
-----------
fix some of the depends checking

Modified Paths:
--------------
    trunk/emulators/qemu/Makefile
    trunk/emulators/qemu/pkg-message

Added Paths:
-----------
    trunk/emulators/qemu/files/patch-configure_1

Removed Paths:
-------------
    trunk/emulators/qemu/files/patch-ac

Property Changed:
----------------
    trunk/emulators/qemu/pkg-message

Modified: trunk/emulators/qemu/Makefile
===================================================================
--- trunk/emulators/qemu/Makefile	2015-05-16 00:40:29 UTC (rev 19005)
+++ trunk/emulators/qemu/Makefile	2015-05-16 00:45:37 UTC (rev 19006)
@@ -2,29 +2,26 @@
 
 PORTNAME=	qemu
 PORTVERSION=	0.11.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
+MASTER_SITES=	SAVANNAH \
 		http://bellard.org/qemu/
-MASTER_SITE_SUBDIR=	qemu
 DIST_SUBDIR=	qemu
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	QEMU CPU Emulator
+
 LICENSE=	gpl2
 
 HAS_CONFIGURE=	yes
+USES=		gmake
 USE_GCC=	any
-USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
 PATCH_STRIP=	-p1
 MAKE_ENV+=	BSD_MAKE="${MAKE}"
-MAN1=		qemu.1 qemu-img.1
-ONLY_FOR_ARCHS=	amd64 i386
-MAKE_JOBS_SAFE=	yes
 
 OPTIONS_DEFINE=	KQEMU RTL8139_TIMER SAMBA SDL GNUTLS CURL PCAP GNS3 \
-		CDROM_DMA ADD_AUDIO ALL_TARGETS
+		CDROM_DMA ADD_AUDIO ALL_TARGETS DOCS
 KQEMU_DESC=		Build with (alpha!) accelerator module
 RTL8139_TIMER_DESC=	allow use of re(4) nic with FreeBSD guests
 SAMBA_DESC=		samba dependency (for -smb)
@@ -36,7 +33,7 @@
 CDROM_DMA_DESC=		IDE CDROM DMA
 ADD_AUDIO_DESC=		Emulate more audio hardware (experimental!)
 ALL_TARGETS_DESC=	Also build non-x86 targets
-OPTIONS_DEFAULT=	SDL GNUTLS CURL PCAP GNS3 CDROM_DMA ALL_TARGETS
+OPTIONS_DEFAULT=	SDL GNUTLS CURL PCAP GNS3 CDROM_DMA
 
 .include <bsd.mport.options.mk>
 

Deleted: trunk/emulators/qemu/files/patch-ac
===================================================================
--- trunk/emulators/qemu/files/patch-ac	2015-05-16 00:40:29 UTC (rev 19005)
+++ trunk/emulators/qemu/files/patch-ac	2015-05-16 00:45:37 UTC (rev 19006)
@@ -1,10 +0,0 @@
-Index: qemu/configure
-@@ -868,7 +868,7 @@
- sdl_too_old=no
- 
- if test "$sdl" = "yes" ; then
--    sdl_config="sdl-config"
-+    sdl_config="${SDL_CONFIG}"
-     sdl=no
-     sdl_static=no
- 

Copied: trunk/emulators/qemu/files/patch-configure_1 (from rev 18924, trunk/emulators/qemu/files/patch-ac)
===================================================================
--- trunk/emulators/qemu/files/patch-configure_1	                        (rev 0)
+++ trunk/emulators/qemu/files/patch-configure_1	2015-05-16 00:45:37 UTC (rev 19006)
@@ -0,0 +1,10 @@
+Index: qemu/configure
+@@ -868,7 +868,7 @@
+ sdl_too_old=no
+ 
+ if test "$sdl" = "yes" ; then
+-    sdl_config="sdl-config"
++    sdl_config="${SDL_CONFIG}"
+     sdl=no
+     sdl_static=no
+ 

Modified: trunk/emulators/qemu/pkg-message
===================================================================
--- trunk/emulators/qemu/pkg-message	2015-05-16 00:40:29 UTC (rev 19005)
+++ trunk/emulators/qemu/pkg-message	2015-05-16 00:45:37 UTC (rev 19006)
@@ -45,7 +45,7 @@
   the same way.
 
 - The -smb option (smb-export local dir to guest using the default
-  slirp networking) needs the net/samba34 port/package installed
+  slirp networking) needs the net/samba36 port/package installed
   in addition to qemu.
 
 - If you want to use usb devices connected to the host in the guest


Property changes on: trunk/emulators/qemu/pkg-message
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list