Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 15:48:37 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wvengen@stack.nl
Subject:   ports/44933: [patch] misc/sword: include missing headers
Message-ID:  <200211051448.gA5Emb9A050523@monster.ikea.net>

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

>Number:         44933
>Category:       ports
>Synopsis:       [patch] misc/sword: include missing headers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 06:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386


>Description:
Fix some missing includes for -current.
>How-To-Repeat:
>Fix:
diff -urN ofiles/patch-src-modules-filters-greeklexattribs.cpp files/patch-src-modules-filters-greeklexattribs.cpp
--- ofiles/patch-src-modules-filters-greeklexattribs.cpp	Thu Jan  1 01:00:00 1970
+++ files/patch-src-modules-filters-greeklexattribs.cpp	Tue Nov  5 15:25:15 2002
@@ -0,0 +1,10 @@
+--- src/modules/filters/greeklexattribs.cpp.orig	Tue Nov  5 15:23:35 2002
++++ src/modules/filters/greeklexattribs.cpp	Tue Nov  5 15:23:50 2002
+@@ -7,6 +7,7 @@
+ 
+ #include <stdlib.h>
+ #include <string.h>
++#include <ctype.h>
+ #include <greeklexattribs.h>
+ #include <swmodule.h>
+ 
diff -urN ofiles/patch-tests-keycast.cpp files/patch-tests-keycast.cpp
--- ofiles/patch-tests-keycast.cpp	Thu Jan  1 01:00:00 1970
+++ files/patch-tests-keycast.cpp	Tue Nov  5 15:42:44 2002
@@ -0,0 +1,7 @@
+--- tests/keycast.cpp.orig	Tue Nov  5 15:41:39 2002
++++ tests/keycast.cpp	Tue Nov  5 15:41:51 2002
+@@ -1,3 +1,4 @@
++#include <iostream>
+ #include <swmgr.h>
+ 
+ int main (int argc, char* argv[]) {
diff -urN ofiles/patch-tests-localetest.cpp files/patch-tests-localetest.cpp
--- ofiles/patch-tests-localetest.cpp	Thu Jan  1 01:00:00 1970
+++ files/patch-tests-localetest.cpp	Tue Nov  5 15:41:27 2002
@@ -0,0 +1,7 @@
+--- tests/localetest.cpp.orig	Tue Nov  5 15:38:47 2002
++++ tests/localetest.cpp	Tue Nov  5 15:40:30 2002
+@@ -1,3 +1,4 @@
++#include <iostream>
+ #include <localemgr.h>
+ #include <versekey.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?200211051448.gA5Emb9A050523>