From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 5 03:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAEE6106566B for ; Sat, 5 May 2012 03:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB9E8FC0C for ; Sat, 5 May 2012 03:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q453K97I076799 for ; Sat, 5 May 2012 03:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q453K9dD076798; Sat, 5 May 2012 03:20:09 GMT (envelope-from gnats) Resent-Date: Sat, 5 May 2012 03:20:09 GMT Resent-Message-Id: <201205050320.q453K9dD076798@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C444106566B for ; Sat, 5 May 2012 03:19:40 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id B6E1F8FC08 for ; Sat, 5 May 2012 03:19:39 +0000 (UTC) Received: (qmail 65178 invoked from network); 4 May 2012 22:19:37 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 4 May 2012 22:19:37 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Fri, 04 May 2012 22:19:34 -0500 Message-Id: <20120505031940.1C444106566B@hub.freebsd.org> Date: Fri, 04 May 2012 22:19:34 -0500 From: "Bryan Drewery" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167600: [PATCH] irc/gseen.mod: Set MAKE_JOBS_UNSAFE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2012 03:20:09 -0000 >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: