1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.42

This commit is contained in:
Mathieu Arnold 2005-05-23 14:11:36 +00:00
parent 84d5679169
commit 295eae89ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135962
3 changed files with 23 additions and 22 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= DBD-Pg
PORTVERSION= 1.41
PORTVERSION= 1.42
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD

View File

@ -1,2 +1,2 @@
MD5 (DBD-Pg-1.41.tar.gz) = 3f58b53877954f5a07a08e64f6a67287
SIZE (DBD-Pg-1.41.tar.gz) = 118975
MD5 (DBD-Pg-1.42.tar.gz) = 2ef800322f3076ea3da696ebaf2b1e1e
SIZE (DBD-Pg-1.42.tar.gz) = 120021

View File

@ -1,25 +1,26 @@
--- Makefile.PL.orig Tue Apr 5 03:50:36 2005
+++ Makefile.PL Thu Apr 7 10:34:20 2005
@@ -83,12 +83,12 @@
--- Makefile.PL.orig Sat May 21 16:43:17 2005
+++ Makefile.PL Mon May 23 13:32:05 2005
@@ -85,13 +85,13 @@
}
}
-my $comp_opts = $Config{q{ccflags}} . " -DPGLIBVERSION=$serverversion";
+my $comp_opts = " -DPGLIBVERSION=$serverversion";
my %opts = (
NAME => 'DBD::Pg',
VERSION_FROM => 'Pg.pm',
- INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir",
+ INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir $comp_opts",
OBJECT => "Pg\$(OBJ_EXT) dbdimp\$(OBJ_EXT) quote\$(OBJ_EXT) types\$(OBJ_EXT)",
LIBS => ["-L$POSTGRES_LIB -lpq"],
AUTHOR => 'http://gborg.postgresql.org/project/dbdpg/',
@@ -96,7 +96,6 @@
PREREQ_PM => { 'Test::Simple' => '0.17', # Need Test::More.
'Test::Harness' => '2.03', # Need TODO tests.
},
- CCFLAGS => $comp_opts,
PERL_MALLOC_OK => 1,
clean => { FILES => 'trace' },
);
my %opts =
(
NAME => 'DBD::Pg',
VERSION_FROM => 'Pg.pm',
- INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir",
+ INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir $comp_opts",
OBJECT => "Pg\$(OBJ_EXT) dbdimp\$(OBJ_EXT) quote\$(OBJ_EXT) types\$(OBJ_EXT)",
LIBS => ["-L$POSTGRES_LIB -lpq"],
AUTHOR => 'http://gborg.postgresql.org/project/dbdpg/',
@@ -99,7 +99,6 @@
PREREQ_PM => { 'Test::Simple' => '0.17', # Need Test::More.
'Test::Harness' => '2.03', # Need TODO tests.
},
- CCFLAGS => $comp_opts,
PERL_MALLOC_OK => 1,
NEEDS_LINKING => 1,
clean => { FILES => 'trace' },