Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2010 14:51:30 +0200
From:      Bapt <baptiste.daroussin@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nox@FreeBSD.org
Subject:   ports/145838: [PATCH] emulators/qemu: build only perl dep
Message-ID:  <d2126@azathoth.lan>
Resent-Message-ID: <201004191300.o3JD0AhO034287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145838
>Category:       ports
>Synopsis:       [PATCH] emulators/qemu: build only perl dep
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 19 13:00:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bapt
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.0-STABLE FreeBSD 8.0-STABLE #3: Sun Jan 10 20:39:38 CET 2010
>Description:
Seems to only build depend on perl and some cosmetic for portlint

Port maintainer (nox@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- qemu-0.11.1_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/emulators/qemu.orig/Makefile /usr/ports/emulators/qemu/Makefile
--- /usr/ports/emulators/qemu.orig/Makefile	2010-04-14 09:04:51.000000000 +0200
+++ /usr/ports/emulators/qemu/Makefile	2010-04-19 14:50:28.532230225 +0200
@@ -19,7 +19,7 @@
 
 HAS_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_PERL5=	yes
+USE_PERL5_BUILD=	yes
 PATCH_STRIP=	-p1
 MAKE_ENV+=	BSD_MAKE="${MAKE}" LDFLAGS="${LDFLAGS}"
 MAN1=		qemu.1 qemu-img.1
@@ -41,10 +41,10 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITHOUT_ALL_TARGETS)
-CONFIGURE_ARGS+=       --target-list=i386-softmmu,x86_64-softmmu
-PLIST_SUB+=    ALLTARGETS="@comment "
+CONFIGURE_ARGS+=	--target-list=i386-softmmu,x86_64-softmmu
+PLIST_SUB+=	ALLTARGETS="@comment "
 .else
-PLIST_SUB+=    ALLTARGETS=""
+PLIST_SUB+=	ALLTARGETS=""
 .endif
 
 WITHOUT_CPU_CFLAGS=yes	#to avoid problems with register allocation
--- qemu-0.11.1_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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