Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2012 16:43:33 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sunpoet@FreeBSD.org
Subject:   ports/164589: [PATCH] databases/p5-Tie-LevelDB: add MAKE_JOBS_UNSAFE as this fails otherwise for me
Message-ID:  <201201282143.q0SLhXiZ039088@meatwad.mouf.net>
Resent-Message-ID: <201201282150.q0SLoAxD063239@freefall.freebsd.org>

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

>Number:         164589
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Tie-LevelDB: add MAKE_JOBS_UNSAFE as this fails otherwise for me
>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:   Sat Jan 28 21:50:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #8: Mon Dec 19 15:53:28 EST 2011
>Description:
see patch

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

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

--- p5-Tie-LevelDB-0.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Tie-LevelDB/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	15 Nov 2011 15:49:47 -0000	1.2
+++ Makefile	28 Jan 2012 21:43:17 -0000
@@ -17,6 +17,7 @@
 LIB_DEPENDS=	leveldb:${PORTSDIR}/databases/leveldb
 
 MAKE_ARGS=	CC=${CXX}
+MAKE_JOBS_UNSAFE=	yes
 PERL_CONFIGURE=	yes
 
 MAN3=		Tie::LevelDB.3
--- p5-Tie-LevelDB-0.07.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?201201282143.q0SLhXiZ039088>