aboutsummaryrefslogtreecommitdiff
path: root/databases/tora
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on gcc-based archs.Mark Linimon2018-09-231-1/+2
| | | | | | | | | Tested on powerpc64 and amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480498
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-6/+10
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Update the QScintilla2 ports to 2.10.4Tobias C. Berner2018-04-291-1/+1
| | | | Notes: svn path=/head/; revision=468632
* Update py-sip to 4.19.8 and qscintilla2 to 2.10.3Tobias C. Berner2018-03-121-1/+1
| | | | | | | | PR: 226487 Exp-run by: antoine Notes: svn path=/head/; revision=464266
* Update QScintilla 2.10.2.Raphael Kubo da Costa2018-02-182-2/+23
| | | | | | | | | | | | | | Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928 Notes: svn path=/head/; revision=462214
* Add a patch to fix the build with clang 6.Raphael Kubo da Costa2018-02-161-0/+16
| | | | | | | | | toplsqltext.cpp:80:19: error: cannot initialize a member subobject of type 'const char *' with an rvalue of type 'bool' { NULL, NULL, false, false} ^~~~~ Notes: svn path=/head/; revision=462067
* databases/tora: remove expired optional ORACLE optionRene Ladan2017-03-071-8/+0
| | | | Notes: svn path=/head/; revision=435639
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.Raphael Kubo da Costa2015-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bring in some long overdue updates, some of which are required for us to later land the PyQt5 ports. One big change with this update is that the PyQt4 ports now install their .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do not end up with directories like share/py-sip/QtCore, which are especially confusing once PyQt5 lands and starts installing files with the same names. Other noteworthy items: - PORTREVISION has been bumped on ports depending on devel/qscintilla2 because libqscintilla2.so's SOVERSION has changed. - graphics/seexpr has been converted to USE_PYQT, as the file it used to define a build-time dependency on x11-toolkits/py-qt4-gui has moved. Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi (madpilot@) for their initial work on these ports as part of the effort to land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 205143 Notes: svn path=/head/; revision=403662
* - Switch to options helpersDmitry Marakasov2015-09-101-6/+3
| | | | | | | | | - Add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=396577
* databases/tora: use OPTIONS helpersPhilip M. Gollucci2015-08-1812-51/+44
| | | | | | | | | | | | - Use OPTIONS helpers where possible. - Drop qt4-linguist dependency - the port does not use it (and it already contains prebuilt translations). - Regenerate patches. PR: 201724 Submitted by: s3erios@gmail.com Notes: svn path=/head/; revision=394644
* Convert to USES=autoreconfTijl Coosemans2015-04-181-8/+4
| | | | Notes: svn path=/head/; revision=384248
* - Redo previous fix in a much simpler way, also fix runtime by not mixing ↵Dmitry Marakasov2015-04-182-8/+14
| | | | | | | | | different c++ libraries and drop gcc requirement Suggested by: jbeich Notes: svn path=/head/; revision=384197
* - Fix build on 10.x and 11.xDmitry Marakasov2015-04-171-3/+7
| | | | Notes: svn path=/head/; revision=384163
* Unbreak by adding a "const-poisoning" patch.Mikhail Teterin2015-03-092-4/+16
| | | | Notes: svn path=/head/; revision=380808
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371255
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.Raphael Kubo da Costa2014-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to the shlib version change. This is brought to you by the KDE on FreeBSD team. Besides updating to newer upstream releases, this commit also contains a lot of under-the-hood changes to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of cruft over time, so it was time for some summer cleaning: - General, belated changes: * Use OPTIONS helpers wherever possible, stop including <bsd.port.options.mk> when not necessary, stop checking for ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary, add options such as DOCS and/or DEBUG where they were only checked for. - QScintilla ports: * Drop the API option from py-qt4-qscintilla2. It had been broken ever since staging support was added, and its existence does not make much sense: QScintilla is a hard dependency regardless of the state of this option anyway, they all come from the same tarball and the configuration script assumes the .api file will always be installed. - PyQt ports: * The configure.py patch shared by all PyQt ports has been trimmed down to the minimum. Changes for Qt3 compatibility or for things that are just not needed anymore have been removed. * Several post-configure targets in the PyQt ports have been removed, as they had no effect on the way the ports were built whatsoever. * In some cases, instead of calling Python's py_compile.py on `ls *.py */*.py */*/*.py` to generate .pyc and .pyo files, we just call compileall.py, which is made for this kind of task. * The patch + sed hack to build py-qt4-dbussupport has been replaced by only extracting the dbus/ directory for that port and excluding it from all others. * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large portion of all PyQt Makefiles were very similar and contained a lot of boilerplate code that can be shared among all of them since they all come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable that, when set, automatically sets several common variables and the do-configure target for a port. This allows us to considerably reduce the size of all the py-qt4-* Makefiles. * To make the above possible and also to allow us to use as many OPTIONS helpers as possible, the ARGS variable is now called CONFIGURE_ARGS. That's what it was used for anyway. PR: 191990 Notes: svn path=/head/; revision=362721
* - StagifyThierry Thomas2014-07-212-6/+24
| | | | | | | | | - Fix pcre - Mark BROKEN with clang - Add license. Notes: svn path=/head/; revision=362494
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359329
* - Convert gmake, bzip to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355309
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* databases/tora: add <unistd.h> for modern compilersJohn Marino2013-10-022-0/+20
| | | | Notes: svn path=/head/; revision=329016
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-031-1/+1
| | | | | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip Notes: svn path=/head/; revision=311476
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Fix docs logic after conversionBaptiste Daroussin2012-10-291-2/+2
| | | | | | | | Reported by: jhale Feature safe: yes Notes: svn path=/head/; revision=306611
* Convert to new options frameworkBaptiste Daroussin2012-10-291-15/+10
| | | | | | | | | | Make ORACLE a real i386 only option Remove pre FreeBSD 7.x bits Feature safe: yes Notes: svn path=/head/; revision=306594
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-151-6/+2
| | | | | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore Notes: svn path=/head/; revision=305921
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Chase PyQT updateMax Brazhnikov2012-05-251-1/+1
| | | | Notes: svn path=/head/; revision=297369
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 2.1.3Pav Lucistnik2010-11-084-10/+17
| | | | | | | | PR: ports/151877 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=264262
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Update databases/tora to 2.1.2Josh Paetzel2010-07-054-30/+39
| | | | | | | | | | | | | Add OPTIONS for SQL backends Disable Oracle support by default (so tora can be compiled for amd64 with other SQL backends) PR: ports/148328 Submitted by: Cezary Morga <cm@therek.net> Approved by: itetcu@ (mentor) implicit Feature safe: yes Notes: svn path=/head/; revision=257416
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Fix build after Qt4 ports update.Max Brazhnikov2009-08-141-0/+3
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=239510
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 2.0.0Dennis Herrmann2009-05-2210-379/+99
| | | | | | | | | | - Pass maintainership to submitter PR: ports/134429 Submitted by: Cezary Morga <cm@therek> Notes: svn path=/head/; revision=234388
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-8/+1
| | | | Notes: svn path=/head/; revision=225288
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Update to 1.3.22Martin Wilke2008-07-113-5/+17
| | | | | | | | PR: 125333 Submitted by: José García Juanino <jjuanino@gmail.com> Notes: svn path=/head/; revision=216687
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update cppunit to 1.12.0Yen-Ming Lee2008-05-031-2/+2
| | | | | | | | | | | - Update all related ports PR: 120489 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=212548