notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/tora/Makefile
SVNWeb

Number of commits found: 72

Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
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
Sun, 23 Sep 2018
[ 12:28 linimon search for other commits by this committer ] Original commit   Revision:480498
Fix build on gcc-based archs.

Tested on powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Sun, 29 Apr 2018
[ 16:19 tcberner search for other commits by this committer ] Original commit   Revision:468632 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Update the QScintilla2 ports to 2.10.4
Mon, 12 Mar 2018
[ 18:06 tcberner search for other commits by this committer ] Original commit   Revision:464266 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Update py-sip to 4.19.8 and qscintilla2 to 2.10.3

PR:		226487
Exp-run by:	antoine
Sun, 18 Feb 2018
[ 09:55 rakuco search for other commits by this committer ] Original commit   Revision:462214 (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
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
Tue, 7 Mar 2017
[ 18:57 rene search for other commits by this committer ] Original commit   Revision:435639
databases/tora: remove expired optional ORACLE option
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 13 Dec 2015
[ 12:45 rakuco search for other commits by this committer ] Original commit   Revision:403662 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
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
Thu, 10 Sep 2015
[ 15:24 amdmi3 search for other commits by this committer ] Original commit   Revision:396577 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Switch to options helpers
- Add some NO_ARCHes

Approved by:	portmgr blanket
Tue, 18 Aug 2015
[ 20:00 pgollucci search for other commits by this committer ] Original commit   Revision:394644 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Sat, 18 Apr 2015
[ 19:09 tijl search for other commits by this committer ] Original commit   Revision:384248 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Convert to USES=autoreconf
[ 00:00 amdmi3 search for other commits by this committer ] Original commit   Revision:384197
- Redo previous fix in a much simpler way, also fix runtime by not mixing
different c++ libraries and drop gcc requirement

Suggested by:	jbeich
Fri, 17 Apr 2015
[ 15:13 amdmi3 search for other commits by this committer ] Original commit   Revision:384163
- Fix build on 10.x and 11.x
Mon, 9 Mar 2015
[ 00:20 mi search for other commits by this committer ] Original commit   Revision:380808
Unbreak by adding a "const-poisoning" patch.
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 23 Jul 2014
[ 19:53 rakuco search for other commits by this committer ] Original commit   Revision:362721 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 21 Jul 2014
[ 21:19 thierry search for other commits by this committer ] Original commit   Revision:362494
- Stagify
- Fix pcre
- Mark BROKEN with clang
- Add license.
Thu, 26 Jun 2014
[ 11:02 antoine search for other commits by this committer ] Original commit   Revision:359329
Allow to build with texinfo from ports

With hat:	portmgr
Mon, 26 May 2014
[ 11:57 miwi search for other commits by this committer ] Original commit   Revision:355309 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Convert gmake, bzip to USES

Approved by:	portmgr
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
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
Wed, 11 Dec 2013
[ 18:08 bapt search for other commits by this committer ] Original commit   Revision:336187 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Sun, 3 Feb 2013
[ 18:16 makc search for other commits by this committer ] Original commit   Revision:311476 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Mon, 29 Oct 2012
[ 13:21 bapt search for other commits by this committer ] Original commit   Revision:306611
Fix docs logic after conversion

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

Feature safe:	yes
Mon, 15 Oct 2012
[ 16:21 tabthorpe search for other commits by this committer ] Original commit   Revision:305921 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Reassign to the heap at maintainer's request

Approved by:	portmgr (implicit)
Feature safe:	yes
Redports:	ignore
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 25 May 2012
[ 01:50 makc search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Chase PyQT update
Tue, 14 Feb 2012
[ 12:45 mm search for other commits by this committer ] Original commit  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Mon, 8 Nov 2010
[ 18:17 pav search for other commits by this committer ] Original commit 
- Update to 2.1.3

PR:             ports/151877
Submitted by:   Cezary Morga <cm@therek.net> (maintainer)
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Tue, 5 Oct 2010
[ 19:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Round one migration of ports from automake{19,110} to automake111
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Mon, 5 Jul 2010
[ 19:42 jpaetzel search for other commits by this committer ] Original commit 
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
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 14 Aug 2009
[ 10:22 makc search for other commits by this committer ] Original commit 
Fix build after Qt4 ports update.

Approved by:    portmgr (miwi)
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Fri, 22 May 2009
[ 10:13 dhn search for other commits by this committer ] Original commit 
- Update to 2.0.0
- Pass maintainership to submitter

PR:             ports/134429
Submitted by:   Cezary Morga <cm@therek>
Mon, 5 Jan 2009
[ 17:27 pav search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks relevant only on FreeBSD 5.x and older
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

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

PR:             125333
Submitted by:   José García Juanino <jjuanino@gmail.com>
Fri, 6 Jun 2008
[ 13:17 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 3 May 2008
[ 16:18 leeym search for other commits by this committer ] Original commit 
- Update cppunit to 1.12.0
- Update all related ports

PR:             120489
Submitted by:   leeym
Approved by:    maintainer timeout
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Fri, 4 Apr 2008
[ 16:44 thierry search for other commits by this committer ] Original commit 
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.
Wed, 2 Apr 2008
[ 21:28 thierry search for other commits by this committer ] Original commit 
Fix when NOPORTDOCS is set.
Tue, 1 Apr 2008
[ 22:04 thierry search for other commits by this committer ] Original commit 
Upgrade to 1.3.23, also known as 1.3-"end-of-life".

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

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

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

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

Since I'm there, replace INSTALLS_SHLIB by USE_LDCONFIG.

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

Reported by:    Ports-i386 via Kris
Wed, 22 Mar 2006
[ 20:48 thierry search for other commits by this committer ] Original commit 
Since we have a native Net8, resurrect TOra.
Mon, 16 Aug 2004
[ 05:36 kris search for other commits by this committer ] Original commit  (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
As previously announced, remove these broken/insecure/obsolete ports.
Mon, 17 May 2004
[ 09:30 arved search for other commits by this committer ] Original commit 
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED

Suggested by:   eik
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Fri, 7 Mar 2003
[ 05:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

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

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

Number of commits found: 72