Date: Thu, 16 Jul 2009 16:15:47 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erik@smluc.org Subject: ports/136817: [PATCH] lang/gauche: mark MAKE_JOBS_UNSAFE Message-ID: <20090716121547.294BB108842@hades.panopticon> Resent-Message-ID: <200907161220.n6GCK457063557@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090716121547.294BB108842>