summaryrefslogtreecommitdiff
path: root/textproc/xmlada/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-11-04textproc: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-10-21Fix sphinx-build binary nameadam1-2/+2
2019-10-21Switch sphinx to versioned deps.adam1-3/+3
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam1-2/+2
future Python 3.8
2019-04-26fix some whitespace, mostly introduced in the previousmaya1-2/+2
python 3.4 / 3.5 removal commit.
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya1-2/+2
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-2/+2
This is a semi-manual PKGREVISION bump.
2019-03-31xmlada: fix PLIST, bump revisionbsiegert1-2/+2
Patch from Piotr Meyer via pkgsrc-users, thanks!
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2018-04-02*: reset maintainer for marino on his requestwiz1-2/+2
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-11-25Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-auxmarino1-2/+2
This large commit accomplishes the following: 1) Switch USE_LANGUAGES=ada to require lang/gcc5-aux (gcc 5.4) instead of lang/gcc-aux (gcc 4.9.2) on gcc.mk 2) Bump affected ports and fix paths as necessary 3) Upgrade devel/gprbuild to the latest release - No longer requires lang/gnat_util - gprslave requires gcc6-aux, so it was disabled for now 4) Fix lang/gnat_util but set PKG_SKIP_REASON - It has no further purpose in the pkgsrc tree - It has no practical purpose outside of the pkgsrc tree - Indicate intent to remove from tree in Jan. 2017 5) Set devel/GPS as failed with PKG_FAIL_REASON - This version of GPS is several years old and at the time they were strongly tied to compiler. - Latest release of GPS require gcc6-aux (not available) and several new and complex dependencies - maintainer (me) has no interest to continue supporting it - Leaving GPS in place until Jan 2017 to give another person chance to upgrade and take over support - Latest version in FreeBSD Ports Collection as a reference point
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-03-01Catch up with the sphinx-induced PLIST change. Bump revision.joerg1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-03-19Ensure we can find the appropriate sphinx-build, fixes docs build.jperkin1-1/+3
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-04-30textproc/xmlada: Revbump due to new Ada compiler releasemarino1-1/+2
The new compiler can't use libraries built with the former version, so xmlada gets revbumped to ensure the builders rebuild it.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+2
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.
2013-07-02textproc/xmlada: Update from version 4.2.0.0 to version 4.4.0.0marino1-7/+24
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)
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-07-08textproc/xmlada: Build with USE_LANGUAGES+= adamarino1-14/+17
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
2011-12-03textproc/xmlada: Remove DESTDIR from library rpathsmarino1-1/+2
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-10-09Update textproc/xmlada to version 4.2.0.0marino1-8/+5
2011-02-03add xmlada-4.1w, an XML library for Ada, from John Marino per PR pkg/44437drochner1-0/+37