summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Update p5-Lexical-SealRequireHints to 0.005.obache2-7/+6
version 0.005; 2011-07-25 * bugfix: work around core bug [perl #73174] affecting Unicode swash loading, and apply entire workaround arrangement to 5.11.{0..5} where [perl #73174] exists but [perl #68590] does not * correct dynamic_config setting to 0 * include META.json in distribution * add MYMETA.json to .cvsignore version 0.004; 2010-11-21 * bugfix: don't attempt to use XS version of the workaround on Win32, where it can't work properly due to linker restriction on access to core symbols * only define PERL_CORE for compilation on Perl versions where the bug workaround (and thus interference with core-private stuff) is actually necessary * in XS, use PERL_NO_GET_CONTEXT for efficiency * in XS, declare "PROTOTYPES: DISABLE" to prevent automatic generation of unintended prototypes * in XS, provide a reserve definition of croak, so that the Perl_croak circumlocution is avoided even with PERL_CORE defined * in XS, give symbolic names to the Perl version thresholds * jump through hoops to avoid compiler warnings * use full stricture in test suite * also test POD coverage of pure Perl implementation * in t/setup_pp.pl, avoid a warning that occurs if XSLoader::load() is given no arguments, which is now a valid usage * in Build.PL, explicitly set needs_compiler to avoid bogus auto-dependency on ExtUtils::CBuilder * in Build.PL, complete declaration of configure-time requirements
2011-08-14Updated time/rem2ics to 0.93nb2obache1-1/+2
2011-08-14Revision bump after updating perl5 to 5.14.1.obache268-512/+536
2011-08-14Revision bump after updating perl5 to 5.14.1.obache61-109/+122
2011-08-14No need to buildlink with perl5, just require perl to run and pod2man to gen ↵obache1-3/+3
man. Relax dependency and Bump PKGREVISION.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache229-427/+458
2011-08-14Revision bump after updating perl5 to 5.14.1.obache58-109/+116
2011-08-14Revision bump after updating perl5 to 5.14.1.obache100-179/+200
2011-08-14Updated emulators/suse113_base to 11.3nb5chs1-1/+2
2011-08-14update to libsndfile-1.0.20-8.3.1.chs2-10/+10
fixes CVE-2009-4835 and CVE-2011-2696.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache164-295/+328
2011-08-14Revision bump after updating perl5 to 5.14.1.obache39-70/+78
2011-08-14Revision bump after updating perl5 to 5.14.1.obache406-777/+812
2011-08-14Build fix for building with videoproto-2.3.1 and newer.sbd2-1/+17
2011-08-14add support for building on netbsd/sparc64 and netbsd/powerpc systems.mrg5-9/+97
2011-08-14fix build with GCC 4.5.mrg2-16/+32
2011-08-14Revision bump after updating perl5 to 5.14.1.obache77-142/+154
2011-08-14Updated multimedia/xawtv to 3.95nb6cheusov1-1/+2
2011-08-14++pkgrevision due to changes in dependenciescheusov1-2/+2
2011-08-14Revision bump after updating perl5 to 5.14.1.obache18-30/+36
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2011-08-14Revision bump after updating perl to 5.14.1.obache9-19/+18
2011-08-13Fix the real problem, spelling error in the category Makefilejoerg2-4/+3
2011-08-13Make this build on amd64.dholland5-1/+87
2011-08-13Don't try to redefine intptr_t. Should fix 32-bit build and PR 40198.dholland2-1/+23
2011-08-13Relax dependency in the hope that it still works instead of failing duejoerg1-3/+3
to missing dependency.
2011-08-13Adjust package name to deal with Perl version numberingjoerg1-2/+2
2011-08-13Fix package namejoerg1-1/+2
2011-08-13Fix dependency patternjoerg1-2/+2
2011-08-13Add MESSAGE, missing in previous.wiz1-0/+11
2011-08-13Updated lang/gcc46 to 4.6.1wiz2-3/+3
2011-08-13Update to 4.6.1, provided by Kai-Uwe Eckhardt.wiz3-14/+15
Do not depend on libelf and binutils on Linux since the current pkgsrc versions might effectively be downgrades and break stuff (this needs a better solution, like e.g. updating them :) ). Changes: 158 bugs fixed, see http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.1
2011-08-13Updated pkgtools/pkgin to 0.4.3imil1-1/+2
2011-08-13pkgin 0.4.3imil2-6/+6
Imported progressmeter from OpenSSH, should fix percentage progress
2011-08-13Make this build with recent compilers: Include <stdio.h> andapb4-55/+70
<stdlib.h>, remove local declarations of things that are declared standard headers, and explicilty declare a function to return int. Bump PKGREVISION to 1. Both the old and new patch-aa do the same thing, despite looking so different. The new one was produced by mkpatches.
2011-08-13Changes 1.03:adam2-22/+17
* Upgraded to Module::Install 1.00
2011-08-13Revision bump after updating perl to 5.14.1adam7-37/+34
2011-08-13Changes 1.21:adam2-8/+8
* Various patches by Chorny at cpan dot org and fREW frioux at gmail dot com: * Windows NTFS compatibility fixes. * Allow PID to be negative. * Lexically scope temp file handles to reduce changes of memory leak and avoid unintentional glob clobberation. * Security fix: 3 arg open(). * Repair test suites logics. * Fixed infinite freezing on Strawberry Perl v5.10.0. * Fixed infinite freezing on ActiveState Perl v5.12.1. * Sorry for the past 8 years of suffering.
2011-08-13Revision bump after updating perl to 5.14.1adam5-22/+20
2011-08-13Changes 0.98:adam2-19/+16
* Updating to Module::Install 1.01 * If Win32::GetFolderPath returns a \\UNC type path do not do the normal -d sanity check, as strange and unusual bugs may occur.
2011-08-13Revision bump after updating perl to 5.14.1adam1-3/+3
2011-08-13Changes 1.08:adam2-8/+7
* Upgrading to Module::Install::DSL 1.00 * Removing use UNIVERSAL, it does some evil stuff
2011-08-13Changes 1.06:adam2-8/+7
* Moving to a production version * Upgrading to Module::Install::DSL 1.00 * Removing evil use UNIVERSAL
2011-08-13Fix build failure on Linux (PR 37544). Approved by wiz@cheusov9-9/+62
2011-08-13Note addition of x11/ruby-wxruby package version 2.0.1.taca1-1/+2
2011-08-13Add and enable ruby-wxruby.taca1-1/+2
2011-08-13Importing x11/ruby-wxruby package version 2.0.1.taca7-0/+808
wxRuby is a cross-platform GUI library for creating desktop applications. It has a comprehensive widget set, and provides native look and feel on Windows, OS X and Linux. It's based on the mature and liberally-licensed wxWidgets framework.
2011-08-13Note update of these packages:taca1-1/+3
devel/ruby-rdoc 3.9.2 devel/ZenTest 4.6.1
2011-08-13Update devel/ZenTest package to 4.6.1.taca2-6/+6
=== 4.6.1 / 2011-08-11 * 3 bug fixes: * Fix for option flags and unhandled error warning in autotest. (dbackeus) * Fix option w/ args handling and restart by storing ARGV in options[:args] * Fixed autotest --rc option handling. (simplybusiness)
2011-08-13Update devel/ruby-rdoc package to 3.9.2.taca2-6/+6
=== 3.9.2 / 2011-08-11 * Bug fix * Loosened TIDYLINK regexp to allow any content in the link section like: <tt>{foo}[rdoc-ref:SomeClass]</tt>