summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-08-06USE_TOOLS+= yaccgdt1-1/+4
2007-08-06Check for yacc as bison -y, byacc, yacc, rather than the first twogdt4-2/+110
only and defaulting to yacc. This package might need a working yacc in theory, but it doesn't run it.
2007-08-05Don't use malloc.h.joerg2-1/+14
2007-08-05Update to version 2.12.seb2-6/+6
Changes since last packaged version (2.11): 2.12 Mon Jul 9 2007 - Add data for perl 5.9.5
2007-08-05Updated to doxymacs version 1.8.0:dsainty2-6/+6
Fix bug #1490021: Allow spaces in @param [in] style documentation. Fix bug #1496399: Use better way to get user's e-mail address.
2007-08-05Make Doxymacs work with Emacs 22 by avoiding using "www/w3" (Emacs/W3) if thedsainty1-2/+12
Emacs major is not below 22. The url-* support from Emacs/W3 has been integrated into Emacs version 22.
2007-08-04Update to 2.6gdt4-23/+7
* Fail when configure cannot find a usable LEX or YACC binary. * Fix RetryInterval calculation, we were waiting twice as long as specified. * Make sure RPC2/Coda defined error values do not collide with system errnos. Also, shlib major version changed. patch-aa was merged upstream.
2007-08-03+libsetenvtnn1-1/+2
2007-08-03Add devel/libsetenv, a library that provides implementations of setenv(3)tnn7-0/+290
and unsetenv(3) for platforms that lack them. This package is modeled after devel/libgetopt and the intended use within pkgsrc is similar.
2007-08-03Use -DREPLACE_GETOPT on AIX as well. Remove NETBSD_COMPATIBLE define,joerg1-3/+2
it is not used anywhere.
2007-08-03Update to 0.36: depend on monotone 0.36.jmmv1-4/+3
2007-08-03Update to 0.36:jmmv7-284/+9
Changes - The help command is now able to show documentation on subcommands (such as 'attr set'). - The help command now shows a brief abstract of each command, instead of only listing their names. - The command `list changed` now outputs the new path of any renamed item making it easier to copy and paste these paths for external program usage. - `automate attributes` has been renamed to `automate get_attributes`, also a bug has been fixed there so resurrected attributes are now properly outputted as "new" and not "changed". New features - Two new commands to set and drop attributes over automate: `automate set_attribute` and `automate drop_attribute` - There is a new function available to the lua hooks, 'server_request_sync(what, address, include, exclude)', which will initate a netsync connection to the server at "address", with the given include and exclude patterns, and will sync, push, or pull, as given in the "what" argument. If called from a monotone instance which is not acting as a server, this function will do nothing. - There is a new hook available, 'get_netsync_key(server, include, exclude)', which is called to determine which key to use for netsync operations. Note that the server calls this once at startup with the address it is listening on, "*", and "" as arguments, rather than for each connection. Other - Giving the --confdir argument will automatically set the key store directory to keys/ under that directory, unless --keydir is also given. This is a bugfix. - Fixed a regression in 0.35 that resulted in some databases becoming significantly larger when storing new revisions. Existing databases with this problem can be fixed by pulling into a fresh database using 0.36. - contrib/lua-mode.el, a Lua mode for GNU emacs. - contrib/monotone-buildbot-notification.lua, a netsync hook to have a server notify a buildbot when new changes have arrived. Useful for anyone who uses a buildbot with monotone as source. - contrib/monotone-cluster-push.lua, a netsync hook script to have arriving changes be forwarded to other servers automatically. It uses the new internal lua function 'server_request_sync'. - contrib/mtn_makepermissions, a simple script to create read-permissions and write-permissions from files in the directories read-permissions.d and write-permissions.d, Debian style. - contrib/Monotone.pm, a first attempt to write a Perl module to interface with 'monotone automate stdio'. - contrib/monotone-import.pl has been removed since monotone now has an internal import command. Internal - Commands are now defined as a tree of commands instead of a plain list, which allows the help system to look up information of a command at an level in the tree. - The command class, the automate class and all the associated macros have been cleaned up. - All C++ files now depend on base.hh, which includes the few things that are used virtually everywhere. 'make distcheck' will check for the presence of base.hh in all source files and will protest if it's not there. This is explained further in HACKING. - Update the internal SQLite to version 3.4.0. - Updated Visual C building system, which now also builds the test programs. The script visualc/runtests.bat can be used to run the tests. - Monotone can now be built successfully with Boost 1.34. Older versions of monotone would sometimes seem to work depending on the compiler used, but would have bugs in path normalization. - Monotone now requires Boost 1.33 or later. - The Boost filesystem library is no longer required. - The Boost unit test system is no longer required.
2007-08-03Assume that any 1.1.4 version of zlib has the the bug fixjoerg1-17/+3
for CAN-2003-0107 by now.
2007-08-03Add & enable p5-Class-XMLseb1-1/+2
2007-08-03Initial import of p5-Class-XML version 0.06 into The NetBSDseb4-0/+32
Packages Collection. The Perl 5 module Class::XML is designed to make it reasonably easy to create, consume or modify XML from Perl while thinking in terms of Perl objects rather than the available XML APIs.
2007-08-02s/bzip2/zlib/ in description.joerg1-2/+2
2007-08-02Update darts to 0.31.taca3-20/+20
pkgsrc change: o Add DESTDIR supoprt. o fix buildlink3.mk, stopping pkglint's warning. darts change from 0.2 to 0.31. o Change license from LGPL to BSD/LGPL dual license. o Fix a bug which cause illegal access when create doule array. o Change some methods' name, such as setArray to set_array. o Stop providing rpm packages.
2007-08-02Use in-tree versions. The replacement Makefile can be used for directjoerg3-61/+44
builds in bootstrap tools as well.
2007-08-02Import stripped down version of zlib-1.2.3 for use in bootstrap andjoerg25-0/+11921
essential tools. Not included are contributed files which are not used in pkgsrc.
2007-08-02update cpuflags to 1.08 - switch optimize_gcc.mk to using PKGPATHabs2-17/+26
2007-08-01Don't use malloc.h.joerg2-1/+26
2007-08-01Don't use malloc.h.joerg4-1/+40
2007-08-01Don't check for interpreters in the contributed scripts.joerg1-1/+3
2007-08-01Revert last commit, it was meant for devel/cvs, which is now devel/scmcvs.joerg1-3/+1
2007-08-01Don't check the interpreter for the contrib scripts.joerg1-1/+3
2007-08-01Fix path to Perl. Bump revision.joerg1-2/+4
2007-08-01Fix build on AIX: event.c needs time.h to get CLOCK_REALTIME andjoerg3-1/+29
the select implementation needs sys/select.h. The latter should be detected by autoconf, but can break e.g. older DragonFly.
2007-08-01AIX needs diffutils as well as it has no diff3 (and no unidiff in diff).joerg1-2/+2
2007-07-31What xlC really wanted to tell me was to use int instead of short...joerg1-2/+2
2007-07-31Use unsigned for bitfield as fields take up the full size.joerg1-2/+2
Complained on by xlC.
2007-07-30Fix path to Perl. Bump revision.joerg1-1/+4
2007-07-29Fix path to Perl. Bump revision.joerg1-1/+4
2007-07-29Override gnulib's fflush.c on DragonFly with a far less intrusivejoerg5-2/+118
versions. This is still in discussion with upstream, but working m4 is critical, so apply this stop-gap solution. It works on the other BSD derived stdio implementations as well, if you want to switch.
2007-07-29+p5-Return-Valueadrianp1-1/+2
2007-07-29Polymorphic return values are really useful. Often, we just want to know ifadrianp4-0/+37
something worked or not. Other times, we'd like to know what the error text was. Still others, we may want to know what the error code was, and what the error properties were. We don't want to handle objects or data structures for every single return value, but we do want to check error conditions in our code because that's what good programmers do. When functions are successful they may return true, or perhaps some useful data. In the quest to provide consistent return values, this gets confusing between complex, informational errors and successful return values. This module provides these features with a simple API that should get you what you're looking for in each contex a return value is used in. Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29Detect built-in libevent version.obache1-1/+67
Need for net/spreadload (PR 36348).
2007-07-28Add "c" to USE_LANGUAGES. For some reason it is not necessary for me,drochner1-2/+2
but it will hopefully help the bulk build.
2007-07-28Set GCONF2_SCHEMAS again to register schema file correctly.wiz1-1/+3
2007-07-28Update to 0.18:wiz3-7/+43
bzr 0.18 2007-07-17 BUGFIXES bzr 0.18rc1 2007-07-10 BUGFIXES IMPROVEMENTS: * The --lsprof-file option now dumps a text rendering of the profiling information if the filename ends in ".txt". It will also convert the profiling information to a format suitable for KCacheGrind if the output filename ends in ".callgrind". Fixes to the lsprofcalltree conversion process by Jean Paul Calderone and Itamar were also merged. See http://ddaa.net/blog/python/lsprof-calltree. (Ian Clatworthy) * ``info`` now defaults to non-verbose mode, displaying only paths and abbreviated format info. ``info -v`` displays all the information formerly displayed by ``info``. (Aaron Bentley, Adeodato Simó) * ``bzr missing`` now has better option names ``--this`` and ``--other``. (Elliot Murphy) * The internal ``weave-list`` command has become ``versionedfile-list``, and now lists knits as well as weaves. (Aaron Bentley) * Automatic merge base selection uses a faster algorithm that chooses better bases in criss-cross merge situations (Aaron Bentley) * Progress reporting in ``commit`` has been improved. The various logical stages are now reported on as follows, namely: * Collecting changes [Entry x/y] - Stage n/m * Saving data locally - Stage n/m * Uploading data to master branch - Stage n/m * Updating the working tree - Stage n/m * Running post commit hooks - Stage n/m If there is no master branch, the 3rd stage is omitted and the total number of stages is adjusted accordingly. Each hook that is run after commit is listed with a name (as hooks can be slow it is useful feedback). (Ian Clatworthy, Robert Collins) * Various operations that are now faster due to avoiding unnecessary topological sorts. (Aaron Bentley) * Make merge directives robust against broken bundles. (Aaron Bentley) * The lsprof filename note is emitted via trace.note(), not standard output. (Aaron Bentley) * ``bzrlib`` now exports explicit API compatibility information to assist library users and plugins. See the ``bzrlib.api`` module for details. (Robert Collins) * Remove unnecessary lock probes when acquiring a lockdir. (Martin Pool) * ``bzr --version`` now shows the location of the bzr log file, which is especially useful on Windows. (Martin Pool) * -D now supports hooks to get debug tracing of hooks (though its currently minimal in nature). (Robert Collins) * Long log format reports deltas on merge revisions. (John Arbash Meinel, Kent Gibson) * Make initial push over ftp more resilient. (John Arbash Meinel) * Print a summary of changes for update just like pull does. (Daniel Watkins, #113990) * Add a -Dhpss option to trace smart protocol requests and responses. (Andrew Bennetts)
2007-07-28Work around a broken configure script (which failed to expand an m4drochner4-3/+25
macro during generation, leading to GCONF_SCHEMA_FILE_DIR not set), and a Makefile not using the GCONF_SCHEMAS_INSTALL conditional correctly. Now the schema file is installed again. bump PKGREVISION
2007-07-28Update to 1.16.5:wiz2-6/+6
Overview of changes between 1.16.4 and 1.16.5 ============================================== - ATSUI backend now lists synthesized italic faces like other - Misc optimizations and fixes. - Bugs fixed in this release: Bug 443206 – PANGO_SCRIPT_UNKNOWN should not cause a run break Patch from Martin Hosken Bug 416515 – Time is not aligned with date on vertical panel Bug 436154 – Error building the pango.modules file while cross compiling Bug 434160 - [atsui] Italic versions of some faces can't be created
2007-07-28This needs the gettext tools. Should fix build on NetBSD 3.1, in which thejmmv1-2/+2
po files weren't installed.
2007-07-28Tighten up patches to never include malloc.h.joerg3-16/+16
2007-07-27Needs msgfmt.joerg1-2/+2
2007-07-26Update to 2.0.9:wiz3-40/+6
2.0.9: Kanou Hiroki - Sat Jul 14 23:15:40 PDT 2007 * Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps Sam Lantinga - Wed Jun 13 00:32:29 PDT 2007 * Fixed bug in solid bold glyph rendering (thanks Roy!) Ryan Gordon - Tue Feb 13 10:19:00 2007 UTC * Updated to build with the latest version of FreeType Sam Lantinga - Mon Jun 5 16:22:51 2006 UTC * Fixed crash when passing NULL to TTF_CloseFont()
2007-07-25Update to 1.2.12:wiz7-133/+8
1.2.12: Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X and X11. Also, many pkgsrc patches were integrated.
2007-07-25malloc.h --> stdlib.hjoerg2-1/+26
2007-07-25I forgot to regen distinfo. Thanks to wiz@ for noticing.tnn1-2/+2
2007-07-25Add MAKE_JOBS_SAFE=no as per Blair Sadewitz on tech-pkg.jnemeth1-1/+3
2007-07-22Update to 1.4.10nb1. Like previous update to 1.4.10, but includeswiz3-25/+24
a patch from Eric Blake that fixes the problem that appeared e.g. in dosbox or mng.