Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2002 04:35:21 +0800 (CST)
From:      Kuang-che Wu <kcwu@kcwu.homeip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46477: Fix build on -current for math/pspp
Message-ID:  <200212222035.gBMKZLCP050526@kcwu.dyndns.org>

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

>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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500035
-BROKEN=		"Does not compile on 5.0"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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 <config.h>
+ 
+ #include <assert.h>
++#include <stdio.h>
+ #include <stdlib.h>
+ 
+ #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




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