Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2010 18:11:05 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143491: [MAINTAINTER] [PATCH] graphics/tumble Set MAKE_JOBS_SAFE, add WWW
Message-ID:  <201002021811.o12IB55s092918@www.freebsd.org>
Resent-Message-ID: <201002021820.o12IK1l7066130@freefall.freebsd.org>

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

>Number:         143491
>Category:       ports
>Synopsis:       [MAINTAINTER] [PATCH] graphics/tumble Set MAKE_JOBS_SAFE, add WWW
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 02 18:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203366: Mon Feb  1 17:42:33 PST 2010     rfarmer@coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
* Set MAKE_JOBS_SAFE
* Add WWW forgotten at original submission
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/tumble/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	14 Jan 2010 04:27:09 -0000	1.1
+++ Makefile	2 Feb 2010 17:29:14 -0000
@@ -21,6 +21,8 @@
 USE_GMAKE=	yes
 USE_BISON=	build
 
+MAKE_JOBS_SAFE=	yes
+
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/graphics/tumble/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	14 Jan 2010 04:27:10 -0000	1.1
+++ pkg-descr	2 Feb 2010 17:38:24 -0000
@@ -9,3 +9,5 @@
 The current version of Tumble will only work on little-endian systems,
 such as x86, VAX, and Alpha.  The byte order dependencies will be fixed
 in a later release.
+
+WWW: http://tumble.brouhaha.com/


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002021811.o12IB55s092918>