summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-03Use BSD_INSTALL_* so that a non-root user can install misc/tmux.minskim3-10/+16
2009-06-03Make it build systems where there is no isnan() symbol in the libc/libm (ithasso4-3/+36
should be macro according to standards).
2009-06-02Don't force PentiumPro instructions to be used for GCC 4, just schedulejoerg1-2/+2
for it as the code originally intended.
2009-06-02Learn from the AIX issues with hard links to symbolic links and alwaysjoerg5-10/+10
create the compiler aliases with ln -fs.
2009-06-02Don't create hardlinks to symlinks, AIX freaks out with that.joerg1-2/+2
2009-06-02Only check PKG_BUILD_OPTIONS.apr-util if apr1 option is enabled. Nogdt1-2/+2
change to default build.
2009-06-02Make it build on DragonFly. Probably incomplete, but at least hello worldhasso3-1/+43
compiles and runs.
2009-06-02mention new jdkchristos1-1/+3
2009-06-02update to u14christos3-214/+200
2009-06-02shell code is not C ...sno2-6/+4
2009-06-02update to 1.2.2drochner3-17/+16
changes: -Workaround for nasm bug with Mach-O/OSX target -Fix for missing resync marker range check -Improved precision for RGB<->YUV conversions -Fix for potential RGB24 access violation -Updated compiler options for Apple PPC target
2009-06-02update to u14, u12 has security issues. Please read the release notes for u14christos3-14/+11
particularly with respect to the new G1 garbage collector.
2009-06-02Restore support for apr0 via the SUGGESTED apr1 option.gdt4-12/+31
Do not include logic to auto-enable apr1 if the option apache22 is defined because apache22 does not appear to be a valid option. Do not force apr1 if serf is selected. Instead, fail and force the user to choose consistent options. No PKGREVISION because apr1 is the default and the resulting package is unchanged. apr0 support not tested.
2009-06-02Remove WRAPPER_DEBUG definition, it doesn't change anything.joerg1-3/+1
2009-06-02GCC_USE_SYMLINKS has been renamed and is the default now, so remove itjoerg1-2/+1
here.
2009-06-02Needs msgfmt.hasso1-2/+2
2009-06-02Note update of www/typolight27-translations package to 20090530nb1.taca1-1/+2
2009-06-02Fix the PLIST file of Portuguese translation which was broken fromtaca2-2/+9
2005/5/26. Bump PKGREVISION.
2009-06-02+ zephyr-20070719obache1-1/+2
2009-06-02Updated devel/p5-ExtUtils-MakeMaker to 6.52sno1-1/+2
2009-06-02pkgsrc changes:sno3-51/+6
- Updating package for p5 module ExtUtils::MakeMaker from 6.50 to 6.52 - remove patches/patch-af, 40698 seems to be solved upstream except t/INSTALL_BASE.t, which may marked invalid as belonging to fix for RT #40698 Upstream changes: 6.52 Sat May 30 11:22:04 PDT 2009 Docs * Documented CONFIGURE_REQUIRES (Alexandr Ciornii) * Modnerized the docs for PREREQ_PM 6.51_04 Sun May 24 14:04:11 PDT 2009 Other * All work on INSTALLHTML* has been reverted pending a fix for [rt.cpan.org 45600] 6.51_03 Sat May 23 22:38:26 PDT 2009 Bug Fixes * Building *.C files was broken in 6.37. [rt.cpan.org 45557] Thanks to Rajesh Mandalemula for spotting it. New Features * Optional parameter CONFIGURE_REQUIRES was added, to control this section in META.yml (Alexandr Ciornii) 6.51_02 Mon Apr 13 21:19:56 PDT 2009 Bug Fixes * Fix a minor bug with the new PERM_DIR stuff which caused EUI to think PERM_DIR was an install skip file. * A Win32 function call in the last alpha broke Win32 builds. 6.51_01 Fri Apr 10 14:30:27 PDT 2009 New Features * Module installation will not be stopped by a broken Pod::Man. Man pages will just not be installed. [rt.cpan.org 43546] (Jesse Vincent) * vim swap files, *.swp, will now be ignored by MakeMaker. * Added PERM_DIR to control permissions on directories. [rt.cpan.org 3927] (Rajesh Mandalemula) Feature Changes * Modules in PREREQ_PM are no longer loaded in order to figure out their version. parse_version() is used instead. [rt.cpan.org 44646] * PPD files generated with "make ppd" now use the new REQUIRES key rather than the now deprecated DEPENDENCY. [rt.cpan.org 25179] (GAAS) * PPD files no longer contain the deprecated OS tag. * fixin is a bit less restrictive allowing things like #!perl5.8.8 and #!perl-debug [rt.cpan.org 29442] * Remove the unused perm_rw() and perm_rwx() methods. Bug Fixes * On 5.10 "make ppd" would generate the wrong ARCHITECTURE saying the version is 5.1 instead of 5.10. * Our pod2man emulation now requires an argument to --perm_rw. [rt.cpan.org 35190] (imacat) * DISTVNAME was documented as a WriteMakefile() param but you'd get a warning if you tried to use it. [rt.cpan.org 43217] * Better support for parallel make installs. [rt.cpan.org 32758] (Brendan O'Dea) * parse_version() will now skip uses of $VERSION in conditions [rt.cpan.org 9452] (jc@unser.net) * The architecture mismatch warning could show up on Win32 due to long vs short filenames being used to compare. [rt.cpan.org 33532] (DAGOLDEN) * maybe_command() will recognize Windows executables in /cygdrive on Cygwin [rt.cpan.org 16375] (PJF) * parse_version() will now look for the first use of $VERSION that results in $VERSION being set. Test Fixes * basic.t will not leave a "bin" environment variable defined on VMS. [rt.cpan.org 42150] (John E. Malmberg) * Made the tests work ok on systems whose makes assume that files which have the same mod time are out of date. This is often the case for the tests which generate files and run make rapidly. [rt.cpan.org 29955] (Ken Hirsch) * skip test numbers were wrong on VMS in t/basic.t [rt.cpan.org 43511] (John E. Malmberg) Portability * Removed a few hard coded uses of the "false" command. [rt.cpan.org 44504] VMS * Fixed a few calls to catfile() that should be catdir(). (John E. Malmberg) * Override catdir() and catfile() to expand macros. This is normally done inside File::Spec::VMS but is really a MakeMaker-only thing. (John E. Malmberg) Other * Remove ExtUtils::MakeMaker::bytes and vmsish which are unused and seem to never have been used. * Repository now on github.
2009-06-02+pixman-0.15.8, squid31-3.1.0.8, xf86-video-vmware-10.16.6.taca1-2/+4
2009-06-02Note update of www/typolight27-translations package to 20090530.taca1-1/+2
2009-06-02Update typolight27-translations package to 20090530.taca3-12/+12
Update Japanese and Swedish translation files which support TYPOlight 2.7.1.
2009-06-01Note initial addition of p5-Apache2-AuthCASSimple version 0.10 asseb1-1/+2
www/p5-Apache2-AuthCASSimple into The NetBSD Packages Collection. Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2. It allows you to authenticate users through a Yale CAS server. Users do not need to log in if they are already authenticated by the CAS server, only tickets are exchanged between Web client, Apache2 server and CAS server. If they are not yet authenticated, they will be redirected to the CAS server login form.
2009-06-01Add & enable p5-Apache2-AuthCASSimpleseb1-1/+2
2009-06-01Initial import of p5-Apache2-AuthCASSimple version 0.10 in theseb4-0/+56
NetBSD Packages Collection. Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2. It allows you to authenticate users through a Yale CAS server. Users do not need to log in if they are already authenticated by the CAS server, only tickets are exchanged between Web client, Apache2 server and CAS server. If they are not yet authenticated, they will be redirected to the CAS server login form.
2009-06-01Note ikiwiki update.schmonz2-3/+3
2009-06-01Update to 3.13. From the changelog:schmonz3-8/+14
You may want to run ikiwiki-transition deduplinks my.setup after upgrading to this version of ikiwiki. This command will optimise your wiki's saved state, removing duplicate information that can slow ikiwiki down. * ikiwiki-transition: If passed a nonexistant srcdir, or one not containing .ikiwiki, abort with an error rather than creating it. * Allow underlaydir to be overridden without messing up inclusion of other underlays via add_underlay. * More friendly display of markdown, textile in edit form selector (jmtd) * Allow curly braces to be used in pagespecs, and avoid a whole class of potential security problems, by avoiding performing any string interpolation on user-supplied data when translating pagespecs. * ikiwiki-transition: Allow setup files to be passed to all subcommands that need a srcdir. * ikiwiki-transition: deduplinks was broken and threw away all metadata stored by plugins in the index. Fix this bug. * listdirectives: Avoid listing _comment directives and generally assume any directive starting with _ is likewise internal. * Re-enable python-support and add python:Depends to control file. * ikiwiki-makerepo: Avoid using abs_path, as it apparently fails on nonexistant directories with some broken perl versions. * inline: Minor optimisation. * add_link: New function, which plugins should use rather than modifying %links directly, to avoid it accumulating duplicates. * ikiwiki-transition: Add a deduplinks action, that can be used to remove duplicate links and optimise a wiki w/o rebuilding it. * external: Fix pagespec_match and pagespec_match_list. Closes: #527281
2009-06-01Updated mail/getmail to 4.9.1schmonz1-1/+2
2009-06-01Update to 4.9.1 and define LICENSE. From the changelog:schmonz2-6/+7
- if oldmail file is corrupted on disk (by system crash, perhaps), handle it gracefully. Some lines may be lost (and messages therefore re-retrieved), but operation will continue, with the corrupt lines logged. Thanks: Domen Puncer.
2009-06-01Replacing some dependencies to choose perl core first, because desiredsno9-21/+21
version numbers of required modules are in delivered perl core.
2009-06-01Updated devel/p5-CPAN-Reporter to 1.1707sno1-1/+2
2009-06-01pkgsrc changes:sno2-12/+13
- Updating package for p5 module CPAN::Reporter - set PERL5MODULE_TYPE to Module::Build - Adjusting dependencies according to META.yml - Setting LICENSE to apache-2.0 Upstream changes: 1.1707 Sun May 31 21:44:07 EDT 2009 - Prereq: bumped Test::Reporter to 1.54 1.1706 Sun May 31 14:00:43 EDT 2009 - Changed: URL of CPAN Testers wiki is now wiki.cpantesters.org - Added: support for setting 'distfile' parameter for test reports if supported by Test::Reporter (1.53_01+)
2009-06-01Updated devel/p5-Test-Reporter to 1.5400sno1-1/+2
2009-06-01pkgsrc changes:sno2-7/+7
- Updating package for p5 module Test::Reporter from 1.5203 to 1.54 Upstream changes: 1.54 Sun May 31 21:39:12 EDT 2009 - POD updates - Update Module::Install to 0.91 1.53_03 Thu Apr 16 12:30:49 EDT 2009 - Transmit report body line-by-line with Net::SMTP (or Net::SMTP::TLS) 1.53_02 Wed Apr 15 13:30:53 EDT 2009 - with Net::SMTP transport, if lines are longer than 100 characters, the email will be encoded with quoted-printable 1.53_01 Tue Apr 7 11:01:37 EDT 2009 - added optional 'distfile' argument to support T::R::Transport::Metabase - reports link to the wiki rather than www.cpantesters.org; also added cpan-testers-discuss as place to send Q's - improved diagnostic output if editor fails to launch - changed Makefile.Pl to Module::Install
2009-06-01PKGREVISION++ for build-outputs.mk changegdt3-3/+9
2009-06-01Updated print/p5-LaTeX-Table to 0.9.15sno1-1/+2
2009-06-01Update build-outputs.mk to 1.6.2.gdt1-543/+691
2009-06-01pkgsrc changes:sno2-7/+10
- Updating package for p5 module LaTeX::Table from 0.9.14 to 0.9.15 - Adjusting dependencies according to META.yaml - Fixing PERL5_MODULE_TYPE Upstream changes: 0.9.15 Fri May 29 10:00:00 2009 - MISSING_VALUE in coldef_strategy - width and longtable - removed deprecated feature textwrap - changed optional requirement from Text::CSV_XS to Text::CSV - csv2pdf: Meyrin default. - POD cleanups
2009-06-01Explain the scheme to update build-outputs.mk when the svn version changes.gdt2-8/+23
2009-06-01Added textproc/p5-Text-CSV version 1.12sno2-2/+4
2009-06-01Importing package for module Text::CSV 1.12 - as dependency of scheduledsno3-0/+28
update for LaTeX::Table 0.9.15. Text::CSV provides facilities for the composition and decomposition of comma-separated values using Text::CSV_XS or its pure Perl version.
2009-06-01Updated www/p5-URI to 1.38sno1-1/+2
2009-06-01pkgsrc changes:sno2-8/+9
- Updating package for p5 module URI from 1.37nb1 to 1.38 - Adjusting dependencies according to META.yml Upstream changes: 2009-05-27 Gisle Aas <gisle@ActiveState.com> Release 1.38 Ville Skytt"a (3): Spelling fixes. Tatsuhiko Miyagawa (1): skip DNS test if wildcard domain catcher (e.g. OpenDNS) is there Gisle Aas (1): Avoid "Insecure $ENV{PATH} while running with -T switch" error with perl-5.6.
2009-06-01Updated devel/p5-Params-Util to 1.00sno1-1/+2
2009-06-01pkgsrc changes:sno2-6/+6
- Updating package for p5 module Params::Util from 0.38 to 1.00 Upstream changes: 1.00 Sun 31 May 2009 - Now all known XS bugs are worked out, I've removed the experimental flags and set that as the first 1+ release. - Fixed XS implementation of _*LIKE and _INSTANCE - Added test for a negative custom isa returning ('') - Improving the 'clean' file list in a Makefile.PL
2009-06-01Removed sysutils/patchaddtonnerre1-1/+2
2009-06-01Remove patchadd as it is not needed according to various TNFers.tonnerre4-44/+0
2009-06-01Updated sysutils/patchadd to 0.1.1dstonnerre1-1/+2