Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.75_8 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.75_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.75_7 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
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 ) |
3.75_7 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: 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 |
3.75_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.75_7 26 Jul 2019 20:46:57 |
gerald |
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 |
3.75_6 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 |
3.75_5 28 Oct 2018 09:36:56 |
jbeich |
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" |
3.75_5 29 Jul 2018 22:18:46 |
gerald |
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 |
3.75_4 02 Jul 2018 04:00:29 |
linimon |
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) |
3.75_4 18 Jun 2018 03:49:10 |
linimon |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
3.75_4 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.75_3 02 Mar 2018 22:34:53 |
brooks |
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 |
3.75_3 10 Sep 2017 20:55:39 |
gerald |
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 |
3.75_2 18 Aug 2017 12:25:30 |
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 |
3.75_2 01 Apr 2017 15:23:32 |
gerald |
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 |
3.75_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
3.75_1 20 Nov 2016 09:38:09 |
gerald |
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. |
3.75 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.75 25 Mar 2015 09:33:53 |
marino |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket |
3.75 03 Jan 2015 18:48:19 |
pawel |
- Update to version 3.75
- Add LICENSE
PR: 196379
Submitted by: Nikola Kolev <koue@chaosophia.net> |
3.73 02 Dec 2014 22:50:11 |
bapt |
Finish resetting maintainership
PR: 195059 |
3.73 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
3.73 07 May 2014 23:54:51 |
bapt |
Use options
Support stage
Convert to USES=gmake dos2unix
Always use gcc as a compiler |
3.73 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
3.73 28 Jun 2013 01:58:35 |
clsung |
- Update to 3.73 |
3.70 11 Nov 2011 05:13:44 |
clsung |
- Update to 3.70
Feature safe: yes |
3.69 07 Nov 2011 03:25:29 |
miwi |
- Get rid FreeBSD 6.x support |
3.69 26 Oct 2011 02:39:38 |
clsung |
- Update to 3.69 |
3.68 26 Sep 2011 05:35:09 |
clsung |
- Update to 3.68 |
3.66 06 Apr 2011 07:49:52 |
clsung |
- Update to 3.66
- unbreak |
3.65 21 Feb 2011 20:51:33 |
pav |
- Mark BROKEN: fails to patch
Reported by: pointyhat |
3.65 09 Feb 2011 08:56:21 |
clsung |
- Update to 3.65 |
3.63 31 Aug 2010 21:22:26 |
pav |
- Mark BROKEN on 6.x/7.x: does not compile
Reported by: pointyhat |
3.63 16 Aug 2010 06:20:56 |
clsung |
- Update to 3.63 |
3.53 20 May 2009 07:53:07 |
clsung |
- Update to 3.53 |
3.49 05 Jan 2009 17:27:29 |
pav |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
3.49 25 Jul 2008 09:38:45 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
3.49 01 Jul 2008 06:30:18 |
clsung |
- Update to 3.49
Changes: |
3.48 13 Jun 2008 06:48:04 |
clsung |
- Update to 3.48 |
3.47 19 May 2008 23:01:55 |
pav |
- Mark BROKEN on 5.x
Reported by: pointyhat |
3.47 20 Apr 2008 03:15:57 |
clsung |
- Update to 3.47 |
3.40 25 Aug 2007 04:04:26 |
clsung |
- Update to 3.40 |
3.39 23 Jul 2007 08:38:27 |
clsung |
- Update to 3.39
PR: ports/114779
Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> |
3.38 01 May 2007 07:23:11 |
clsung |
- Update to 3.38 |
3.37 15 Apr 2007 05:39:34 |
clsung |
- Update to 3.37 |
3.36 28 Mar 2007 02:42:01 |
clsung |
- Update to 3.36 |
3.35 26 Mar 2007 01:41:14 |
clsung |
- Update to 3.35 |
3.34 08 Mar 2007 07:19:22 |
clsung |
- Update to 3.34 |
3.33 06 Mar 2007 07:36:36 |
clsung |
- Update to 3.33
PR: ports/109817
Submitted by: Marcelo Araujo <araujo_AT_bsdmail dot org>
Reviewed by: maintainer (clsung) |
3.32 15 Oct 2006 14:02:43 |
clsung |
- Update to 3.32
- fix build error
- I'll maintain it
Approved by: portmgr (marcus) |
3.30 07 Oct 2006 17:02:45 |
clsung |
- Update to 3.30
PR: ports/104116
Submitted by: chinsan |
3.29 14 Sep 2006 17:49:44 |
osa |
Drop maintainership. |
3.29 11 Jul 2006 06:32:43 |
osa |
Unbreak size mismatch by update to 3.29.
Submitted by: chinsan aka chinsan dot tw at gmail dot com
PR: 100059 |
3.27 22 Apr 2006 21:52:52 |
kris |
BROKEN: Size mismatch |
3.27 14 Apr 2006 10:00:28 |
osa |
Update to 3.27. |
3.25 15 Mar 2006 09:01:46 |
osa |
Update to 3.25. |
3.24 15 Feb 2006 10:22:40 |
osa |
Update to 3.24. |
3.22 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
3.22 03 Oct 2005 13:18:19 |
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. |
3.21 30 Aug 2005 12:01:56 |
osa |
Update to 3.21.
Sort pkg-plist. |
3.19 01 Aug 2005 12:12:28 |
osa |
Update to 3.19. |
3.17 07 Jul 2005 13:16:43 |
osa |
Update to 3.17. |
3.16 16 Jun 2005 06:57:55 |
osa |
Update to 3.16. |
3.15 19 May 2005 12:56:30 |
osa |
Update to 3.15. |
3.13 25 Apr 2005 10:03:17 |
osa |
Update to 3.13. |
3.12 04 Apr 2005 07:06:48 |
osa |
Update to fresh release 3.12. |
3.10 24 Dec 2004 13:56:01 |
osa |
Update to 3.10. |
3.09 07 Dec 2004 09:28:48 |
osa |
Update to 3.09. |
3.08 30 Nov 2004 08:45:17 |
osa |
Update to latest release - 3.08. |
3.07 22 Nov 2004 07:21:05 |
osa |
Update to 3.07. |
3.06 01 Nov 2004 14:52:09 |
osa |
Update to 3.06. |
3.05 25 Oct 2004 11:28:42 |
osa |
Update to 3.05. |
3.04 23 Aug 2004 10:58:45 |
osa |
Update to 3.04.
Remove needless patch. |
3.03 11 Aug 2004 22:08:26 |
osa |
Update to 3.03. |
3.02 06 Jul 2004 13:34:44 |
osa |
Update to 3.02. |
3.01 28 Jun 2004 12:32:11 |
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> |
3.00 21 Jun 2004 10:35:37 |
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> |
2.99 31 May 2004 08:56:29 |
osa |
Update to 2.99. |
2.98 12 May 2004 11:18:51 |
osa |
Update to 2.98. |
2.97 29 Apr 2004 09:35:42 |
osa |
Update to 2.97. |
2.95 28 Mar 2004 19:03:27 |
osa |
Update to 2.95.
Move pkg's doc file to Makefile. |
2.94 10 Mar 2004 09:47:51 |
osa |
Update to 2.94. |
2.93 01 Mar 2004 14:16:56 |
osa |
Update to 2.93. |
2.91_1 04 Feb 2004 12:55:42 |
osa |
SIZEfy my ports. |
2.91_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.91 26 Jan 2004 12:10:26 |
osa |
Update to 2.91. |
2.90 22 Jan 2004 12:35:57 |
osa |
Update to 2.90. |
2.88 08 Jan 2004 09:56:58 |
osa |
Update to 2.88. |
2.87 06 Jan 2004 15:28:32 |
osa |
Update to 2.87. |
2.86 20 Dec 2003 20:29:03 |
osa |
Update to 2.86. |
2.85 15 Dec 2003 10:50:52 |
osa |
Update to 2.85. |
2.84 09 Dec 2003 11:39:13 |
osa |
Update to 2.84. |
2.83 04 Dec 2003 10:42:00 |
osa |
Update to 2.83. |
2.80 21 Nov 2003 16:03:57 |
arved |
Add -fPIC to fix build on amd64
Approved by: osa |
2.80 04 Nov 2003 11:52:27 |
osa |
Update to 2.80, respect to CXX. |
2.79 17 Oct 2003 15:35:21 |
osa |
Update to 2.79. |
2.77 29 Sep 2003 09:54:51 |
osa |
Update to 2.77. |
2.76 24 Sep 2003 09:46:53 |
osa |
Update to 2.76
PR: 56890 |