Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.12_1 23 Jan 2024 15:59:57 |
Muhammad Moinur Rahman (bofh) |
databases/unixODBC: Impelled to share/man
Approved by: portmgr (blanket) |
2.3.12 29 Dec 2023 11:12:02 |
Bernard Spil (brnrd) |
databases/unixODBC: Update to 2.3.12 |
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) |
2.3.11 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 ) |
2.3.11 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 ) |
2.3.11 05 May 2022 12:12:12 |
Bernard Spil (brnrd) |
databses/unixODBC: Update to 2.3.11 |
2.3.9 31 Aug 2021 09:23:07 |
Bernhard Froehlich (decke) |
databases/unixODBC: Add CPE information
Approved by: portmgr (blanket) |
2.3.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.9 16 Dec 2020 17:55:27 |
brnrd |
databases/unixODBC: Update to 2.3.9
PR: 251876
Submitted by: Neel Chauhan <neel neelc org> |
2.3.7 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.3.7 14 Aug 2018 10:43:19 |
brnrd |
databases/unixODBC: Update to 2.3.7 |
2.3.6 27 Apr 2018 22:07:53 |
brnrd |
databases/unixODBC: Add http MASTER_SITE
PR: 227815
Submitted by: <dewayne heuristicsystems com au> |
2.3.6 27 Apr 2018 09:03:48 |
brnrd |
databases/unixODBC: Update to 2.3.6 |
2.3.5 13 Feb 2018 22:43:25 |
brnrd |
databases/unixODBC: Take ownership |
2.3.5 10 Feb 2018 11:13:57 |
vanilla |
Update to 2.3.5. |
2.3.4 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.3.4 23 Sep 2015 19:38:58 |
jkim |
Update to 2.3.4.
PR: 203243 |
2.3.2_2 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 ) |
2.3.2_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
2.3.2_1 30 Aug 2014 21:29:46 |
tijl |
Add USES=libtool and INSTALL_TARGET=install-strip |
2.3.2 02 Aug 2014 17:23:47 |
sunpoet |
- Simplify Makefile |
2.3.2 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 |
2.3.2 02 Nov 2013 15:05:30 |
wg |
databases/unixODBC: update to 2.3.2
- Update to 2.3.2
- Add LICENSE
- Add DOCS option
- Allow staging
PR: ports/183568
Submitted by: KATO Tsuguru <tkato432 yahoo.com> |
2.3.1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.3.1 04 Sep 2013 20:01:06 |
bsam |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
2.3.1 09 Jun 2013 09:29:45 |
fjoe |
Remove CONFLICTS with databases/virtuoso. |
2.3.1 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 |
2.3.1 06 Feb 2012 12:24:43 |
miwi |
- Update to 2.3.1
PR: 162983
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
2.3.0_1 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
2.3.0_1 28 Oct 2011 18:32:50 |
kwm |
Fix typo in last commit.
Submitted by: Andrey Zverev (irc) |
2.3.0_1 28 Oct 2011 17:21:35 |
kwm |
Fix build on FreeBSD 10 |
2.3.0_1 21 Sep 2011 16:48:43 |
tabthorpe |
- Reassign to the heap |
2.3.0_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.3.0_1 08 Sep 2010 18:45:41 |
acm |
- Remove firebird20-* CONFLICTS entry because isql tool was renamed to isql-fb
on databases/firebird20-client |
2.3.0 19 May 2010 07:12:05 |
wen |
- Update to 2.30
- Pass maintainership to submitter
PR: ports/146388
Submitted by: Ju Pengfei <jupengfei@gmail.com> |
2.2.14_2 16 Feb 2010 18:09:49 |
fjoe |
This port conflicts with firebird-client (${PREFIX}/bin/isql).
Probably better solution would be to not install ${PREFIX/bin/isql
for this port at all (it is not that usable anyway).
PR: 122801
Feature safe: yes |
2.2.14_2 09 Feb 2010 06:10:29 |
wen |
- Reset maintainer to ports@
PR: ports/143675
Submitted by: "Peter C. Lai" <cowbert@gmail.com> (maintainer) |
2.2.14_2 08 Feb 2010 15:43:25 |
fjoe |
Add CONFLICTS with virtuoso-* ports.
PR: 122801 |
2.2.14_2 13 Dec 2009 08:39:46 |
ale |
Remove unneeded dependencies and don't link to libthr.
Approved by: maintainer |
2.2.14_1 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 |
2.2.14_1 27 Jan 2009 05:07:23 |
fjoe |
- Fix ODBCINT64 and UODBCINT64 definitions in unixodbc_conf.h
Patch is taken from unixODBC CVS repository.
Approved by: MAINTAINER |
2.2.14 08 Jan 2009 05:29:51 |
beech |
- Update to 2.2.14
- Pass maintainership to submitter
PR: ports/129454
Submitted by: Peter C. Lai <cowbert@gmail.com> |
2.2.12_4 05 Sep 2008 21:11:39 |
amdmi3 |
- Fix build qt3 GUI while qt4.4 installed
PR: 126645
Submitted by: "Dima Panov" <fluffy at fluffy dot khv dot ru> |
2.2.12_4 30 Sep 2007 21:09:42 |
alepulver |
- Install MySQL sample configuration files in EXAMPLESDIR.
- Add pkg-message to let the user know about the example configuration files
and how to use them.
- Bump PORTREVISION.
- Restrict CONFLICTS as portlint(1) suggests.
- Clean up.
PR: ports/113538
Submitted by: "User1001" <supraexpress@globaleyes.net>
Reworked by: alepulver (myself) |
2.2.12_3 30 Jul 2007 15:30:55 |
arved |
Don't install world writeable files and directories.
PR: 114286
Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> |
2.2.12_2 25 Jun 2007 05:13:25 |
tmclaugh |
Don't clobber config files on update.
PR: 111923
Submitted by: emaste |
2.2.12_1 28 Nov 2006 20:01:56 |
fjoe |
- Fix the build if MiniSQL headers are present: never build MiniSQL
ODBC driver. It is not in our pkg-plist and the build is broken.
- Bump PORTREVISION. |
2.2.12 07 Nov 2006 15:27:36 |
fjoe |
Do not call ${CHOWN} if INSTALL_AS_USER is set. |
2.2.12 04 Nov 2006 23:14:18 |
miwi |
- Update to 2.2.12
PR: ports/105029
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Sponsored by: FreeBSD Bug-a-thon #2 |
2.2.11_1 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> |
2.2.11_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.2.11 22 Jan 2006 00:27:03 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
2.2.11 24 Nov 2005 01:23:57 |
pav |
- Add SHA256 |
2.2.11 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. |
2.2.11 16 Mar 2005 03:18:55 |
clsung |
- update to 2.2.11
PR: 78874
Submitted by: Ports Fury |
2.2.10 01 Nov 2004 17:54:04 |
krion |
Update to version 2.2.10
PR: ports/73347
Submitted by: Ports Fury |
2.2.9_1 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 |
2.2.9_1 28 Jun 2004 01:19:44 |
fjoe |
Build with thread supports by default.
Bump PORTREVISION. |
2.2.9 27 Jun 2004 18:02:50 |
krion |
Update to version 2.2.9
PR: ports/68370
Submitted by: Ports Fury |
2.2.8 31 May 2004 21:05:12 |
fjoe |
- Never build MiniSQL driver (it is broken)
- Provide a real fix for building MiniSQL driver in case someone
will be interested in adding it back (including WITH/WITHOUT Makefile
knobs and correct pkg-plist conditionals). |
2.2.8 14 Apr 2004 18:48:40 |
krion |
- Fix handling empty directory
PR: ports/65532
Submitted by: Ports Fury |
2.2.8 14 Apr 2004 05:30:10 |
linimon |
Per dosirak run, add missing directories to plist. |
2.2.8 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. |
2.2.8 20 Feb 2004 15:54:21 |
krion |
- Update to version 2.2.8
PR: ports/63132
Submitted by: Ports Fury |
2.2.7_1 08 Feb 2004 13:29:32 |
krion |
- Add CONFLICTS between libiodbc and unixODBC
PR: ports/62528
Submitted by: Ports Fury |
2.2.7_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.2.7_1 16 Jan 2004 14:01:40 |
krion |
- Fix a bug in 2.2.7 that will send a statement to the
incorrect state if SQLMoreResults is used
PR: 61421
Submitted by: Ports Fury |
2.2.7 07 Dec 2003 15:19:35 |
krion |
- Update to version 2.2.7
PR: 60007
Submitted by: Ports Fury |
2.2.6 24 Jul 2003 11:41:27 |
krion |
Update to version 2.2.6
PR: 54800
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: fjoe (mentor) (implicit) |
2.2.5 26 Apr 2003 22:35:40 |
nork |
Update to 2.2.5.
PR: ports/51361
Submitted by: Ports Fury |
2.2.4 20 Feb 2003 17:00:26 |
knu |
De-pkg-comment. |
2.2.4 15 Feb 2003 22:14:58 |
arved |
Don't use qt-Legacy Headers.
PR: 48304
Submitted by: Michael Collette <metrol@metrol.net> |
2.2.4 26 Jan 2003 00:18:49 |
arved |
Update to 2.2.4
PR: 47484
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.2.3 03 Jan 2003 06:41:24 |
ijliao |
support qt3
PR: 43695
Submitted by: Ports Fury |
2.2.3 10 Dec 2002 17:34:48 |
arved |
Fix Build with recent bison
PR: 46057
Submitted by: Aries <aries@mindworks.hu> |
2.2.3 01 Sep 2002 17:28:43 |
dwcjr |
Update to 2.2.3
PR: 42033
Submitted by: tkato@prontomail.com |
2.2.2 09 Jul 2002 06:14:13 |
ijliao |
upgrade to 2.2.2
PR: 40357
Submitted by: Ports Fury |
2.2.1 02 Jul 2002 05:13:20 |
okazaki |
Update to 2.2.1.
PR: 37836
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
09 Feb 2002 23:43:40 |
pat |
Update to 2.2.0 |
26 Dec 2001 11:42:33 |
demon |
Update to 2.1.1 |
17 Dec 2001 19:19:44 |
ijliao |
upgrade to 2.1.0 |
22 Aug 2001 02:36:40 |
demon |
Upgrade to 2.0.9 |
23 Jul 2001 04:54:43 |
knu |
Update to 2.0.8. |
02 Jul 2001 15:49:05 |
knu |
Build with --enable-threads=no by default to get around the libc_r weirdness.
|
12 Jun 2001 06:40:13 |
knu |
Update to 2.0.7. |
23 Mar 2001 14:01:01 |
kevlo |
Update to version 2.0.5 |
11 Feb 2001 06:00:18 |
kevlo |
Upgrade to version 2.0.4 |
25 Jan 2001 06:48:16 |
kevlo |
- Add missing file (bin/isql) to pkg-plist - Use NOPORTDOCS PLIST_SUB |
20 Jan 2001 16:20:49 |
clive |
Fix breakage due to inappropriate patch files. |
16 Jan 2001 15:15:26 |
kevlo |
Update to 2.0.3 |
10 Jan 2001 15:50:55 |
kevlo |
Update to 2.0.2 |
06 Jan 2001 16:10:40 |
kevlo |
Update to 2.0.0 |
28 Nov 2000 15:07:28 |
kevlo |
Update to version 1.8.13 |
23 Nov 2000 11:56:11 |
sobomax |
Ditch out "Version required" from comments section. |
16 Nov 2000 17:44:40 |
nsayer |
There has got to be someone who understands databases better than me to shepard
this port. :-) |
08 Oct 2000 01:08:27 |
asami |
Convert category databases to new layout. |
14 Sep 2000 15:27:23 |
nsayer |
Oops. Somehow an extra USE_XLIB got into the !WITH_X case. |
19 Jul 2000 16:40:28 |
sobomax |
Add USE_LIBTOOL to fix c_r issues. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 |
sobomax |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|