ports/62107: [patch] lang/xsb: Fix build (bento)

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Fri Jan 30 11:10:40 UTC 2004


>Number:         62107
>Category:       ports
>Synopsis:       [patch] lang/xsb: Fix build (bento)
>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:   Fri Jan 30 03:10:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root at menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
Fix build: regmatch requires sys/types.h.
(Also adapt resulting plist, it contains very much gunk, anyway)

cc: maintainer
>How-To-Repeat:
http://bento.freebsd.org/errorlogs/i386-4-latest/XSB-2.5.log
>Fix:
Added file: files/patch-ah

--- xsb begins here ---
--- pkg-plist.orig	Fri Jan 30 11:35:31 2004
+++ pkg-plist	Fri Jan 30 11:36:44 2004
@@ -316,6 +316,7 @@
 XSB/packages/regmatch/cc/.cvsignore
 XSB/packages/regmatch/cc/NMakefile.mak
 XSB/packages/regmatch/cc/xsb_re_match.c
+XSB/packages/regmatch/cc/xsb_re_match.c.orig
 XSB/packages/regmatch/cc/xsb_re_match.o
 XSB/packages/regmatch/cc/xsb_re_match.H
 XSB/packages/regmatch/cc/xsb_re_match.O
--- /dev/null	Fri Jan 30 12:03:57 2004
+++ files/patch-ah	Fri Jan 30 11:31:25 2004
@@ -0,0 +1,10 @@
+--- ../packages/regmatch/cc/xsb_re_match.c.orig	Fri Jan 30 11:26:56 2004
++++ ../packages/regmatch/cc/xsb_re_match.c	Fri Jan 30 11:27:16 2004
+@@ -25,6 +25,7 @@
+ 
+ #include "xsb_config.h"
+ 
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <regex.h>
--- xsb ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list