Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2002 04:46:38 +0800 (CST)
From:      Kuang-che Wu <kcwu@kcwu.homeip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46478: Fix build on -current for graphics/pixmap
Message-ID:  <200212222046.gBMKkceI051775@kcwu.dyndns.org>

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

>Number:         46478
>Category:       ports
>Synopsis:       Fix build on -current for graphics/pixmap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 22 12:50:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386


	
>Description:
	Fix build on -current for graphics/pixmap
	
>How-To-Repeat:
	
>Fix:
diff -urN pixmap/files/patch-ab pixmap.new/files/patch-ab
--- pixmap/files/patch-ab	Sun Feb 19 11:22:36 1995
+++ pixmap.new/files/patch-ab	Mon Dec 23 04:44:49 2002
@@ -1,19 +1,13 @@
-*** SelFile/SelFile.c~	Mon May 30 04:02:59 1994
---- SelFile/SelFile.c	Sun Feb 19 03:40:43 1995
-***************
-*** 46,52 ****
-  /* BSD 4.3 errno.h does not declare errno */
-  extern int errno;
-  extern int sys_nerr;
-! extern char *sys_errlist[];
-  
-  #include <sys/param.h>
-  #include <X11/cursorfont.h>
---- 46,52 ----
-  /* BSD 4.3 errno.h does not declare errno */
-  extern int errno;
-  extern int sys_nerr;
-! /* extern char *sys_errlist[];*/
-  
-  #include <sys/param.h>
-  #include <X11/cursorfont.h>
+--- SelFile/SelFile.c.orig	Mon Dec 27 20:14:20 1993
++++ SelFile/SelFile.c	Mon Dec 23 04:44:11 2002
+@@ -45,8 +45,8 @@
+ #include <errno.h>
+ /* BSD 4.3 errno.h does not declare errno */
+ extern int errno;
+-extern int sys_nerr;
+-extern char *sys_errlist[];
++/* extern int sys_nerr;*/
++/* extern char *sys_errlist[];*/
+ 
+ #include <sys/param.h>
+ #include <X11/cursorfont.h>

	


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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