Commit graph

10 commits

Author SHA1 Message Date
jperkin
befad0cfdf Ensure we can find the appropriate sphinx-build, fixes docs build. 2015-03-19 11:52:12 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
marino
cd85917a21 textproc/xmlada: Revbump due to new Ada compiler release
The new compiler can't use libraries built with the former version,
so xmlada gets revbumped to ensure the builders rebuild it.
2014-04-30 16:26:10 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
marino
c6fe9dfe1c textproc/xmlada: Update from version 4.2.0.0 to version 4.4.0.0
Full change text can be found in features-XX in the distfile, but the
main changes are:

NF-440-LB01-017 attributeGroup support in simple type extensions (2012-11-08)
NF-43-KC20-003 License updated to GPL3 (2011-12-20)
NF-43-KC07-033 Documentation converted to Sphinx (2011-12-08)
NF-43-KC01-026 Schema: Ignore unsupported xsd:unique (2011-12-01)
NF-42-K708-021 Schema: Improved multi-tasking support (2011-07-26)
NF-42-K429-012 Schema: Ignore unsupported schema elements (2011-08-16)
NF-42-J818-003 New input source for streaming sockets (2010-12-16)
2013-07-02 22:13:56 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
marino
b0d30100f7 textproc/xmlada: Build with USE_LANGUAGES+= ada
1) Remove lang/gnat-aux dependency
2) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency)
3) Improve shared library rpath definition required when built by compiler
   not installed at ${LOCALBASE}
4) Restore use of pkgsrc wrappers
2012-07-08 20:03:08 +00:00
marino
d98f8e6181 textproc/xmlada: Remove DESTDIR from library rpaths
Removing DESTDIR from the shared library rpaths required a change in the
compiler.  To tell GNAT not to add in DESTDIR rpaths, the -R switch
needs to be added to each library's option set.  GNAT-AUX 20110627nb2
required at a minimum to take advantage of these switches.

Additionally, issues with installed files' permissions were fixed.
2011-12-03 07:30:48 +00:00
marino
3125b9f388 Update textproc/xmlada to version 4.2.0.0 2011-10-09 22:29:44 +00:00
drochner
6f9dd832d5 add xmlada-4.1w, an XML library for Ada, from John Marino per PR pkg/44437 2011-02-03 18:50:53 +00:00