diff options
author | markd <markd@pkgsrc.org> | 2012-04-03 08:43:48 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-04-03 08:43:48 +0000 |
commit | 09522ffa9276d524a2583db605ce2441ab47a470 (patch) | |
tree | 81f6d083b1cb67982c699e0f1f0fe2b44352172b /textproc | |
parent | 3b7101f3a93b78ed638bda99aee8b8fb84b8c61d (diff) | |
download | pkgsrc-09522ffa9276d524a2583db605ce2441ab47a470.tar.gz |
Update to 0.48
Release 0.48 - 23 September, 2010
---------------------------------
* depend on ExtUtils::LibBuilder for library compilation.
Release 0.47 - 18 September, 2010
---------------------------------
* fixed a problem with 160 char being considered whitespace on many unixes.
Thanks, again, to Philip Kime :)
Release 0.46 - 24 August, 2010
------------------------------
* support entry keys in unicode. Thanks to Philip Kime.
Release 0.45 - 8 June, 2010
---------------------------
* fixed ldconfig call under linux, now only if the user is root.
* fixed library installation path when user specifies different
installbase during install action.
(thanks to François for both fixes)
Release 0.44 - 9 May, 2010
--------------------------
* RPath information on link - Thanks to Jens Rehsack
* removed dependency on 'UNIVERSAL' as it is now built-in
(change for perl 5.12 deprecation)
Release 0.43 - 18 March, 2010
-----------------------------
* small fix on warnings issue
* run ldconfig after installing the .so file under linux
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/distinfo | 12 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/patches/patch-aa | 63 |
3 files changed, 7 insertions, 76 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index 285c2d1cf96..15fbbd62fcf 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.23 2011/08/16 09:44:38 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/04/03 08:43:48 markd Exp $ -DISTNAME= Text-BibTeX-0.42 +DISTNAME= Text-BibTeX-0.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5tbt CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} -DISTFILES+= ${DISTNAME}.tar.gz btparse-0.35.tar.gz -SITES.btparse-0.35.tar.gz= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gerg.ca/software/btOOL/ @@ -19,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny BUILD_DEPENDS+= p5-Config-AutoConf>=0.14:../../devel/p5-Config-AutoConf +BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.01:../../devel/p5-ExtUtils-LibBuilder BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder USE_LANGUAGES+= c diff --git a/textproc/p5-Text-BibTeX/distinfo b/textproc/p5-Text-BibTeX/distinfo index e1d252f286e..fbe20cfcaa1 100644 --- a/textproc/p5-Text-BibTeX/distinfo +++ b/textproc/p5-Text-BibTeX/distinfo @@ -1,9 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/03/16 22:30:01 sno Exp $ +$NetBSD: distinfo,v 1.9 2012/04/03 08:43:48 markd Exp $ -SHA1 (Text-BibTeX-0.42.tar.gz) = e55e0558e8a745c75cbc0787507b0cd5d5ba79a6 -RMD160 (Text-BibTeX-0.42.tar.gz) = 50b15921153644471c48a9c35b9c8aaa30735261 -Size (Text-BibTeX-0.42.tar.gz) = 269882 bytes -SHA1 (btparse-0.35.tar.gz) = bb52c5fc02c1326008bed31a3c8932dd832b8ea8 -RMD160 (btparse-0.35.tar.gz) = afdf8cc2abd0beaa53b142d7277758a32e26d256 -Size (btparse-0.35.tar.gz) = 470546 bytes -SHA1 (patch-aa) = 6c6193cd464e59b30f8405565cca566d089ca5c5 +SHA1 (Text-BibTeX-0.48.tar.gz) = 49847f456ee8ef4efc92ffda9bca285488478f91 +RMD160 (Text-BibTeX-0.48.tar.gz) = 06ce20a6e6c7f4ea25bede2dcf9129a3009cc891 +Size (Text-BibTeX-0.48.tar.gz) = 271034 bytes diff --git a/textproc/p5-Text-BibTeX/patches/patch-aa b/textproc/p5-Text-BibTeX/patches/patch-aa deleted file mode 100644 index 4257b194c03..00000000000 --- a/textproc/p5-Text-BibTeX/patches/patch-aa +++ /dev/null @@ -1,63 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2010/03/16 09:53:02 sno Exp $ - ---- inc/MyBuilder.pm.orig 2010-03-14 18:20:38.000000000 +0000 -+++ inc/MyBuilder.pm -@@ -74,9 +74,10 @@ sub ACTION_compile_xscode { - # .o => .(a|bundle) - my $lib_file = catfile( $archdir, "BibTeX.$Config{dlext}" ); - if ( !$self->up_to_date( [ @$objects ], $lib_file ) ) { -+ my $btparselibdir = $self->install_path('usrlib'); - $cbuilder->link( - module_name => 'Text::BibTeX', -- extra_linker_flags => '-Lbtparse/src -lbtparse ', -+ extra_linker_flags => "-Lbtparse/src -Wl,-R${btparselibdir} -lbtparse ", - objects => $objects, - lib_file => $lib_file, - ); -@@ -145,11 +146,12 @@ sub ACTION_create_binaries { - my $exe_file = catfile("btparse","progs","dumpnames$EXEEXT"); - push @toinstall, $exe_file; - my $object = catfile("btparse","progs","dumpnames.o"); -+ my $btparselibdir = $self->install_path('usrlib'); - if (!$self->up_to_date($object, $exe_file)) { - $CCL->($cbuilder, - exe_file => $exe_file, - objects => [ $object ], -- extra_linker_flags => '-Lbtparse/src -lbtparse '); -+ extra_linker_flags => "-Lbtparse/src -Wl,-R${btparselibdir} -lbtparse "); - } - - $exe_file = catfile("btparse","progs","biblex$EXEEXT"); -@@ -159,7 +161,7 @@ sub ACTION_create_binaries { - $CCL->($cbuilder, - exe_file => $exe_file, - objects => [ $object ], -- extra_linker_flags => '-Lbtparse/src -lbtparse '); -+ extra_linker_flags => "-Lbtparse/src -Wl,-R${btparselibdir} -lbtparse "); - } - - $exe_file = catfile("btparse","progs","bibparse$EXEEXT"); -@@ -168,7 +170,7 @@ sub ACTION_create_binaries { - if (!$self->up_to_date($object, $exe_file)) { - $CCL->($cbuilder, - exe_file => $exe_file, -- extra_linker_flags => '-Lbtparse/src -lbtparse ', -+ extra_linker_flags => "-Lbtparse/src -Wl,-R${btparselibdir} -lbtparse ", - objects => $object); - } - -@@ -299,9 +301,13 @@ sub ACTION_test { - if ($^O =~ /darwin/i) { - $ENV{DYLD_LIBRARY_PATH} = catdir($self->blib,"usrlib"); - } -- if ($^O =~ /(freebsd|solaris|linux)/i) { -+ elsif ($^O =~ /(?:linux|bsd|sun|sol|dragonfly|hpux|irix)/i) { - $ENV{LD_LIBRARY_PATH} = catdir($self->blib,"usrlib"); - } -+ elsif ($^O =~ /aix/i) { -+ my $oldlibpath = $ENV{LIBPATH} || '/lib:/usr/lib'; -+ $ENV{LIBPATH} = catdir($self->blib,"usrlib").":$oldlibpath"; -+ } - - $self->SUPER::ACTION_test - } |