non port: devel/lfcxml/Makefile |
SVNWeb
|
Number of commits found: 41 |
Thu, 9 Mar 2023
|
[ 19:14 Kurt Jaeger (pi) Author: Björn Lemke ] b97e09a
devel/lfcxml: update 1.3.5 -> 1.3.6
- upgraded configure and Makefile.am from newer autoreconf
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sun, 12 Jun 2022
|
[ 08:04 Kurt Jaeger (pi) Author: Björn Lemke ] aa25153
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>
|
Sun, 6 Jun 2021
|
[ 11:38 Kurt Jaeger (pi) Author: Bjoern Lemke ] dc79d40
devel/lfcxml: update 1.3.2 -> 1.3.3
- New generated xml parser with dragon-1.5.5
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 5 Dec 2020
|
[ 20:23 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>
|
Sun, 29 Nov 2020
|
[ 08:58 pi ]
devel/lfcxml: 1.3.0 -> 1.3.1
- devel/lfcxml
Submitted by: Bjorn Lemke <lemke@lemke-it.com>
|
Sat, 28 Nov 2020
|
[ 19:28 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 )
|
Thu, 17 Sep 2020
|
[ 07:25 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>
|
Sun, 21 Apr 2019
|
[ 13:31 pi ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Fri, 10 Nov 2017
|
[ 19:09 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>
|
Sat, 2 Sep 2017
|
[ 10:08 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>
|
Mon, 16 May 2016
|
[ 08:19 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>
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 08:33 pi ]
devel/lfcxml: 1.2.2 -> 1.2.3, which fixes build
|
Mon, 11 Jan 2016
|
[ 12:30 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 )
|
Wed, 25 Nov 2015
|
[ 18:55 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>
|
Tue, 18 Aug 2015
|
[ 12:49 pi ]
devel/lfcxml: update MAINTAINER
|
Sun, 10 May 2015
|
[ 12:14 pi ]
devel/lfcxml: simplify
As suggested by tijl:
- use INSTALL_TARGET=install-strip
- remove USES=autoreconf
|
[ 09:38 pi ]
devel/lfcxml: remove USE_AUTOTOOLS, add USES=autoreconf
|
Sat, 14 Jun 2014
|
[ 20:13 pi ]
devel/lfcxml: USES libtool, strip lib
|
Fri, 2 May 2014
|
[ 20:19 pi ]
devel/lfcxml: update 1.1.6 -> 1.1.7
PR: ports/186777
Submitted by: pi
Approved by: jadawin (mentor)
|
Sat, 1 Feb 2014
|
[ 11:43 wg ]
devel/lfcxml: update to 1.1.6
PR: ports/186125
Submitted by: maintainer
|
Tue, 21 Jan 2014
|
[ 00:15 bapt ]
Support stage
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Thu, 8 Aug 2013
|
[ 07:43 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)
|
Tue, 4 Jun 2013
|
[ 12:26 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)
|
Thu, 23 May 2013
|
[ 09:31 zeising ] (Only the first 10 of 15 ports in this commit are shown above. )
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]
|
Wed, 15 May 2013
|
[ 19:42 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]
|
Mon, 6 Aug 2012
|
[ 08:42 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)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sat, 30 Jul 2011
|
[ 15:08 rene ]
Update to 1.0.26 , which fixes the build with clang for databases/cego
PR: ports/159239
Submitted by: maintainer
|
Fri, 3 Jun 2011
|
[ 12:01 sylvio ]
- Update to 1.0.25
PR: ports/157518
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
Sat, 14 May 2011
|
[ 21:27 beech ]
-Restore maintainership to submitter
PR: ports/157030
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by: itetcu (mentor)(implicit)
|
Thu, 28 Apr 2011
|
[ 20:26 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
|
Sat, 23 Apr 2011
|
[ 13:30 culot ]
- Update to 1.0.24
PR: ports/155400
Submitted by: Kurt Jaeger <fbsd-ports AT opsec.eu> (maintainer)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Fri, 1 Oct 2010
|
[ 22:46 makc ]
Update to 1.0.23
PR: ports/150398
Submitted by: Kurt Jaeger (maintainer)
|
[ 22:35 makc ]
Forced commit to note repocopy devel/cego-xml -> devel/lfcxml
|
Number of commits found: 41 |