notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: databases/tora/Makefile

Number of commits found: 72

Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
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
Original commitRevision:486467 
Sunday, 23 Sep 2018
12:28 linimon search for other commits by this committer
Fix build on gcc-based archs.

Tested on powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:480498 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Sunday, 29 Apr 2018
16:19 tcberner search for other commits by this committer
Update the QScintilla2 ports to 2.10.4
Original commitRevision:468632 
Monday, 12 Mar 2018
18:06 tcberner search for other commits by this committer
Update py-sip to 4.19.8 and qscintilla2 to 2.10.3

PR:		226487
Exp-run by:	antoine
Original commitRevision:464266 
Sunday, 18 Feb 2018
09:55 rakuco search for other commits by this committer
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
Original commitRevision:462214 
Tuesday, 7 Mar 2017
18:57 rene search for other commits by this committer
databases/tora: remove expired optional ORACLE option
Original commitRevision:435639 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 13 Dec 2015
12:45 rakuco search for other commits by this committer
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
Original commitRevision:403662 
Thursday, 10 Sep 2015
15:24 amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes

Approved by:	portmgr blanket
Original commitRevision:396577 
Tuesday, 18 Aug 2015
20:00 pgollucci search for other commits by this committer
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
Original commitRevision:394644 
Saturday, 18 Apr 2015
19:09 tijl search for other commits by this committer
Convert to USES=autoreconf
Original commitRevision:384248 
00:00 amdmi3 search for other commits by this committer
- Redo previous fix in a much simpler way, also fix runtime by not mixing
different c++ libraries and drop gcc requirement

Suggested by:	jbeich
Original commitRevision:384197 
Friday, 17 Apr 2015
15:13 amdmi3 search for other commits by this committer
- Fix build on 10.x and 11.x
Original commitRevision:384163 
Monday, 9 Mar 2015
00:20 mi search for other commits by this committer
Unbreak by adding a "const-poisoning" patch.
Original commitRevision:380808 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Wednesday, 23 Jul 2014
19:53 rakuco search for other commits by this committer
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.

- QScintilla ports:
  * Drop the API option from py-qt4-qscintilla2. It had been broken ever
    since staging support was added, and its existence does not make much
    sense: QScintilla is a hard dependency regardless of the state of this
    option anyway, they all come from the same tarball and the configuration
    script assumes the .api file will always be installed.

- PyQt ports:
  * The configure.py patch shared by all PyQt ports has been trimmed down to
    the minimum. Changes for Qt3 compatibility or for things that are just
    not needed anymore have been removed.

  * Several post-configure targets in the PyQt ports have been removed, as
    they had no effect on the way the ports were built whatsoever.

  * In some cases, instead of calling Python's py_compile.py on `ls *.py
    */*.py */*/*.py` to generate .pyc and .pyo files, we just call
    compileall.py, which is made for this kind of task.

  * The patch + sed hack to build py-qt4-dbussupport has been replaced by
    only extracting the dbus/ directory for that port and excluding it from
    all others.

  * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
    non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
    portion of all PyQt Makefiles were very similar and contained a lot of
    boilerplate code that can be shared among all of them since they all
    come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
    that, when set, automatically sets several common variables and the
    do-configure target for a port. This allows us to considerably reduce
    the size of all the py-qt4-* Makefiles.

  * To make the above possible and also to allow us to use as many OPTIONS
    helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
    That's what it was used for anyway.

PR:		191990
Original commitRevision:362721 
Monday, 21 Jul 2014
21:19 thierry search for other commits by this committer
- Stagify
- Fix pcre
- Mark BROKEN with clang
- Add license.
Original commitRevision:362494 
Thursday, 26 Jun 2014
11:02 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359329 
Monday, 26 May 2014
11:57 miwi search for other commits by this committer
- Convert gmake, bzip to USES

Approved by:	portmgr
Original commitRevision:355309 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
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
Original commitRevision:352986 
Wednesday, 11 Dec 2013
18:08 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Original commitRevision:336187 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Monday, 29 Oct 2012
13:21 bapt search for other commits by this committer
Fix docs logic after conversion

Reported by:	jhale
Feature safe:	yes
Original commitRevision:306611 
08:19 bapt search for other commits by this committer
Convert to new options framework
Make ORACLE a real i386 only option
Remove pre FreeBSD 7.x bits

Feature safe:	yes
Original commitRevision:306594 
Monday, 15 Oct 2012
16:21 tabthorpe search for other commits by this committer
- Reassign to the heap at maintainer's request

Approved by:	portmgr (implicit)
Feature safe:	yes
Redports:	ignore
Original commitRevision:305921 
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 8 Nov 2010
18:17 pav search for other commits by this committer
- Update to 2.1.3

PR:             ports/151877
Submitted by:   Cezary Morga <cm@therek.net> (maintainer)
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Tuesday, 5 Oct 2010
19:57 ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Monday, 5 Jul 2010
19:42 jpaetzel search for other commits by this committer
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
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 14 Aug 2009
10:22 makc search for other commits by this committer
Fix build after Qt4 ports update.

Approved by:    portmgr (miwi)
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Friday, 22 May 2009
10:13 dhn search for other commits by this committer
- Update to 2.0.0
- Pass maintainership to submitter

PR:             ports/134429
Submitted by:   Cezary Morga <cm@therek>
Original commit
Monday, 5 Jan 2009
17:27 pav search for other commits by this committer
- Remove conditional checks relevant only on FreeBSD 5.x and older
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Friday, 11 Jul 2008
08:46 miwi search for other commits by this committer
- Update to 1.3.22

PR:             125333
Submitted by:   José García Juanino <jjuanino@gmail.com>
Original commit
Friday, 6 Jun 2008
13:17 edwin search for other commits by this committer
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)
Original commit
Saturday, 3 May 2008
16:18 leeym search for other commits by this committer
- Update cppunit to 1.12.0
- Update all related ports

PR:             120489
Submitted by:   leeym
Approved by:    maintainer timeout
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Friday, 4 Apr 2008
16:44 thierry search for other commits by this committer
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.
Original commit
Wednesday, 2 Apr 2008
21:28 thierry search for other commits by this committer
Fix when NOPORTDOCS is set.
Original commit
Tuesday, 1 Apr 2008
22:04 thierry search for other commits by this committer
Upgrade to 1.3.23, also known as 1.3-"end-of-life".

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=586904>.
Original commit
Sunday, 30 Mar 2008
11:32 fjoe search for other commits by this committer
Unbreak on FreeBSD 5 that has texinfo 4.6 and does not understand @headitem.
Original commit
Monday, 10 Mar 2008
16:08 fjoe search for other commits by this committer
Update to 1.3.22.

PR:             116673
Submitted by:   Thierry Thomas
Original commit
Tuesday, 13 Nov 2007
20:26 fjoe search for other commits by this committer
Fix build with gcc 4.2.

Approved by:    portmgr (pav)
Original commit
Thursday, 4 Oct 2007
00:21 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Wednesday, 26 Sep 2007
19:54 thierry search for other commits by this committer
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.
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 16 Dec 2006
14:40 thierry search for other commits by this committer
Chase qscintilla's upgrade.

Reported by:    pointyhat via Kris
Pointyhat to:   miwi
Original commit
Tuesday, 7 Nov 2006
22:10 thierry search for other commits by this committer
Mark BROKEN on -CURRENT: linkage failure with libclntsh.a.

Since I'm there, replace INSTALLS_SHLIB by USE_LDCONFIG.

Reported by:    pointyhat via Kris
Original commit
Saturday, 8 Apr 2006
19:39 thierry search for other commits by this committer
Mark broken on FreeBSD-4.

Reported by:    Ports-i386 via Kris
Original commit
Wednesday, 22 Mar 2006
20:48 thierry search for other commits by this committer
Since we have a native Net8, resurrect TOra.
Original commit
Monday, 16 Aug 2004
05:36 kris search for other commits by this committer
As previously announced, remove these broken/insecure/obsolete ports.
Original commit
Monday, 17 May 2004
09:30 arved search for other commits by this committer
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED

Suggested by:   eik
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Friday, 7 Mar 2003
05:58 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Thursday, 23 Jan 2003
21:22 anders search for other commits by this committer
Use USE_REINPLACE & REINPLACE_CMD instead of PERL.

Requested by:   Ulrich Spoerlein <q@uni.de>
Original commit
Sunday, 25 Aug 2002
21:34 anders search for other commits by this committer
Update to 1.2.4.
Original commit
Sunday, 7 Apr 2002
01:29 anders search for other commits by this committer
Update to version 1.2.3.
Original commit
Sunday, 24 Feb 2002
14:13 anders search for other commits by this committer
Update to 1.2.2.    
Original commit
Thursday, 3 Jan 2002
23:07 anders search for other commits by this committer
Add TOra version 1.2.1, Toolkit for Oracle.    
Original commit

Number of commits found: 72