diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-28 15:35:22 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-28 15:35:22 +0000 |
commit | 0719357ebeec2960aa741541884b2acb1555c981 (patch) | |
tree | 120d4bb2b12094f21a78ba69ac1d1fc65fb07702 /databases | |
parent | 9a56a18ebdf00aa48f13eb53f05744cec4e8e943 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/files/patch-dbdimp.h | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index ed56951ccbb8..9c83571e0e2b 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -7,7 +7,7 @@ PORTNAME= DBD-SQLite PORTVERSION= 1.07 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD diff --git a/databases/p5-DBD-SQLite/files/patch-dbdimp.h b/databases/p5-DBD-SQLite/files/patch-dbdimp.h new file mode 100644 index 000000000000..5a532389736f --- /dev/null +++ b/databases/p5-DBD-SQLite/files/patch-dbdimp.h @@ -0,0 +1,10 @@ +--- dbdimp.h.orig Sat Sep 11 00:24:28 2004 ++++ dbdimp.h Mon Dec 27 16:37:25 2004 +@@ -99,6 +99,7 @@ + #define newUTF8SVpv newSVpv + #define newUTF8SVpvn newSVpvn + #define SvUTF8_on(a) (a) ++#define SvUTF8_off(a) (a) + #define sv_utf8_upgrade(a) (a) + + #endif |