diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-09 19:03:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-09 19:03:18 +0000 |
commit | 971f74ac742a76ad91b6f54494a322372744b10c (patch) | |
tree | 7c692c1e379a35c9d060212006820ea4fcf2180e /www/amaya/patches/patch-ad | |
parent | ce171237f3da37a62e366d87cc239e8e23a0d9c7 (diff) | |
download | pkgsrc-971f74ac742a76ad91b6f54494a322372744b10c.tar.gz |
Update amaya to 5.1. Pkgsrc changes include using www/libwww instead of
the libwww distribution included with the Amaya sources. The two versions
are identical and we want to take advantage of NetBSD fixes/changes to the
libwww library from www/libwww. Major changes from amaya-4.3.2 include:
* Large number of bug fixes.
* Improvement of tables printing.
* Amaya is now able to share structure schemas.
* Amaya provides a profile for XHTML 1.1.
* Support for Ruby Annotation.
* Amaya supports inclusion of SVG files linked by elements img or object.
Diffstat (limited to 'www/amaya/patches/patch-ad')
-rw-r--r-- | www/amaya/patches/patch-ad | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/www/amaya/patches/patch-ad b/www/amaya/patches/patch-ad index e232ac5e790..7f400064792 100644 --- a/www/amaya/patches/patch-ad +++ b/www/amaya/patches/patch-ad @@ -1,13 +1,17 @@ -$NetBSD: patch-ad,v 1.3 2001/07/21 15:23:52 jlam Exp $ +$NetBSD: patch-ad,v 1.4 2001/08/09 19:03:19 jlam Exp $ ---- ../../libwww/modules/expat/xmlparse/Makefile.in.orig Fri Sep 15 08:45:55 2000 -+++ ../../libwww/modules/expat/xmlparse/Makefile.in -@@ -124,7 +124,7 @@ - icondir = @icondir@ - subdirs = @subdirs@ +--- ../annotlib/Makefile.in.orig Thu Apr 5 06:49:33 2001 ++++ ../annotlib/Makefile.in +@@ -14,10 +14,8 @@ --LDFLAGS = -version-info "1:0:1" -+LDFLAGS = @LDFLAGS@ -version-info "1:0:1" + INCLUDES= -DHAVE_CONFIG_H -DANNOTATIONS \ + -I.. -I../amaya -I@srcdir@/f -I@top_srcdir@/amaya \ +- -I@top_srcdir@/amaya/f -I../libwww \ +- -I@top_srcdir@/../libwww/Library/src \ +- -I@top_srcdir@/../libwww/modules/expat/xmlparse \ +- -I@top_srcdir@/../libwww/modules/expat/xmltok \ ++ -I@top_srcdir@/amaya/f \ ++ -I${BUILDLINK_DIR}/include/w3c-libwww \ + @THOTINCLUDES@ $(X_FLAGS) - CFLAGS = @CFLAGS@ -DXML_NS |