summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Sybase
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-21 07:43:50 +0000
committerjlam <jlam>2002-09-21 07:43:50 +0000
commit68a2b36e46d213ee53b44ddafce804ff4783d1bf (patch)
treee09f114ff688e0ffde7bcc2dccf4782f1233ce2f /databases/p5-DBD-Sybase
parent910afb111ba4f6c54ce42a9fa55ae569e7a480af (diff)
downloadpkgsrc-68a2b36e46d213ee53b44ddafce804ff4783d1bf.tar.gz
Don't build the man3 pages, as they get installed into ${PREFIX}/man/man0
when using perl58. XXX This is probably not the right fix. Longer term, we will want to XXX modify the ExtUtils/MakeMaker module to properly handle not wanting XXX to install man pages.
Diffstat (limited to 'databases/p5-DBD-Sybase')
-rw-r--r--databases/p5-DBD-Sybase/distinfo3
-rw-r--r--databases/p5-DBD-Sybase/patches/patch-aa14
2 files changed, 16 insertions, 1 deletions
diff --git a/databases/p5-DBD-Sybase/distinfo b/databases/p5-DBD-Sybase/distinfo
index b093326c879..a6c519ef8ba 100644
--- a/databases/p5-DBD-Sybase/distinfo
+++ b/databases/p5-DBD-Sybase/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2002/07/02 23:57:21 hubertf Exp $
+$NetBSD: distinfo,v 1.4 2002/09/21 07:43:50 jlam Exp $
SHA1 (DBD-Sybase-0.94.tar.gz) = e11d85b31751253a0da3ccee5336504b1edc59de
Size (DBD-Sybase-0.94.tar.gz) = 98551 bytes
+SHA1 (patch-aa) = 602a87a00c60fd7230463239815d91991a94efc1
diff --git a/databases/p5-DBD-Sybase/patches/patch-aa b/databases/p5-DBD-Sybase/patches/patch-aa
new file mode 100644
index 00000000000..98e73da140c
--- /dev/null
+++ b/databases/p5-DBD-Sybase/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2002/09/21 07:43:51 jlam Exp $
+
+--- Makefile.PL.orig Tue Nov 20 13:04:06 2001
++++ Makefile.PL
+@@ -39,9 +39,6 @@ WriteMakefile('NAME' => 'DBD::Sy
+ 'LDDLFLAGS' => $lddlflags,
+ 'LDFLAGS' => $ldflags,
+ LINKTYPE => $LINKTYPE,
+- ($^O eq 'VMS' ?
+- (MAN3PODS => { 'Sybase.pm' => 'blib/man3/DBD_Sybase.3' }) :
+- (MAN3PODS => { 'Sybase.pm' => 'blib/man3/DBD::Sybase.3' })),
+ ($] >= 5.005 ?
+ (ABSTRACT => 'DBI driver for Sybase datasources',
+ AUTHOR => 'Michael Peppler (mpeppler@peppler.org)') : ()),