From owner-freebsd-ports Sun Dec 22 12:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E62F637B401 for ; Sun, 22 Dec 2002 12:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FFC443EE8 for ; Sun, 22 Dec 2002 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBMKo2NS025512 for ; Sun, 22 Dec 2002 12:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBMKo2XC025511; Sun, 22 Dec 2002 12:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E38837B401 for ; Sun, 22 Dec 2002 12:46:44 -0800 (PST) Received: from mail1in.giga.net.tw (mail1in.giga.net.tw [203.133.1.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F8F43EDA for ; Sun, 22 Dec 2002 12:46:43 -0800 (PST) (envelope-from kcwu@kcwu.dyndns.org) Received: from kcwu.homeip.net (u142-187.u61-70.giga.net.tw [61.70.142.187]) by mail1in.giga.net.tw (Postfix) with ESMTP id B306653587 for ; Mon, 23 Dec 2002 04:46:40 +0800 (CST) Received: from kcwu.dyndns.org (m722 [192.168.0.234]) by kcwu.homeip.net (8.12.5/8.12.5) with ESMTP id gBMKkbQD036600 for ; Mon, 23 Dec 2002 04:46:38 +0800 (CST) (envelope-from kcwu@kcwu.dyndns.org) Received: (from kcwu@localhost) by kcwu.dyndns.org (8.12.6/8.12.6/Submit) id gBMKkceI051775; Mon, 23 Dec 2002 04:46:38 +0800 (CST) Message-Id: <200212222046.gBMKkceI051775@kcwu.dyndns.org> Date: Mon, 23 Dec 2002 04:46:38 +0800 (CST) From: Kuang-che Wu Reply-To: Kuang-che Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46478: Fix build on -current for graphics/pixmap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 - #include ---- 46,52 ---- - /* BSD 4.3 errno.h does not declare errno */ - extern int errno; - extern int sys_nerr; -! /* extern char *sys_errlist[];*/ - - #include - #include +--- 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 + /* 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 + #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message