ports/136817: [PATCH] lang/gauche: mark MAKE_JOBS_UNSAFE

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Jul 16 12:20:05 UTC 2009


>Number:         136817
>Category:       ports
>Synopsis:       [PATCH] lang/gauche: mark MAKE_JOBS_UNSAFE
>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:   Thu Jul 16 12:20:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun  1 22:13:51 MSD
>Description:
Mark MAKE_JOBS_UNSAFE, it fails with forced jobs.

While here, use SF macro.

Port maintainer (erik at smluc.org) is cc'd.

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

--- gauche-0.8.13_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/gauche/Makefile,v
retrieving revision 1.50
diff -u -u -r1.50 Makefile
--- Makefile	17 Jun 2008 09:51:11 -0000	1.50
+++ Makefile	15 Jul 2009 17:53:05 -0000
@@ -9,8 +9,7 @@
 PORTVERSION=	0.8.13	# Keep databases/gauche-gdbm in sync with this
 PORTREVISION=	2
 CATEGORIES=	lang scheme
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 DISTNAME=	Gauche-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
@@ -43,6 +42,8 @@
 
 MAN1=		gosh.1 gauche-config.1
 
+MAKE_JOBS_UNSAFE=yes
+
 .if !defined(NOPORTDOCS)
 INFO=		gauche-refe gauche-refj
 .endif
--- gauche-0.8.13_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list