notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/p5-DBD-cego/Makefile
SVNWeb

Number of commits found: 38

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 10 Oct 2021
[ 19:19 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke ]    commit hash:13d3caea7c1f4bae93a8004d9b9ae49205ffc329  commit hash:13d3caea7c1f4bae93a8004d9b9ae49205ffc329  commit hash:13d3caea7c1f4bae93a8004d9b9ae49205ffc329  13d3cae 
databases/p5-DBD-cego: update 1.5.0 -> 1.5.2

- In dbdimp.h, changed MAXPROTSTRING to 15 ( from 10 ), since the
  protocol string "fastserial" does not fit in. Problems have just
  been observed on Ubuntu Linux
- Fix of some memory leaks in dbdimp.c for function cego_st_execute.
  The msg and schema attribute of statement handle have to be checked
  for allocated values, before new memory is allocated

Author:    Björn Lemke <lemke@lemke-it.com>
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 21 Apr 2019
[ 13:31 pi search for other commits by this committer ] Original commit   Revision:499537 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Mon, 18 Jun 2018
[ 19:03 linimon search for other commits by this committer ] Original commit   Revision:472706 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Adjust USES to fix builds on gcc-based architectures.

While here, pet portlint.

Tested for no regression on amd64.

Approved by:	portmgr (tier-2 blanket)
Wed, 8 Nov 2017
[ 19:11 pi search for other commits by this committer ] Original commit   Revision:453762
databases/p5-DBD-cego: fix build by removing obsolete patches
[ 10:23 pi search for other commits by this committer ] Original commit   Revision:453728
devel/lfcbase: update 1.10.3 -> 1.11.0
databases/cego: update 2.36.4 -> 2.37.0
databases/p5-DBD-cego: update 1.3.0 -> 1.4.0
databases/cegobridge: update 1.1.6 -> 1.2.0

lfcbase:
- Layout improvements in Pager class
- Changed constructor for Net and NetHandler class to setup maxSendLen.
  Since this changes the API, minor release level has been increased

cego:
- Improvements for cgblow simulation mode added
- Improvements for cgclt, added pipe mode to read input from stdin
  Now comments are allowed also after delimiter token, e.g.
  create table t1(a int); -- a sample table
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 26 Apr 2017
[ 19:04 ak search for other commits by this committer ] Original commit   Revision:439485
- Remove checks for .PARSEDIR and vestiges of pmake support

PR:	218832
Approved by:	portmgr (antoine)
Fri, 2 Dec 2016
[ 11:58 mat search for other commits by this committer ] Original commit   Revision:427552 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 11 Jan 2016
[ 12:30 pi search for other commits by this committer ] Original commit   Revision:405781
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 View all of this commit message)
Fri, 1 May 2015
[ 17:21 pi search for other commits by this committer ] Original commit   Revision:385129
devel/lfcbase: 1.5.11 -> 1.6.1
databases/cego: 2.21.1 -> 2.22.0
databases/p5-DBD-cego: 1.2.9 -> 1.3.0

lfcbase:
- Added syslog support
- syslog is enabled per default

cego:
- fix in CegoFieldValue::comp for correct null value ordering
- adapt to lfcbase 1.6 with syslog support

p5-DBD-cego:
- adapt to lfcbase 1.6 with syslog support

Submitted by:	Bjorn Lemke <lemke@lemke-it.com>
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 4 Nov 2014
[ 20:28 pi search for other commits by this committer ] Original commit   Revision:372170
databases/p5-DBD-cego: fix Makefile
[ 20:27 pi search for other commits by this committer ] Original commit   Revision:372169
databases/p5-DBD-cego: 1.2.8 -> 1.2.9

- Modifications in Cego.xs to support newer releases of DBI

Submitted by:	Bjorn Lemke <lemke@lemke-it.com>
Sun, 8 Jun 2014
[ 19:05 pi search for other commits by this committer ] Original commit   Revision:357068 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org
Fri, 14 Feb 2014
[ 16:23 miwi search for other commits by this committer ] Original commit   Revision:344277
- Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES
Sat, 2 Nov 2013
[ 18:07 wg search for other commits by this committer ] Original commit   Revision:332528
databases/p5-DBD-cego: update to 1.2.8

- Update to 1.2.8
- Fix a quoting bug

PR:		ports/183596
Submitted by:	Kurt Jaeger <fbsd-ports opsec.eu> (maintainer)
Sun, 27 Oct 2013
[ 18:05 sunpoet search for other commits by this committer ] Original commit   Revision:331793
- Update to 1.2.7
- While I'm here:
  - Convert to new LIB_DEPENDS format
  - Respect CC
  - Use USES=gmake
  - Support STAGEDIR

Changes:	http://www.lemke-it.com/litexec?request=pubclogcegodbd
PR:		ports/183359
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Fri, 2 Aug 2013
[ 18:21 az search for other commits by this committer ] Original commit   Revision:324171 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
Tue, 30 Jul 2013
[ 13:50 culot search for other commits by this committer ] Original commit   Revision:323968
- Update to 1.2.6
- Update LICENSE (now GPLv3, was GPLv2)

PR:		ports/179254
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Wed, 10 Jul 2013
[ 12:25 bapt search for other commits by this committer ] Original commit   Revision:322681
Mark job unsafe, remove now useless bmake workaround
Sat, 4 May 2013
[ 20:02 bapt search for other commits by this committer ] Original commit   Revision:317340
Fix build with bmake
Sat, 30 Mar 2013
[ 04:40 miwi search for other commits by this committer ] Original commit   Revision:315593
- Unbreak build

PR:		177473
Submitted by:	maintainer
Reported by:	pointyhat
Tue, 15 May 2012
[ 18:20 culot search for other commits by this committer ] Original commit 
- Update to 1.2.0

PR:             ports/167839
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Wed, 4 Apr 2012
[ 14:54 culot search for other commits by this committer ] Original commit 
- Update to 1.1.15 to unbreak build [1]
- Pet portlint(1) by moving LICENSE section earlier
- Use dirrmtry instead of dirrm in pkg-plist for directories not specific to
  this port

PR:             ports/166631 [1]
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Feature safe:   yes
Fri, 10 Feb 2012
[ 20:19 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not compile
  In file included from Cego.c:142:
  /usr/local/lib/perl5/site_perl/5.12.4/mach/auto/DBI/Driver_xst.h: In function
'int dbdxst_bind_params(SV*, imp_sth_t*, I32, I32)':
  /usr/local/lib/perl5/site_perl/5.12.4/mach/auto/DBI/Driver_xst.h:72: error:
cannot convert 'imp_sth_t*' to 'imp_xxh_t*' in argument passing
  /usr/local/lib/perl5/site_perl/5.12.4/mach/auto/DBI/Driver_xst.h: In function
'SV* dbdxst_fetchall_arrayref(SV*, SV*, SV*)':
  /usr/local/lib/perl5/site_perl/5.12.4/mach/auto/DBI/Driver_xst.h:98: error:
cannot convert 'imp_sth_t*' to 'imp_xxh_t*' in argument passing
  ./Cego.xsi: In function 'void XS_DBD__Cego__db__login(CV*)':
  ./Cego.xsi:96: error: invalid conversion from 'const char*' to 'char*'
  ./Cego.xsi:97: error: invalid conversion from 'const char*' to 'char*'
  [..]

Reported by:    pointyhat
Tue, 31 May 2011
[ 06:01 sunpoet search for other commits by this committer ] Original commit 
- Fix build with Perl 5.14 [1]
- Fix typo: PORTREVISION
- Make portlint happier

PR:             ports/157222 [1]
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Sat, 14 May 2011
[ 21:27 beech search for other commits by this committer ] Original commit 
-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 search for other commits by this committer ] Original commit 
- 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
Wed, 27 Apr 2011
[ 10:06 bapt search for other commits by this committer ] Original commit 
- Fix DBD/Cego/Cego.so missing symbols
- Bump port revision

PR:             ports/156623
Submitted by:   Kurt Jaeger <fbsd-ports _at_ opsec.eu> (maintainer)
Sun, 12 Dec 2010
[ 23:12 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.1.14
- Remove MD5

PR:             ports/153055
Submitted by:   myself (pgollucci)
Approved by:    fbsd-ports@opsec.eu (maintainer)
Changes:        http://www.lemke-it.com/Changes
Fri, 1 Oct 2010
[ 23:16 makc search for other commits by this committer ] Original commit 
Update to 1.1.13

PR:             ports/150681
Submitted by:   Kurt Jaeger (maintainer)
Fri, 24 Sep 2010
[ 04:51 pgollucci search for other commits by this committer ] Original commit 
- Mark BROKEN does not compile b/c of lots of bad c/c++/xs code

With Hat:       perl@
Reported by:    QAT
Confirmed by:   P6 TB
[ 00:44 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
Wed, 7 Jul 2010
[ 14:06 sylvio search for other commits by this committer ] Original commit 
A DBI driver for the Cego database for Perl 5

Many more details are available at:

WWW:    http://www.lemke-it.com/

PR:             ports/148331
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
Feature safe:   yes

Number of commits found: 38