Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2005 19:00:13 +0200 (CEST)
From:      Johan van Selst <johans@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        "."@babolo.ru
Subject:   ports/79872: sysutils/pib: Patch for compilation on FreeBSD >= 5.x
Message-ID:  <20050413170013.6F51717038@mud.stack.nl>
Resent-Message-ID: <200504131700.j3DH0YHp080977@freefall.freebsd.org>

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

>Number:         79872
>Category:       ports
>Synopsis:       sysutils/pib: Patch for compilation on FreeBSD >= 5.x
>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:   Wed Apr 13 17:00:34 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 31 22:31:14 CET 2005 root@mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	
	[Cc: pib maintainer, .@babolo.ru]

	The pib port does not work on FreeBSD 5 because the source
	incorrectly repeats a previous system prototype. Removing this
	prototype fixes the build (and still works for 4.x).

>How-To-Repeat:
	
>Fix:

	

	Please consider adding the following patch as files/patch-tkPort.h

--- tkPort.h.orig	Wed Apr 13 17:30:58 2005
+++ tkPort.h	Wed Apr 13 17:30:13 2005
@@ -133,8 +133,6 @@ extern int errno;
  * in any other header file.
  */
 
-extern void		panic();
-
 /*
  * These functions do nothing under Unix, so we just eliminate calls them.
  */

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



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