Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2009 18:09:51 +0100 (CET)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        naddy@FreeBSD.org
Subject:   ports/133014: [PATCH] archivers/gtar: mark MAKE_JOBS_SAFE
Message-ID:  <20090324170951.624C24AD7E@mail.vx.sk>
Resent-Message-ID: <200903241710.n2OHA3NC097076@freefall.freebsd.org>

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

>Number:         133014
>Category:       ports
>Synopsis:       [PATCH] archivers/gtar: mark MAKE_JOBS_SAFE
>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:   Tue Mar 24 17:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 7.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD neo2 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #11 r179970M: Thu Jan 15 23:58:53 CET
>Description:
Mark MAKE_JOBS_SAFE for SMP compilation.

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

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

--- gtar-1.22.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/archivers/gtar/Makefile,v
retrieving revision 1.64
diff -u -r1.64 Makefile
--- Makefile	10 Mar 2009 14:25:51 -0000	1.64
+++ Makefile	24 Mar 2009 17:09:25 -0000
@@ -25,6 +25,7 @@
 USE_BZIP2=	yes
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ARGS=	--program-prefix=g
 CONFIGURE_ENV=	CPPFLAGS='-I${LOCALBASE}/include' \
 		LDFLAGS='-L${LOCALBASE}/lib ${LDSTATIC}' \
--- gtar-1.22.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?20090324170951.624C24AD7E>