Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 18:22:31 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        toasty@dragondata.com
Subject:   ports/147453: [PATCH] mail/elm: Fix fetch, not make jobs safe
Message-ID:  <201006032222.o53MMVxq000469@frieza.p6m7g8.net>
Resent-Message-ID: <201006032230.o53MU78F022018@freefall.freebsd.org>

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

>Number:         147453
>Category:       ports
>Synopsis:       [PATCH] mail/elm: Fix fetch, not 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:   Thu Jun 03 22:30:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:

Port maintainer (toasty@dragondata.com) is cc'd.

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

--- elm-2.5.8_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/elm/Makefile,v
retrieving revision 1.77
diff -u -u -r1.77 Makefile
--- Makefile	31 May 2010 01:59:38 -0000	1.77
+++ Makefile	3 Jun 2010 22:22:12 -0000
@@ -9,8 +9,7 @@
 PORTVERSION=	2.5.8
 PORTREVISION=	2
 CATEGORIES=	mail
-MASTER_SITES=	ftp://ftp.virginia.edu/pub/elm/ \
-		http://www.dragondata.com/software/
+MASTER_SITES=	http://instinct.org/elm/files/tarballs/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	toasty@dragondata.com
@@ -18,7 +17,9 @@
 
 BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
 
-CFLAGS+= -D_SIZE_T
+MAKE_JOBS_UNSAFE=	yes
+
+CFLAGS+=	-D_SIZE_T
 
 WRKSRC=			${WRKDIR}/elm${PORTVERSION}
 NO_LATEST_LINK=		yes
--- elm-2.5.8_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?201006032222.o53MMVxq000469>