ports/145839: [PATCH] emulators/qemu-devel: only build perl dep

Bapt baptiste.daroussin at gmail.com
Mon Apr 19 13:00:11 UTC 2010


>Number:         145839
>Category:       ports
>Synopsis:       [PATCH] emulators/qemu-devel: only build 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:11 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:
It seems to only build depend on perl + some cosmetic for portlint

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

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

--- qemu-devel-0.12.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/emulators/qemu-devel.orig/Makefile /usr/ports/emulators/qemu-devel/Makefile
--- /usr/ports/emulators/qemu-devel.orig/Makefile	2010-04-14 09:04:51.000000000 +0200
+++ /usr/ports/emulators/qemu-devel/Makefile	2010-04-19 14:52:53.136285093 +0200
@@ -22,7 +22,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
@@ -43,10 +43,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
@@ -95,7 +95,7 @@
 .endif
 
 .if ${ARCH} == "powerpc"
-MAKE_ARGS+=     ARCH=ppc
+MAKE_ARGS+=	ARCH=ppc
 .endif
 
 pre-patch:
--- qemu-devel-0.12.3_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list