Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.3_15,1 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 ) |
2.1.3_15,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.1.3_14,1 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 |
2.1.3_14,1 23 Sep 2018 12:28:37 |
linimon |
Fix build on gcc-based archs.
Tested on powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket) |
2.1.3_14,1 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 |
2.1.3_14,1 29 Apr 2018 16:19:44 |
tcberner |
Update the QScintilla2 ports to 2.10.4 |
2.1.3_13,1 12 Mar 2018 18:06:52 |
tcberner |
Update py-sip to 4.19.8 and qscintilla2 to 2.10.3
PR: 226487
Exp-run by: antoine |
2.1.3_12,1 18 Feb 2018 09:55:10 |
rakuco |
Update QScintilla 2.10.2.
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 |
2.1.3_11,1 16 Feb 2018 22:50:47 |
rakuco |
Add a patch to fix the build with clang 6.
toplsqltext.cpp:80:19: error: cannot initialize a member subobject of type
'const char *' with an rvalue of type 'bool'
{ NULL, NULL, false, false}
^~~~~ |
2.1.3_11,1 07 Mar 2017 18:57:21 |
rene |
databases/tora: remove expired optional ORACLE option |
2.1.3_11,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.1.3_11,1 13 Dec 2015 12:45:25 |
rakuco |
Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.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 |
2.1.3_10,1 10 Sep 2015 15:24:13 |
amdmi3 |
- Switch to options helpers
- Add some NO_ARCHes
Approved by: portmgr blanket |
2.1.3_10,1 18 Aug 2015 20:00:29 |
pgollucci |
databases/tora: use OPTIONS helpers
- 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 |
2.1.3_9,1 18 Apr 2015 19:09:04 |
tijl |
Convert to USES=autoreconf |
2.1.3_9,1 18 Apr 2015 00:00:31 |
amdmi3 |
- Redo previous fix in a much simpler way, also fix runtime by not mixing
different c++ libraries and drop gcc requirement
Suggested by: jbeich |
2.1.3_8,1 17 Apr 2015 15:13:08 |
amdmi3 |
- Fix build on 10.x and 11.x |
2.1.3_8,1 09 Mar 2015 00:20:39 |
mi |
Unbreak by adding a "const-poisoning" patch. |
2.1.3_8,1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
2.1.3_8,1 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) |
2.1.3_7,1 23 Jul 2014 19:53:11 |
rakuco |
Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... 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. (Only the first 15 lines of the commit message are shown above ) |
2.1.3_6,1 21 Jul 2014 21:19:04 |
thierry |
- Stagify
- Fix pcre
- Mark BROKEN with clang
- Add license. |
2.1.3_5,1 26 Jun 2014 11:02:07 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
2.1.3_5,1 26 May 2014 11:57:56 |
miwi |
- Convert gmake, bzip to USES
Approved by: portmgr |
2.1.3_5,1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
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 |
2.1.3_5,1 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
2.1.3_5,1 02 Oct 2013 06:31:11 |
marino |
databases/tora: add <unistd.h> for modern compilers |
2.1.3_5,1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.1.3_5,1 03 Feb 2013 18:16:55 |
makc |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
2.1.3_4 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.1.3_3,1 29 Oct 2012 13:21:57 |
bapt |
Fix docs logic after conversion
Reported by: jhale
Feature safe: yes |
2.1.3_3,1 29 Oct 2012 08:19:57 |
bapt |
Convert to new options framework
Make ORACLE a real i386 only option
Remove pre FreeBSD 7.x bits
Feature safe: yes |
2.1.3_3,1 15 Oct 2012 16:21:12 |
tabthorpe |
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore |
2.1.3_3,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) |
2.1.3_3,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.1.3_2,1 25 May 2012 01:50:36 |
makc |
Chase PyQT update |
2.1.3_1,1 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.1.3,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.1.3,1 08 Nov 2010 18:17:53 |
pav |
- Update to 2.1.3
PR: ports/151877
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
2.1.2_1,1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
2.1.2_1,1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
2.1.2_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.1.2,1 05 Jul 2010 19:42:31 |
jpaetzel |
Update databases/tora to 2.1.2
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 |
2.0.0_1,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.0.0,1 14 Aug 2009 10:22:03 |
makc |
Fix build after Qt4 ports update.
Approved by: portmgr (miwi) |
2.0.0,1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
2.0.0,1 22 May 2009 10:13:20 |
dhn |
- Update to 2.0.0
- Pass maintainership to submitter
PR: ports/134429
Submitted by: Cezary Morga <cm@therek> |
1.3.22,1 05 Jan 2009 17:27:29 |
pav |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
1.3.22,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
1.3.22 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.3.22,1 11 Jul 2008 08:46:00 |
miwi |
- Update to 1.3.22
PR: 125333
Submitted by: José García Juanino <jjuanino@gmail.com> |
1.3.e.o.l_2,1 06 Jun 2008 13:17:10 |
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) |
1.3.e.o.l_1,1 03 May 2008 16:18:04 |
leeym |
- Update cppunit to 1.12.0
- Update all related ports
PR: 120489
Submitted by: leeym
Approved by: maintainer timeout |
1.3.e.o.l_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.3.e.o.l_1,1 05 Apr 2008 20:40:20 |
thierry |
Fix build when knob WITHOUT_KDE is set.
PR: ports/122466
Submitted by: José García Juanino <jjuanino (at) gmail com> |
1.3.e.o.l_1,1 04 Apr 2008 16:44:56 |
thierry |
The tarball has been rerolled: it now includes all the generated stuff
by the autotools (Makefile.in, configure, etc.), and some other patches.
Full diff at
<http://people.freebsd.org/~thierry/ports/tora-1-3-end-of-life_080325_080403.diff.bz2>
Note: I could have removed the autotools and use the pre-generated stuff
but I keep it as-is. |
1.3.e.o.l,1 02 Apr 2008 21:28:59 |
thierry |
Fix when NOPORTDOCS is set. |
1.3.e.o.l,1 01 Apr 2008 22:04:02 |
thierry |
Upgrade to 1.3.23, also known as 1.3-"end-of-life".
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=586904>. |
1.3.22 30 Mar 2008 11:32:02 |
fjoe |
Unbreak on FreeBSD 5 that has texinfo 4.6 and does not understand @headitem. |
1.3.22 10 Mar 2008 16:08:53 |
fjoe |
Update to 1.3.22.
PR: 116673
Submitted by: Thierry Thomas |
1.3.21_3 13 Nov 2007 20:26:37 |
fjoe |
Fix build with gcc 4.2.
Approved by: portmgr (pav) |
1.3.21_2 04 Oct 2007 00:21:24 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
1.3.21_2 26 Sep 2007 19:54:40 |
thierry |
Release maintainership: I'm still working with Oracle databases on a
daily basis, but I'm no more allowed to connect my laptop (for security
reasons!).
I'm sending a PR to upgrade to TOra to the latest 1.3.22. |
1.3.21_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3.21_1 16 Dec 2006 14:40:42 |
thierry |
Chase qscintilla's upgrade.
Reported by: pointyhat via Kris
Pointyhat to: miwi |
1.3.21 07 Nov 2006 22:10:55 |
thierry |
Mark BROKEN on -CURRENT: linkage failure with libclntsh.a.
Since I'm there, replace INSTALLS_SHLIB by USE_LDCONFIG.
Reported by: pointyhat via Kris |
1.3.21 26 Jul 2006 17:13:19 |
thierry |
No functional change: just add "-v" to investigate a linkage failure
reported by linimon on pointyhat. |
1.3.21 08 Apr 2006 19:39:47 |
thierry |
Mark broken on FreeBSD-4.
Reported by: Ports-i386 via Kris |
1.3.21 22 Mar 2006 20:48:37 |
thierry |
Since we have a native Net8, resurrect TOra. |
1.2.4_1 16 Aug 2004 05:36:44 |
kris |
As previously announced, remove these broken/insecure/obsolete ports. |
1.2.4_1 17 May 2004 09:30:46 |
arved |
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED
Suggested by: eik |
1.2.4_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.2.4 07 Mar 2003 05:58:32 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2.4 23 Jan 2003 21:22:53 |
anders |
Use USE_REINPLACE & REINPLACE_CMD instead of PERL.
Requested by: Ulrich Spoerlein <q@uni.de> |
1.2.4 25 Aug 2002 21:34:30 |
anders |
Update to 1.2.4. |
1.2.3 07 Apr 2002 01:29:47 |
anders |
Update to version 1.2.3. |
24 Feb 2002 14:13:36 |
anders |
Update to 1.2.2. |
03 Jan 2002 23:07:02 |
anders |
Add TOra version 1.2.1, Toolkit for Oracle. |