aboutsummaryrefslogtreecommitdiff
path: root/databases/qt4-sqlite3-plugin/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* qt4 sqldrivers: Switch to a proper qmake build, use Makefile.sqldrivers.Raphael Kubo da Costa2016-03-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* - 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
* The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.Max Brazhnikov2010-01-211-2/+3
| | | | Notes: svn path=/head/; revision=248306
* - Update to qt 4.4.1Martin Wilke2008-08-041-2/+2
| | | | | | | | | | | | | | 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
* Update to Qt 4.3.1.Michael Nottebrock2007-09-021-2/+2
| | | | Notes: svn path=/head/; revision=198629
* Add qt4, a multiplatform C++ application frameworkMichael Nottebrock2007-02-051-0/+2
Notes: svn path=/head/; revision=184304