Port details |
- qdevelop Development environment entirely dedicated to Qt 4
- 0.28_3 devel
=0 0.28_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2007-07-10 17:11:51
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- Also Listed In: kde
- License: GPLv2+
- WWW:
- http://code.google.com/p/qdevelop/
- Description:
- QDevelop is a development environment entirely dedicated to Qt4.
QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated
to Qt and is totally independent of KDevelop. Less complete, but faster,
light and especially multi-platforms. QDevelop and KDevelop have different
code sources.
WWW: http://code.google.com/p/qdevelop/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qdevelop>0:devel/qdevelop
- No installation instructions:
- This port has been deleted.
- PKGNAME: qdevelop
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (qdevelop-v0.28.tar.gz) = d9772358078f62edb6591d3d7ca7515c52f256eb6becf82cc5fcde4228ac7d9e
SIZE (qdevelop-v0.28.tar.gz) = 1660363
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- designer : devel/qt4-designer
- lrelease : devel/qt4-linguisttools
- lrelease : devel/qt4-linguisttools
- moc : devel/qt4-moc
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- rcc : devel/qt4-rcc
- uic : devel/qt4-uic
- uic : devel/qt4-uic
- Runtime dependencies:
-
- exctags : devel/ctags
- assistant : devel/qt4-assistant
- designer : devel/qt4-designer
- lrelease : devel/qt4-linguisttools
- lrelease : devel/qt4-linguisttools
- moc : devel/qt4-moc
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- rcc : devel/qt4-rcc
- libqsqlite.so : databases/qt4-sqlite3-plugin
- uic : devel/qt4-uic
- uic : devel/qt4-uic
- Library dependencies:
-
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- libQtNetwork.so : net/qt4-network
- libQtSql.so : databases/qt4-sql
- libQtXml.so : textproc/qt4-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for qdevelop-0.28_3:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
TOOLS=on: Install Qt 4 development tools (qmake, moc, etc.)
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- qmake qt:4 qt:4
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.28_3 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
0.28_3 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
0.28_3 28 Jul 2018 10:56:00 |
tobik |
devel/qdevelop: Fix build with Clang 6
src/mainimpl.cpp:82:19: error: cannot initialize a parameter of type 'QStatusBar
*' with an rvalue of type 'bool'
setStatusBar( false );
^~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/qdevelop-0.28_3.log |
0.28_3 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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 |
0.28_3 03 Jul 2017 12:58:53 |
amdmi3 |
- Add LICENSE
- Add missing Qt depend
- Silence patching |
0.28_3 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
0.28_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.28_3 25 Aug 2015 10:03:09 |
makc |
Convert my ports to new options helpers |
0.28_3 24 Feb 2015 21:46:29 |
makc |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping |
0.28_3 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
0.28_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.28_2 26 Nov 2013 12:58:55 |
makc |
- Clean up after conversion to USES=qmake
- Use options helpels |
0.28_2 21 Nov 2013 15:41:06 |
makc |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix |
0.28_2 09 Oct 2013 10:08:05 |
makc |
- Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax |
0.28_2 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.28_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.28_2 25 Mar 2013 13:59:18 |
makc |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it's
already defined
- Remove OPTIONS_DEFINE, if it contains only global options |
0.28_2 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
0.28_1 07 Jan 2013 02:07:27 |
makc |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes |
0.28_1 31 Jul 2012 13:25:27 |
makc |
Fix typo/logic after conversion to new option framework
Reported by: erwin/pointyhat for textproc/qstardict |
0.28_1 27 Jul 2012 11:03:39 |
makc |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
0.28_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.28_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.28 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.28 28 Nov 2010 22:57:42 |
makc |
Fix build with upcoming Qt 4.7.1 |
0.28 01 Aug 2010 14:57:57 |
makc |
Update to 0.28
Port changes:
- build with qmake instean of cmake
- update WWW
- mark MAKE_JOBS_SAFE
PR: based on ports/149145
Submitted by: Oleg Ginzburg <olevole at olevole.ru> |
0.27.4_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.27.4 26 Oct 2009 18:31:48 |
makc |
Update to 0.27.4 |
0.26.1_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
0.26.1 21 Feb 2009 18:00:19 |
makc |
Update to 0.26.1 |
0.25.2 28 Jun 2008 14:37:53 |
miwi |
- Unbreak
- Update to 0.25.2
- Pass maintainership to submitter
Submitted by: Max Brazhnikov (via privat mail) |
0.23.1_2 19 Jun 2008 02:54:54 |
pav |
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.
With hat: portmgr |
0.23.1_2 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
0.23.1_1 13 Mar 2008 12:43:30 |
miwi |
- Take over maintainership |
0.23.1_1 02 Mar 2008 08:25:11 |
linimon |
Reset relaxbsd@gmail.com due to maintainer-timeouts.
Hat: portmgr |
0.23.1_1 18 Nov 2007 18:09:00 |
linimon |
Mark as broken: checksum fails.
Approved by: portmgr (self) |
0.23.1_1 15 Aug 2007 09:10:04 |
itetcu |
- Add qt4-sqlite3-plugin support. It's required to open a qt4 project file
(*.pro). [1]
- Change the Categories in DESKTOP_ENTRIES. [1]
- bump PORTREVISION for depends change. [2]
PR: ports/115473
Submitted by: Yinghong.Liu (maintainer), itetcu@ (me) [2] |
0.23.1 12 Jul 2007 12:49:24 |
miwi |
- Update mail adress
Submitted by: maintainer via privat mail |
0.23.1 10 Jul 2007 17:09:09 |
miwi |
QDevelop is a development environment entirely dedicated to Qt4.
QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated
to Qt and is totally independent of KDevelop. Less complete, but faster,
light and especially multi-platforms. QDevelop and KDevelop have different
code sources.
WWW: http://qdevelop.org/
PR: ports/114288
Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn> |