aboutsummaryrefslogtreecommitdiff
path: root/databases/qt4-ibase-plugin
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTREVISION. databases/firebird25-* ports were updatedJose Alonso Cardenas Marquez2018-04-251-1/+1
| | | | Notes: svn path=/head/; revision=468288
* Disable Qt4 sql-ibase plugin on not-(i386|amd64)Adriaan de Groot2018-03-021-0/+2
| | | | | | | | | | | | | | ibase is Firebird, which only builds on i386 and amd64. This patch squashes the ibase plugin for Qt4. PR: 216943 Submitted by: linimon Reported by: linimon Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14326 Notes: svn path=/head/; revision=463394
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moreTobias C. Berner2017-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213 Notes: svn path=/head/; revision=434380
* databases/qt4-ibase-plugin: simplify USESKurt Jaeger2016-05-291-1/+1
| | | | | | | | PR: 209818 Submitted by: groot@kde.org (kde) Notes: svn path=/head/; revision=416083
* Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | | | Also: - replace USE_FIREBIRD by USES=firebird. - convert ports depending on databases/firebird25-client directly to USES=firebird. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414015
* qt4 sqldrivers: Switch to a proper qmake build, use Makefile.sqldrivers.Raphael Kubo da Costa2016-03-103-50/+2
| | | | | | | | | | | | | | | | | | | | | | | | | We've recently started receiving pkg-fallout emails because qt4-mysql-plugin is failing to build in HEAD. It turns out we were using some custom-made Makefile.bsd files to drive the builds, and they did not always register all dependencies between the files correctly. Fix it by switching to a proper qmake build that uses the .pro files shipped with Qt4 itself: they can be used without running the `configure' script almost as if they were not part of the Qt distribution itself. By doing this we can stop having our own Makefiles and also stop setting a lot of variables in the port Makefiles. While here, consolidate most of the variable setting into a single Makefile.sqldrivers in devel/qt4 (like we already do for devel/qt5) so that each of the qt4-*-plugin ports only need to set a few values such as the plugin name and additional USES or includes that might be necessary. Bump PORTREVISION because we now include the debug versions of the plugins in PLIST_FILES when the ports are built with WITH_DEBUG=yes (they were already shipped before, but not registered in the plists). Notes: svn path=/head/; revision=410751
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371255
* Unbreak Qt4 ports that do not extract src/corelib after r362770.Raphael Kubo da Costa2014-07-241-0/+1
| | | | | | | | The easiest solution is to just make them extract it (it's not a big directory anyway). This can be reverted once 4.8.7 is released. Notes: svn path=/head/; revision=362834
* In preparation for Qt 5 ports:Max Brazhnikov2014-01-062-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/qmake.mk: - Add support for out-of-source builds - Add support for Qt 5 ports - Respect WITH_DEBUG Mk/bsd.qt.mk: - Massive rework for Qt 5 ports - Remove '-phonon' from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support [1] devel/qmake4: - Improve mkspecs for gcc (mainly sync with linux version) and clang devel/qt4-corelib: - Convert to USES=iconv - Remove ancient patch devel/qt4-designer: - Remove reference to WRKSRC from installed pkgconfig files [2] - Don't build Qt Designer plugin for Phonon from outdated Qt sources. Separate port for plugin will be committed later devel/qt4-assistant-adp, devel/qt4-libqtassistantclient: - Convert to USES=qmake Clean up Qt4 ports: - Update comments - Update description; use common description - Consistently use QT_INCDIR, QT_LIBDIR, etc. - Use options helpers - Convert to new LIB_DEPENDS syntax - Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports - Rename/move several ports for unification with Qt 5 ports PR: ports/184620 [1] Reported by: Kevin Zheng <kevinz5000@gmail.com> PR: ports/181141 [2] Reported by: thierry PR: ports/185101 Exp-run by: bdrewery This is mostly solely avilla's work in area51, kudos to him! And a couple commits from myself, so you know who's collecting pointyhats :) Notes: svn path=/head/; revision=338902
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-3/+3
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.Raphael Kubo da Costa2013-10-132-11/+8
| | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team, with commits by makc@, Schaich Alonso and yours truly. Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33 (from ports), staging support in the Makefiles and dependency fixes related to pkg-config. Many thanks to the people who helped test the ports using our area51 repository, and also to the people who provided patches and bug reports via GNATS! PR: ports/180615 ports/181921 ports/182049 Notes: svn path=/head/; revision=330266
* - Bump PORTREVISION. firebird25-* ports has been modified for solved someJose Alonso Cardenas Marquez2013-09-301-0/+1
| | | | | | | problems related to ICU Notes: svn path=/head/; revision=328907
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-4/+3
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.Max Brazhnikov2013-02-031-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The area51 repository features commits by Alonso Schaich, avilla, fluffy, jhale, makc and rakuco. Common changes: - Trim Makefile header - Convert to new option framework - Add/improve desktop entries - Remove upstreamed patches Mk/bsd.qt.mk: - Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1] devel/qmake: - Fix crash due to off-by one error [2] multimedia/qt4-phonon*: - Deprecate in favour of multimedia/phonon* www/qt4-webkit: - Make dependence on GStreamer optional [3] devel/qtcreator: - Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4] Reported by: avg via irc [1] Submitted by: avg via maillist [2] PR: ports/175644 [3] Submitted by: danfe [3] PR: ports/169809 [4] Reported by: tcb <tcberner at gmail.com> [4] Notes: svn path=/head/; revision=311473
* - 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
* KDE FreeBSD team is glad to present Qt 4.7.1 in ports.Max Brazhnikov2010-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run. Notes: svn path=/head/; revision=265592
* The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.Max Brazhnikov2010-01-212-6/+4
| | | | Notes: svn path=/head/; revision=248306
* - Fix buildMartin Wilke2009-11-271-0/+4
| | | | | | | | PR: 140936 Reported by: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua> Notes: svn path=/head/; revision=244846
* - Update to Qt-4.5Martin Wilke2009-11-262-6/+0
| | | | | | | | | | The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself) Notes: svn path=/head/; revision=244808
* - Update Qt4 to 4.5.2Martin Wilke2009-08-043-7/+11
| | | | | | | | | | The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi) Notes: svn path=/head/; revision=238901
* kde@freebsd team is pleased to announce the update for Qt4 ports.Max Brazhnikov2009-01-131-3/+3
| | | | | | | | | | | Qt4 ports have been updated from 4.4.1 to 4.4.3. With this update new port misc/qt4-l10n has been added. This port provides localisation support for Qt4 developers tools designer, linguist, etc. Approved by: miwi (mentor) Notes: svn path=/head/; revision=225988
* - Update to qt 4.4.1Martin Wilke2008-08-044-8/+7
| | | | | | | | | | | | | | Note: With this update several ports specific problems have been fixed. Qt4 headers and libraries have been moved to include/qt4 and lib/qt4. bsd.qt.mk defines QT_INCDIR and QT_LIBDIR now, which could be used in qt4-dependent ports if required. Thanks to: Max Brazhnikov Danny Pansters Notes: svn path=/head/; revision=218043
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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 to Qt 4.3.4Michael Nottebrock2008-03-131-3/+3
| | | | Notes: svn path=/head/; revision=208981
* Update to Qt 4.3.1.Michael Nottebrock2007-09-023-6/+6
| | | | Notes: svn path=/head/; revision=198629
* - bsd.qt.mk:Michael Nottebrock2007-08-021-1/+1
| | | | | | | | | | | | | | | QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as <component>_build or <component>_run, respectively. Specifying <component> without any suffix will depend on the component at both build- and runtime just like before. - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=196993
* Use the USE_FIREBIRD macro.Michael Nottebrock2007-07-251-2/+1
| | | | | | | Pointed out by: linimon Notes: svn path=/head/; revision=196279
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-162-10/+11
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* Add build dependency on qt4-mocMichael Nottebrock2007-07-141-0/+1
| | | | Notes: svn path=/head/; revision=195620
* During regression testing the WIP Qt 4.3.0 ports, I found that the sqlMichael Nottebrock2007-07-132-4/+14
| | | | | | | | | | | | | | | driver plugins were all broken - even in the current ports! :( I am quite astonished nobody complained about this yet. Is there nobody developing applications with database backends using Qt4 on FreeBSD? The ports let you use the QtSql library and the database plugins without any X11 dependencies! Using Qt for database frontends has never been so attractive! Anyway, this should fix the plugins. Notes: svn path=/head/; revision=195506
* Update to 4.2.3Michael Nottebrock2007-03-252-4/+4
| | | | Notes: svn path=/head/; revision=188232
* Add qt4, a multiplatform C++ application frameworkMichael Nottebrock2007-02-055-0/+62
Notes: svn path=/head/; revision=184304