From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 11 15:00:02 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01BAFDCA for ; Tue, 11 Feb 2014 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF4E81ACA for ; Tue, 11 Feb 2014 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1BF01Xp034919 for ; Tue, 11 Feb 2014 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1BF01pr034918; Tue, 11 Feb 2014 15:00:01 GMT (envelope-from gnats) Resent-Date: Tue, 11 Feb 2014 15:00:01 GMT Resent-Message-Id: <201402111500.s1BF01pr034918@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vsevolod Volkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7032DC7F for ; Tue, 11 Feb 2014 14:55:05 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B86E1A91 for ; Tue, 11 Feb 2014 14:55:05 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1BEt4En035723 for ; Tue, 11 Feb 2014 14:55:04 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1BEt4qY035722; Tue, 11 Feb 2014 14:55:04 GMT (envelope-from nobody) Message-Id: <201402111455.s1BEt4qY035722@cgiserv.freebsd.org> Date: Tue, 11 Feb 2014 14:55:04 GMT From: Vsevolod Volkov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/186654: [PATCH] net-mgmt/netmond: fix build X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 15:00:02 -0000 >Number: 186654 >Category: misc >Synopsis: [PATCH] net-mgmt/netmond: fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 11 15:00:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Vsevolod Volkov >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD tea.colocall.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 1. External patches described in PATCHFILES already present in files directory. So, they must be removed. 2. Multiple make jobs cause compilation failure. >How-To-Repeat: >Fix: Apply the attached patch. Patch attached with submission follows: --- Makefile.orig 2014-01-27 19:35:26.000000000 +0200 +++ Makefile 2014-02-11 16:00:39.000000000 +0200 @@ -3,32 +3,24 @@ PORTNAME= netmond PORTVERSION= 2.2b6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ ftp://ftp.risp.ru/pub/RinetSoftware/ DISTNAME= netmond-2.2-b6 EXTRACT_SUFX= .tgz -PATCH_SITES= http://freebsd.unixfreunde.de/sources/ \ - http://vfom.narod.ru/download/ -PATCH_VERSION= 1 -PATCHFILES= ${DISTNAME}.patch${PATCH_VERSION}${EXTRACT_SUFX} ${DISTNAME}.docs${EXTRACT_SUFX} - MAINTAINER= ports@FreeBSD.org COMMENT= Netmond - IP network monitoring daemon USERS= netmon GROUPS= ${USERS} -BROKEN= Does not patch -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2014-02-27 - #MK_IFGRAPH= yes PATCHDIR= ${WRKDIR}/patches GNU_CONFIGURE= yes +DISABLE_MAKE_JOBS=yes USES= bison CFLAGS+= -Wno-return-type >Release-Note: >Audit-Trail: >Unformatted: