Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2009 14:12:56 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141190: [patch] net/tightvnc mark MAKE_JOBS_UNSAFE
Message-ID:  <200912051412.nB5ECuEL098304@www.freebsd.org>
Resent-Message-ID: <200912051420.nB5EK1Ka069755@freefall.freebsd.org>

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

>Number:         141190
>Category:       ports
>Synopsis:       [patch] net/tightvnc mark MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 05 14:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        8-STABLE
>Organization:
>Environment:
FreeBSD klevas.local 8.0-STABLE FreeBSD 8.0-STABLE #0 r200042: Wed Dec  2 22:16:20 EET 2009     root@klevas:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Mark net/tightvnc MAKE_JOBS_UNSAFE.

FORCE_MAKE_JOBS breaks build on amd64 and i386 8-RELEASE. Not tested on other versions.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN net/tightvnc.orig/Makefile net/tightvnc/Makefile
--- net/tightvnc.orig/Makefile	2009-08-22 03:31:46.000000000 +0300
+++ net/tightvnc/Makefile	2009-12-05 14:32:16.223357558 +0200
@@ -15,6 +15,7 @@
 
 MAINTAINER=	itetcu@FreeBSD.org
 COMMENT=	Enhanced version of VNC
+MAKE_JOBS_UNSAFE=	yes
 
 LIB_DEPENDS=	jpeg.10:${PORTSDIR}/graphics/jpeg
 RUN_DEPENDS=	showrgb:${PORTSDIR}/x11/rgb \


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



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