Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 May 2012 22:19:34 -0500
From:      "Bryan Drewery" <bryan@shatow.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167600: [PATCH] irc/gseen.mod: Set MAKE_JOBS_UNSAFE
Message-ID:  <20120505031940.1C444106566B@hub.freebsd.org>
Resent-Message-ID: <201205050320.q453K9dD076798@freefall.freebsd.org>

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

>Number:         167600
>Category:       ports
>Synopsis:       [PATCH] irc/gseen.mod: Set MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 05 03:20:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
	Does not build with FORCE_MAKE_JOBS. Also fixes portlint warning.
>How-To-Repeat:
	Set FORCE_MAKE_JOBS and try building.
>Fix:

	

--- patch-geen.mod.txt begins here ---
--- Makefile.orig	2012-05-04 22:06:01.000000000 -0500
+++ Makefile	2012-05-04 22:17:09.000000000 -0500
@@ -15,17 +15,18 @@
 MAINTAINER=	gerrit.beine@gmx.de
 COMMENT=	A seen-module for the eggdrop IRC bot
 
-USE_TCL=	85+
-
 EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract
 BUILD_DEPENDS=	eggdrop:${PORTSDIR}/irc/eggdrop
 RUN_DEPENDS=	eggdrop:${PORTSDIR}/irc/eggdrop
 
+USE_TCL=	85+
+
 WRKSRC=		${WRKDIR}/eggdrop
 
 CONFIGURE_ARGS=	--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \
 		--with-tclinc=${TCL_INCLUDEDIR}/tcl.h
 
+MAKE_JOBS_UNSAFE=	yes
 GNU_CONGFIGURE=	yes
 
 do-extract:
--- patch-geen.mod.txt ends here ---


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



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