non port: databases/fastdb/Makefile |
SVNWeb
|
Number of commits found: 116 (showing only 100 on this page) |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 4 Jun 2021
|
[ 05:53 Gerald Pfeifer (gerald) ] d09ed09 (Only the first 10 of 52 ports in this commit are shown above. )
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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, 28 Oct 2018
|
[ 09:36 jbeich ] (Only the first 10 of 13 ports in this commit are shown above. )
Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Mon, 2 Jul 2018
|
[ 04:00 linimon ] (Only the first 10 of 60 ports in this commit are shown above. )
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Mon, 18 Jun 2018
|
[ 03:49 linimon ] (Only the first 10 of 43 ports in this commit are shown above. )
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Fri, 2 Mar 2018
|
[ 22:34 brooks ] (Only the first 10 of 32 ports in this commit are shown above. )
Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Fri, 18 Aug 2017
|
[ 12:25 rakuco ]
Explicitly pass -std=gnu++03 to the compiler.
This fixes the build with GCC 6, which defaults to -std=gnu++14. The port's
code does not work with C++11 or later.
PR: 219275
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Wed, 25 Mar 2015
|
[ 09:33 marino ] (Only the first 10 of 29 ports in this commit are shown above. )
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket
|
Sat, 3 Jan 2015
|
[ 18:48 pawel ]
- Update to version 3.75
- Add LICENSE
PR: 196379
Submitted by: Nikola Kolev <koue@chaosophia.net>
|
Tue, 2 Dec 2014
|
[ 22:50 bapt ]
Finish resetting maintainership
PR: 195059
|
Wed, 7 May 2014
|
[ 23:54 bapt ]
Use options
Support stage
Convert to USES=gmake dos2unix
Always use gcc as a compiler
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Fri, 28 Jun 2013
|
[ 01:58 clsung ]
- Update to 3.73
|
Fri, 11 Nov 2011
|
[ 05:13 clsung ]
- Update to 3.70
Feature safe: yes
|
Mon, 7 Nov 2011
|
[ 03:25 miwi ] (Only the first 10 of 22 ports in this commit are shown above. )
- Get rid FreeBSD 6.x support
|
Wed, 26 Oct 2011
|
[ 02:39 clsung ]
- Update to 3.69
|
Mon, 26 Sep 2011
|
[ 05:35 clsung ]
- Update to 3.68
|
Wed, 6 Apr 2011
|
[ 07:49 clsung ]
- Update to 3.66
- unbreak
|
Mon, 21 Feb 2011
|
[ 20:51 pav ]
- Mark BROKEN: fails to patch
Reported by: pointyhat
|
Wed, 9 Feb 2011
|
[ 08:56 clsung ]
- Update to 3.65
|
Tue, 31 Aug 2010
|
[ 21:22 pav ]
- Mark BROKEN on 6.x/7.x: does not compile
Reported by: pointyhat
|
Mon, 16 Aug 2010
|
[ 06:20 clsung ]
- Update to 3.63
|
Wed, 20 May 2009
|
[ 07:53 clsung ]
- Update to 3.53
|
Mon, 5 Jan 2009
|
[ 17:27 pav ] (Only the first 10 of 56 ports in this commit are shown above. )
- Remove conditional checks relevant only on FreeBSD 5.x and older
|
Fri, 25 Jul 2008
|
[ 09:38 pav ] (Only the first 10 of 38 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Tue, 1 Jul 2008
|
[ 06:30 clsung ]
- Update to 3.49
Changes:
|
Fri, 13 Jun 2008
|
[ 06:48 clsung ]
- Update to 3.48
|
Mon, 19 May 2008
|
[ 23:01 pav ]
- Mark BROKEN on 5.x
Reported by: pointyhat
|
Sun, 20 Apr 2008
|
[ 03:15 clsung ]
- Update to 3.47
|
Sat, 25 Aug 2007
|
[ 04:04 clsung ]
- Update to 3.40
|
Mon, 23 Jul 2007
|
[ 08:38 clsung ]
- Update to 3.39
PR: ports/114779
Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
|
Tue, 1 May 2007
|
[ 07:23 clsung ]
- Update to 3.38
|
Sun, 15 Apr 2007
|
[ 05:39 clsung ]
- Update to 3.37
|
Wed, 28 Mar 2007
|
[ 02:42 clsung ]
- Update to 3.36
|
Mon, 26 Mar 2007
|
[ 01:41 clsung ]
- Update to 3.35
|
Thu, 8 Mar 2007
|
[ 07:19 clsung ]
- Update to 3.34
|
Tue, 6 Mar 2007
|
[ 07:36 clsung ]
- Update to 3.33
PR: ports/109817
Submitted by: Marcelo Araujo <araujo_AT_bsdmail dot org>
Reviewed by: maintainer (clsung)
|
Sun, 15 Oct 2006
|
[ 14:02 clsung ]
- Update to 3.32
- fix build error
- I'll maintain it
Approved by: portmgr (marcus)
|
Sat, 7 Oct 2006
|
[ 17:02 clsung ]
- Update to 3.30
PR: ports/104116
Submitted by: chinsan
|
Thu, 14 Sep 2006
|
[ 17:49 osa ]
Drop maintainership.
|
Tue, 11 Jul 2006
|
[ 06:32 osa ]
Unbreak size mismatch by update to 3.29.
Submitted by: chinsan aka chinsan dot tw at gmail dot com
PR: 100059
|
Sat, 22 Apr 2006
|
[ 21:52 kris ]
BROKEN: Size mismatch
|
Fri, 14 Apr 2006
|
[ 10:00 osa ]
Update to 3.27.
|
Wed, 15 Mar 2006
|
[ 09:01 osa ]
Update to 3.25.
|
Wed, 15 Feb 2006
|
[ 10:22 osa ]
Update to 3.24.
|
Mon, 3 Oct 2005
|
[ 13:18 osa ]
Update to 3.22.
The FastDB 3.22 introduced JNIcli - Java(tm) native interface.
This port builds without JNIcli, because I do not use it.
Please provide patches if you would like to add JNIcli to port.
|
Tue, 30 Aug 2005
|
[ 12:01 osa ]
Update to 3.21.
Sort pkg-plist.
|
Mon, 1 Aug 2005
|
[ 12:12 osa ]
Update to 3.19.
|
Thu, 7 Jul 2005
|
[ 13:16 osa ]
Update to 3.17.
|
Thu, 16 Jun 2005
|
[ 06:57 osa ]
Update to 3.16.
|
Thu, 19 May 2005
|
[ 12:56 osa ]
Update to 3.15.
|
Mon, 25 Apr 2005
|
[ 10:03 osa ]
Update to 3.13.
|
Mon, 4 Apr 2005
|
[ 07:06 osa ]
Update to fresh release 3.12.
|
Fri, 24 Dec 2004
|
[ 13:56 osa ]
Update to 3.10.
|
Tue, 7 Dec 2004
|
[ 09:28 osa ]
Update to 3.09.
|
Tue, 30 Nov 2004
|
[ 08:45 osa ]
Update to latest release - 3.08.
|
Mon, 22 Nov 2004
|
[ 07:21 osa ]
Update to 3.07.
|
Mon, 1 Nov 2004
|
[ 14:52 osa ]
Update to 3.06.
|
Mon, 25 Oct 2004
|
[ 11:28 osa ]
Update to 3.05.
|
Mon, 23 Aug 2004
|
[ 10:58 osa ]
Update to 3.04.
Remove needless patch.
|
Wed, 11 Aug 2004
|
[ 22:08 osa ]
Update to 3.03.
|
Tue, 6 Jul 2004
|
[ 13:34 osa ]
Update to 3.02.
|
Mon, 28 Jun 2004
|
[ 12:32 osa ]
Update to latest release: 3.01.
<Quote from CHANGES>
1. Fix bug in implementation of backup with
compactify option
2. Fix bug with unpacking reference column value at
server (remote CLI interface)
3. Fix bug in dbdatabase::findTableByName method
4. Fix bug in cli_update function implementation (local CLI)
5. Add context parameter to cli_set_error_handler and
cli_array_column_ex functions
</Quote from CHANGES>
|
Mon, 21 Jun 2004
|
[ 10:35 osa ]
Update to latest version 3.00.
From CHANGES:
<quote>
Fix critical bug in query deallocation synchronization
(which can cause crash in mu tithreaded environment).
</quote>
|
Mon, 31 May 2004
|
[ 08:56 osa ]
Update to 2.99.
|
Wed, 12 May 2004
|
[ 11:18 osa ]
Update to 2.98.
|
Thu, 29 Apr 2004
|
[ 09:35 osa ]
Update to 2.97.
|
Sun, 28 Mar 2004
|
[ 19:03 osa ]
Update to 2.95.
Move pkg's doc file to Makefile.
|
Wed, 10 Mar 2004
|
[ 09:47 osa ]
Update to 2.94.
|
Mon, 1 Mar 2004
|
[ 14:16 osa ]
Update to 2.93.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Mon, 26 Jan 2004
|
[ 12:10 osa ]
Update to 2.91.
|
Thu, 22 Jan 2004
|
[ 12:35 osa ]
Update to 2.90.
|
Thu, 8 Jan 2004
|
[ 09:56 osa ]
Update to 2.88.
|
Tue, 6 Jan 2004
|
[ 15:28 osa ]
Update to 2.87.
|
Sat, 20 Dec 2003
|
[ 20:29 osa ]
Update to 2.86.
|
Mon, 15 Dec 2003
|
[ 10:50 osa ]
Update to 2.85.
|
Tue, 9 Dec 2003
|
[ 11:39 osa ]
Update to 2.84.
|
Thu, 4 Dec 2003
|
[ 10:42 osa ]
Update to 2.83.
|
Tue, 4 Nov 2003
|
[ 11:52 osa ]
Update to 2.80, respect to CXX.
|
Fri, 17 Oct 2003
|
[ 15:35 osa ]
Update to 2.79.
|
Mon, 29 Sep 2003
|
[ 09:54 osa ]
Update to 2.77.
|
Wed, 24 Sep 2003
|
[ 09:46 osa ]
Update to 2.76
PR: 56890
|
Mon, 25 Aug 2003
|
[ 15:06 osa ]
Update to 2.75: a fresh bugfix release.
|
Thu, 7 Aug 2003
|
[ 14:41 osa ]
Update to 2.74
|
Thu, 17 Jul 2003
|
[ 10:43 osa ]
Update to 2.73.
|
Fri, 11 Jul 2003
|
[ 14:50 osa ]
Update to 2.72, use %%DOCSDIR%% in pkg-plist
|
Fri, 4 Jul 2003
|
[ 13:53 osa ]
Update to 2.71
Approved by: fjoe (mentor) (implicit)
|
Thu, 26 Jun 2003
|
[ 16:22 osa ]
Update to 2.70
Approved by: fjoe (mentor) (implicit)
|
Thu, 19 Jun 2003
|
[ 15:07 osa ]
Update to latest release 2.69
Approved by: fjoe (implicit) (mentor)
|
Number of commits found: 116 (showing only 100 on this page) |