Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2013 22:18:39 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179693: [PATCH] archivers/pxz isn't parallel when build with clang
Message-ID:  <201306182218.r5IMIduC068243@freefall.freebsd.org>
Resent-Message-ID: <201306182220.r5IMK0xa095364@freefall.freebsd.org>

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

>Number:         179693
>Category:       ports
>Synopsis:       [PATCH] archivers/pxz isn't parallel when build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 18 22:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Brooks Davis
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r251226M: Sat Jun 15 19:07:20 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:

When build with clang pxz isn't parallel because clang does not yet support
openmp.

>How-To-Repeat:
	
>Fix:

Build with gcc for now since there is little point in pxz without
parallelism.

Index: Makefile
===================================================================
--- Makefile	(revision 321191)
+++ Makefile	(working copy)
@@ -7,6 +7,7 @@
 
 PORTNAME=	pxz
 PORTVERSION=	0.20101123
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	mm
@@ -20,6 +21,8 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+USE_GCC=	yes
+
 PLIST_FILES=	bin/pxz
 MAN1=	pxz.1
 

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



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