Commit graph

10248 commits

Author SHA1 Message Date
joerg
0ff9e8bd04 Don't use malloc.h. 2007-08-01 21:53:16 +00:00
joerg
758613029b Don't use malloc.h. 2007-08-01 21:36:39 +00:00
joerg
843cb2ab27 Don't check for interpreters in the contributed scripts. 2007-08-01 21:07:16 +00:00
joerg
c50ba8d483 Revert last commit, it was meant for devel/cvs, which is now devel/scmcvs. 2007-08-01 21:00:20 +00:00
joerg
dc1f237a8b Don't check the interpreter for the contrib scripts. 2007-08-01 20:54:16 +00:00
joerg
5b9ab94a85 Fix path to Perl. Bump revision. 2007-08-01 19:45:17 +00:00
joerg
fcbae5fcca Fix build on AIX: event.c needs time.h to get CLOCK_REALTIME and
the select implementation needs sys/select.h. The latter should be
detected by autoconf, but can break e.g. older DragonFly.
2007-08-01 16:57:15 +00:00
joerg
6c41efad6c AIX needs diffutils as well as it has no diff3 (and no unidiff in diff). 2007-08-01 14:41:18 +00:00
joerg
93e89a0f7a What xlC really wanted to tell me was to use int instead of short... 2007-07-31 13:28:57 +00:00
joerg
53ac9a8b3b Use unsigned for bitfield as fields take up the full size.
Complained on by xlC.
2007-07-31 13:21:46 +00:00
joerg
f93fcef7a4 Fix path to Perl. Bump revision. 2007-07-30 09:53:29 +00:00
joerg
f22b24540e Fix path to Perl. Bump revision. 2007-07-29 16:26:08 +00:00
joerg
826763b775 Override gnulib's fflush.c on DragonFly with a far less intrusive
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 14:36:46 +00:00
adrianp
a151c56099 +p5-Return-Value 2007-07-29 12:30:16 +00:00
adrianp
ed9d2c1b89 Polymorphic return values are really useful. Often, we just want to know if
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-29 11:45:15 +00:00
obache
ab795b2d2d Detect built-in libevent version.
Need for net/spreadload (PR 36348).
2007-07-29 06:23:04 +00:00
drochner
97d7e0fc85 Add "c" to USE_LANGUAGES. For some reason it is not necessary for me,
but it will hopefully help the bulk build.
2007-07-28 15:25:02 +00:00
wiz
3d9b48ba87 Set GCONF2_SCHEMAS again to register schema file correctly. 2007-07-28 14:51:32 +00:00
wiz
01df2c0f35 Update to 0.18:
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-28 14:48:17 +00:00
drochner
8720cf4eb8 Work around a broken configure script (which failed to expand an m4
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-28 14:42:17 +00:00
wiz
24c622859e Update to 1.16.5:
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-28 13:59:14 +00:00
jmmv
6019f4ea25 This needs the gettext tools. Should fix build on NetBSD 3.1, in which the
po files weren't installed.
2007-07-28 07:48:52 +00:00
joerg
7be95b4ffd Tighten up patches to never include malloc.h. 2007-07-28 00:00:02 +00:00
joerg
f3eec67500 Needs msgfmt. 2007-07-27 10:47:05 +00:00
wiz
31525bf32b Update to 2.0.9:
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-26 00:08:40 +00:00
wiz
0b0c6183c6 Update to 1.2.12:
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-25 23:31:08 +00:00
joerg
417dab059b malloc.h --> stdlib.h 2007-07-25 12:16:29 +00:00
tnn
33c6f4e9e1 I forgot to regen distinfo. Thanks to wiz@ for noticing. 2007-07-25 11:52:29 +00:00
jnemeth
66d5e4782b Add MAKE_JOBS_SAFE=no as per Blair Sadewitz on tech-pkg. 2007-07-25 09:41:55 +00:00
wiz
cbb36f9898 Update to 1.4.10nb1. Like previous update to 1.4.10, but includes
a patch from Eric Blake that fixes the problem that appeared e.g.
in dosbox or mng.
2007-07-22 06:34:41 +00:00
wiz
b886e29d4e Drop maintainership. 2007-07-21 21:56:07 +00:00
gdt
4f70d5d247 Update to:
guile-lib 0.1.4 -- 2007-07-20
=============================

* First release with NEWS.

* New module (match-bind).

(match-bind) implements a syntax to bind lexical variables to regular
expression match results. (match-bind) also exports two procedures, s///
and s///g, that perform search-and-replace with a perl-like syntax.

* New module (scheme kwargs).

Two new macros are exported, lambda/kwargs and define/kwargs, which
implement keyword and optional function arguments in a manner that is
more intuitive than Guile's standard lambda*.

* Other bugfixes and improvements.

See the ChangeLog for details on changes to (texinfo serialize),
(texinfo html), (texinfo), and (sxml simple).
2007-07-21 16:29:44 +00:00
tnn
2700153d62 Disable use of mmap on Interix. 2007-07-21 12:13:05 +00:00
wiz
80043429f4 Revert update to 1.4.10 because it seems to break autoconf.
(breaking mng, firefox, thunderbird, dosbox and probably others)
2007-07-20 22:52:44 +00:00
seb
978d23f02c Add & enable p5-Config-Std. 2007-07-19 23:37:17 +00:00
seb
7109474ec1 Initial import of p5-Config-Std version 0.0.4 into the NetBSD Packages
Collection as devel/p5-Config-Std.

The Perl 5 module Config::Std implements yet another damn
configuration-file system.  The configuration language is deliberately
simple and limited, and the module works hard to preserve as much
information (section order, comments, etc.) as possible when a
configuration file is updated
2007-07-19 23:35:04 +00:00
wiz
f14dd7c950 Update to 1.14.5:
libgsf 1.14.5

Jody:
	* Revert jump to dynamic types, they aren't threadsafe. [#450722]
	* Compilation glitch on windows.  [#449807]
	* Avoid problems building without gconf macros installed.
	* Configure breakage --without-gnome. [#4488842]
2007-07-19 22:40:29 +00:00
wiz
af00e4d86a Update to 0.9.29. Add commented out LICENSE=GPLv3 line.
Version 0.9.29: new tests, GPLv3
2007-07-19 22:17:40 +00:00
wiz
34838c2984 Update to 1.4.10. Add commented out LICENSE=GPLv3 line.
Version 1.4.10 - 09 Jul 2007, by Eric Blake  (CVS version 1.4.9c)

* Upgrade from GPL version 2 to GPL version 3 or later.
* A number of portability improvements inherited from gnulib.
* Avoid undefined behavior introduced in 1.4.9b in the `format' builtin
  when handling %c.  However, this area of code has never been documented,
  and currently does not match the POSIX behavior of printf(1), so it may
  have further changes in the next version.

Version 1.4.9b - 29 May 2007, by Eric Blake  (CVS version 1.4.9a)

* Fix regression introduced in 1.4.9 in the `eval' builtin when performing
  division.
* Fix regression introduced in 1.4.8 in the `-F' option that made it
  impossible to freeze more than 512 kibibytes of diverted text.
* The synclines option `-s' no longer generates sync lines in the middle of
  multiline comments or quoted strings.
* Work around a number of corner-case POSIX compliance bugs in various
  broken stdio libraries.  In particular, the `syscmd' builtin behaves
  more predictably when stdin is seekable.
* The `format' builtin now understands formats such as %a, %A, and %'hhd,
  and works around a number of platform printf bugs.  Furthermore, the
  sequence format(%*.*d,-1,-1,1) no longer outputs random data.  However,
  some non-compliant platforms such as mingw still have known bugs in
  strtod that may cause testsuite failures.
* The testsuite is improved to also run gnulib portability tests for the
  features that M4 imports from gnulib.
2007-07-19 22:13:43 +00:00
wiz
ad2d0cfaba Update to 2.12.13:
Overview of Changes from GLib 2.12.12 to GLib 2.12.13
=====================================================

* Unicode support:
 - Update to Markus Kuhn's updated wcwidth for Unicode 5.0

* Bugs fixed:
 454473 Simple XML Subset Parser terminates on invalid XML
 443869 g_type_class_add_private doesn't warn when adding 0-sized...
 447583 GStaticRWLock
 341988 don't use "-c" with msgfmt in Makefile.in.in
2007-07-19 21:25:46 +00:00
wiz
4dd3596e6e Remove g-wrap196 -- last user left pkgsrc. 2007-07-19 19:38:26 +00:00
obache
365602e4c7 Update HOMEPAGE. 2007-07-19 14:48:21 +00:00
wiz
3b73ca1680 Update to 0.0.0.103:
Add error handling on committing sets.
2007-07-17 23:26:09 +00:00
joerg
29c4128a97 Fix package name to match what we expect elsewhere. 2007-07-17 22:42:30 +00:00
jmmv
f54b547955 Fix build under Mac OS X, which does not provide a static libcrypto.
Do this by linking against the shared library version, and depend on
openssl to fulfill this dependency.
2007-07-17 21:47:40 +00:00
joerg
b087027a29 Fix path to Perl script. Bump revision. 2007-07-17 21:05:11 +00:00
jmmv
09a9d33e26 Some cleanups: organize variables in correct groups, drop an invalid
variable and sort buildlink includes alphabetically.
2007-07-17 20:02:36 +00:00
drochner
36409fa33b +glade3,libsexymm 2007-07-17 19:14:45 +00:00
drochner
58546c6dfa import glade3-3.2.2, a GUI builder gor gtk/gnome 2007-07-17 19:12:02 +00:00
drochner
f7cfc1f231 import libsexymm-0.1.9, C++ bindings for libsexy
(needed for newer bmpx)
2007-07-17 19:10:48 +00:00