Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2003 15:30:16 +0100 (CET)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nork@FreeBSD.org
Subject:   ports/58619: [Maintainer Patch] Port: net/lmd (fix build on -current)
Message-ID:  <200310281430.h9SEUGvT004830@armada.alexdupre.com>
Resent-Message-ID: <200310281340.h9SDe1EE060216@freefall.freebsd.org>

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

>Number:         58619
>Category:       ports
>Synopsis:       [Maintainer Patch] Port: net/lmd (fix build on -current)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 28 05:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD armada.alexdupre.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sat Oct 25 14:49:52 CEST 2003 alex@armada.alexdupre.com:/usr/obj/usr/src/sys/ARMADA i386


	
>Description:
s/varargs.h/stdarg.h/g
	
>How-To-Repeat:
	
>Fix:

	

--- lmd.diff begins here ---
diff -ruN lmd.orig/files/patch-chkmodules.h lmd/files/patch-chkmodules.h
--- lmd.orig/files/patch-chkmodules.h	Thu Jan  1 01:00:00 1970
+++ lmd/files/patch-chkmodules.h	Tue Oct 28 15:24:46 2003
@@ -0,0 +1,9 @@
+--- chkmodules.h.orig	Tue Oct 28 15:24:19 2003
++++ chkmodules.h	Tue Oct 28 15:24:28 2003
+@@ -1,5 +1,5 @@
+ #include <syslog.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include <stdio.h>
+ #include <dlfcn.h>
+ 
diff -ruN lmd.orig/files/patch-main.h lmd/files/patch-main.h
--- lmd.orig/files/patch-main.h	Thu Jan  1 01:00:00 1970
+++ lmd/files/patch-main.h	Tue Oct 28 15:23:52 2003
@@ -0,0 +1,10 @@
+--- main.h.orig	Tue Oct 28 15:23:25 2003
++++ main.h	Tue Oct 28 15:23:37 2003
+@@ -1,6 +1,6 @@
+ #include <stdlib.h>
+ #include <syslog.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <stdio.h>
diff -ruN lmd.orig/files/patch-modules_check::ldd_http_module.h lmd/files/patch-modules_check::ldd_http_module.h
--- lmd.orig/files/patch-modules_check::ldd_http_module.h	Thu Jan  1 01:00:00 1970
+++ lmd/files/patch-modules_check::ldd_http_module.h	Tue Oct 28 15:25:53 2003
@@ -0,0 +1,11 @@
+--- modules_check/ldd_http_module.h.orig	Tue Oct 28 15:25:20 2003
++++ modules_check/ldd_http_module.h	Tue Oct 28 15:25:31 2003
+@@ -5,7 +5,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <syslog.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <poll.h>
--- lmd.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?200310281430.h9SEUGvT004830>