aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt4pas
Commit message (Collapse)AuthorAgeFilesLines
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | 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
* - Pass maintainership to meJose Alonso Cardenas Marquez2017-08-031-1/+1
| | | | Notes: svn path=/head/; revision=447305
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Assign maintainership of FPC ports to new FPC ports teamJohn Marino2015-01-051-1/+1
| | | | | | | | | | The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363 Notes: svn path=/head/; revision=376279
* 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
* - Convert to USES=qmakeMax Brazhnikov2013-11-251-5/+2
| | | | | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334873
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Fix build on i386Jose Alonso Cardenas Marquez2012-09-301-2/+0
| | | | | | | Reported by: beat Notes: svn path=/head/; revision=305057
* - Remove BROKEN on i386Jose Alonso Cardenas Marquez2012-09-021-4/+6
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=303532
* - 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
* Mark BROKEN on i386: does not buildErwin Lansing2012-05-311-0/+4
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=297857
* - Update to 2.5Jose Alonso Cardenas Marquez2012-05-073-4/+4
| | | | Notes: svn path=/head/; revision=296171
* - Update to 2.4Jose Alonso Cardenas Marquez2011-10-203-6/+5
| | | | Notes: svn path=/head/; revision=284010
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* - 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
* - Update to 2.1 releaseDima Panov2010-02-203-5/+5
| | | | | | | | | | | v.2.0 no longer available, author force users to update to 2.1 with critical network fixes. Reported by: QAT via pav Approved by: portmgr (pav) Feature safe: yes Notes: svn path=/head/; revision=250100
* - Unbreak with qt 4.6.XMartin Wilke2010-02-134-52/+13
| | | | | | | | | | | - Update to 2.0 PR: 143081 Submitted by: fluffy Approved by: maintainer timeout Notes: svn path=/head/; revision=249803
* Fix build by update to 1.70 for Qt-4.5.0.Max Brazhnikov2009-08-143-11/+17
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=239513
* New port: x11/toolkits/qt4pasJose Alonso Cardenas Marquez2009-01-225-0/+84
Provide a Qt4 binding for FreePascal that may be of use to provide the Lazarus LCL library with a Qt interface This binding does not aim to cover the whole Qt4 framework, but only just enough to satisfy the LCL needs. If any LCL/Qt developer needs an extra class, just ask and it will be added promptly. Some of the methods that have parameters based upon templates have been omitted. If however you need any of those, just ask. WWW: http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html Notes: svn path=/head/; revision=226651