ports/86696: [MAINTAINER] net-mgmt/bsnmpd, attempt to fix a build error

Andrey V. Elsukov bu7cher at yandex.ru
Thu Sep 29 06:20:18 UTC 2005


>Number:         86696
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/bsnmpd, attempt to fix a build error
>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:   Thu Sep 29 06:20:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrey V. Elsukov
>Release:        FreeBSD
>Organization:
>Environment:
	RELENG_5
>Description:
	I had checked this port on several servers with different FreeBSD releases. I can't get a similar errors. I had written this patch for attempt to fix a build error. 
	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005091121/bsnmpd-1.10.log
	
>How-To-Repeat:
	
>Fix:

	

--- bsnmpd.patch begins here ---
Index: ports/net-mgmt/bsnmpd/files/patch-configure.ac
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/bsnmpd/files/patch-configure.ac,v
retrieving revision 1.1
diff -u -b -r1.1 patch-configure.ac
--- ports/net-mgmt/bsnmpd/files/patch-configure.ac	27 Sep 2005 17:32:27 -0000	1.1
+++ ports/net-mgmt/bsnmpd/files/patch-configure.ac	29 Sep 2005 06:02:25 -0000
@@ -1,9 +1,19 @@
 --- configure.ac.orig	Mon Apr 25 15:49:28 2005
-+++ configure.ac	Thu Sep 22 08:53:11 2005
-@@ -75,6 +75,50 @@
++++ configure.ac	Thu Sep 29 10:00:03 2005
+@@ -18,6 +18,8 @@
+ AC_CANONICAL_HOST
+ AC_CANONICAL_TARGET
+ 
++AM_INIT_AUTOMAKE
++
+ AC_PROG_CC
+ AC_PROG_CPP
+ AC_PROG_MAKE_SET
+@@ -74,6 +76,50 @@
+ 
  # check for getaddrinfo
  AC_CHECK_FUNCS(getaddrinfo)
- 
++
 +AC_CHECK_HEADER(stdint.h,
 +   AC_DEFINE(HAVE_STDINT_H))
 +AC_CHECK_HEADER(inttypes.h,
@@ -47,7 +57,6 @@
 +   AC_DEFINE_UNQUOTED(QUADXFMT, ${ac_cv_quad_fmt}"x")
 +fi
 +
-+
+ 
  AC_CONFIG_FILES([
  	Makefile:config/Makefile.pre:Makefile.in
- 	lib/Makefile:config/Makefile.pre:config/Makefile.build:lib/Makefile.in:config/Makefile.post
--- bsnmpd.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list