ports/106739: [PATCH] sysutils/bkpupsd: fix build with gcc41

trasz trasz at pin.if.uz.zgora.pl
Fri Dec 15 00:06:04 UTC 2006


>Number:         106739
>Category:       ports
>Synopsis:       [PATCH] sysutils/bkpupsd: fix build with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 15 00:00:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Fix build with gcc41.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006121307/bkpupsd-1.0a.log

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

--- bkpupsd-1.0a.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/bkpupsd/files/patch-ab /home/trasz/bkpupsd/files/patch-ab
--- /usr/ports/sysutils/bkpupsd/files/patch-ab	Fri Feb 27 09:43:36 2004
+++ /home/trasz/bkpupsd/files/patch-ab	Fri Dec 15 00:58:12 2006
@@ -1,5 +1,5 @@
---- src/bkpupsd.c.orig	Sun Aug  3 13:11:23 1997
-+++ src/bkpupsd.c	Thu Feb 26 17:17:09 2004
+--- src/bkpupsd.c.orig	Sun Aug  3 20:11:23 1997
++++ src/bkpupsd.c	Fri Dec 15 00:53:52 2006
 @@ -27,14 +27,17 @@
   */
  
@@ -19,11 +19,12 @@
  
  #define POWER_TIMEOUT		5*60
  #define DEFAULT_PORT		"/dev/cuaa1"
-@@ -44,16 +47,16 @@
+@@ -44,16 +47,17 @@
  #define SH_RESTORED		"/usr/local/libexec/bkpupsd/bkpups.restored"
  #define SH_BATTLOW		"/usr/local/libexec/bkpupsd/bkpups.battlow"
  
 +int makepid(char *s);
++void execomand();
 +
  int main(argc, argv)
  int argc;
@@ -38,6 +39,14 @@
  	int pfail = 0;
  	int pfcount = 0;
  	int prcount = 0;
+@@ -63,7 +67,6 @@
+ 	char *sh_restored = SH_RESTORED;
+ 	char *sh_battlow  = SH_BATTLOW;
+ 	char *ups_port	  = DEFAULT_PORT;
+-	static void execomand();
+ 
+ 		/* open ups port */
+ 	if(argc > 2) {
 @@ -179,7 +182,7 @@
  	pid = getpid();
  	if((fp =  fopen(s, "w")) == NULL)
--- bkpupsd-1.0a.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list