From owner-freebsd-ports Sun Dec 22 12:40: 7 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 5446F37B401 for ; Sun, 22 Dec 2002 12:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7200C43EDC for ; Sun, 22 Dec 2002 12:40:04 -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 gBMKe4NS023336 for ; Sun, 22 Dec 2002 12:40:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBMKe4xn023335; Sun, 22 Dec 2002 12:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB64E37B401 for ; Sun, 22 Dec 2002 12:35:24 -0800 (PST) Received: from mail2in.giga.net.tw (mail2in.giga.net.tw [203.133.1.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED0743ED8 for ; Sun, 22 Dec 2002 12:35:24 -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 mail2in.giga.net.tw (Postfix) with ESMTP id B6AB553552 for ; Mon, 23 Dec 2002 04:35:22 +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 gBMKZJQD036333 for ; Mon, 23 Dec 2002 04:35:20 +0800 (CST) (envelope-from kcwu@kcwu.dyndns.org) Received: (from kcwu@localhost) by kcwu.dyndns.org (8.12.6/8.12.6/Submit) id gBMKZLCP050526; Mon, 23 Dec 2002 04:35:21 +0800 (CST) Message-Id: <200212222035.gBMKZLCP050526@kcwu.dyndns.org> Date: Mon, 23 Dec 2002 04:35:21 +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/46477: Fix build on -current for math/pspp 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: 46477 >Category: ports >Synopsis: Fix build on -current for math/pspp >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:40:04 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 math/pspp >How-To-Repeat: >Fix: diff -urN pspp/Makefile pspp.new/Makefile --- pspp/Makefile Tue Nov 19 13:23:16 2002 +++ pspp.new/Makefile Mon Dec 23 04:29:14 2002 @@ -15,10 +15,4 @@ GNU_CONFIGURE= yes -.include - -.if ${OSVERSION} >= 500035 -BROKEN= "Does not compile on 5.0" -.endif - -.include +.include diff -urN pspp/files/patch-src::glob.c pspp.new/files/patch-src::glob.c --- pspp/files/patch-src::glob.c Thu Jan 1 08:00:00 1970 +++ pspp.new/files/patch-src::glob.c Mon Dec 23 04:33:17 2002 @@ -0,0 +1,10 @@ +--- src/glob.c.orig Mon Dec 23 04:32:08 2002 ++++ src/glob.c Mon Dec 23 04:32:19 2002 +@@ -20,6 +20,7 @@ + #include + + #include ++#include + #include + + #if TIME_WITH_SYS_TIME >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message