Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Apr 2009 23:34:05 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, ehaupt@FreeBSD.org
Subject:   ports/133275: [PATCH] sysutils/most: Cannot parallel compile
Message-ID:  <20090401153405.429377E81C@colo-p.gslin.org>
Resent-Message-ID: <200904011540.n31Fe1QU089883@freefall.freebsd.org>

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

>Number:         133275
>Category:       ports
>Synopsis:       [PATCH] sysutils/most: Cannot parallel compile
>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:   Wed Apr 01 15:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gslin 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009
>Description:
- Remove MAKE_JOBS_SAFE since it's not safe to compile parallel actually.

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

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

--- most-5.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/most/Makefile /home/staff/gslin/work/ports/most/Makefile
--- /usr/ports/sysutils/most/Makefile	2009-03-27 17:53:33.000000000 +0800
+++ /home/staff/gslin/work/ports/most/Makefile	2009-04-01 23:33:00.000000000 +0800
@@ -21,7 +21,6 @@
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-mmap
-MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	bin/most
 PORTDOCS=	README changes.txt lesskeys.rc most-fun.txt most.doc most.rc
--- most-5.0.0.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?20090401153405.429377E81C>