Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0_3 24 Nov 2024 09:42:41 |
Rainer Hurling (rhurlin) Author: Daniel Engberg |
databases/mdbtools: Allow newer LLMV/Clang
- Import patch from macports repo
- Improve Makefile for readability
- Bump PORTVERSION because of different pkg size
PR: 282938
MFH: 2024Q4 |
1.0.0_2 10 Feb 2024 19:53:26 |
Rainer Hurling (rhurlin) |
databases/mdbtools: Move man to share/man
While here, also move libmdbodbc and libmdbodbcW files from lib/odbc to
standard location for odbc libraries under lib. |
1.0.0_1 25 Feb 2023 16:42:53 |
Rainer Hurling (rhurlin) |
databases/mdbtools: Workaround breakage from llvm15
parser.c:1035:9: error: variable 'yynerrs' set but not used
[-Werror,-Wunused-but-set-variable]
int yynerrs = 0;
The parser code is created at build time. llvm15 complains about the not used
variable.
Avoiding llvm15 is just a workaround, until a better solution is around.
Reported by: pkg-fallout |
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.0.0_1 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.0.0_1 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.0.0_1 18 Mar 2022 13:23:48 |
Bernhard Froehlich (decke) |
databases/mdbtools: Add CPE information
Approved by: portmgr (blanket) |
1.0.0_1 07 Jan 2022 06:55:34 |
Rainer Hurling (rhurlin) Author: Daniel Engberg |
databases/mdbtools: Use upstream release archive
PR: 260990 |
1.0.0_1 05 Dec 2021 12:27:47 |
Rainer Hurling (rhurlin) Author: Daniel Engberg |
databases/mdbtools: Remove PCRE dependency
(lib)pcre isn't used in the sources.
PR: 260236
Reported by: diizzy@FreeBSD.org |
1.0.0 24 Oct 2021 17:05:59 |
Rainer Hurling (rhurlin) |
databases/mdbtools: Update to 1.0.0
MDB Tools 1.0 includes a number of new features. In most cases, ABI and API
compatibility is preserved with the 0.9 series.
Changelog: https://github.com/mdbtools/mdbtools/releases/tag/v1.0.0 |
0.9.4 29 Aug 2021 14:54:01 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
0.9.4 05 Aug 2021 07:25:15 |
Rainer Hurling (rhurlin) |
databases/mdbtools: Re-entry of the original author of the port
'Created by:' was accidentally deleted with v0.9.1 (svn r561652).
Thanks to @danfe for pointing this out. |
0.9.4 05 Aug 2021 04:55:29 |
Rainer Hurling (rhurlin) |
databases/mdbtools: Update to 0.9.4
Bug-fix release, includes new support for brackets around table names
when processing and exporting SQL. Final planned release in the 0.9 series.
Changelog: https://github.com/mdbtools/mdbtools/releases/tag/v0.9.4 |
0.9.3 02 May 2021 05:28:57 |
Rainer Hurling (rhurlin) |
databases/mdbtools: Update to 0.9.3
Changelog: https://github.com/mdbtools/mdbtools/blob/dev/NEWS |
0.9.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.1 15 Jan 2021 17:16:25 |
rhurlin |
databases/mdbtools: Update to 0.9.1
- Switch to a new fork on Github
- Split NLS (gettext) as an option
- Remove gmdb2 GUI (will come back as own port)
Changelog: https://github.com/mdbtools/mdbtools/releases
PR: 250515
Submitted by: Thaddeus Covert <tcovert+freebsd@sahuagin.net> (initial draft)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28118 |
0.8.2 10 Sep 2020 19:17:39 |
rhurlin |
Change the maintainer entry in rhurlin's ports
After I got a commit bit for ports, it is time now to change the maintainers
entry in all 'owned' ports.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26398 |
0.8.2 02 Aug 2020 14:50:56 |
swills |
atabases/mdbtools: Update to 0.8.2
PR: 247764
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
0.7.1_7 08 Nov 2019 09:37:30 |
tobik |
databases: Add missing USES={gnome,php} |
0.7.1_7 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
0.7.1_6 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
0.7.1_5 15 Dec 2016 16:42:41 |
mat |
Silence stage-qa.
Reported by: pkg-fallout
Sponsored by: Absolight |
0.7.1_5 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.7.1_5 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
0.7.1_5 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.7.1_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.7.1_5 13 Sep 2015 13:18:16 |
bapt |
Add a patch to avoid adding install.tgz into dist-mans_MANS which would result
in automatic create some mant targets which are unexpected.
Upstream is abusing automake here |
0.7.1_5 13 Sep 2015 13:16:43 |
bapt |
Make GNOME an option instead of autodetermined
While here:
- Use options helpers
- Fix plist with GNOME |
0.7.1_4 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.7.1_3 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.7.1_3 18 Apr 2015 19:09:04 |
tijl |
Convert to USES=autoreconf |
0.7.1_3 09 Dec 2014 10:29:14 |
bapt |
Cleanup plist |
0.7.1_3 30 Aug 2014 21:21:39 |
tijl |
- Convert to USES=libtool and USES=pathfix
- Use standard USE_AUTOTOOLS instead of running autoreconf
- Add INSTALL_TARGET=install-strip
- Use ICONV_CONFIGURE_ARG |
0.7.1_2 06 May 2014 07:32:18 |
bapt |
Switch over to unixODBC to fix build after r353029
PR: ports/189382
Submitted by: Rainer Hurling <rhurlin@gwdg.de> |
0.7.1_1 05 May 2014 16:24:01 |
bapt |
Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr |
0.7.1 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
0.7.1 10 Nov 2013 19:18:42 |
wg |
databases/mdbtools: update to 0.7.1
- Update to 0.7.1
- Chase API change in dependent ports
- Allow staging
- Add LICENSE (GPLv2)
- Pass maintainership to submitter
PR: ports/182973
Submitted by: Rainer Hurling <rhurlin gwdg.de> |
0.5_14 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.5_14 23 Apr 2013 07:08:33 |
bapt |
Convert databases to USES=pkgconfig |
0.5_14 11 Mar 2013 06:59:19 |
bapt |
Convert database/mdbtools from USE_BISON -> USES=bison
Remove left USE_BISON from graphics/tumble
Submitted by: John Marino <john@marino.st> |
0.5_14 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
0.5_14 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.5_14 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.5_14 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.5_14 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.5_14 02 Aug 2009 19:36:34 |
mezz |
-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 |
0.5_14 06 Jun 2008 13:17:10 |
edwin |
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) |
0.5_13 19 Apr 2008 17:56:05 |
miwi |
- 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) |
0.5_12 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
0.5_11 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.5_10 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
0.5_10 08 Jan 2007 00:21:57 |
itetcu |
- fix build when gmone is installed [1]
- pet portlint a little [2]
PR: ports/107507
Submitted by: Denis Eremenko <moonshade@pnhz.kz> [1], itetcu (me) [2] |
0.5_10 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
0.5_9 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.5_9 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.5_9 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.5_8 11 Dec 2005 15:39:01 |
sem |
- Add `extern "C"' in headers files. It fixes linking with C++ applications.
Discussed with: Alex Lyashkov (Umka #bsd-unix @rusnet) |
0.5_7 24 Nov 2005 01:23:57 |
pav |
- Add SHA256 |
0.5_7 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.5_7 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.5_6 31 May 2005 21:34:46 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
0.5_6 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.5_5 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.5_5 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.5_4 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.5_4 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.5_3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.5_3 09 Nov 2003 16:27:32 |
linimon |
Move inclusion of bsd.port.pre.mk after definitions of variables.
PR: ports/57502 (partial). |
0.5_3 20 Apr 2003 22:36:48 |
marcus |
Correct the plist.
Reported by: bento |
0.5_2 15 Apr 2003 16:35:53 |
mi |
Add a patch found in the SourceForge page of this project.
No REVISION bump, since the port was not building until
10 minutes ago. |
0.5_2 15 Apr 2003 16:26:37 |
marcus |
Really fix this port. Make it depend on libgnomeui if present, and
conditionalize the plist accordingly. According to the mdbtools homepage,
this port requires bison, so set things accordingly. Also, correct some
gcc-3.x-isms that prevented proper GNOME compilation on -STABLE. |
0.5_1 15 Apr 2003 16:19:04 |
mi |
Force it use yacc(1) instead of ``bison -y''. The port's configure script
detects the byacc's presense, but does not use it... A more generic patch
will be sent to developers.
Missing dependency pointed out by: kris |
0.5_1 15 Apr 2003 05:34:55 |
marcus |
Attempt to fix build with GNOME 2. This isn't perfect, but it should solve
the build problems people have been seeing.
Reported by: Fredrick Nilsson <fredrick.nilsson@framfab.se> |
0.5 08 Apr 2003 20:42:50 |
mi |
Upgrade to 0.5 (from 0.4). BUILD_DEPEND on gawk to ensure the man-pages are
built.
Add some bug-fixes noticed by the compiler. |
0.4 20 Feb 2003 17:00:26 |
knu |
De-pkg-comment. |
0.4 22 Oct 2002 17:36:56 |
ijliao |
upgrade to 0.4 |
0.3 15 Jul 2002 17:21:56 |
sobomax |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
0.3 15 Mar 2002 00:31:55 |
anders |
Master site updates: www.freenix.no => atreides.freenix.no for these
files. |
07 Oct 2001 03:03:45 |
petef |
Set maintainer to ports@FreeBSD.org |
27 Apr 2001 08:40:58 |
ijliao |
add mdbtools Utilities and libraries to export data from MS Access databases
(.mdb) |