misc/186654: [PATCH] net-mgmt/netmond: fix build

Vsevolod Volkov vvv at colocall.net
Tue Feb 11 15:00:02 UTC 2014


>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 at 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 at 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:


More information about the freebsd-bugs mailing list