Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 22:20:41 UTC Now

2008-08-20 10:07:24 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2486, #2498 and #2499.

(tron)

2008-08-20 10:05:24 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2499 - requested by taca
zope29: security patch

Revisions pulled up:
- www/zope29/Makefile 1.20
- www/zope29/distinfo 1.7
- www/zope29/patches/patch-ak 1.1
- www/zope29/patches/patch-al 1.1
---
    Module Name: pkgsrc
    Committed By: taca
    Date: Sun Aug 17 15:12:32 UTC 2008

    Modified Files:
pkgsrc/www/zope29: Makefile distinfo
    Added Files:
pkgsrc/www/zope29/patches: patch-ak patch-al

    Log Message:
    Add some changes from Zope's svn repository which should fix
    Zope's security advisory 2008-08-12.

    Bump PKGREVISION.

(tron)

2008-08-20 10:04:41 UTC MAIN commitmail json YAML

Updated net/gtk-gnutella to 0.96.5

(adam)

2008-08-20 10:03:33 UTC MAIN commitmail json YAML

Changes 0.96.5:

Bug Fixes:
- 1870957: Wrong sign could cause out-of-bounds read and potentially a crash.
- Firewalled status was not re-verified after a port change if the previously
  used port was open.
- Fixed issue that caused the local peer cache to degenerate.

Improvements:
- Client-side support for tigertree hashes (TTH/THEX).
- Replaced navigation tree by tabs.
- Redesigned download user-interface to make it more accessible.
- Added some selectable pre-defined search filters.
- Bitzi tickets are displayed in full raw indented XML.
- Display Bitzi and ShareMonkey URLs as search result details.
- Topless mode is available at run-time via command-line switch.
- Added default shared filename extensions:
  .7z, .bittorrent, .oga, .ogv, .spx, .tbz2
- Removed default shared filename extensions: .doc
- Updated translations: Japanese, Norwegian Bokmal, French.

Under the hood:
- Changed default to dual use of IPv4 and IPv6 instead of IPv4-only.
- Support the "as" (Alternate Source) key in magnet links.
- Eszett is finally normalized to "ss" in search queries.
- Avoid display updates for elements not currently visible.
- Take full advantage of persistent HTTP connections to fetch multiple
  files from the same peer through over the same connection if scheduling
  permits.
- Improved TLS support and blocking detection.
- Updated list of hostile IP adress ranges, bogons, Geo-IP data,
  spam patterns and spam samples.

(adam)

2008-08-20 09:57:23 UTC MAIN commitmail json YAML

Note addition of net/p5-DNS-SEC-Maint-Key version 0.013.

(he)

2008-08-20 09:56:28 UTC MAIN commitmail json YAML

Add p5-Net-DNS-SEC-Maint-Key.

(he)

2008-08-20 09:55:38 UTC MAIN commitmail json YAML

Import p5-Net-DNS-SEC-Maint-Key version 0.013.

This is the RIPE NCC DNSSEC Key Management tools, described at

  https://www.ripe.net/projects/disi/dnssec_maint_tool/

This class implements an interface to a database of private keys used
during DNSSEC administration.


This package includes some diffs to the self-tests, so that they pass.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-08-20 09:52:43 UTC MAIN commitmail json YAML

Update to Xen 3.3 6th release candidate:

This has a handful of small fixes that were submitted after -rc5, and also a
larger fix for emulation of certain repeated I/O instructions for x86 HVM
guests.

(cegger)

2008-08-20 09:52:21 UTC MAIN commitmail json YAML

Update to Xen 3.3 6th release candidate:

This has a handful of small fixes that were submitted after -rc5, and also a
larger fix for emulation of certain repeated I/O instructions for x86 HVM
guests.

(cegger)

2008-08-20 09:43:10 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2498 - requested by kefren
openttd: security update

Revisions pulled up:
- games/openttd/Makefile 1.28
- games/openttd/PLIST 1.11
- games/openttd/distinfo 1.13
- games/openttd/patches/patch-aa 1.7
---
    Module Name: pkgsrc
    Committed By: kefren
    Date: Tue Aug  5 12:38:23 UTC 2008

    Modified Files:
pkgsrc/games/openttd: Makefile PLIST distinfo
pkgsrc/games/openttd/patches: patch-aa

    Log Message:
    update to 0.6.2
    not sure if midi music option is still available currently

(tron)

2008-08-20 09:30:44 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2486 - requested by he
sun-jdk15: security update
sun-jre15: security update

Revisions pulled up:
- lang/sun-jdk15/Makefile 1.32
- lang/sun-jdk15/distinfo 1.19
- lang/sun-jre15/Makefile 1.55
- lang/sun-jre15/PLIST.linux-i386 1.8
- lang/sun-jre15/PLIST.linux-x86_64 1.6
- lang/sun-jre15/distinfo 1.20
---
    Module Name: pkgsrc
    Committed By: he
    Date: Fri Aug 15 15:06:36 UTC 2008

    Modified Files:
pkgsrc/lang/sun-jdk15: Makefile distinfo
pkgsrc/lang/sun-jre15: Makefile PLIST.linux-i386 PLIST.linux-x86_64
    distinfo

    Log Message:
    Update to Java 5.0 Update 16.  Fixes a number of security vulnerabilities.
    Also updates some root certificates and imports tzdata2008b.
    Sun's release notes are at
      http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_16

(tron)

2008-08-20 09:26:45 UTC MAIN commitmail json YAML

Don't -DUSE_INLINE - this creates "static inline", and the imake setup
at least on NetBSD-4/arm calls "cc -ansi", which, as being a c89 compiler,
refuses this c99 code (or so I've been told by C language lawyers).
(Maybe somebody can come up with a patch that does the right thing
wrt. this stuff for all our environments.)

(is)

2008-08-20 08:20:14 UTC MAIN commitmail json YAML

2008-08-20 08:19:13 UTC MAIN commitmail json YAML

Changes 4.30:

* glpspx.h, glpspx03.c, glpapi06.c
  The primal simplex solver (spx_prim_opt, spx_prim_feas) was
  replaced by a new implementation (spx_primal), which currently
  provides the same features as the old version.

* glpmpl01.c, glpmpl03.c
  Some changes were made in the MathProg translator to allow <,
  <=, >=, and > on comparing symbolic values.

* glplpx10.c
  Internal routine set_d_eps in the exact LP solver was changed
  to prevent approximation errors in case of integral data.

(adam)

2008-08-20 07:59:00 UTC MAIN commitmail json YAML

Add and enable p5-Net-Twitter.

(obache)

2008-08-20 07:58:18 UTC MAIN commitmail json YAML

Added net/p5-Net-Twitter version 1.17

(obache)

2008-08-20 07:57:44 UTC MAIN commitmail json YAML

Import p5-Net-Twitter-1.17 as net/p5-Net-Twitter.
Based on PPR 38486 by Peter Eisch.

http://www.twitter.com provides a web 2.0 type of ubiquitous presence.
This module allows you to set your status, as well as review the statuses of
your friends.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-08-20 03:05:33 UTC MAIN commitmail json YAML

+ Updated devel/scmgit-base to 1.6.0 [bjs 2008-08-20]
Updated devel/scmgit-docs to 1.6.0 [bjs 2008-08-20]
Updated devel/scmgit to 1.6.0 [bjs 2008-08-20]

(bjs)

2008-08-20 03:04:20 UTC MAIN commitmail json YAML

+========================+
|GIT v1.6.0 Release Notes|
+========================+

User visible changes

- Templates now installed in ${PREFIX}/share/examples/scmgit/templates
  and registered as REQD_FILES.  Template subdirectories are
  registered in MAKE_DIRS.
- Installing the many git-foo binaries/scripts into libexec/git-core
  is now default and better supported.  If you've written any
  scripts or use any applications which expect the git-foo commands
  to be in ${PREFIX}/bin, please do update them accordingly.

+--------------------+
|Updates since v1.5.6|
+--------------------+

(subsystems)

* git-p4 in contrib learned "allowSubmit" configuration to control on
  which branch to allow "submit" subcommand.

* git-gui learned to stage changes per-line.

(portability)

* Changes for MinGW port have been merged, thanks to Johannes Sixt and
  gangs.

* Sample hook scripts shipped in templates/ are now suffixed with
  *.sample.

(documentation)

* Updated howto/update-hook-example

* Got rid of usage of "git-foo" from the tutorial and made typography
  more consistent.

* Disambiguating "--" between revs and paths is finally documented.

(performance, robustness, sanity etc.)

* index-pack used too much memory when dealing with a deep delta chain.
  This has been optimized.

* reduced excessive inlining to shrink size of the "git" binary.

* verify-pack checks the object CRC when using version 2 idx files.

* When an object is corrupt in a pack, the object became unusable even
  when the same object is available in a loose form,  We now try harder to
  fall back to these redundant objects when able.  In particular, "git
  repack -a -f" can be used to fix such a corruption as long as necessary
  objects are available.

* Performance of "git-blame -C -C" operation is vastly improved.

* git-clone does not create refs in loose form anymore (it behaves as
  if you immediately ran git-pack-refs after cloning).  This will help
  repositories with insanely large number of refs.

* core.fsyncobjectfiles configuration can be used to ensure that the loose
  objects created will be fsync'ed (this is only useful on filesystems
  that does not order data writes properly).

* "git commit-tree" plumbing can make Octopus with more than 16 parents.
  "git commit" has been capable of this for quite some time.

(usability, bells and whistles)

* even more documentation pages are now accessible via "man" and "git help".

* A new environment variable GIT_CEILING_DIRECTORIES can be used to stop
  the discovery process of the toplevel of working tree; this may be useful
  when you are working in a slow network disk and are outside any working
  tree, as bash-completion and "git help" may still need to run in these
  places.

* By default, stash entries never expire.  Set reflogexpire in [gc
  "refs/stash"] to a reasonable value to get traditional auto-expiration
  behaviour back

* Longstanding latency issue with bash completion script has been
  addressed.  This will need to be backmerged to 'maint' later.

* pager.<cmd> configuration variable can be used to enable/disable the
  default paging behaviour per command.

* "git-add -i" has a new action 'e/dit' to allow you edit the patch hunk
  manually.

* git-am records the original tip of the branch in ORIG_HEAD before it
  starts applying patches.

* git-apply can handle a patch that touches the same path more than once
  much better than before.

* git-apply can be told not to trust the line counts recorded in the input
  patch but recount, with the new --recount option.

* git-apply can be told to apply a patch to a path deeper than what the
  patch records with --directory option.

* git-archive can be told to omit certain paths from its output using
  export-ignore attributes.

* git-archive uses the zlib default compression level when creating
  zip archive.

* git-archive's command line options --exec and --remote can take their
  parameters as separate command line arguments, similar to other commands.
  IOW, both "--exec=path" and "--exec path" are now supported.

* With -v option, git-branch describes the remote tracking statistics
  similar to the way git-checkout reports by how many commits your branch
  is ahead/behind.

* git-branch's --contains option used to always require a commit parameter
  to limit the branches with; it now defaults to list branches that
  contains HEAD if this parameter is omitted.

* git-branch's --merged and --no-merged option used to always limit the
  branches relative to the HEAD, but they can now take an optional commit
  argument that is used in place of HEAD.

* git-bundle can read the revision arguments from the standard input.

* git-cherry-pick can replay a root commit now.

* git-clone can clone from a remote whose URL would be rewritten by
  configuration stored in $HOME/.gitconfig now.

* "git-clone --mirror" is a handy way to set up a bare mirror repository.

* git-cvsserver learned to respond to "cvs co -c".

* git-diff --check now checks leftover merge conflict markers.

* "git-diff -p" learned to grab a better hunk header lines in
  BibTex, Pascal/Delphi, and Ruby files and also pays attention to
  chapter and part boundary in TeX documents.

* When remote side used to have branch 'foo' and git-fetch finds that now
  it has branch 'foo/bar', it refuses to lose the existing remote tracking
  branch and its reflog.  The error message has been improved to suggest
  pruning the remote if the user wants to proceed and get the latest set
  of branches from the remote, including such 'foo/bar'.

* fast-export learned to export and import marks file; this can be used to
  interface with fast-import incrementally.

* fast-import and fast-export learned to export and import gitlinks.

* "gitk" left background process behind after being asked to dig very deep
  history and the user killed the UI; the process is killed when the UI
  goes away now.

* git-rebase records the original tip of branch in ORIG_HEAD before it is
  rewound.

* "git rerere" can be told to update the index with auto-reused resolution
  with rerere.autoupdate configuration variable.

* git-rev-parse learned $commit^! and $commit^@ notations used in "log"
  family.  These notations are available in gitk as well, because the gitk
  command internally uses rev-parse to interpret its arguments.

* git-rev-list learned --children option to show child commits it
  encountered during the traversal, instead of showing parent commits.

* git-send-mail can talk not just over SSL but over TLS now.

* git-shortlog honors custom output format specified with
  "--pretty=format:".

* "git-stash save" learned --keep-index option.  This lets you stash away
  the local changes and bring the changes staged in the index to your
  working tree for examination and testing.

* git-stash also learned branch subcommand to create a new branch out of
  stashed changes.

* git-status gives the remote tracking statistics similar to the way
  git-checkout reports by how many commits your branch is ahead/behind.

* "git-svn dcommit" is now aware of auto-props setting the subversion user
  has.

* You can tell "git status -u" to even more aggressively omit checking
  untracked files with --untracked-files=no.

* Original SHA-1 value for "update-ref -d" is optional now.

* Error codes from gitweb are made more descriptive where possible, rather
  than "403 forbidden" as we used to issue everywhere.

(internal)

* git-merge has been reimplemented in C.

+------------------+
|Fixes since v1.5.6|
+------------------+

All of the fixes in v1.5.6 maintenance series are included in
this release, unless otherwise noted.

* git-clone ignored its -u option; the fix needs to be backported to
  'maint';

* git-mv used to lose the distinction between changes that are staged
  and that are only in the working tree, by staging both in the index
  after moving such a path.

* "git-rebase -i -p" rewrote the parents to wrong ones when amending
  (either edit or squash) was involved, and did not work correctly
  when fast forwarding.

(bjs)

2008-08-20 02:53:13 UTC MAIN commitmail json YAML

+ Updated textproc/docbook-xsl to 1.74.0 [bjs 2008-08-20]

(bjs)

2008-08-20 02:52:45 UTC MAIN commitmail json YAML

+----------------------------------------------------------+
|              Update to docbook-xsl-1.74.0.              |
+----------------------------------------------------------+
pkgsrc-specific:
    - added shell code to Makefile to remove .gitignore
      found in every directory
    - added 'epub' and 'xhtml-1_1' to ${XSLMODS}.
    - use double-backslash in back-quoted shell code to
      appease pkglint

Release Notes for 1.74.0:

This release includes important bug fixes and adds the
following significant feature changes:

.epub target

    Paul Norton (Adobe) and Keith Fahlgren(O'Reilly Media)
    have donated code that generates .epub documents from
    DocBook input. An alpha- reference implementation in
    Ruby has also been provided.

    .epub is an open standard of the The International
    Digital Publishing Forum (IDPF), a the trade and
    standards association for the digital publishing
    industry.

    Read more about this target in epub/README

XHTML 1.1 target

    To support .epub output, a strict XHTML 1.1 target has
    been added. The stylesheets for this output are generated
    and are quite similar to the XHTML target.

Gentext updates

    A number of locales have been updated.

Roundtrip improvements

    Table, figure, template syncronization, and character
    style improvements have been made for WordML & Pages.
    Support added for OpenOffice.org.

(bjs)

2008-08-19 23:41:05 UTC MAIN commitmail json YAML

2008-08-19 20:34:16 UTC MAIN commitmail json YAML

Add jack-rack to audio/Makefile

(bjs)

2008-08-19 20:33:12 UTC MAIN commitmail json YAML

+ Added audio/jack-rack version 1.4.7 [bjs 2008-08-19]

(bjs)

2008-08-19 20:32:13 UTC MAIN commitmail json YAML

2008-08-19 19:30:51 UTC MAIN commitmail json YAML

Note initial addition of p5-Sub-Override version 0.08 as
devel/p5-Sub-Override into The NetBSD Packages Collection.

The Perl 5 module Sub::Override provides a way to easily override
subroutines.

(seb)

2008-08-19 19:27:01 UTC MAIN commitmail json YAML

Add & enable p5-Sub-Override

(seb)

2008-08-19 19:23:50 UTC MAIN commitmail json YAML

Initial import of p5-Sub-Override version 0.08 in the NetBSD Packages
Collection.

The Perl 5 module Sub::Override provides a way to easily override
subroutines.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-08-19 19:22:46 UTC MAIN commitmail json YAML

Set MAKE_JOBS_SAFE =no.

(epg)

2008-08-19 19:07:44 UTC MAIN commitmail json YAML

2008-08-19 18:51:19 UTC MAIN commitmail json YAML

Greg Troxel removed games/blobwars and games/starfighter (upstream
author's request).

(heinz)

2008-08-19 18:21:31 UTC MAIN commitmail json YAML

Updated chat/pidgin to 2.5.0 [bjs 2008-08-19]
Updated chat/libpurple to 2.5.0 [bjs 2008-08-19]
Updated chat/finch to 2.5.0 [bjs 2008-08-19]
Updated chat/pidgin-facebookchat to 1.27nb1 [bjs 2008-08-19]
Updated chat/pidgin-icb to 20070505nb2 [bjs 2008-08-19]
Updated chat/pidgin-latex to 1.2.1nb2 [bjs 2008-08-19]
Updated chat/pidgin-otr to 3.2.0nb1 [bjs 2008-08-19]
Updated chat/pidgin-sametime to 2.5.0 [bjs 2008-08-19]
Updated chat/pidgin-silc to 2.5.0 [bjs 2008-08-19]

(bjs)

2008-08-19 18:18:11 UTC MAIN commitmail json YAML

Welcome to libpurple, finch, and pidgin version 2.5.0.

Bump PKGREVISION of non-bundled plug-ins.

Changes for 2.5.0 (08/17/2008) since 2.4.3:
libpurple + pidgin:

- Lots of bug fixes and improvements for the MSN protocol
  (MSNP15 support) and MSN "bunny icon" (?).
- Miscellaneous bug fixes, a few new icons, etc.

- The following API changes:

libpurple:
  Added:
  * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate
    that the connection supports sending and receiving custom smileys.
  * PurpleSmiley and the Smiley API.
  * purple_serv_got_join_chat_failed
  * chat-join-failed signal (see conversation-signals.dox)
  * chat-invite-blocked and blocked-im-msg signals (see
    converation-signals.dox) (Thanks to Stefan Ott)
  * purple_blist_update_node_icon
  * purple_buddy_icons_node_has_custom_icon
  * purple_buddy_icons_node_find_custom_icon
  * purple_buddy_icons_node_set_custom_icon
  * purple_buddy_icons_node_set_custom_icon_from_file
  * purple_notify_user_info_prepend_section_break
  * purple_notify_user_info_prepend_section_header
  * "website" and "dev_website" items to the ui_info hash table
  * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit
  * cmd-added and cmd-removed signals
  * purple_get_host_name
  * purple_util_fetch_url_len (temporary function overload to add max_len
    param)
  * purple_util_fetch_url_request_len
  * purple_prpl_send_attention
  * purple_prpl_got_attention
  * purple_prpl_got_attention_in_chat

  Deprecated:
  * purple_blist_update_buddy_icon
  * purple_buddy_icons_has_custom_icon
  * purple_buddy_icons_find_custom_icon
  * purple_buddy_icons_set_custom_icon
  * pidgin_set_custom_buddy_icon
  * purple_util_fetch_url_len
  * purple_util_fetch_url_request_len
  * serv_send_attention
  * serv_got_attention

  Changed:
  * xmlnode_copy now copies the prefix and namespace map for nodes.

pidgin:
  Added:
  * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
    gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
  * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
    PurpleStoredImage.
  * pidgin_themes_smiley_themeize_custom to associate custom smileys to
    a GtkIMHtml widget.
  * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
  * GTK+ Custom Smiley API.

(bjs)

2008-08-19 18:11:51 UTC MAIN commitmail json YAML

Note update of the "pango" package to version 1.20.5nb1.

(tron)

2008-08-19 18:10:22 UTC MAIN commitmail json YAML

Don't build the "atsui" backend under Mac OS X when we are building with
X11 support. It also doesn't work properly in the non-X11 case (at least
with XChat) but is essential for a non-X11 GTK+ 2.*.

Bump the package revision because of this change.

(tron)

2008-08-19 17:52:20 UTC MAIN commitmail json YAML

+ Added graphics/babl version 0.0.22 [bjs 2008-08-19]

(bjs)

2008-08-19 17:51:56 UTC MAIN commitmail json YAML

Add 'babl' to graphics/Makefile.

(bjs)

2008-08-19 17:51:14 UTC MAIN commitmail json YAML

Import babl-0.0.22 (used in the development version of the GIMP).
--
babl is a dynamic, any to any, pixel format translation library.

It allows converting between different methods of storing pixels known
as pixel formats that have with different bitdepths and other data
representations, color models and component permutations.

A vocabulary to formulate new pixel formats from existing primitives is
provided as well as the framework to add new color models and data
types.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(bjs)

2008-08-19 17:38:09 UTC MAIN commitmail json YAML

Install documentation files where they belong to and not into /usr/share/doc.

Patch from FUKAUMI Naoki per private mail.

(cegger)

2008-08-19 17:28:24 UTC MAIN commitmail json YAML

For no real reason, but per the "discussion" on tech-pkg, default the
creation of a symbolic link to the real work directory to "no".

(agc)

2008-08-19 16:35:25 UTC MAIN commitmail json YAML

Revert "doxygen" package to its broken state as requested by
Joerg Sonnenberger and Dieter Baron.

(tron)

2008-08-19 16:14:24 UTC MAIN commitmail json YAML

2008-08-19 15:06:34 UTC MAIN commitmail json YAML

s/ruby-rcairo-1.6.3/ruby-rcairo-1.7.0/
s/samba-3.2.1/samba-3.2.2/

(taca)

2008-08-19 14:43:16 UTC MAIN commitmail json YAML

Updated net/aria2 to 0.15.2 [bjs 2008-08-19]

(bjs)

2008-08-19 14:42:19 UTC MAIN commitmail json YAML

+ Updated net/aria2 to 0.15.2 [bjs 2008-08-19]

(bjs)

2008-08-19 14:41:58 UTC MAIN commitmail json YAML

Update to version 0.15.2.  This release features extensive bug fixes and
significant feature enhancements; it also now builds on OpenSolaris
(tested with NexentaOS by development community).

I urge all users to upgrade.

A _partial_ list of changes:

- Added and/or updated Danish, Greek, Spanish, Catalan,
  Norwegian Nynorsk, Bulgarian, French, Catalan, and Japanese
  translations.
- Man page fixes.
- Fixed: numCommand is less than the value specified in -C option.
- Myriad bug fixes.
- Now uses name attribute in Metalink as local filename in
  BitTorrent downloads. BUG#2033999
- Fixed memory leaks in test code.
- Fixed wrong argument passing to BitfieldMan::isBitSet()
- Initialized _directIOAllowed
- Fixed memory leak in gzip decoder and metalink parser state
  machine.
- Plug many other memory leaks and fix unmatch malloc/free calls.
- Removed max chunk size check. This change fixes BUG#2040169
- Fixed the bug that causes segmentaion fault when resuming
  download using metalink without size tag. Reproducible only
  using HTTP URI.
- Removed writable check when socket's send buffer is full in
  BitTorrent downloads to lower CPU usage.
- Fixed broken gzip inflation.
  Turn off segmented downloading if gzip content is smaller than
  or equal to 1MiB and inflate the data on the fly, because HTTP
  response header doesn't contain the length of inflated
  file we can't determin where the chunk of data should be written.
  On the other hand, if gzip content is larger than 1MB, then
  turn off on the fly inflation, because some servers returns
  "content-type: gzip" for *.tgz, *.gz files.
- Added gzip decompressor via libz.
- Cache last calculated average download/upload speed.
- Supported absolute/relative path in Location header field.
- Use File::exists() instead of File::isFile() to allow non-
  regular file such as block special files.
- Added a message "aria2 doesn't verify signature" to log message
  when signature file is saved.
- Added the ability to save signature when download is completed
  if signature is available. The filename of signature file is
  the path to download file followed by ".sig". If it already
  exists, then signature will not be saved.
- Improve accuracy of documentation and rename some options to be
    more descriptive of their functions/purposes.
- Added the ability to retrieve signature from Metalink file.
    A retrieved signature is stored in Signature class and it is
    held by DownloadContext class. Note that aria2 doesn't
    verify signature.
- Added --bt-seed option. If --bt-seed=true is given at the
    command-line, aria2 seeds previously downloaded files
    without validating piece hashes.
- Fixed the compile error on Nexenta OS(GNU/Solaris OS).
    (Don't define `struct addrinfo' when __sun is defined)
- Fixed the bug that UTF-8 encoded URL is not URL-encoded
- Properly differentiate between ftp errors and actual zero-byte
  files (now supports ftp servers which do not recognize SIZE
  raw command).

(bjs)

2008-08-19 14:34:29 UTC MAIN commitmail json YAML

2008-08-19 13:53:27 UTC MAIN commitmail json YAML

Add MAKE_JOBS_SAFE after noticing a the build wanted a library
it had yet to make.

(bjs)

2008-08-19 13:40:10 UTC MAIN commitmail json YAML

Catch up with PLIST changes due to dependency updates and bump revision.

(joerg)

2008-08-19 13:40:06 UTC MAIN commitmail json YAML

- xclip-0.11

(obache)

2008-08-19 13:36:55 UTC MAIN commitmail json YAML

Require 0.8.7 as the older versions map some icons differently.

(joerg)

2008-08-19 13:33:25 UTC MAIN commitmail json YAML

Updated x11/xclip to 0.11

(obache)

2008-08-19 13:33:09 UTC MAIN commitmail json YAML

Update xclip to 0.11.
Patch provided by Leonardo Taccari via PR 39366.

Version 0.11
        xclip-copyfile is now compatible with recent tar versions.

        The Fedora UTF-8 patch has been applied.

(obache)

2008-08-19 13:15:02 UTC MAIN commitmail json YAML

2008-08-19 13:13:29 UTC MAIN commitmail json YAML

2008-08-19 12:59:40 UTC MAIN commitmail json YAML

Needs perl for building the man pages. Add DESTDIR support.

(joerg)

2008-08-19 11:04:52 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no
Reported by Aleksej Saushev.

(ahoka)

2008-08-19 09:52:48 UTC MAIN commitmail json YAML

+ Updated fonts/terminus-font to 4.26 [bjs 2008-08-19]

(bjs)

2008-08-19 09:52:01 UTC MAIN commitmail json YAML

Update to version 4.26.  Adds some new variants/sizes for various types.

(bjs)

2008-08-19 01:56:20 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-19 01:55:43 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2492 - requested by adrianp
turba: fix plist

revisions pulled up:
pkgsrc/mail/turba/Makefile 1.30
pkgsrc/mail/turba/PLIST 1.12

  Module Name:    pkgsrc
  Committed By:  adrianp
  Date:          Thu Jul 31 19:54:04 UTC 2008

  Modified Files:
          pkgsrc/mail/turba: Makefile PLIST

  Log Message:
  Add js directory which should fix PR 39253
  PKGREVISION++

(rtr)

2008-08-19 01:27:47 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-19 01:27:09 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2491 - requested by adrianp
imp: fix package plist

revisions pulled up:
pkgsrc/mail/imp/Makefile 1.49
pkgsrc/mail/imp/PLIST 1.12

  Module Name:    pkgsrc
  Committed By:  adrianp
  Date:          Thu Jul 31 19:48:20 UTC 2008

  Modified Files:
          pkgsrc/mail/imp: Makefile PLIST

  Log Message:
  Add js directory which should fix PR 39253
  PKGREVISION++

(rtr)

2008-08-19 00:26:50 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-19 00:26:04 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2489 - requested by manu
ipsec-tools: update package for cve

revisions pulled up:
pkgsrc/security/ipsec-tools/Makefile 1.28
pkgsrc/security/ipsec-tools/distinfo 1.15

  Module Name:    pkgsrc
  Committed By:  manu
  Date:          Sat Aug 16 06:55:18 UTC 2008

  Modified Files:
          pkgsrc/doc: CHANGES-2008
          pkgsrc/security/ipsec-tools: Makefile distinfo

  Log Message:
  Update to ipsec-tools 0.7.1, fixes CVE-2008-3652

  Changes since the 0.6 branch:
  0.7.1 - 23 July 2008
          o Fixes a memory leak when invalid proposal received
          o Some fixes in DPD
          o do not set default gss id if xauth is used
          o fixed hybrid enabled builds
          o fixed compilation on FreeBSD8
          o cleanup in network port value manipulation
          o gets ports from SADB_X_EXT_NAT_T_[SD]PORT if present in
  purge_ipsec_sp
  i()
          o Generates a log if cert validation has been disabled by
  configuration
          o better handling for pfkey socket read errors
          o Fixes in yacc / bison stuff
          o new plog() macro (reduced CPU usage when logging is disabled)
          o Try to works better with huge SPD/SAD
          o Corrected modecfg option syntax
          o Many other various fixes...

  0.7    - 09 August 2007
          o Xauth with pre-shared key PSK
          o Xauth with certificates
          o SHA2 support
          o pkcs7 support
          o system accounting (utmp)
          o Darwin support
          o configuration can be reloaded
          o Support for UNIQUE generated policies
          o Support for semi anonymous sainfos
          o Support for ph1id to remoteid matching
          o Plain RSA authentication
          o Native LDAP support for Xauth and modecfg
          o Group membership checks for Xauth and sainfo selection
          o Camellia cipher support
          o IKE Fragment force option
          o Modecfg SplitNet attribute support
          o Modecfg SplitDNS attribute support ( server side )
          o Modecfg Default Domain attribute support
          o Modecfg DNS/WINS server multiple attribute support

(rtr)

2008-08-18 23:35:14 UTC MAIN commitmail json YAML

Update to yasm-0.7.1 has been done.

(bjs)

2008-08-18 23:34:31 UTC MAIN commitmail json YAML

+ Updated devel/yasm to 0.7.1 [bjs 2008-08-18]

(bjs)

2008-08-18 23:33:56 UTC MAIN commitmail json YAML

Update to version 0.7.1.

Changes from 0.7.0 to 0.7.1:

* AVX instruction bugfixes (0.7.0 errata)
* Build fixes (crashes on some machines)
* Minor CPU flags fixes

(bjs)

2008-08-18 23:27:36 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-18 23:27:06 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2493 - requested by adrianp
bugzilla3: update package for security issues

revisions pulled up:
pkgsrc/devel/bugzilla3/Makefile 1.8
pkgsrc/devel/bugzilla3/PLIST 1.3
pkgsrc/devel/bugzilla3/distinfo 1.4

  Module Name:    pkgsrc
  Committed By:  adrianp
  Date:          Sun Aug 17 09:24:38 UTC 2008

  Modified Files:
          pkgsrc/devel/bugzilla3: Makefile PLIST distinfo

  Log Message:
  Update to 3.0.5
  *  If you don't have permission to set a flag, it will now appear
  unchangeable in the UI. (Bug 433851)
  * If you were running mod_perl, Bugzilla was not correctly closing its
  connections to the database since 3.0.3, and so sometimes the DB would run
  out of connections. (Bug 441592)
  * The installation script is now clear about exactly which Email:: modules
  are required in Perl, thus avoiding the problem where emails show up with a
  body like SCALAR(0xBF126795). (Bug 441541)
  * email_in.pl is no longer case-sensitive for values of @product. (Bug
  365697)
  Also addresses a new security issue:
          security/2.22.4/">http://www.bugzilla.org/security/2.22.4/

(rtr)

2008-08-18 23:15:18 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-18 23:14:57 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2490 - requested by adrianp
bugzilla: update for security issue

revisions pulled up:
pkgsrc/devel/bugzilla/Makefile 1.32
pkgsrc/devel/bugzilla/distinfo 1.16

  Module Name:    pkgsrc
  Committed By:  adrianp
  Date:          Sun Aug 17 09:21:47 UTC 2008

  Modified Files:
          pkgsrc/devel/bugzilla: Makefile distinfo

  Log Message:
  Update to 2.22.5
  Addresses a new security issue:
          security/2.22.4/">http://www.bugzilla.org/security/2.22.4/

(rtr)

2008-08-18 22:30:25 UTC MAIN commitmail json YAML

Note initial addition of p5-Email-LocalDelivery version 0.217 as
mail/p5-Email-LocalDelivery into The NetBSD Packages Collection.

The Perl 5 module Email::LocalDelivery delivers an email to a list
of mailboxes.

(seb)

2008-08-18 22:29:04 UTC MAIN commitmail json YAML

Add & enable p5-Email-LocalDelivery

(seb)

2008-08-18 22:27:48 UTC MAIN commitmail json YAML

Initial import of p5-Email-LocalDelivery version 0.217 in the NetBSD
Packages Collection.

The Perl 5 module Email::LocalDelivery delivers an email to a list
of mailboxes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-08-18 22:17:17 UTC MAIN commitmail json YAML

Note initial addition of p5-File-Path-Expand version 1.02 as
devel/p5-File-Path-Expand into The NetBSD Packages Collection.

The Perl 5 module File::Path::Expand expands user directories in
filenames.

(seb)

2008-08-18 22:16:12 UTC MAIN commitmail json YAML

Add & enable p5-File-Path-Expand

(seb)

2008-08-18 22:10:49 UTC MAIN commitmail json YAML

Initial import of p5-File-Path-Expand version 1.02 in the NetBSD
Packages Collection.

The Perl 5 module File::Path::Expand expands user directories in
filenames.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-08-18 21:47:38 UTC MAIN commitmail json YAML

Note update of the "xchat" package to version 2.8.6nb3.

(tron)

2008-08-18 21:47:12 UTC MAIN commitmail json YAML

Don't enforce the use of Xft2 for rendering under Mac OS X Darwin to work
around build problems. Set appropriate linker options instead to achieve
the same result. Bump package revision because of this fix which results
in changes to the binary.

(tron)

2008-08-18 21:42:52 UTC MAIN commitmail json YAML

Note initial addition of p5-Email-Folder version 0.854 as
mail/p5-Email-Folder into The NetBSD Packages Collection.

The Perl 5 module Email::Folder provides a class for reading all
the messages from a folder as Email::Simple objects.

(seb)

2008-08-18 21:41:38 UTC MAIN commitmail json YAML

Add & enable p5-Email-Folder

(seb)

2008-08-18 21:39:52 UTC MAIN commitmail json YAML

Initial import of p5-Email-Folder version 0.854 in the NetBSD
Packages Collection.

The Perl 5 module Email::Folder provides a class for reading all
the messages from a folder as Email::Simple objects.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-08-18 21:35:37 UTC MAIN commitmail json YAML

Work arond the broken libtool archive "/usr/X11/lib/libpng12.la" under
Mac OS X Leopard. This fixes build problems in e.g. the "libwmf" package.

(tron)

2008-08-18 20:23:21 UTC MAIN commitmail json YAML

Update PLIST for unknown changes with more recent dependencies.
Bump revision.

(joerg)

2008-08-18 20:16:21 UTC MAIN commitmail json YAML

Add share/locale/fur.

(joerg)

2008-08-18 18:36:37 UTC MAIN commitmail json YAML

Note update of the "doxygen" package to version 1.5.6nb1.

(tron)

2008-08-18 18:36:14 UTC MAIN commitmail json YAML

For some reason (newer "graphviz" version?) all the ".map" files seem to
get installed as ".dot" files. Update the package list accordingly and
bump the package revision.

(tron)

2008-08-18 14:09:12 UTC MAIN commitmail json YAML

Note initial addition of p5-Email-FolderType version 0.813 as
mail/p5-Email-FolderType into The NetBSD Packages Collection.

The Perl 5 module Email::FolderType provides a utility subroutine
for detecting the type of a given mail folder

(seb)

2008-08-18 14:08:27 UTC MAIN commitmail json YAML

Add & enable p5-Email-FolderType

(seb)

2008-08-18 14:06:48 UTC MAIN commitmail json YAML

Initial import of p5-Email-FolderType version 0.813 in the NetBSD
Packages Collection.

The Perl 5 module Email::FolderType provides a utility subroutine
for detecting the type of a given mail folder

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-08-18 13:47:42 UTC MAIN commitmail json YAML

Note initial addition of CGI-Cookie-Splitter version 0.02 as
www/p5-CGI-Cookie-Splitter into The NetBSD Packages Collection.

The Perl 5 module CGI::Cookie::Splitter provides a pretty simple
interface to generate small cookies that are under a certain limit,
without wasting too much effort.

(seb)

2008-08-18 13:46:50 UTC MAIN commitmail json YAML

Add & enable p5-CGI-Cookie-Splitter

(seb)

2008-08-18 13:42:12 UTC MAIN commitmail json YAML

Initial import of CGI-Cookie-Splitter version 0.02 in the NetBSD
Packages Collection.

The Perl 5 module CGI::Cookie::Splitter provides a pretty simple
interface to generate small cookies that are under a certain limit,
without wasting too much effort.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-08-18 13:00:56 UTC MAIN commitmail json YAML

Add x11/docker to provide a system tray (notification area).

(ahoka)

2008-08-18 12:30:40 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.6.1

(adam)

2008-08-18 12:29:21 UTC MAIN commitmail json YAML

Changes 3.6.1:
* Added the lookaside memory allocator for a speed improvement in excess of 15%
  on some workloads. (Your mileage may vary.)
* Added the SQLITE_CONFIG_LOOKASIDE verb to sqlite3_config() to control the
  default lookaside configuration.
* Added verbs SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE to
  the sqlite3_status() interface.
* Modified SQLITE_CONFIG_PAGECACHE and SQLITE_CONFIG_SCRATCH to remove the "+4"
  magic number in the buffer size computation.
* Added the sqlite3_db_config() and sqlite3_db_status() interfaces for
  controlling and monitoring the lookaside allocator separately on each
  database connection.
* Numerious other performance enhancements
* Miscellaneous minor bug fixes

(adam)

2008-08-18 12:27:15 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-18 12:26:48 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2497 - requested by kefren
gnutls: update package for fixes

revisions pulled up:
pkgsrc/security/gnutls/Makefile 1.71
pkgsrc/security/gnutls/PLIST 1.32
pkgsrc/security/gnutls/distinfo 1.45
pkgsrc/security/gnutls/patches/patch-ad r0

  Module Name:    pkgsrc
  Committed By:  kefren
  Date:          Wed Jul 30 17:17:21 UTC 2008

  Modified Files:
          pkgsrc/security/gnutls: Makefile PLIST distinfo
  Removed Files:
          pkgsrc/security/gnutls/patches: patch-ad

  Log Message:
  update to gnutls-2.4.1

  Changes:

  ** libgnutls: Fix local crash in gnutls_handshake. [GNUTLS-SA-2008-2]
  ** libgnutls: Fix memory leaks when doing a re-handshake.
  ** Fix compiler warnings.
  ** Fix ordering of -I's to avoid opencdk.h conflict with system headers.
  ** srptool: Fix a problem where --verify check does not succeed.

(rtr)

2008-08-18 12:18:46 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2496 - requested by martti
postfix-current: update package for fixes

revisions pulled up:
pkgsrc/mail/postfix-current/Makefile 1.99
pkgsrc/mail/postfix-current/distinfo 1.45

  Module Name:    pkgsrc
  Committed By:  martti
  Date:          Mon Aug 18 07:19:13 UTC 2008

  Modified Files:
          pkgsrc/mail/postfix-current: Makefile distinfo

  Log Message:
  Updated mail/postfix-current to 2.6.20080814

  20080804

          Bugfix: dangling pointer in vstring_sprintf_prepend().
          File: util/vstring.c.

  20080814

          Security: some systems have changed their link() semantics,
          and will hardlink a symlink, contrary to POSIX and XPG4.
          Sebastian Krahmer, SuSE. File: util/safe_open.c.

          The solution introduces the following incompatible change:
          when the target of mail delivery is a symlink, the parent
          directory of that symlink must now be writable by root only
          (in addition to the already existing requirement that the
          symlink itself is owned by root).  This change will break
          legitimate configurations that deliver mail to a symbolic
          link in a directory with less restrictive permissions.

(rtr)

2008-08-18 09:58:14 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-18 09:57:49 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2496 - requested by martti
postfix-current: update package for fixes

revisions pulled up:
pkgsrc/mail/postfix-current/Makefile 1.98
pkgsrc/mail/postfix-current/distinfo 1.44

  Module Name:    pkgsrc
  Committed By:  martti
  Date:          Wed Aug 13 07:34:44 UTC 2008

  Modified Files:
          pkgsrc/mail/postfix-current: Makefile distinfo

  Log Message:
  Updated mail/postfix-current to 2.6.20080726

  * Lots of bug fixes

(rtr)

2008-08-18 09:46:49 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-18 09:46:08 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2495 - requested by martti
postfix: update package for security fixes

revisions pulled up:
pkgsrc/mail/postfix/Makefile 1.218
pkgsrc/mail/postfix/distinfo 1.118

  Module Name:    pkgsrc
  Committed By:  martti
  Date:          Mon Aug 18 07:13:41 UTC 2008

  Modified Files:
          pkgsrc/mail/postfix: Makefile distinfo

  Log Message:
  Updated mail/postfix to 2.5.4

  20080804

          Bugfix: dangling pointer in vstring_sprintf_prepend().
          File: util/vstring.c.

  20080814

          Security: some systems have changed their link() semantics,
          and will hardlink a symlink, contrary to POSIX and XPG4.
          Sebastian Krahmer, SuSE. File: util/safe_open.c.

          The solution introduces the following incompatible change:
          when the target of mail delivery is a symlink, the parent
          directory of that symlink must now be writable by root only
          (in addition to the already existing requirement that the
          symlink itself is owned by root).  This change will break
          legitimate configurations that deliver mail to a symbolic
          link in a directory with less restrictive permissions.

(rtr)

2008-08-18 07:20:11 UTC MAIN commitmail json YAML

2008-08-18 07:19:49 UTC MAIN commitmail json YAML

2008-08-18 07:19:13 UTC MAIN commitmail json YAML

Updated mail/postfix-current to 2.6.20080814

20080804

        Bugfix: dangling pointer in vstring_sprintf_prepend().
        File: util/vstring.c.

20080814

        Security: some systems have changed their link() semantics,
        and will hardlink a symlink, contrary to POSIX and XPG4.
        Sebastian Krahmer, SuSE. File: util/safe_open.c.

        The solution introduces the following incompatible change:
        when the target of mail delivery is a symlink, the parent
        directory of that symlink must now be writable by root only
        (in addition to the already existing requirement that the
        symlink itself is owned by root).  This change will break
        legitimate configurations that deliver mail to a symbolic
        link in a directory with less restrictive permissions.

(martti)

2008-08-18 07:13:41 UTC MAIN commitmail json YAML

Updated mail/postfix to 2.5.4

20080804

Bugfix: dangling pointer in vstring_sprintf_prepend().
File: util/vstring.c.

20080814

Security: some systems have changed their link() semantics,
and will hardlink a symlink, contrary to POSIX and XPG4.
Sebastian Krahmer, SuSE. File: util/safe_open.c.

The solution introduces the following incompatible change:
when the target of mail delivery is a symlink, the parent
directory of that symlink must now be writable by root only
(in addition to the already existing requirement that the
symlink itself is owned by root).  This change will break
legitimate configurations that deliver mail to a symbolic
link in a directory with less restrictive permissions.

(martti)

2008-08-18 02:24:46 UTC MAIN commitmail json YAML

2008-08-18 01:47:31 UTC MAIN commitmail json YAML

Use the PIC flag for Fortran that autoconf picks out. Fixes broken
build on amd64 and probably others.

(dholland)

2008-08-18 00:55:48 UTC MAIN commitmail json YAML

2008-08-18 00:42:45 UTC MAIN commitmail json YAML

Fix typo that broke pkg-changes2html.

(dholland)

2008-08-18 00:41:38 UTC MAIN commitmail json YAML

My updates for today (games/crafty, games/xevil, www/screws)

(dholland)

2008-08-18 00:28:21 UTC MAIN commitmail json YAML

Use the PIC flag for Fortran that autoconf picks out. Fixes broken
build on amd64 and probably others.

(dholland)

2008-08-17 23:50:06 UTC MAIN commitmail json YAML

2008-08-17 23:05:06 UTC MAIN commitmail json YAML

web/py-webpy to 0.23

(darcy)

2008-08-17 22:57:04 UTC MAIN commitmail json YAML

2008-08-17 22:47:13 UTC MAIN commitmail json YAML

Update this with the sums for the current silc-client distfile, taken
from chat/silc-client. I dunno if this alone will make the package
build or work, but it certainly can't hurt.

(dholland)

2008-08-17 22:40:26 UTC MAIN commitmail json YAML

Add assembler bits for locking on amd64. Fixes broken build, because one
of the modules doesn't compile against the portable locking code. Doesn't
affect other platforms, so no revision bump.

(dholland)

2008-08-17 21:50:46 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-17 21:48:00 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2494] - requested by gdt
blobwars: remove at request of upstream author.
starfighter: remove at request of upstream author.

Revisions pulled up:
- games/Makefile 1.306
- games/blobwars/DESCR delete
- games/blobwars/Makefile delete
- games/blobwars/PLIST delete
- games/blobwars/distinfo delete
- games/blobwars/patches/patch-aa delete
- games/starfighter/DESCR delete
- games/starfighter/Makefile delete
- games/starfighter/PLIST delete
- games/starfighter/distinfo delete
- games/starfighter/patches/patch-aa delete
---
    Module Name: pkgsrc
    Committed By: gdt
    Date: Sun Aug 17 13:09:42 UTC 2008

    Modified Files:
pkgsrc/games: Makefile
    Removed Files:
pkgsrc/games/blobwars: DESCR Makefile PLIST distinfo
pkgsrc/games/blobwars/patches: patch-aa
pkgsrc/games/starfighter: DESCR Makefile PLIST distinfo
pkgsrc/games/starfighter/patches: patch-aa

    Log Message:
    Remove blobwars and starfighter at request of upstream author.

(tron)

2008-08-17 21:46:06 UTC MAIN commitmail json YAML

Fix build failure on -current caused by openssl API change.

(dholland)

2008-08-17 21:10:32 UTC MAIN commitmail json YAML

p5-GSSAPI update

(markd)

2008-08-17 21:09:12 UTC MAIN commitmail json YAML

Update p5-GSSAPI to 0.26

0.22    Mo Mai 29 21:15:17 CEST 2006
        - Bugfixs

0.23    Mi Aug  2 15:48:19 UTC 2006
        - Re-added support of MIT Kerberos 1.2.x

0.24    Wed, 21 Feb 2007 20:59:39 +0100
        - Changed tests as an answer to FAIL 413320

0.25    So 3. Feb 20:18:16 UTC 2008
        - Enhancement to use OpenSolaris/Solaris 10 native gss library

0.26    Fr 15. Feb 22:32:10 UTC 2008
        - modified Makefile.PL to trigger no FAIL testreports
          in case of missing prerequirements.

(markd)

2008-08-17 21:00:20 UTC MAIN commitmail json YAML

Fix some 64-bit issues and a y2038 bug I noticed in passing.
Also, round size of shmget() requests to be page-aligned; at least on
amd64 -current this seems to be required to run at all.
PKGREVISION++.

(dholland)

2008-08-17 20:09:12 UTC MAIN commitmail json YAML

Fix broken amd64 build:
  - use -fPIC in all the needed places.
  - add USE_TOOLS+=gmake; this requires gmake to build properly.
  - add missing dir to PLIST.
Also fix some LP64 issues that warned but didn't break the build.

Note however that the SSL code will not work in an LP64 environment;
it relies heavily on being able to cast pointers to int without losing
information. The ssl option should probably be blacklisted on LP64
platforms.

PKGREVISION++.

(dholland)

2008-08-17 19:00:26 UTC MAIN commitmail json YAML

One more set of updates:

Updated time/p5-DateTime-Locale to 0.41
Updated time/p5-DateTime-TimeZone to 0.79
Updated time/p5-DateTime to 0.4304
Updated mail/p5-MIME-Lite-HTML to 1.22
Updated math/p5-Set-Crontab to 1.02
Updated math/p5-Set-Infinite to 0.63
Updated security/p5-Authen-SASL to 2.11
Updated mail/p5-Email-MIME-Attachment-Stripper to 1.315
Updated www/p5-HTML-LinkExtractor to 0.13
Updated net/p5-Socket6 to 0.21

(he)

2008-08-17 18:44:13 UTC MAIN commitmail json YAML

Update from version 0.20 to 0.21.

Pkgsrc changes:
o Canonicalize HOMEPAGE
o Add USE_LANGUAGES=c

Upstream changes:

2008-08-17  Hajimu UMEMOTO  <ume@mahoroba.org>

* Socket6.pm: Bump version number to 0.21.

* Socket6.xs: Make it buildable on the following environment by
defining WINVER as 0x0501:
- Windows XP SP3
- ActivePerl-5.10.0.1003-MSWin32-x86-285500
- MinGW-5.1.4
- nmake 9.00.21022.08 (shipped with VisualStudio 2008 Express)

Submitted by: "IWAMURO Motonori" <vmi@nifty.com>

(he)

2008-08-17 18:40:36 UTC MAIN commitmail json YAML

Add a comment about the changed behaviour in include_path WRT php{4,5}
packages.

(adrianp)

2008-08-17 18:37:06 UTC MAIN commitmail json YAML

Updated lang/php5 to 5.2.6nb2

(adrianp)

2008-08-17 18:36:50 UTC MAIN commitmail json YAML

This adds ${PREFIX}/lib/php to the default include_path in php.ini
which makes integration with PEAR a little simpler.
PKGREVISION++

(adrianp)

2008-08-17 18:29:47 UTC MAIN commitmail json YAML

Updated www/php4 to 4.4.9

(adrianp)

2008-08-17 18:29:33 UTC MAIN commitmail json YAML

Security Enhancements and Fixes in PHP 4.4.9:

    * Updated PCRE to version 7.7.
    * Fixed overflow in memnstr().
    * Fixed crash in imageloadfont when an invalid font is given.
    * Fixed open_basedir handling issue in the curl extension.
    * Fixed mbstring.func_overload set in .htaccess becomes global.

For a full list of changes in PHP 4.4.9, see the ChangeLog.
(http://www.php.net/ChangeLog-4.php#4.4.9)

This also adds ${PREFIX}/lib/php to the default include_path in php.ini
which makes integration with PEAR a little simpler.

(adrianp)

2008-08-17 18:24:19 UTC MAIN commitmail json YAML

Update from 0.121nb2 to 0.13.

Pkgsrc changes:
o Canonicalize HOMEPAGE

Upstream changes:

0.13  Fri Jan  7 00:47:13 2005
    - bugs 9468, 7828

(he)

2008-08-17 18:19:42 UTC MAIN commitmail json YAML

Update from version 1.313 to 1.315.

Pkgsrc changes:
o Fix MASTER_SITES
o Fix up DEPENDS acocrding to updated dependencies
o Change HOMEPAGE to use searc.cpan.org and standardized URL

Upstream changes:

1.315    2008-07-08
          http://rt.cpan.org/Public/Bug/Display.html?id=20536
          improve docs, improve handling of nested multipart
          thanks to DROLSKY and to the guys at Best Practical

1.314    2007-10-02
          bug fix: bump up prereq on Email::MIME::Modifier
          (fixes a scalar deref issue, reported by JESSE)

(he)

2008-08-17 17:40:36 UTC MAIN commitmail json YAML

Update from version 2.10 to 2.11.

Pkgsrc changes:
o Change MAINTAINER to pkgsrc-users@ as per communication with maintainer

Upstream changes:

Authen-SASL 2.11 -- Mon Apr 21 10:23:19 CDT 2008

Enhancements
  * implement securesocket() in the ::Perl set of plugins

Bug Fixes
  * fix parsing challenges from GnuSASL
  * update tests for DIGEST-MD5
  * New test from Phil Pennock for testing final server response

(he)

2008-08-17 17:06:25 UTC MAIN commitmail json YAML

Update from version 0.61nb1 to 0.63.

Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer

Upstream changes:
0.63  2008-07-21
- minor tweak in union(); added tests

0.62  2008-07-20
- fixed a problem in union() that caused first() to return a wrong result.
  reported by David Gang

(he)

2008-08-17 16:57:24 UTC MAIN commitmail json YAML

Update from version 1.00nb1 to 1.02.

Pkgsrc changes:
o Change MAINTAINER to pkgsrc-users@ as per communication with maintainer

Upstream changes:

1.02    2008-07-30

    * The 1.01 distribution tarball was broken; this is what it should
      have been.

1.01    2008-07-30

    * Relicensed on request from the old Artistic License to "the same
      terms as Perl itself" (i.e. new Artistic/GPL).

      (No functional changes.)

(he)

2008-08-17 16:54:10 UTC MAIN commitmail json YAML

Update from version 1.21 to 1.22.

Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer
o Adjust dependencies to match Makefile.PL

Upstream changes:
1.22  2006/09/09 18:05:00  alian
- Fix rt#19656: unknown URI schemes cause rewrite to fail
- Fix rt#17385: make test semi-panics
- Fix rt#7841:  Text-Only Encoding Ignored
- Fix rt#21339: no license or copyright information provided
- Fix rt#19655: include_css is far too aggressive

(he)

2008-08-17 16:45:27 UTC MAIN commitmail json YAML

Update from version 0.4302nb1 to 0.4304.

Pkgsrc changes:
o Change MAINTAINER to pkgsrc-users@, as per communication with maintainer

Upstream changes:

0.4304 2008-07-13

- Fix test failures when tests are run with DateTime::Locale
  0.41. Reported by David Cantrell via CPAN Testers.

0.4303 2008-07-12

- There is a new leap second coming at the end of 2008.

(he)

2008-08-17 16:18:19 UTC MAIN commitmail json YAML

Update from version 0.77 to 0.79.

Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer

Upstream changes:
0.79    2008-07-29

- This release is based on version 2008e of the Olson database. The
  major changes in this release are for Mauritius and Central Europe
  (historical changes only).

- Fixes for the local TZ tests on Win32. Thanks to David Pinkowitz for
  pointing out my mistake.

0.78    2008-07-12

- This release is based on version 2008d of the Olson database. The
  major changes in this release are for Mauritius and Brazil (which
  now has a new America/Santarem zone).

0.7701  2008-06-03

- Many fixes and improvements to the tests for local time zone
  handling on Windows. Based on a patch from David Pinkowitz.

* There are no code changes in this release besides these test
  changes.

(he)

2008-08-17 15:58:02 UTC MAIN commitmail json YAML

Update from version 0.4001 to 0.41.

Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users, per communication with maintainer

Upstream changes:
0.41  2008-07-12

- Based on CLDR 1.6

- Added the CLDR version to the catalog and generated files. In the
  future, if you load a locale from an older CLDR version than the
  catalog's version, you will get a warning.

(he)

2008-08-17 15:15:26 UTC MAIN commitmail json YAML

Note update of zope packages:

www/zope29-2.9.9nb1
www/zope210-2.10.6nb1
www/zope211-2.11.1nb1

(taca)

2008-08-17 15:13:23 UTC MAIN commitmail json YAML

Add some changes from Zope's svn repository which should fix
Zope's security advisory 2008-08-12.

Bump PKGREVISION.

(taca)

2008-08-17 15:12:57 UTC MAIN commitmail json YAML

Add some changes from Zope's svn repository which should fix
Zope's security advisory 2008-08-12.

Bump PKGREVISION.

(taca)

2008-08-17 15:12:32 UTC MAIN commitmail json YAML

Add some changes from Zope's svn repository which should fix
Zope's security advisory 2008-08-12.

Bump PKGREVISION.

(taca)

2008-08-17 14:52:49 UTC MAIN commitmail json YAML

Today's set from here:

Updated www/p5-Catalyst-Plugin-ConfigLoader to 0.21
Updated databases/p5-CatalystX-CRUD to 0.28
Updated www/p5-CatalystX-CRUD-Controller-RHTMLO to 0.14
Updated time/p5-DateTime-Format-Pg to 0.16002
Updated net/p5-Net-Amazon-S3 to 0.44
Updated math/p5-Spreadsheet-WriteExcel to 2.23
Updated devel/p5-Set-IntSpan to 1.13
Added time/p5-DateTime-Precise version 1.05
Updated net/p5-Net-eBay to 0.50

(he)

2008-08-17 14:49:36 UTC MAIN commitmail json YAML

Update from version 0.41nb1 to 0.50, OK'ed by maintainer.

Pkgsrc changes:
o Adjust dependencies to match the package's Makefile.PL

Upstream changes:

0.50    Patches by Michael Hendrick to enable compression and use
        of 'warn' instead of print STDERR.
0.49    Patches by Michael Hendrick and Tim Keefer.
0.48    Changes ebay-search.pl to add --currency and --country
0.47    Added more Scripts
0.46    Fixed POD coverage; changed some scripts  in a minor way
0.45    Updated listing script to submit picture URL.
0.44    Added dependency on DateTime::Precise
0.43    Changed stuff for new way of specifying pictures when listing items
0.42    Added _last_text variable to have the last original XML response value

(he)

2008-08-17 14:44:04 UTC MAIN commitmail json YAML

Add p5-DateTime-Precise.

(he)

2008-08-17 14:43:13 UTC MAIN commitmail json YAML

Import p5-DateTime-Precise version 1.05.

The purpose of this library was to replace our dependence on Unix
epoch time, which, being limited to a range of about 1970 to 2030,
is inadequate for our purposes (we have data as old as 1870). This
date library effectively handles dates from A.D. 1000 to infinity,
and would probably work all the way back to 0 (ignoring, of course,
the switch-over to the Gregorian calendar). The useful features of
Unix epoch time (ease of date difference calculation and date
comparison, strict ordering) are preserved, and elements such as
human-legibility are added. The library handles fractional seconds
and some date/time manipulations used for the Global Positioning
Satellite system.

The operators +/-, <=>, cmp, stringify are overloaded. Addition
handles seconds and fractions of seconds, subtraction handles
seconds or date differences, compares work, and stringification
returns the a representation of the date.

The US Geological Survey (USGS) likes midnight to be 24:00:00 of
the previous day, not 00:00:00 of the day people expect. If
$DateTime::Precise::USGSMidnight is set, dprintf will always print
midnight as 24:00:00 and the date returned from dprintf will have
the previous day's date. Regardless, time is always stored internally
as 00:00:00.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-08-17 14:27:30 UTC MAIN commitmail json YAML

Update from version 1.09 to 1.13, OK'ed by maintainer.

Changes:

1.13  2007 Oct 27
        - recoded member(), insert(), and remove() to use a binary search

1.12  2007 Sep 08
        - added support for spans in constructors

1.11  2007 Mar 17
- added mutating set operations
- added operator overloads

1.10  2007 Mar 04
        - extened new to take list of set_specs
        - added size as an alias for cardinality
- added sets method
        - added cover (extent), and holes methods
        - added inset, pad, and trim methods
        - added grep_spans and map_spans functions

(he)

2008-08-17 14:15:11 UTC MAIN commitmail json YAML

- loudmouth-1.4.1.

(wiz)

2008-08-17 14:14:24 UTC MAIN commitmail json YAML

Updated chat/loudmouth to 1.4.1

(wiz)

2008-08-17 14:14:11 UTC MAIN commitmail json YAML

Update to 1.4.1:

Loudmouth 1.4.1

Loudmouth 1.4.1 contains a bugfix from 1.4.0 causing some clients to be disconnected if connected through a NAT firewall.

Loudmouth 1.4.0 contains no changes from 1.3.4 but is simply a release to mark it as the new stable branch.

Loudmouth 1.3.4

Loudmouth 1.3.4 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.

Loudmouth 1.3.3 released

Loudmouth 1.3.3 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.

Loudmouth 1.3.2 released

Loudmouth 1.3.2 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.

(wiz)

2008-08-17 14:08:05 UTC MAIN commitmail json YAML

Note update of www/drupal6-translations package to 20080817.

(taca)

2008-08-17 14:07:04 UTC MAIN commitmail json YAML

Update 20080817 version.

- de language file update to de-6.x-1.0-rc1.

(taca)

2008-08-17 13:09:42 UTC MAIN commitmail json YAML

2008-08-17 12:58:29 UTC MAIN commitmail json YAML

Update from version 2.22 to 2.23.  Changes:

2.23 August 10 2008 - Major

    + Added Excel data validation with examples and test suite.

(he)

2008-08-17 12:42:43 UTC MAIN commitmail json YAML

Add HOMEPAGE using search.cpan.org.  Otherwise no change, so no bump.

(he)

2008-08-17 12:29:15 UTC MAIN commitmail json YAML

Update from version 0.43 to 0.44.  Changes:

0.44 Thu Mar 27 08:35:59 GMT 2008
    - fix bug with storing files consisting of "0" (thanks to
      Martin Atkins)

(he)

2008-08-17 12:24:19 UTC MAIN commitmail json YAML

no time to maintain this unfortunately

(cjep)

2008-08-17 12:18:45 UTC MAIN commitmail json YAML

Update from version 0.16001 to 0.16002.  Changes:

0.16002  Tue Aug 13 08:00:00 2008
    - Remove non-ascii byte sequence from Pg.pm (sorry, Claus).
      This fixes a failure report from CPAN testers
    - Updated Module::Install while we're at it

(he)

2008-08-17 12:01:29 UTC MAIN commitmail json YAML

Update from version 0.12 to 0.14.

Pkgsrc changes:
o Bump dependency on CXCRUD as dictated below

Upstream changes:

0.14    11 Aug 2008
        * fix Makefile.PL to reflect CXCRUD 0.28 required

0.13    11 Aug 2008
        * change form_to_object() to support PKs of multiple columns

(he)

2008-08-17 11:57:39 UTC MAIN commitmail json YAML

Update from version 0.27 to 0.28.  Changes:

0.28    11 Aug 2008
        * API for ModelAdapter changed to pass controller instance in do_model()
* add get_primary_key() and make_primary_key_string()
  methods to base Controller.
  This allows for PKs composed of multiple columns.

(he)

2008-08-17 11:37:40 UTC MAIN commitmail json YAML

Update from version 0.20 to 0.21.  Changes:

0.21  Mon Aug 11 2008
    - add a cookbook entry for converting an existing config to
      Config::General format
    - fix up pod to explain in more detail how to pass options to each
      driver class (Sergio Salvi)
    - add nice syntax for plugins to match models/views/controllers (ilmari)

(he)

2008-08-17 11:09:25 UTC MAIN commitmail json YAML

Updated net/smokeping to 2.4.2

(adrianp)

2008-08-17 11:09:10 UTC MAIN commitmail json YAML

Update smokeping 2.3.5->2.4.2
* better master/slave secrets documentation
* first cut at mtr integration
* use localtime to construct the rawlog filename
New in 2.4:
* SmokeTrace: An Ajax Traceroute tool.
* The 'blazemode' option for the FPing probe, so that the first (slow) ping packet can be ignored.

Ok'ed bouyer@

(adrianp)

2008-08-17 10:03:37 UTC MAIN commitmail json YAML

Updated sysutils/libol to 0.3.18nb2

(adrianp)

2008-08-17 10:03:22 UTC MAIN commitmail json YAML

Remove the utils subdir from the build as this only contains the make_class
script which, according to the author, is not needed if you don't modify
sources.  This means we can drop the DEPENDS on scsh which will fix
PR #39346.
PKGREVISION++

(adrianp)

2008-08-17 09:41:35 UTC MAIN commitmail json YAML

#define bswap_32 bswap32 for NetBSD in the mach64 driver; also, for the
sis driver, use either NetBSD's atomic ops if we have them, else
check for gcc's __sync_synchronize.  I suppose the right thing to do is
split the dri drivers out of this package, but hopefully this will
resolve [pkg/39359].  No revision bump, as I just updated the package
a few hours ago.

(bjs)

2008-08-17 09:29:00 UTC MAIN commitmail json YAML

Note my updates for tonight:
lang/squeak (3.9.8nb2)
textproc/p5-PDF-Create (1.02nb1)
devel/libtecla (1.6.1nb2)
security/lsh (2.0.2nb1)
print/cjk-lyx (1.2.0nb7)
sysutils/gentoo (0.11.56nb1)
lang/lush (1.1nb1)

(dholland)

2008-08-17 09:24:55 UTC MAIN commitmail json YAML

Updated devel/bugzilla3 to 3.0.5

(adrianp)

2008-08-17 09:24:38 UTC MAIN commitmail json YAML

Update to 3.0.5
*  If you don't have permission to set a flag, it will now appear unchangeable in the UI. (Bug 433851)
* If you were running mod_perl, Bugzilla was not correctly closing its connections to the database since 3.0.3, and so sometimes the DB would run out of connections. (Bug 441592)
* The installation script is now clear about exactly which Email:: modules are required in Perl, thus avoiding the problem where emails show up with a body like SCALAR(0xBF126795). (Bug 441541)
* email_in.pl is no longer case-sensitive for values of @product. (Bug 365697)
Also addresses a new security issue:
security/2.22.4/">http://www.bugzilla.org/security/2.22.4/

(adrianp)

2008-08-17 09:22:01 UTC MAIN commitmail json YAML

Updated devel/bugzilla to 2.22.5

(adrianp)

2008-08-17 09:21:47 UTC MAIN commitmail json YAML

Update to 2.22.5
Addresses a new security issue:
security/2.22.4/">http://www.bugzilla.org/security/2.22.4/

(adrianp)

2008-08-17 08:40:50 UTC MAIN commitmail json YAML

Use -fPIC in more places; fixes broken amd64 build and perhaps others.
Fix a long/int type mismatch hidden by use of ... and va_arg; fixes
broken LP64 builds.

(dholland)

2008-08-17 08:30:18 UTC MAIN commitmail json YAML

Updated graphics/Mesa to 7.0.4.1 [bjs 2008-08-17]
Updated graphics/MesaLib to 7.0.4.1 [bjs 2008-08-17]
Updated graphics/glu to 7.0.4.1 [bjs 2008-08-17]
Updated graphics/glut to 7.0.4.1 [bjs 2008-08-17]

(bjs)

2008-08-17 08:25:50 UTC MAIN commitmail json YAML

Update to Mesa-7.0.4 proper, which takes us to pkgsrc version
7.0.4.1.  Many of our patches are now upstream; there have also been
a significant amount of bug fixes even since our last interim update
from the 7.0 branch.

-------------------------------------------------------------------------
*** Mesa 7.0.4 is a stable release with bug fixes since version 7.0.3 ***
-------------------------------------------------------------------------
Bug fixes

    * define #extension GL_ARB_texture_rectangle in shading language
    * fixed WIN32 compile problem in libGLU
    * Fixed a per-vertex glMaterial bug which could cause bad lighting
    * Fixed potential crash in AA/smoothed triangle rendering when using a
      fragment shader
    * Fixed glDrawElement + VBO segfault (bug 16156)
    * Fixed GLSL linker bug causing generic vertex attributes to get
      aliased
    * Fixed stack overflow when using glPixelZoom on Windows
    * Fixed broken all(bvec2) GLSL function, added misc missing bvec
      constructors
    * ARB program "state.clip[n].plane" didn't parse correctly
    * Fixed broken glGetUniformiv() (bug 13774)

Changes

    * Added support for DragonFly OS
    * Added a build config for FreeBSD static libs (Anatolij Shkodin)
    * Enabled GL_EXT_multi_draw_arrays extension in R200/R300 drivers
    * Enabled GL_ARB_point_sprite extension in I965 driver
    * Enabled GL_EXT_texture_sRGB extension in I965 driver
    * Added support for GL shading language in I965 driver

Driver Status

Driver                  Status
----------------------  ----------------------
DRI drivers            varies with the driver
XMesa/GLX (on Xlib)    implements OpenGL 2.1
OSMesa (off-screen)    implements OpenGL 2.1
Windows/Win32          implements OpenGL 2.1
Glide (3dfx Voodoo1/2)  implements OpenGL 1.3
SVGA                    unsupported
Wind River UGL          unsupported
DJGPP                  unsupported
GGI                    unsupported
BeOS                    unsupported
Allegro                unsupported
D3D                    unsupported

(bjs)

2008-08-17 08:00:10 UTC MAIN commitmail json YAML

updated to gmp-4.2.3

(bjs)

2008-08-17 07:59:40 UTC MAIN commitmail json YAML

+ Updated math/mpfr to 2.3.1 [bjs 2008-08-17]

(bjs)

2008-08-17 07:59:13 UTC MAIN commitmail json YAML

Update to mpfr-2.3.1.  Add new distribution patch, appease pkglint.

Changes from version 2.3.0 to version 2.3.1:

- Changes in the behavior of mpfr_strtofr and in its documentation
  concerning particular cases where the code and the documentation
  did not match.
- Bug fixes; see <http://www.mpfr.org/mpfr-2.3.0/#bugs>.
- Configure test for TLS support.
- Improved MPFR manual.

(bjs)

2008-08-17 07:56:37 UTC MAIN commitmail json YAML

+ Updated devel/gmp to 4.2.3 [bjs 2008-08-17]

(bjs)

2008-08-17 07:56:11 UTC MAIN commitmail json YAML

Update to gmp-4.2.3.

Changes between GMP version 4.2.2 and 4.2.3:

  Bugs:
  * Fix x86 CPU recognition code to properly identify recent AMD and Intel
    64-bit processors.
  * The >> operator of the C++ wrapper gmpxx.h now does floor rounding, not
    truncation.
  * Inline semantics now follow the C99 standard, and works with recent GCC
    releases.
  * C++ bitwise logical operations work for more types.
  * For C++, gmp.h now includes cstdio, improving compiler compatibility.
  * Bases > 36 now work properly in mpf_set_str.

  Speedups:
  * None, except that proper processor recognition helps affected processors.

  Features:
  * The allocation functions now detect overflow of the mpz_t type.  This means
    that overflow will now cause an abort, except when the allocation
    computation itself overflows.  (Such overflow can probably only happen in
    powering functions; we will detect powering overflow in the future.)

(bjs)

2008-08-17 07:08:24 UTC MAIN commitmail json YAML

Add -fPIC to CFLAGS. Fixes broken build on amd64 and probably others.

(dholland)

2008-08-17 07:02:39 UTC MAIN commitmail json YAML

Use -fPIC. Fixes broken build on amd64 and probably others.

(dholland)

2008-08-17 06:45:48 UTC MAIN commitmail json YAML

Fix this to not compile in the pkgsrc dummy $HOME. (Patching lisp code,
whee.)
PKGREVISION++.

(dholland)

2008-08-17 06:14:21 UTC MAIN commitmail json YAML

Use -fPIC for the shared object. Fixes broken build on amd64 and
probably others.

(dholland)

2008-08-17 05:55:16 UTC MAIN commitmail json YAML

Fix this to not use the compile-time $HOME to look for the gtkrc file.
(Since that is set to work/.home, it was compiling in the pkgsrc work
directory and failing for PKG_DEVELOPERs.)
Use getenv("HOME") instead.
PKGREVISION++.

(dholland)

2008-08-17 05:52:30 UTC MAIN commitmail json YAML

This installs a perl script and several python scripts.
Handle them correctly.
PKGREVISION++.

(dholland)

2008-08-17 05:38:53 UTC MAIN commitmail json YAML

Note addtion of www/drupal6-translations package.

(taca)

2008-08-17 05:36:08 UTC MAIN commitmail json YAML

Add and enable drupal6-translations.

(taca)

2008-08-17 05:35:07 UTC MAIN commitmail json YAML

2008-08-17 05:32:13 UTC MAIN commitmail json YAML

This installs a bash script. Handle it properly.
PKGREVISION++

(dholland)

2008-08-17 05:10:59 UTC MAIN commitmail json YAML

Patch out bogus rpaths that point to the build directory.
PKGREVISION++.

(dholland)

2008-08-17 05:09:38 UTC MAIN commitmail json YAML

Bump PKGREVISION for previous

(dholland)

2008-08-17 04:45:27 UTC MAIN commitmail json YAML

Add missing file to REPLACE_PERL; fixes failed build.

(dholland)

2008-08-17 04:36:29 UTC MAIN commitmail json YAML

Set interpreter properly in the bash script this installs.
PKGREVISION++.

(dholland)

2008-08-17 04:11:47 UTC MAIN commitmail json YAML

2008-08-17 04:01:37 UTC MAIN commitmail json YAML

2008-08-17 03:21:45 UTC MAIN commitmail json YAML