ports/147453: [PATCH] mail/elm: Fix fetch, not make jobs safe
Philip M. Gollucci
pgollucci at p6m7g8.com
Thu Jun 3 22:30:07 UTC 2010
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list