Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2006 12:42:17 +0300 (MSK)
From:      "Andrey V. Elsukov" <bu7cher@yandex.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92192: [maintainer] net-mgmt/bsnmpd (fix build errors)
Message-ID:  <20060123094217.4B1B349F2C@mail.heavennet.ru>
Resent-Message-ID: <200601230950.k0N9o436081097@freefall.freebsd.org>

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

>Number:         92192
>Category:       ports
>Synopsis:       [maintainer] net-mgmt/bsnmpd (fix build errors)
>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:   Mon Jan 23 09:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrey V. Elsukov
>Release:        FreeBSD
>Organization:
>Environment:
	FreeBSD

>Description:
Try to fix build error on RELENG_5
http://portsmon.freebsd.org/portoverview.py?category=net-mgmt&portname=bsnmpd&wildcard=

>How-To-Repeat:
	
>Fix:
I think that now we do not need use autotools here.

--- bsnmpd.diff begins here ---
--- bsnmpd.orig/Makefile	Sat Jan  7 09:29:54 2006
+++ bsnmpd/Makefile	Mon Jan 23 12:19:06 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	bsnmpd
 PORTVERSION=	1.11
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://people.freebsd.org/~harti/bsnmp/
 DISTNAME=	bsnmp-${PORTVERSION}a
@@ -22,7 +22,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libbegemot=${LOCALBASE}
 
-USE_AUTOTOOLS=	automake:19 autoconf:259
+# Currently autotools is not needed
+#USE_AUTOTOOLS=	automake:19 autoconf:259
 INSTALLS_SHLIB=		yes
 
 USE_GCC=	3.2+
@@ -38,7 +39,7 @@
 IGNORE=	bsnmpd already in base system
 .endif
 
-run-autotools:: run-autotools-aclocal run-autotools-autoconf
+#run-autotools:: run-autotools-aclocal run-autotools-autoconf
 
 post-install:
 	@${MKDIR} ${PREFIX}/etc
diff -burN bsnmpd.orig/files/patch-configure.ac bsnmpd/files/patch-configure.ac
--- bsnmpd.orig/files/patch-configure.ac	Wed Oct  5 20:56:52 2005
+++ bsnmpd/files/patch-configure.ac	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- configure.ac.orig	Tue Oct  4 15:21:26 2005
-+++ configure.ac	Wed Oct  5 17:24:12 2005
-@@ -21,6 +21,8 @@
- AC_CANONICAL_HOST
- AC_CANONICAL_TARGET
- 
-+AM_INIT_AUTOMAKE
-+
- AC_PROG_CC
- AC_PROG_CPP
- AC_PROG_MAKE_SET
--- bsnmpd.diff ends here ---


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



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