ports/148638: [MAINTAINER] net/ifstated: patch log.c

Jim Riggs ports at christianserving.org
Thu Jul 15 13:40:02 UTC 2010


>Number:         148638
>Category:       ports
>Synopsis:       [MAINTAINER] net/ifstated: patch log.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 15 13:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jim Riggs
>Release:        FreeBSD 6.3-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD zion.christianserving.org 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #3: Mon May  5 21:27:22 CDT
>Description:
ports/148242 included files/patch-log.c, but it did not get committed.
Builds on 8 (and perhaps other versions) are broken.

Added file(s):
- files/patch-log.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ifstated-4.7_1,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/ifstated/Makefile /root/portwork/ifstated/Makefile
--- /usr/ports/net/ifstated/Makefile	2010-07-13 16:31:33.000000000 -0500
+++ /root/portwork/ifstated/Makefile	2010-07-15 08:32:15.000000000 -0500
@@ -7,6 +7,7 @@
 
 PORTNAME=	ifstated
 PORTVERSION=	4.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://christianserving.org/ports/net/ifstated/
diff -ruN --exclude=CVS /usr/ports/net/ifstated/files/patch-log.c /root/portwork/ifstated/files/patch-log.c
--- /usr/ports/net/ifstated/files/patch-log.c	1969-12-31 18:00:00.000000000 -0600
+++ /root/portwork/ifstated/files/patch-log.c	2010-06-11 13:34:14.000000000 -0500
@@ -0,0 +1,13 @@
+--- log.c.orig	2010-06-11 13:29:09.127347360 -0500
++++ log.c	2010-06-11 13:29:20.636464838 -0500
+@@ -28,8 +28,8 @@
+ void	log_warnx(const char *, ...);
+ void	log_info(const char *, ...);
+ void	log_debug(const char *, ...);
+-__dead void fatal(const char *);
+-__dead void fatalx(const char *);
++__dead2 void fatal(const char *);
++__dead2 void fatalx(const char *);
+ 
+ int	 debug;
+ 
--- ifstated-4.7_1,1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list