aboutsummaryrefslogtreecommitdiff
path: root/textproc/xqilla
Commit message (Collapse)AuthorAgeFilesLines
* textproc/xqilla: unbreak by adding patches for the Xerces-C 3.2.0 caseKurt Jaeger2018-02-123-2/+56
| | | | | | | | | | | | | | - support for the old style (Xerces-C 3.1) castToNode and the new style (Xerces-C 3.2) fContainingNode replacement. This will allow xqilla to use the new xerces in the ports tree. Upstream ticket: https://sourceforge.net/p/xqilla/bugs/48/ PR: 222400 Submitted by: Roger Leigh <rleigh@codelibre.net> Reviewed by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=461645
* Mark BROKEN: fails to buildAntoine Brodin2017-10-081-0/+2
| | | | | | | | | | | | libtool: compile: c++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ -I/usr/local/include -I./src/lexer/ -I/usr/local/include/tidy -D_THREAD_SAFE -O2 -pipe -fstack-protector -fno-strict-aliasing -ftemplate-depth-50 -MT XPathDocumentImpl.lo -MD -MP -MF .deps/XPathDocumentImpl.Tpo -c src/dom-api/impl/XPathDocumentImpl.cpp -fPIC -DPIC -o .libs/XPathDocumentImpl.o src/dom-api/impl/XPathDocumentImpl.cpp:65:25: error: use of undeclared identifier 'castToNode' DOMNode* thisNode = castToNode(&fParent); Reported by: pkg-fallout MFH: 2017Q4 Notes: svn path=/head/; revision=451565
* Fix option helpers.Mathieu Arnold2016-05-201-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=415555
* Update to 2.3.3.Mathieu Arnold2016-04-087-7/+6
| | | | | | | | | PR: 208617 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=412741
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* Upgrade to 2.3.2.Vanilla I. Shu2016-01-138-91/+97
| | | | | | | | PR: 201854 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=406049
* - Switch to options helpersDmitry Marakasov2015-09-031-8/+4
| | | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=395960
* textproc/xqilla: not jobs safeJohn Marino2015-03-261-0/+2
| | | | | | | | This has been set jobs unsafe in dports for a long time. I don't know where the breakage is, but I'm setting it here since port is unmaintained. Notes: svn path=/head/; revision=382310
* - Add LICENSE_FILEDmitry Marakasov2015-03-091-3/+5
| | | | | | | | - Pet portlint - Strip library Notes: svn path=/head/; revision=380810
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Cleanup plistAntoine Brodin2014-11-151-27/+0
| | | | Notes: svn path=/head/; revision=372605
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-222-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=358832
* - Add dependency on graphviz when building the documentationPietro Cerutti2014-02-121-1/+2
| | | | Notes: svn path=/head/; revision=343937
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Remove indefinite article from COMMENTPietro Cerutti2013-10-101-5/+22
| | | | | | | | | | | | - Add LICENSE (AL2) - Add DOCS OPTION - Convert to USES+=gmake - Convert to new LIB_DEPENDS format - STAGE-clean - Bump PORTREVISION Notes: svn path=/head/; revision=329980
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326944
* - Update to 2.3.0Pietro Cerutti2011-11-103-46/+34
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285447
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Chase warnings under gcc -WerrorPietro Cerutti2011-08-121-0/+69
| | | | Notes: svn path=/head/; revision=279556
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Update to 2.2.4Pietro Cerutti2011-02-252-9/+5
| | | | | | | | | | - Depend on newly ported Xerces-C++ 3.x (textproc/xerces-c3) - Take maintainship Approved by: vanilla (previous maintainer) Notes: svn path=/head/; revision=269615
* - Backout previous commitPietro Cerutti2010-07-162-4/+5
| | | | | | | - Bump PORTEPOCH Notes: svn path=/head/; revision=257853
* - Update to 2.2.4Pietro Cerutti2010-07-162-4/+4
| | | | | | | Approved by: maintainer (timeout after 15 days) Notes: svn path=/head/; revision=257848
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* pkg-plist fix.Vanilla I. Shu2009-01-201-0/+1
| | | | | | | Obtained from: QAT Notes: svn path=/head/; revision=226493
* Upgrade to 2.2.0.Vanilla I. Shu2009-01-203-10/+41
| | | | Notes: svn path=/head/; revision=226489
* Upgrade to 2.1.3.Vanilla I. Shu2008-08-163-5/+10
| | | | Notes: svn path=/head/; revision=218659
* Fix BUILD_DEPENDS to refer to ${NONEXISTENT} instead of to xerces.c.Edwin Groothuis2008-07-311-1/+1
| | | | Notes: svn path=/head/; revision=217865
* Upgrade to 2.0.0.Vanilla I. Shu2008-04-013-5/+13
| | | | Notes: svn path=/head/; revision=210310
* Add xqilla, it's an XQuery & XPath2 library.Vanilla I. Shu2007-09-224-0/+429
Notes: svn path=/head/; revision=199901