Date: Tue, 11 Feb 2014 14:55:04 GMT From: Vsevolod Volkov <vvv@colocall.net> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/186654: [PATCH] net-mgmt/netmond: fix build Message-ID: <201402111455.s1BEt4qY035722@cgiserv.freebsd.org> Resent-Message-ID: <201402111500.s1BF01pr034918@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111455.s1BEt4qY035722>