Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.78_5 23 Jan 2024 13:47:42 |
Muhammad Moinur Rahman (bofh) |
databases/qdbm: Impelled to share/man
Approved by: portmgr (blanket) |
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) |
1.8.78_4 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 ) |
1.8.78_4 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 ) |
1.8.78_4 29 Aug 2021 19:36:16 |
Bernhard Froehlich (decke) |
databases/qdbm: Add CPE information
Approved by: portmgr (blanket) |
1.8.78_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.78_4 24 Jul 2020 19:08:09 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
1.8.78_4 29 Oct 2018 22:15:04 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
1.8.78_4 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.8.78_4 15 Oct 2017 14:05:04 |
madpilot |
Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".
Reviewed by: mat, rene
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D12548 |
1.8.78_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.8.78_4 23 Jul 2015 02:37:05 |
hrs |
Add missing ${ICONV_LIB}.
Spotted by: mat |
1.8.78_4 18 Jul 2015 18:15:17 |
hrs |
- Take maintainership.
- Fix CFLAGS and LDFLAGS.
- Fix a possible library path confusion.
- Style clean-ups. |
1.8.78_3 04 Jun 2015 09:40:15 |
amdmi3 |
- Strip libraries
- Add LICENSE |
1.8.78_2 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.8.78_1 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 |
1.8.78_1 03 May 2014 15:49:51 |
rakuco |
Prevent the port from hardcoding its own CFLAGS/CXXFLAGS.
This should fix the build with clang 3.4, which refuses to accept options
such as -fforce-addr and -fno-force-addr.
While here, update the port's website in pkg-descr as well.
MFH: 2014Q2 |
1.8.78 02 Feb 2014 11:00:29 |
miwi |
- Stage support |
1.8.78 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.8.78 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.8.78 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
1.8.78 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.8.78 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.8.78 24 Jul 2011 21:35:17 |
swills |
- Update to 1.8.78 |
1.8.77_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.8.77_1 26 Jul 2010 13:09:58 |
linimon |
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.8.77_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.8.77_1 05 Apr 2008 16:51:13 |
ahze |
Always enable threads (for tracker) |
1.8.77 21 Dec 2007 12:43:02 |
ahze |
Update to 1.8.77 |
1.8.76 23 Oct 2007 12:58:32 |
ahze |
Update to 1.8.76 |
1.8.75 08 Jul 2007 23:55:47 |
ahze |
Fix 'make package' when NOPORTDOCS is defined
PR: ports/114402
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
1.8.75 05 Mar 2007 17:14:41 |
ahze |
Update to 1.8.75
PR: ports/109928
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
1.8.74 15 Nov 2006 01:06:26 |
ahze |
Update to 1.8.74
PR: 105427
Submitted by: KIMURA Yasuhiroi <yasu@home.utahime.org> |
1.8.73 02 Nov 2006 17:37:02 |
ahze |
- Update to 1.8.73 |
1.8.71 25 Sep 2006 20:23:36 |
ahze |
- Update for java slave port
- Make things a little quiter |
1.8.71 25 Sep 2006 20:12:10 |
ahze |
- Update to 1.8.71 |
1.8.70 03 Sep 2006 15:16:53 |
ahze |
- Update to 1.8.70 |
1.8.68 25 Aug 2006 01:19:51 |
ahze |
- Update to 1.8.68 |
1.8.66 09 Aug 2006 12:45:07 |
ahze |
- Update to 1.8.66 |
1.8.65 02 Aug 2006 23:32:43 |
ahze |
- Update to 1.8.65 |
1.8.63 27 Jul 2006 02:01:23 |
ahze |
- Update to 1.8.63 |
1.8.61 19 Jul 2006 06:59:41 |
ahze |
- Update to 1.8.61 |
1.8.60 20 Jun 2006 20:17:53 |
ahze |
- Update to 1.8.60 |
1.8.59 07 Jun 2006 01:42:10 |
ahze |
- Update to 1.8.59 |
1.8.57 25 May 2006 12:08:53 |
ahze |
- Update to 1.8.57 |
1.8.53 14 May 2006 03:56:26 |
ahze |
- Update to 1.8.53 |
1.8.51 07 May 2006 22:49:47 |
ahze |
- Update to 1.8.51 |
1.8.50 07 May 2006 22:42:54 |
ahze |
- Update to 1.8.50
Spotted on: portscout |
1.8.49 23 Apr 2006 14:23:33 |
ahze |
- Update to 1.8.49 |
1.8.48 17 Apr 2006 11:17:24 |
ahze |
- Update to 1.8.48 |
1.8.47 25 Mar 2006 20:40:43 |
ahze |
- Update to 1.8.47 |
1.8.46 15 Mar 2006 12:06:00 |
ahze |
- Update to 1.8.46 |
1.8.45 08 Feb 2006 00:27:38 |
ahze |
- Update to 1.8.45
- Make portlint happy |
1.8.44 25 Jan 2006 15:37:08 |
ahze |
- Update to 1.8.44 |
1.8.41 18 Jan 2006 01:50:37 |
ahze |
- Update to 1.8.41 |
1.8.40 16 Jan 2006 02:55:02 |
pav |
- Chase qdbm update
Pointy hat to: ahze
Reported by: pointyhat |
1.8.40 08 Jan 2006 21:38:15 |
ahze |
- Update to 1.8.40 |
1.8.38 02 Jan 2006 14:13:20 |
ahze |
- Update to 1.8.38 |
1.8.35 07 Dec 2005 20:00:35 |
ahze |
- Update to 1.8.35 |
1.8.34 26 Nov 2005 21:31:36 |
ahze |
- Update to 1.8.34
Spotted by: Ports Version Check |
1.8.33 09 Nov 2005 07:09:47 |
ahze |
- Add SHA256
- Add SIZE to a few ports |
1.8.33 16 Oct 2005 20:07:19 |
ahze |
- Fix build if LOCALBASE!=/usr/local
Reported by: kris mail |
1.8.33 11 Sep 2005 21:18:10 |
ahze |
- Update to 1.8.33 |
1.8.32 01 Sep 2005 07:18:04 |
ahze |
- Add support for another slave port |
1.8.32 01 Sep 2005 06:49:10 |
ahze |
- Add support for a slave port. |
1.8.32 01 Sep 2005 02:10:33 |
ahze |
- Update to 1.8.32 |
1.8.31 18 Jul 2005 06:24:06 |
ahze |
- Update to 1.8.31 |
1.8.30 10 Jun 2005 12:50:54 |
ahze |
- Update to 1.8.30 |
1.8.29 09 Jun 2005 17:19:00 |
ahze |
- Add missing man pages |
1.8.29 07 Jun 2005 07:07:00 |
ahze |
- Update to 1.8.29 |
1.8.27 27 May 2005 02:37:08 |
ahze |
- Update to 1.8.27 |
1.8.26 13 May 2005 15:19:07 |
ahze |
- Update to 1.8.26 |
1.8.25 12 May 2005 21:57:32 |
ahze |
- Update to 1.8.25 |
1.8.24 25 Apr 2005 04:02:03 |
ahze |
- Update to 1.8.24 |
1.8.23 16 Apr 2005 17:46:31 |
ahze |
- Update to 1.8.23 |
1.8.22 02 Apr 2005 16:48:32 |
ahze |
- Update to 1.8.22 |
1.8.21 26 Jan 2005 06:15:40 |
ahze |
- Update to 1.8.21 |
1.8.20 08 Jan 2005 10:22:02 |
ahze |
Update to Update to 1.8.20 |
1.8.18 14 Dec 2004 07:58:04 |
ahze |
Attempt to fix build on sparc64 (and maybe others)
Reported by: pointy hat via kris |
1.8.18 08 Dec 2004 03:15:22 |
ahze |
- Update to 1.8.18
- Grab MAINTAINER
- Add WITH_DEBUG knob
- Add iconv support to fix estraier search support in www/kazehakase
- Remove "make check" |
1.8.16 21 Oct 2004 07:50:49 |
sergei |
- Reset maintainership to ports@FreeBSD.org
PR: ports/72950
Submitted by: Kimura Fuyuki (maintainer) |
1.8.16 20 Aug 2004 16:56:51 |
sem |
Update to 1.8.16
PR: ports/70704
Submitted by: maintainer |
1.8.15 11 Aug 2004 19:21:35 |
krion |
Update to 1.8.15
PR: ports/70294
Submitted by: maintainer |
1.8.14 25 Jul 2004 07:10:47 |
krion |
Update to 1.8.14
PR: ports/69546
Submitted by: maintainer |
1.8.13 09 Jul 2004 05:08:41 |
krion |
Update to 1.8.13
PR: ports/68846
Submitted by: maintainer |
1.8.12 30 May 2004 09:40:59 |
pav |
- Update to 1.8.12
PR: ports/67374
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) |
1.8.11 15 May 2004 07:23:25 |
krion |
- Update to 1.8.11
PR: ports/66652
Submitted by: maintainer |
1.8.10 29 Apr 2004 07:48:55 |
krion |
- Update to version 1.8.10
PR: ports/66065
Submitted by: maintainer |
1.8.8 15 Apr 2004 12:30:42 |
krion |
- Update to version 1.8.8
PR: ports/65566
Submitted by: maintainer |
1.8.7 25 Mar 2004 07:42:08 |
krion |
- Update to version 1.8.7
PR: ports/64675
Submitted by: maintainer |
1.8.6 22 Mar 2004 00:57:10 |
clement |
- update to 1.8.6
PR: 64551
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) |
1.8.5 16 Mar 2004 08:59:30 |
krion |
- Update to version 1.8.5
PR: ports/64312
Submitted by: maintainer |
1.8.4 12 Mar 2004 00:17:35 |
pav |
- Update to 1.8.4
- Add knob for experimental pthread support
- Run make check in post-build target
PR: ports/64123
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer) |
1.8.2 03 Mar 2004 20:35:05 |
krion |
- Update to version 1.8.2
PR: ports/63711
Submitted by: maintainer |
1.8.1 27 Feb 2004 22:09:18 |
krion |
- Update to version 1.8.1
PR: ports/63468
Submitted by: maintainer |
1.7.34 21 Feb 2004 06:18:00 |
glewis |
. Update to 1.7.34.
PR: 63158
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer) |
1.7.32_1 30 Jan 2004 08:48:58 |
krion |
- Tarball was rerolled by software developers, small fixes were
done in sources.
- Use USE_SIZE
- Bump PORTREVISION
PR: ports/62085
Submitted by: maintainer |
1.7.32 22 Jan 2004 09:54:23 |
pav |
- Update to 1.7.32
PR: ports/61704
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer) |
1.7.28 08 Jan 2004 23:55:14 |
krion |
- Update to 1.7.28
PR: 61102
Submitted by: maintainer |
1.7.26 05 Jan 2004 23:35:27 |
pav |
- Update to 1.7.26
PR: ports/60958
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer) |