Update to 1.3.4.9. Includes GCC 3.2 fixes.
Adapted from a submission by Gerardo Garrido <santana@openbsd.org.mx>.
This commit is contained in:
parent
cd4c24f89f
commit
d7cf0a7cfb
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2002/10/28 22:43:46 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/02/03 01:42:50 naddy Exp $
|
||||
|
||||
COMMENT= "SGML parser and entity manager"
|
||||
|
||||
DISTNAME= lq-sp-1.3.4.7
|
||||
DISTNAME= lq-sp-1.3.4.9
|
||||
CATEGORIES= textproc
|
||||
HOMEPAGE= http://www.htmlhelp.com/tools/validator/offline/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lq-sp-1.3.4.7.tar.gz) = 66ef21b83f3f21b7690f3f13d2347ed6
|
||||
RMD160 (lq-sp-1.3.4.7.tar.gz) = b99e9caddd1ef52e3c449ca349d5056b7176d1bf
|
||||
SHA1 (lq-sp-1.3.4.7.tar.gz) = 10b97c2e4c017295d9737c76d05ae96059ee05d2
|
||||
MD5 (lq-sp-1.3.4.9.tar.gz) = d35579bd1b55155ba4c05feb7e065567
|
||||
RMD160 (lq-sp-1.3.4.9.tar.gz) = 4d16009172f10c76d09add37c8680251fb0cbac9
|
||||
SHA1 (lq-sp-1.3.4.9.tar.gz) = c8f6e1f9b7d21d0064a0509c9fb65f635591223a
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-include_config_h,v 1.1 2002/10/16 00:01:11 naddy Exp $
|
||||
--- include/config.h.orig Tue Oct 15 02:49:22 2002
|
||||
+++ include/config.h Tue Oct 15 02:50:07 2002
|
||||
@@ -26,7 +26,7 @@
|
||||
#endif
|
||||
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
|
||||
#define SP_ANSI_LIB
|
||||
-#define SP_NO_STD_NAMESPACE
|
||||
+// #define SP_NO_STD_NAMESPACE
|
||||
#undef SP_NEW_H_MISSING
|
||||
#endif
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-lib_URLStorage_cxx,v 1.1 2002/10/16 00:01:11 naddy Exp $
|
||||
--- lib/URLStorage.cxx.orig Tue Oct 15 02:17:58 2002
|
||||
+++ lib/URLStorage.cxx Tue Oct 15 02:18:24 2002
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
// FIXME This implementation won't work on an EBCDIC machine.
|
||||
|
||||
+#include <iostream.h> // ends
|
||||
#include <strstream.h>
|
||||
#include "splib.h"
|
||||
#ifdef WINSOCK
|
12
textproc/lq-sp/patches/patch-lib_parser_inst_m4
Normal file
12
textproc/lq-sp/patches/patch-lib_parser_inst_m4
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_parser_inst_m4,v 1.1 2003/02/03 01:42:50 naddy Exp $
|
||||
--- lib/parser_inst.m4.orig Mon Feb 3 02:16:00 2003
|
||||
+++ lib/parser_inst.m4 Mon Feb 3 02:16:28 2003
|
||||
@@ -164,7 +164,7 @@ __instantiate(Vector<NamedResourceTable<
|
||||
__instantiate(Vector<ContentModelAmbiguity>)
|
||||
__instantiate(Vector<Transition>)
|
||||
__instantiate(Vector<LeafContentToken*>)
|
||||
-#if 0
|
||||
+#if defined(__alpha__) || defined(__sparc64__)
|
||||
__instantiate(Vector<size_t>)
|
||||
#endif
|
||||
__instantiate(Vector<unsigned int>)
|
Loading…
Reference in New Issue
Block a user