notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/lfcxml/distinfo

Number of commits found: 26

Thursday, 9 Mar 2023
19:14 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke
devel/lfcxml: update 1.3.5 -> 1.3.6

- upgraded configure and Makefile.am from newer autoreconf
commit hash: b97e09a3cbdf3709b9e1cbdef09ce618b46cf0b1 commit hash: b97e09a3cbdf3709b9e1cbdef09ce618b46cf0b1 commit hash: b97e09a3cbdf3709b9e1cbdef09ce618b46cf0b1 commit hash: b97e09a3cbdf3709b9e1cbdef09ce618b46cf0b1 b97e09a
Sunday, 12 Jun 2022
08:04 Kurt Jaeger (pi) search for other commits by this committer 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>
commit hash: aa251538f9876d677cb7e92d5dd64bbad5b676fd commit hash: aa251538f9876d677cb7e92d5dd64bbad5b676fd commit hash: aa251538f9876d677cb7e92d5dd64bbad5b676fd commit hash: aa251538f9876d677cb7e92d5dd64bbad5b676fd aa25153
Sunday, 6 Jun 2021
11:38 Kurt Jaeger (pi) search for other commits by this committer Author: Bjoern Lemke
devel/lfcxml: update 1.3.2 -> 1.3.3

- New generated xml parser with dragon-1.5.5
commit hash: dc79d40d037bd81a8b4b8631de7d509ab05399b7 commit hash: dc79d40d037bd81a8b4b8631de7d509ab05399b7 commit hash: dc79d40d037bd81a8b4b8631de7d509ab05399b7 commit hash: dc79d40d037bd81a8b4b8631de7d509ab05399b7 dc79d40
Saturday, 5 Dec 2020
20:23 pi search for other commits by this committer
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>
Original commitRevision:557081 
Sunday, 29 Nov 2020
08:58 pi search for other commits by this committer
devel/lfcxml: 1.3.0 -> 1.3.1

- devel/lfcxml

Submitted by:	Bjorn Lemke <lemke@lemke-it.com>
Original commitRevision:556558 
Saturday, 28 Nov 2020
19:28 pi search for other commits by this committer
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

cego:
- Added fix in CegoViewObject::getId. Since it cannot be decided,
  if the underlying query result has been changed, we have to
  throw MOD_QUERY_ID
- Another query cache fix in CegoFunction:getId, rand and liob
  functions have been added to throw MOD_QUERY_ID exception, since
  for those function it can not be ad hoc decided, if the result is
  modified
- Added type dimension information for CegoField class. This enables the
  database to define length and dim information for fixed and decimal
  data types. For this the syntax has been expanded. Instead of storing
  RESERVED_BTREE_FLOATLEN for btrees on fixed or decimal columns,
  the specified length information is used now.

Submitted by:	Bjorn Lemke <lemke@lemke-it.com>
Original commitRevision:556518 
Thursday, 17 Sep 2020
07:25 pi search for other commits by this committer
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>
Original commitRevision:548819 
Sunday, 21 Apr 2019
13:31 pi search for other commits by this committer
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
Original commitRevision:499537 
Friday, 10 Nov 2017
19:09 pi search for other commits by this committer
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>
Original commitRevision:453921 
Saturday, 2 Sep 2017
10:08 pi search for other commits by this committer
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>
Original commitRevision:449117 
Monday, 16 May 2016
08:19 pi search for other commits by this committer
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>
Original commitRevision:415313 
Tuesday, 12 Jan 2016
08:33 pi search for other commits by this committer
devel/lfcxml: 1.2.2 -> 1.2.3, which fixes build
Original commitRevision:405838 
Monday, 11 Jan 2016
12:30 pi search for other commits by this committer
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:
- Fix in configure.ac to find lfcbase and for FreeBSD

cego:
- Fix in CegoSelect::CegoSelect, the pCacheList variable was not
  initialized to 0 for all constructors. In case of system table
  selects, the variable might be undefined which might lead to
  segmetation faults.
- Changed synchronization level for btree creation. So the base
  table can also be accessed while btree is created ( During creation
  btree status is invalid )
  This also allows to perform on online btree reorganization, since
  a new btree can be build up in parallel
- Fix in CegoSystemObject::createSystemSpace, id values for bustat
  table must start with id 1 instead of id 0, otherwise, bustat
  information retrievel fails or may result in a core dump
  ( select * from $bustat )
- Added performance fix for CegoQueryHelper::decodeFVL, since the
  tuple context information is already from the method called, the
  tid, tastep and ts parameters have been remove from this method.
  This saves some decoding time
- Please note, that version 2.28.x makes datafiles from older versions
  incompatible.
  An upgrade requires a xml tableset export of existing data and a
  restore after succesful upgrade
- 2.28.x also contains many code cleanup fixes and some fixes for
  btree handling.
- Fix in CegoTableManager::createBTree, in case of an exception
  during build up, the allocated have to be cleanup up. For this the
  a rollback method was introduced in class CegoBTreeManager.
  Fix in CegoTableCursor, invalid btree objects have not been ignored
- Many adapations to make cego full 64bit ready also in combination
  with MSYS2 / MINGW64. This resulted in change of many variables
  from type long to type unsigned long long (type long is just 32 bit
  for Windows ) With an appropriate MSYS2 / MINGW64 installation,
  cego compiles proper and runs stable now.
  Many thanks to the MSYS/MINGW developers for their amazing work !
- Several changes from type int to type unsigned long long
- Fix in CegoTableManager::deleteDataTable ( renamed to
  deleteDataTableEntry )
  Since we allow now parallel updates, the method must check if the
  target tuple has already been touched by another transaction.
  Otherwise, invalid double entries could occur in case of concurrent
  updates on the same tuple.
  If a concurrent transaction is detected, the method returns false.
  This return value is used by the updateTuple method to decide,
  if the subsequent insert operation must be performed.
- Since it is not enough jut checking the tuple header info for
  update deletes, a record locking has to be added to avoid duplicates.
  In this sense, record locking for setTupleInfo method call ( used
  in CegoTableManager and CegoTransactionManager ) was added. For
  this, the lockRecord and unlockRecord method have been reactivated
  in CegoLockManager class.
  This lock avoids, that in case of concurrent tuple updates duplicate
  tuples are produced by an update.
- Fix in configure.ac to find lfcbase and lfcxml and for FreeBSD

Submitted by:	lemke@lemke-it.com
Original commitRevision:405781 
Wednesday, 25 Nov 2015
18:55 pi search for other commits by this committer
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>
Original commitRevision:402406 
Friday, 2 May 2014
20:19 pi search for other commits by this committer
devel/lfcxml: update 1.1.6 -> 1.1.7

PR:             ports/186777
Submitted by:   pi
Approved by:    jadawin (mentor)
Original commitRevision:352847 
Saturday, 1 Feb 2014
11:43 wg search for other commits by this committer
devel/lfcxml: update to 1.1.6

PR:		ports/186125
Submitted by:	maintainer
Original commitRevision:342121 
Thursday, 8 Aug 2013
07:43 culot search for other commits by this committer
- 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)
Original commitRevision:324378 
Tuesday, 4 Jun 2013
12:26 culot search for other commits by this committer
- 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)
Original commitRevision:319855 
Thursday, 23 May 2013
09:31 zeising search for other commits by this committer
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]
Original commitRevision:318857 
Wednesday, 15 May 2013
19:42 zeising search for other commits by this committer
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]
Original commitRevision:318259 
Monday, 6 Aug 2012
08:42 culot search for other commits by this committer
- 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)
Original commit
Saturday, 30 Jul 2011
15:08 rene search for other commits by this committer
Update to 1.0.26 , which fixes the build with clang for databases/cego

PR:             ports/159239
Submitted by:   maintainer
Original commit
Friday, 3 Jun 2011
12:01 sylvio search for other commits by this committer
- Update to 1.0.25

PR:             ports/157518
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Original commit
Saturday, 23 Apr 2011
13:30 culot search for other commits by this committer
- Update to 1.0.24

PR:             ports/155400
Submitted by:   Kurt Jaeger <fbsd-ports AT opsec.eu> (maintainer)
Original commit
Friday, 1 Oct 2010
22:46 makc search for other commits by this committer
Update to 1.0.23

PR:             ports/150398
Submitted by:   Kurt Jaeger (maintainer)
Original commit
22:35 makc search for other commits by this committer
Forced commit to note repocopy devel/cego-xml -> devel/lfcxml
Original commit

Number of commits found: 26