summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2008-01-24Fixed build with sunpro.rillig3-1/+43
2008-01-23Use bsd.fast.prefs.mk in some very commonly included locations.tnn1-2/+2
2008-01-23Fix bad preprocessor conditional. PR pkg/37849.tnn2-5/+14
2008-01-23Needs curses. PR pkg/35352 from Brandon Bergren.tnn1-1/+2
2008-01-22Update to 2.4gdt3-7/+10
* Improve cygwin packaging. (Phil Nelson) * Avoid infinite loop when a configure test fails. (Christer Bernerus) * Increase minimal LWP stack size to 32KB. (Christer Bernerus) * Add pkgconfig file. * Do not require an executable stack. * Cancel pending IOMGR requests when a thread dies.
2008-01-22Update to 1.1 from Nick Goffee of BBN Technologies via private mail.gdt3-16/+59
For the full list of changes, see NEWS. [many bugfixes] * The syntax ``bzr diff branch1 branch2`` is no longer supported. Use ``bzr diff branch1 --new branch2`` instead. This change has been made to remove the ambiguity where ``branch2`` is in fact a specific file to diff within ``branch1``. * diff '--using' allows an external diff tool to be used for files. (Aaron Bentley) * New "lca" merge-type for fast everyday merging that also supports criss-cross merges. (Aaron Bentley) * ``merge`` now warns when merge directives cause cherrypicks. (Aaron Bentley) * ``split`` now supported, to enable splitting large trees into smaller pieces. (Aaron Bentley) * Reference material has now be moved out of the User Guide and added to the User Reference. The User Reference has gained 4 sections as a result: Authenication Settings, Configuration Settings, Conflicts and Hooks. All help topics are now dumped into text format in the doc/en/user-reference directory for those who like browsing that information in their editor. (Ian Clatworthy) * Annotate merge (merge-type=weave) now supports cherrypicking. (Aaron Bentley) * ``switch`` can now be used on heavyweight checkouts as well as lightweight ones. After switching a heavyweight checkout, the local branch is a mirror/cache of the new bound branch and uncommitted changes in the working tree are merged. As a safety check, if there are local commits in a checkout which have not been committed to the previously bound branch, then ``switch`` fails unless the ``--force`` option is given. This option is now also required if the branch a lightweight checkout is pointing to has been moved. (Ian Clatworthy) * The default repository format is now ``pack-0.92``. This default is used when creating new repositories with ``init`` and ``init-repo``, and when branching over bzr+ssh or bzr+hpss. (See https://bugs.launchpad.net/bugs/164626) This format can be read and written by Bazaar 0.92 and later, and data can be transferred to and from older formats. To upgrade, please reconcile your repository (``bzr reconcile``), and then upgrade (``bzr upgrade``). ``pack-0.92`` offers substantially better scaling and performance than the previous knits format. Some operations are slower where the code already had bad scaling characteristics under knits, the pack format makes such operations more visible as part of being more scalable overall. We will correct such operations over the coming releases and encourage the filing of bugs on any operation which you observe to be slower in a packs repository. One particular case that we do not intend to fix is pulling data from a pack repository into a knit repository over a high latency link; downgrading such data requires reinsertion of the file texts, and this is a classic space/time tradeoff. The current implementation is conservative on memory usage because we need to support converting data from any tree without problems. (Robert Collins, Martin Pool, #164476) * The pack format is now accessible as "pack-0.92", or "pack-0.92-subtree" to enable the subtree functions (for example, for bzr-svn). See http://doc.bazaar-vcs.org/latest/developer/packrepo.html (Martin Pool) * New ``authentication.conf`` file holding the password or other credentials for remote servers. This can be used for ssh, sftp, smtp and other supported transports. (Vincent Ladeuil) * ``switch`` command added for changing the branch a lightweight checkout is associated with and updating the tree to reflect the latest content accordingly. This command was previously part of the BzrTools plug-in. (Ian Clatworthy, Aaron Bentley, David Allouche) * ``reconfigure`` command can now convert branches, trees, or checkouts to lightweight checkouts. (Aaron Bentley) * ``bzr merge`` now warns when it encounters a criss-cross merge. (Aaron Bentley)
2008-01-21Update apr0 package to 0.9.17.2.0.63.taca1-4/+4
Changes with APR 0.9.17 *) Fix DSO-related crash on z/OS caused by incorrect memory allocation. [David Jones <oscaremma gmail.com>] *) Define apr_ino_t in such a way that it doesn't change definition based on the library consumer's -D'efines to the filesystem. [Lucian Adrian Grijincu <lucian.grijincu gmail.com>] *) Cause apr_file_dup2() on Win32 to update the MSVCRT psuedo-stdio handles for fd-based and FILE * based I/O. [William Rowe] *) Revert Win32 to the 0.9.14 behavior of apr_proc_create() for any of the three stdio streams which are not initialized, through either apr_procattr_io_set() or apr_procattr_child_XXX_set(), when given a procattr_t with one or two streams which were initialized through apr_procattr_child_XXX_set(). Once again, these do not inherit the parent process stdio stream to WIN32 child processes (passing INVALID_HANDLE_VALUE instead) as on Unix. Note APR 1.3.0 adopts the Unix behavior of inheriting any uninitialized streams as the parent's corresponding stdio stream, in such cases. [William Rowe]
2008-01-21Update devel/p5-Module-Refresh to 0.13:abs2-6/+6
0.13 Thu May 3 23:03:00 EDT 2007 * Requires 5.8.1. (Uses tricks that don't work on 5.6). Thanks to DCANTRELL 0.12 Mon Apr 30 15:34:42 EDT 2007 * Requires 5.6. (Causes 5.5 to bus error). Thanks to RJBS. 0.11 Tue Apr 24 13:25:24 EDT 2007 * Fix for [rt.cpan.org #26536] Test suite uses /tmp with predictable filenames Reported by ANDK 0.10_01 Tue May 9 01:21:55 EDT 2006 * Module::Refresh->refresh_module_if_modified($module) as suggested by Daisuke Maki
2008-01-21initial import for cut (C Unit Tester)ichiro6-0/+70
see. http://www.falvotech.com/content/cut/ this pkgsrc was contributed by Toshiaki Nozawa <noz@m-springs.jp>
2008-01-19Fix typo in HOMEPAGE url.obache1-2/+2
2008-01-19Reset maintainer on his request.wiz3-6/+6
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn33-56/+66
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-17Update rake to 0.8.1.minskim2-7/+7
Changes: * Added task parameters (e.g. "rake build[version7]") * Made task parameters passable to prerequisites. * The 'task' command will now accept task argument names. * Comments are limited to 80 columns or so (suggested by Jamis Buck). * Added -D to display full comments (suggested by Jamis Buck). * The rake program will set the status value used in any explicit exit(n) calls. (patch provided by Stephen Touset) * Fixed error in functional tests that were not including session (and silently skipping the functionl tests). * Removed --usage and make -h the same as -H. * Make a prettier inspect for tasks. * Removed ftools and parsedate requires for compatibility with Ruby 1.9.
2008-01-17Change default rsh to ssh(1). It's what cvs(1) in base does.tnn3-7/+19
Should have been done years ago. Bump rev.
2008-01-17Sabotage attempts to find "emacs". We don't want the package to randomlytron1-1/+2
install ".elc" files and the configure test hangs with Mac OS X's "emacs".
2008-01-15Update to 0.20:wiz2-6/+6
---- Release V0.20 CPAN ---- * t/lock.t: Fix logic problem with BEGIN block that was causing grief on some systems (thanks to Steve Peters for patch).
2008-01-15Restore cross-compiling ability.joerg3-1/+788
2008-01-15Update to 1.4:wiz3-8/+10
* Version 1.4 (released 2008-01-09) ** Fixes to make the C# port compile under Mono. ** Update gnulib files. ** Improve idn --version and --help output to conform to GNU standards. This also enables translations of --help output. ** Update translations. Added Finish translation, thanks to Jorma Karvonen. Updated Dutch and Vietnamese. ** API and ABI is backwards compatible with the previous version. * Version 1.3 (released 2007-12-11) ** Some hints on Windows installation in the manual. ** Update translations. Added Czech translation, thanks to Petr Pisar. ** Use gettext 0.17. ** Update gnulib files. Top-level gnulib files are now distributed under GPLv3+. (The gnulib files used by the core library are still under LGPLv2.1+.) ** API and ABI is backwards compatible with the previous version.
2008-01-15Update to 7.5:wiz2-8/+7
Release 7.5 10-Jan-08 --------------------- This is mainly a bug-fix release. However the ability to link pcregrep with libz or libbz2 and the ability to link pcretest with libreadline have been added. Also the --line-offsets and --file-offsets options were added to pcregrep.
2008-01-14Remove libsetenv - obsoleted by USE_FEATURES+=setenvtnn8-300/+1
2008-01-14memcached requires at least libevent-1.0. This fixes the build on NetBSD 3.xghen1-1/+2
which ships libevent 0.6.
2008-01-13Added a patch for sunpro.rillig2-1/+49
2008-01-13Fixed ambiguous function call with sunpro.rillig2-1/+17
2008-01-13The package supports installation to DESTDIR and needs a C compiler.heinz1-1/+3
2008-01-13The package supports installation to DESTDIR and needs a C compiler.heinz1-1/+3
2008-01-13Update to 1.2.13:wiz4-32/+6
SDL 1.2.13 is a minor bug fix release. General Notes * Fixed link error when building with Intel Compiler 10. * Removed stray C++ comment from public headers. Unix Notes * Fixed crash in SDL_SoftStretch() on secure operating systems. * Fixed undefined symbol on X11 implementations without UTF-8 support. * Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver. * Scan for all joysticks on Linux instead of stopping at one that was removed. * Fixed use of sdl-config arguments in sdl.m4 Mac OS X Notes * SDL now builds on Mac OS X 10.5 (Leopard). * Fixed high frequency crash involving text input. * Fixed beeping when the escape key is pressed and UNICODE translation is enabled. * Improved trackpad scrolling support. * Fixed joystick hat reporting for certain joysticks.
2008-01-13This package requires gtk2+>=2.11.5.minskim1-2/+3
Bump PKGREVISION.
2008-01-13This package requires glib>=2.14.0 to use g_option_context_get_help.minskim1-2/+3
Bump PKGREVISION.
2008-01-12Most of destdir support, based on a patch from Klaus Heinz.gdt1-5/+12
# This does not quite work. The problem is that new-catalog writes # the catalog in /usr/pkg/share/guile/site, rarther than the proper # place in the destdir.
2008-01-12Fix installation and add DESTDIR support.joerg2-3/+7
2008-01-12db4 update related revision bumpadam10-20/+20
2008-01-11update devel/cpuflags to 1.18: Remove *any* spaces from CPU_DIR, not just ↵abs2-5/+8
the first
2008-01-11update to 2.20.3drochner2-6/+6
changes: translation updates
2008-01-10Update to version 0.14.1.bjs4-19/+50
Changes: 2007-12-12: StGIT-0.14.1 released * Fixed typo in the required version of Python 2007-12-10: StGIT-0.14 released * Support for correctly running StGIT in subdirectories * 'repair' command for fixing an StGIT repository modified by GIT commands such as 'commit', 'pull', 'merge' or 'rebase' * 'edit' command for editing both the patch description and diff * Support for SMTP over TLS * Support for MIME multipart e-mail templates * '--attach' option to the 'mail' command to send a patch attached rather than inline * Diff statistics and shortlog added to the cover e-mail template * '--sign/ack' options to the 'import' and 'new' commands * '--number' to the 'log' command for limiting the output * Support for binary files in patches * Support for detached HEAD * Refactoring of some modules with better support for debugging * Many bug-fixes
2008-01-09update to 2.14.1drochner4-10/+10
changes: - Avoid wakeups when using Python trunk - Add an uninstalled.pc
2008-01-09Updated to version 1.08.heinz2-6/+7
Pkgsrc changes: - The package supports installation to DESTDIR. Changes since version 1.06: ===================================== 2006-11-29 Gisle Aas <gisle@ActiveState.com> Release 1.08 By popular demand; don't put underscore into dumped integers to group thousands. 2006-11-24 Gisle Aas <gisle@ActiveState.com> Release 1.07 Remove unused code. Add some more tests.
2008-01-08The package supports installation to DESTDIR.heinz1-1/+3
2008-01-08Update to pango-1.18.4.tnn2-6/+6
Overview of changes between 1.18.3 and 1.18.4 ============================================== - Ship a default win32 pango.aliases file. - Minor win32 alias handling improvement. - Doc improvements. - Bugs fixed in this release: Bug 502926 pango-1.16.4 configure bug: can fail to accept cairo Bug 492504 Enable pango.aliases entries also for fonts with spaces in name Bug 490661 Pango Markup: Link to font_desc syntax explanation
2008-01-08The package supports installation to DESTDIR.heinz1-4/+6
Added missing perl category. Switched to using MASTER_SITE_PERL_CPAN. No compiler needed.
2008-01-08Update to glib2-2.14.5.tnn4-38/+54
Overview of Changes from GLib 2.14.4 to GLib 2.14.5 =================================================== * Bugs fixed: 482313 gregex: no way to tell why compilation failed 315437 extern inline -> static inline 480122 g_module_open fails to open modules with ".la" extension 495589 gspawn.c failing to set FD_CLOEXEC 500638 gkeyfile speedup ... 503029 g_time_val_from_iso8601 parse non-ISO8601 dates 503420 gkeyfile leaks a hash table
2008-01-08The package supports installation to DESTDIR.heinz1-2/+2
The package does not need p5-Sub-Uplevel.
2008-01-08The package supports installation to DESTDIR.heinz1-1/+4
No compiler necessary.
2008-01-08The package supports installation to DESTDIR.heinz1-2/+5
A C compiler is necessary.
2008-01-08Updated to version 0.26.heinz2-7/+9
Pkgsrc changes: - The package supports installationt to DESTDIR. - Needs at least p5-Sub-Uplevel 0.18. Changes since version 0.25: =========================== 0.26 - Added some more exposition on the usage of dies_ok() and lives_ok() for those who found them confusing. Also reordered presentation of docs so more specific throws_ok() comes first. - Some misc. documentation tweaks. - Added some tests for RT#24678, but not actually fixed them yet (thanks to Joshua ben Jore & David Golden). They skip for now. - Tests should now pass on Strawberry/Vanilla Perl (thanks Nadim Khemir & Chris Dolan) - Added comment in docs about T::E not catching exit() in eval() blocks (thanks Peter Scott) - Updated Test::* & Sub::Uplevel version dependencies to something modern
2008-01-08The package supports installation to DESTDIR.heinz1-2/+2
Removed unnecessary comment. As far as I could determine there was never a requirement for p5-Devel-Cycle.
2008-01-08The package needs no C compiler.heinz2-3/+6
2008-01-08The package needs a C compiler.heinz1-1/+3
2008-01-08Updated to version 1.09.heinz2-6/+8
Pkgsrc changes: - No compiler necessary. Changes since version 1.08: =========================== Thu Jan 3 18:35:44 2008 Tom Hughes <tom@compton.nu> * Zlib.pm Changed version number to 1.09. * Makefile.PL Install in the core library directory if the perl version is 5.9.3 or later.
2008-01-08Use a portable construct instead of "find ... -perm +111"; quietsapb3-2/+17
a build-time error message (which did not abort the build). PKGREVISION = 1.
2008-01-07Supports DESTDIR.joerg1-1/+3