Path to this page:
./
www/amaya,
Web browser/editor from the World Wide Web Consortium (W3C)
Branch: pkgsrc-2011Q4,
Version: 11.3.1nb2,
Package name: amaya-11.3.1nb2,
Maintainer: pkgsrc-usersAmaya is a complete web browsing and authoring environment and
comes equipped with a WYSIWYG style of interface, similar to that
of the most popular commercial browsers. With such an interface,
users do not need to know the HTML or CSS languages. Amaya does
not support Javascript and has an incomplete CSS implementation.
Amaya supports XHTML, MathML, SVG, and RDF.
Required to run:[
devel/glib2] [
fonts/ttmkfdir2] [
x11/wxGTK28] [
textproc/redland]
Required to build:[
devel/pkg-config] [
devel/gmake] [
lang/perl5] [
pkgtools/x11-links] [
x11/xcb-proto]
Master sites: (Expand)
SHA1: 7b180434a8271ecdeb3ae821997619bc3dcd2da4
RMD160: 12206de82551ed2eb548e3c778909bf0d9cafe43
Filesize: 36367.217 KB
Version history: (Expand)
- (2012-01-08) Package added to pkgsrc.se, version amaya-11.3.1nb2 (created)
CVS history: (Expand)
2012-01-09 05:17:31 by Steven Drake | Files touched by this commit (4) |
Log message:
Pullup ticket #3639 - requested by dholland
www/amaya build fix
Revisions pulled up:
- www/amaya/distinfo 1.24
- www/amaya/hacks.mk 1.1
- www/amaya/patches/patch-Amaya_amaya_HTMLedit_c 1.1
- www/amaya/patches/patch-Amaya_thotlib_base_platform_c 1.1
---
Module Name: pkgsrc
Committed By: dholland
Date: Sun Jan 8 22:15:21 UTC 2012
Modified Files:
pkgsrc/www/amaya: distinfo
Added Files:
pkgsrc/www/amaya/patches: patch-Amaya_amaya_HTMLedit_c
patch-Amaya_thotlib_base_platform_c
Log message:
Fix build problems with gcc 4.5. The code makes no sense so I'm not sure
what I did is going to work... or that the code that was here previously
ever worked or actually did what anyone upstream intended. C++ is fun
that way.
---
Module Name: pkgsrc
Committed By: dholland
Date: Sun Jan 8 22:19:03 UTC 2012
Added Files:
pkgsrc/www/amaya: hacks.mk
Log message:
Add a workaround for PR 45266 (krb5-config issue in NetBSD base):
clear BUILDLINK_INCDIRS.heimdal. Otherwise -I/usr/include/krb5 appears
in CFLAGS, which breaks the build because the compiler finds krb5's
base64.h instead of Amaya's. krb5 is pulled in by curl, which is a
several-times-indirect dependency, and nothing in this package uses
it, or apparently anything that needs it, directly.
|