Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.8 11 Dec 2024 19:13:21 |
Kurt Jaeger (pi) Author: Björn Lemke |
devel/lfcxml: update 1.3.7 -> 1.3.8
- Patches added for pretty printing xml string |
1.3.7 15 Jun 2024 11:17:18 |
Kurt Jaeger (pi) Author: Björn Lemke |
devel/lfcxml,databases/cego: 1.3.6 -> 1.3.7, 2.49.0 -> 2.49.2
lfcxml:
- Patch added in XMLSuite.cc to treat CDATA lookahead correctly.
Trailing square brackets ( ] ) at the end of cdata caused parsing problems
cego:
- Added missing thread lock information for admin thread list and
thread stat command ( query + table locks, logmanager locks )
- Added patches in CegoQueryCache to improve locking.
For the addEntry method, the complete locking logic was
redesigned to avoid deadlocks
Author: Björn Lemke <lemke@lemke-it.com>
Date: Sat Jun 15 13:15:23 2024 +0200 |
1.3.6 09 Mar 2023 19:14:25 |
Kurt Jaeger (pi) Author: Björn Lemke |
devel/lfcxml: update 1.3.5 -> 1.3.6
- upgraded configure and Makefile.am from newer autoreconf |
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.3.5 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.3.5 12 Jun 2022 08:04:14 |
Kurt Jaeger (pi) Author: Björn Lemke |
devel/lfcxml: update 1.3.3 -> 1.3.5
- In Element::getAttributeValue, for empty string now Chain()
is returned instead of Chain("")
- Fix added in XMLSuite::putAttribute to treat empty attribute
values as Chain() instead of Chain("")
Author: Björn Lemke <lemke@lemke-it.com> |
1.3.3 06 Jun 2021 11:38:05 |
Kurt Jaeger (pi) Author: Bjoern Lemke |
devel/lfcxml: update 1.3.2 -> 1.3.3
- New generated xml parser with dragon-1.5.5 |
1.3.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.2 05 Dec 2020 20:23:17 |
pi |
devel/lfcxml: update 1.3.1 -> 1.3.2
- Changed parser table to be static again ( was changed to dynamic
because of some memory allocation investigations ) Also this solves
the compile issue for Linux compiles
Submitted by: Bjorn Lemke <lemke@lemke-it.com> |
1.3.1 29 Nov 2020 08:58:06 |
pi |
devel/lfcxml: 1.3.0 -> 1.3.1
- devel/lfcxml
Submitted by: Bjorn Lemke <lemke@lemke-it.com> |
1.3.0 28 Nov 2020 19:28:22 |
pi |
devel/lfcbase: update 1.14.6 -> 1.15.0
devel/lfcxml: update 1.2.11 -> 1.3.0
databases/cego: update 2.45.35 -> 2.46.0
databases/cegobridge: update 1.5.4 -> 1.6.0
Please note: database updates from 2.45.x to version 2.46.x require
a xml tableset export and import, since table structure information
has been changed!
lfcbase:
- Added template class GraphT for dependency graph implementations
- Fix in BigInteger::mul and BigInteger::div, signing was not treated
( e.g. -12 * 12 => -144 ( was 144 ) )
lfcxml: get in sync with lfcbase (Only the first 15 lines of the commit message are shown above ) |
1.2.11 17 Sep 2020 07:25:44 |
pi |
devel/lfcxml: update 1.2.10 -> 1.2.11
databases/cego: update 2.45.19 -> 2.45.23
lfcxml:
- Sync patch for MinGW package build
cego:
- Fix in CegoFieldValue::castTo, case VARCHAR_TYPE to FIXED_TYPE,
plain integers have not been accepted. check091 added for this
- Fix in CegoTerm::evalField and CegoExpr::evalField, type and
length calculation must correspond to cast logic in CegoFieldValue
( corresponding operators for mul, div, add and sub )
- Fix in CegoProcVar::setValue, a castTo has been added to cast to
appropriate target type
Submitted by: Bjorn Lemke <lemke@lemke-it.com> |
1.2.10 21 Apr 2019 13:31:25 |
pi |
devel/lfcbase: update 1.11.9 -> 1.13.0
devel/lfcxml: update 1.2.6 -> 1.2.10
databases/cego: update 2.39.16 -> 2.44.1
databases/cegobridge: update 1.4.0 -> 1.5.0
databases/p5-DBD-cego: update 14.0 -> 1.5.0
- Warning: storage format has changed
Export to xml format before upgrade and re-import after the upgrade
See UPDATING
- recompile all applications linked to libcego
- Lots of changes, among them:
o improved crash recovery
o fixes to SQL expected behaviour
o better CDATA handling
o fixes primary key handling design issue
o changes to serialisation for export/import, XML export/import is still
possible
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Changelog: http://www.lemke-it.com/litexec?request=pubnews&user=&lang=en&numlog=1000 |
1.2.6 10 Nov 2017 19:09:34 |
pi |
devel/lfcbase: update 1.11.0 -> 1.11.1
devel/lfcxml: update 1.2.5 -> 1.2.6
databases/cego: update 2.37.0 -> 2.37.1
databases/cegobridge: update 1.2.0 -> 1.2.1
- New generated configure script with libtool-2.4.6
Submitted by: Bjoern Lemke <lemke@lemke-it.com> |
1.2.5 02 Sep 2017 10:08:30 |
pi |
devel/lfcxml: update 1.2.4 -> 1.2.5
databases/cego: update 2.35.2 -> 2.35.3
lfcxml:
- Small improvement in XMLSuite::nextChar to check for non-ASCII characters
cego:
- Fix in CegoTableManager::finishOpenTransaction, the transaction id for
the corresponding tableset must be set to zero, otherwise in case of crash
recovery procedures a transaction id might be active and the open
transactions are not completed correctly
Submitted by: Bjoern Lemke <lemke@lemke-it.com> |
1.2.4 16 May 2016 08:19:25 |
pi |
devel/lfcbase: 1.8.2 -> 1.8.3
devel/lfcxml: 1.2.3 -> 1.2.4
databases/cego: 2.30.3 -> 2.30.5
lfcbase:
- code format cleanup
lfcxml:
- code format cleanup
cego:
- Code optimizations tested. The performance improvements on
subselects are achieved as expected.
- Code optimization for join buffer handling. Now a double pointer
list is used to just keep references on CegoField lists. This should
avoid expensive memory copies in case of creating parent join buffers
for sub selects.
- code format cleanup
- Fix in CegoAdmMon, CGNOMONITOR definition was fixed, now defined
via configure
Submitted by: Bjoern Lemke <lemke@lemke-it.com> |
1.2.3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.3 12 Jan 2016 08:33:33 |
pi |
devel/lfcxml: 1.2.2 -> 1.2.3, which fixes build |
1.2.2 11 Jan 2016 12:30:27 |
pi |
devel/lfcbase: 1.6.7 -> 1.7.0
devel/lfcxml: 1.1.8 -> 1.2.2
databases/cego: 2.27.2 -> 2.28.3
databases/p5-DBD-cego: bump portrevision
databases/cegobridge: bump portrevision
IMPORTANT: Upgrades of cego 2.27.x to 2.28.x databases has to be done by
export and import.
lfcbase:
- Adaptions made for build with msys2 / mingw64. Many windows
specific stuff could be eliminated, since mingw64 provides better
POSIX support ( e.g. pthreads, timer functions .. )
lfcxml: (Only the first 15 lines of the commit message are shown above ) |
1.1.8 25 Nov 2015 18:55:38 |
pi |
devel/lfcbase: 1.6.3 -> 1.6.5
devel/lfcxml: 1.1.7 -> 1.1.8
databases/cego: 2.26.13 -> 2.26.14
lfcbase:
- Added kill method to class Process, added SigTest check program to
basecheck suite
- Fix in BigDecimal::operator < and > .. comparison was not done correctly.
- Added automake check suite in baseecheck directory ( derived from samples )
lfcxml:
- Added automake check suite to package
- Small fix for XMLSuite constructor for pInStream initialization
cego:
- Added encoding implementation for CegoCaseCond to allow case
conditions also for update operations like
update erp_disk
set location = case when substr(wwn,20,1) = '1' then 'MD' else 'GV' end;
- Cosmetic changes in CegoDefs, increased FILEMNG_MAXDATAFILE to 5000
Submitted by: Bjoern Lemke <lemke@lemke-it.com> |
1.1.7_1 18 Aug 2015 12:49:20 |
pi |
devel/lfcxml: update MAINTAINER |
1.1.7_1 10 May 2015 12:14:26 |
pi |
devel/lfcxml: simplify
As suggested by tijl:
- use INSTALL_TARGET=install-strip
- remove USES=autoreconf |
1.1.7_1 10 May 2015 09:38:25 |
pi |
devel/lfcxml: remove USE_AUTOTOOLS, add USES=autoreconf |
1.1.7_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.1.7_1 14 Jun 2014 20:13:18 |
pi |
devel/lfcxml: USES libtool, strip lib |
1.1.7 02 May 2014 20:19:12 |
pi |
devel/lfcxml: update 1.1.6 -> 1.1.7
PR: ports/186777
Submitted by: pi
Approved by: jadawin (mentor) |
1.1.6 01 Feb 2014 11:43:50 |
wg |
devel/lfcxml: update to 1.1.6
PR: ports/186125
Submitted by: maintainer |
1.1.5 21 Jan 2014 00:15:31 |
bapt |
Support stage |
1.1.5 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1.5 08 Aug 2013 07:43:46 |
culot |
- Update to 1.1.5
Changes: http://www.lemke-it.com/litexec?request=pubcloglfcxml&user=&lang=en
PR: ports/181083
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) |
1.1.4 04 Jun 2013 12:26:13 |
culot |
- Update to 1.1.4
Changes: http://www.lemke-it.com/litexec?request=pubcloglfcxml&user=&lang=en
PR: ports/179252
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) |
1.1.3 23 May 2013 09:31:56 |
zeising |
Move devel/lfc to devel/lfcbase, to avoid conflicts with other software using
liblfc as name. [1]
Update devel/lfcbase to 1.5.4: [1]
Several shared lib issues were addressed
The license was changed from GPLv2 to GPLv3.
Update devel/lfcxml to 1.1.3 and chase the move of devel/lfc [2]
Update devel/dragon to 1.3.10 and chase the move of devel/lfc [3]
Update databases/cego to 2.18.6 and chase the move of devel/lfc [4]
Several shared lib issues were addressed.
The license was changed from GPLv2 to GPLv3.
Update databases/my2cego to 1.1.3 and chase the move of devel/lfc [5]
Updated the autoconf setup
Changed License from GPLv2 to GPLv3
PR: ports/178745 [1]
ports/178746 [2]
ports/178747 [3]
ports/178752 [4]
ports/178754 [5]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1-5] |
1.1.1 15 May 2013 19:42:17 |
zeising |
Update devel/lfc to 1.5.2 [1]
Update devel/lfcxml to 1.1.1 [2]
Remove versions from LIB_DEPENDS [3]
Trim makefile headers [3]
PR: ports/178658 [1], ports/178661 [2]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1] [2]
zeising [3] |
1.0.27 06 Aug 2012 08:42:27 |
culot |
- Update to 1.0.27 [1]
- Pet portlint(1) by moving LICENSE section earlier
Changes: http://www.lemke-it.com/litnoauth?request=pubcloglfcxml
PR: ports/170377 [1]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) |
1.0.26 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.0.26 30 Jul 2011 15:08:42 |
rene |
Update to 1.0.26 , which fixes the build with clang for databases/cego
PR: ports/159239
Submitted by: maintainer |
1.0.25 03 Jun 2011 12:01:29 |
sylvio |
- Update to 1.0.25
PR: ports/157518
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) |
1.0.24 14 May 2011 21:27:28 |
beech |
-Restore maintainership to submitter
PR: ports/157030
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by: itetcu (mentor)(implicit) |
1.0.24 28 Apr 2011 20:26:29 |
tabthorpe |
- Reset maintainer due to email bounces
Final-Recipient: rfc822; fbsd-ports@opsec.eu
Original-Recipient: rfc822;fbsd-ports@opsec.eu
Action: failed
Status: 5.0.0
Remote-MTA: dns; home.opsec.eu
Diagnostic-Code: smtp; 550 Unrouteable address
Submitted by: erwin
With hat: portmgr |
1.0.24 23 Apr 2011 13:30:14 |
culot |
- Update to 1.0.24
PR: ports/155400
Submitted by: Kurt Jaeger <fbsd-ports AT opsec.eu> (maintainer) |
1.0.23 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.23 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.0.23 01 Oct 2010 22:46:25 |
makc |
Update to 1.0.23
PR: ports/150398
Submitted by: Kurt Jaeger (maintainer) |
1.0.20_1 01 Oct 2010 22:35:42 |
makc |
Forced commit to note repocopy devel/cego-xml -> devel/lfcxml |