sthen
95d31a4bd8
bump for search.cpan.org->metacpan.org change
2020-07-03 21:44:29 +00:00
rsadowski
357e958d1b
Enable column metadata in sqlite3
...
OK sthen@
2020-02-03 05:35:06 +00:00
sthen
9fe1e38b23
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:43:27 +00:00
sthen
6d30bd8e6e
Don't define SQLITE_ENABLE_COLUMN_METADATA. This is used in DBD::SQLite's code
...
and should match the status for the sqlite build. (Normally DBD::SQLite uses
its own copy of the library, but we patch to use ports sqlite instead).
Fixes runtime breakage with clang, fixes "make test" with gcc, but somehow
runtime seemed to work with gcc..?!
2017-04-24 16:25:04 +00:00
sthen
564c6c344a
Cope with moving sqlite3 back to ports.
2016-09-23 09:16:52 +00:00
naddy
cfbb239b6a
Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
...
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
nigel
1b0685e462
put back EPOCH removed by mistake
...
ok ajc
2016-03-02 08:26:01 +00:00
robert
3b0b0a85a7
update to 1.50
2016-03-01 22:09:13 +00:00
jca
5990350509
Re-add EPOCH.
...
EPOCH shouldn't be removed, this prevents upgrades. Noted and patch by
Markus Lude.
2015-04-06 11:46:17 +00:00
afresh1
8a96d2e477
Update databases/p5-DBD-SQLite to 1.46
...
OK robert@ (maintainer)
2015-04-05 23:12:00 +00:00
naddy
1f3fb3e2e5
drop groff
2015-01-21 00:08:38 +00:00
naddy
570aa62a9c
Drop remaining MD5/RMD160/SHA1 checksums.
2015-01-18 03:12:39 +00:00
sthen
91a97a3b65
@comment zero-byte perl .bs files
2014-06-14 23:24:53 +00:00
rpe
01ffec2232
remove shipped sqlite3.{c,h}
...
DBD::SQLite uses the ones from base
ok sthen@
basic idea ok robert@ (maintainer)
2013-05-25 18:22:43 +00:00
espie
3f680606a7
PERMIT_* / REGRESS->TEST sweep
2013-03-11 02:52:04 +00:00
sthen
41f27206ff
sync wantlib
2012-08-23 14:54:31 +00:00
espie
4ed7caa04f
first pass at handling sqlite3 move
2012-04-23 17:15:17 +00:00
nigel
958538f2bb
Update to version 1.35
...
Ok sthen@ robert@ (Maintainer)
2012-01-22 11:29:55 +00:00
espie
61199a1dbc
normalize pkgpath
2011-09-16 08:48:01 +00:00
sthen
3a8e9a16a9
update p5-DBD-SQLite to 1.33, tested for a few weeks with sqlports
...
ok robert@
2011-06-18 11:00:03 +00:00
ajacoutot
aaa1885833
Bump after recent cpan.port.mk change.
...
ok jasper@
2010-12-03 11:44:22 +00:00
espie
9139a53b56
newer depends with >=
2010-11-26 07:18:59 +00:00
espie
2314c85f45
convert to new style depends
...
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.
No package changes
2010-11-15 00:22:45 +00:00
espie
cd474773cf
bye bye old LIB_DEPENDS
2010-11-06 22:50:02 +00:00
espie
880de1aa40
USE_GROFF=Yes
2010-10-18 17:06:05 +00:00
sthen
33fe97dfb9
bump
2010-09-24 15:23:05 +00:00
sthen
6b499755a0
update DBD::SQLite to 1.29, ok robert@ (maintainer)
2010-08-22 16:55:48 +00:00
simon
93c093b8ac
update to version 1.25
...
tested by bernd@ in a bulk build, thanks!
early test and late reminder by landry@
2009-05-12 23:26:26 +00:00
simon
076fd8c72b
Fix "closing dbh with active statement handles" issue caused by prepared
...
statements which weren't finalized by $dbh->disconnect().
Since version 3.6.0 of sqlite one can use the new sqlite3_next_stmt()
function to get all open statements and call sqlite3_finalize() on them.
This patch implements that behaviour.
Problem brought to my attention again by bernd@ at p2k8 and i had it in
my tree since then without any issues.
Testing and ok by bernd@ and pea@, thanks!
Bug filed upstream at http://rt.cpan.org/Public/Bug/Display.html?id=40383
2009-01-24 17:42:22 +00:00
simon
50256c7cf6
bump SHARED_ONLY ports so they get updated and work with the new perl
...
feedback and ok sthen@
2008-10-02 20:34:39 +00:00
espie
4cc335a4b7
Once you bump v, you can *never* go back.
...
robert, simon, bad...
2007-09-29 19:09:38 +00:00
simon
4646366869
update to version 1.14 and remove duplicate category
...
ok robert@ (maintainer)
2007-09-21 21:33:26 +00:00
simon
376085b020
remove surrounding quotes from COMMENT/BROKEN/PERMIT_*
2007-09-15 22:27:38 +00:00
espie
190127f355
fix segfault, okay robert@
2007-05-15 09:37:58 +00:00
espie
470294650d
base64 distinfo with SHA256
2007-04-05 15:37:40 +00:00
espie
a3d88ae43b
go back to 1.12, as 1.13 has some really weird issues with Rose.
...
Okay robert@
2006-12-10 23:17:42 +00:00
espie
e32a176708
minor update. okay robert@
2006-10-23 10:06:03 +00:00
espie
67f79cfa1c
use installed SQLite, okay robert@
2006-05-10 11:38:08 +00:00
robert
0152a61c0c
upgrade to version 1.12; from Srebrenko Sehic <ssehic@gmail.com>
2006-04-14 15:30:37 +00:00
robert
91db17e0d5
do not try to pick up installed versions of sqlite3; use the included copy instead;
...
bump PKGNAME;
problem reported by naddy@
2006-03-23 15:50:30 +00:00
robert
15fa445b70
update to version 1.11;
...
From: Srebrenko Sehic <ssehic@gmail.com>
2006-03-12 09:53:35 +00:00
robert
8b3f008a54
sqlite is not needed for regression tests, so remove it.
...
From: Okan Demirmen <okan@demirmen.com>
2005-05-30 20:37:36 +00:00
robert
5a8e018131
update to 1.0.8
2005-04-04 18:44:00 +00:00
naddy
3f04f8f321
SIZE
2005-01-05 16:22:24 +00:00
robert
c320b379d4
upgrade to 1.07; respect ${CC} and ${LD}
2004-11-24 20:32:23 +00:00
espie
25ab10e258
new style PLISTs
2004-09-14 23:31:45 +00:00
robert
13ea566a72
new-style PLIST
2004-08-03 14:25:34 +00:00
robert
eec4016291
fix a crash problem; from DBD::SQLite CVS; via FreeBSD
2004-06-11 17:37:48 +00:00
robert
08eee8f8ed
change my MAINTAINER address to @openbsd.org
...
ok pvalchev@
2004-04-18 06:41:11 +00:00
wilfried
0106de31f2
Import of p5-DBD-SQLite-0.31, from Robert Nagy <thuglife@bsd.hu>
...
DBD::SQLite is the Perl5 Database Interface driver for the SQLite
database.
2004-04-08 21:02:33 +00:00