head 1.8; access; symbols OPENPKG_E1_MP_HEAD:1.6 OPENPKG_E1_MP:1.6 OPENPKG_E1_MP_2_STABLE:1.6 OPENPKG_E1_FP:1.6 OPENPKG_2_STABLE_MP:1.7 OPENPKG_2_STABLE_20061018:1.6 OPENPKG_2_STABLE_20060622:1.6 OPENPKG_2_STABLE:1.6.0.2 OPENPKG_2_STABLE_BP:1.6 OPENPKG_2_5_SOLID:1.5.0.12 OPENPKG_2_5_SOLID_BP:1.5 OPENPKG_2_4_RELEASE:1.5 OPENPKG_2_4_SOLID:1.5.0.10 OPENPKG_2_4_SOLID_BP:1.5 OPENPKG_2_3_RELEASE:1.5 OPENPKG_2_3_SOLID:1.5.0.8 OPENPKG_2_3_SOLID_BP:1.5 OPENPKG_2_2_RELEASE:1.5 OPENPKG_2_2_SOLID:1.5.0.6 OPENPKG_2_2_SOLID_BP:1.5 OPENPKG_2_1_RELEASE:1.5 OPENPKG_2_1_SOLID:1.5.0.4 OPENPKG_2_1_SOLID_BP:1.5 OPENPKG_2_0_RELEASE:1.5 OPENPKG_2_0_SOLID:1.5.0.2 OPENPKG_2_0_SOLID_BP:1.5 OPENPKG_1_3_RELEASE:1.2 OPENPKG_1_3_SOLID:1.2.0.6 OPENPKG_1_3_SOLID_BP:1.2 OPENPKG_1_2_SOLID:1.2.0.4 OPENPKG_1_2_SOLID_BP:1.2 OPENPKG_1_STABLE:1.2.0.2 OPENPKG_1_STABLE_BP:1.2; locks; strict; comment @# @; 1.8 date 2008.03.12.09.06.59; author cs; state Exp; branches; next 1.7; commitid yvuGQCrR1TLGCOUs; 1.7 date 2007.02.02.07.34.38; author rse; state Exp; branches; next 1.6; commitid B2K0dXNNlVP86T4s; 1.6 date 2005.10.31.13.26.33; author rse; state Exp; branches 1.6.2.1; next 1.5; commitid ohVJH2Jk1ZgCNV7r; 1.5 date 2003.04.17.10.17.12; author rse; state dead; branches; next 1.4; 1.4 date 2003.04.12.18.03.59; author rse; state Exp; branches; next 1.3; 1.3 date 2003.04.11.10.29.51; author rse; state Exp; branches; next 1.2; 1.2 date 2002.12.23.18.22.24; author rse; state dead; branches; next 1.1; 1.1 date 2002.12.22.09.19.45; author rse; state Exp; branches; next ; 1.6.2.1 date 2007.03.18.23.33.25; author thl; state Exp; branches; next ; commitid j886gsownDQWXCas; desc @@ 1.8 log @Fix platform-specific type definitions by incorporating a vendor patch [1]. Someone with access to ftp://ftp.openpkg.org/sources/CPY/VERSIONED/tidy/ should fetch an up-to-date CVS snapshot from the vendor as the Tidy project does not release tarballs by policy. [1] http://tidy.cvs.sourceforge.net/tidy/tidy/include/platform.h?r1=1.62&r2=1.63 @ text @Index: build/gmake/Makefile --- build/gmake/Makefile.orig 2007-01-21 21:20:58 +0100 +++ build/gmake/Makefile 2007-02-02 08:29:47 +0100 @@@@ -91,12 +91,12 @@@@ # For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1 # disabled. CC= gcc -CFLAGS= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) +CFLAGS= -I$(INCDIR) # flags only supported with gcc 3.x CFLAGS += -Wunused-parameter OTHERCFLAGS= -OTHERCFLAGS+= -D_DEBUG=1 +# OTHERCFLAGS+= -D_DEBUG=1 # OTHERCFLAGS+= -fvisibility=hidden -DTIDY_EXPORT='__attribute__((visibility("default")))' ifdef SUPPORT_UTF16_ENCODINGS CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS) Index: include/platform.h --- include/platform.h.orig Sun Jan 21 21:36:21 2007 +++ include/platform.h Wed Mar 12 09:30:39 2008 @@@@ -511,9 +511,11 @@@@ #include #endif #if !defined(HPUX_OS) && !defined(CYGWIN_OS) && !defined(MAC_OS_X) && !defined(BE_OS) && !defined(SOLARIS_OS) && !defined(BSD_BASED_OS) && !defined(OSF_OS) && !defined(IRIX_OS) && !defined(AIX_OS) && !defined(LINUX_OS) +# undef uint typedef unsigned int uint; #endif #if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32) +# undef ulong typedef unsigned long ulong; #endif @ 1.7 log @upgrade to a newer version @ text @d19 15 @ 1.6 log @add optional Perl support via HTML::Tidy module from CPAN; disable debugging @ text @d2 3 a4 3 --- build/gmake/Makefile.orig 2005-07-15 08:58:10 +0200 +++ build/gmake/Makefile 2005-10-31 14:22:21 +0100 @@@@ -80,12 +80,12 @@@@ d8 1 a8 1 -CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) d11 1 a11 1 # CFLAGS += -Wunused-parameter d16 1 a16 1 # OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 @ 1.6.2.1 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d2 3 a4 3 --- build/gmake/Makefile.orig 2007-01-21 21:20:58 +0100 +++ build/gmake/Makefile 2007-02-02 08:29:47 +0100 @@@@ -91,12 +91,12 @@@@ d8 1 a8 1 -CFLAGS= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) d11 1 a11 1 CFLAGS += -Wunused-parameter d16 1 a16 1 # OTHERCFLAGS+= -fvisibility=hidden -DTIDY_EXPORT='__attribute__((visibility("default")))' @ 1.5 log @upgrading package: tidy 20030413 -> 20030416 @ text @d1 11 a11 5 --- src/attrdict.h.orig Fri Apr 11 09:15:56 2003 +++ src/attrdict.h Fri Apr 11 09:22:02 2003 @@@@ -119,4 +119,4 @@@@ extern AttrVersion W3CAttrsFor_VAR[]; extern AttrVersion W3CAttrsFor_XMP[]; d13 6 a18 3 -#endif /* __ATTRDICT_H__ */ \ No newline at end of file +#endif /* __ATTRDICT_H__ */ @ 1.4 log @upgrading package: tidy 20030410 -> 20030411 @ text @@ 1.3 log @add missing patch to CVS @ text @a0 20 --- build/gmake/Makefile.orig Thu Mar 20 08:57:03 2003 +++ build/gmake/Makefile Fri Apr 11 09:19:53 2003 @@@@ -119,7 +119,7 @@@@ $(OBJDIR)/attrask.o $(OBJDIR)/attrget.o $(OBJDIR)/buffio.o\ $(OBJDIR)/fileio.o $(OBJDIR)/streamio.o $(OBJDIR)/tagask.o\ $(OBJDIR)/tmbstr.o $(OBJDIR)/utf8.o\ - $(OBJDIR)/tidylib.o + $(OBJDIR)/tidylib.o $(OBJDIR)/attrdict.o CFILES= \ $(SRCDIR)/access.c $(SRCDIR)/attrs.c $(SRCDIR)/istack.c \ @@@@ -129,7 +129,7 @@@@ $(SRCDIR)/attrask.c $(SRCDIR)/attrget.c $(SRCDIR)/buffio.c \ $(SRCDIR)/fileio.c $(SRCDIR)/streamio.c $(SRCDIR)/tagask.c \ $(SRCDIR)/tagget.c $(SRCDIR)/tmbstr.c $(SRCDIR)/utf8.c \ - $(SRCDIR)/tidylib.c + $(SRCDIR)/tidylib.c $(OBJDIR)/attrdict.c HFILES= $(INCDIR)/platform.h $(INCDIR)/tidy.h $(INCDIR)/tidyenum.h \ $(INCDIR)/fileio.h $(INCDIR)/buffio.h @ 1.2 log @upgrading package: tidy 20021220 -> 20021222 @ text @d1 8 a8 4 --- src/pprint.c.orig 2002-12-21 08:57:02.000000000 +0100 +++ src/pprint.c 2002-12-22 10:18:05.000000000 +0100 @@@@ -1444,27 +1444,6 @@@@ } d10 8 d19 7 a25 21 -#if 0 -** -** Print script and style elements. For XHTML, wrap the content as follows: -** JavaScript: -** // -** VBScript: -** ' -** CSS: -** /**/ -** other: -** -** -#endif d27 3 a29 2 static ctmbstr CDATA_START = ""; @ 1.1 log @upgrade with the most greatest patch :-( @ text @@