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 (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 01:47:26 UTC Now

2009-08-06 10:44:21 UTC MAIN commitmail json YAML

Updated devel/xulrunner to 1.9.1.2

(tnn)

2009-08-06 10:42:50 UTC MAIN commitmail json YAML

Update to xulrunner-1.9.1.2 (matches firefox-3.5.2 release)

(tnn)

2009-08-06 09:45:14 UTC MAIN commitmail json YAML

xulrunnerize. Bump PKGREVISION
(only compile tested ...)

(tnn)

2009-08-06 08:49:39 UTC MAIN commitmail json YAML

xulrunnerize. Bump PKGREVISION.
XXX: only compile tested, I don't know any consumer of this package.

(tnn)

2009-08-06 08:24:29 UTC MAIN commitmail json YAML

2009-08-06 08:21:44 UTC MAIN commitmail json YAML

Add patches provided by Adam Ciarcinski to fix build with recent versions
of OpenSSL (e.g. the version in NetBSD-current).

(tron)

2009-08-06 07:49:48 UTC MAIN commitmail json YAML

Updated www/galeon to 2.0.7

(tnn)

2009-08-06 07:48:06 UTC MAIN commitmail json YAML

Update to galeon-2.0.7. Use xulrunner.
XXX: Some stock icons appear to not work, is there a missing GNOME
dependency here?

2.0.7 "Surprise!"
- Works with Firefox 2/3 and Xulrunner 1.8/1.9
  - Restored support for http authentication by Mike Hommey <mh@glandium.org>
  - Restored support for remembering passwords.
  - Partially restored support for user stylesheets.
    - Effect is global rather than per page but UI doesn't reflect this.

2.0.6 "Pining for the Fjords"
- Works with Firefox 2  and 3 and xulrunner 1.8 and 1.9
  - Thanks to Alexander Sack <asac@ubuntu.com> and Lo誰c Minier <lool#dooz.org>
    for the xulrunner 1.9 patches.
  - With Firefox 3/xulrunner 1.9, functionality remains crippled as
    documented in the 2.0.5 release notes.
- Support for older versions of Mozilla have been removed.
  You can use 2.0.5 to build against them if you need to.
- GConf pref added to suppress close confirmation for web forms.

(tnn)

2009-08-06 07:37:33 UTC MAIN commitmail json YAML

2009-08-06 07:09:16 UTC MAIN commitmail json YAML

Note update of the "apache22" package to version 2.2.12.

(tron)

2009-08-06 07:07:23 UTC MAIN commitmail json YAML

Update "apache22" package to version 2.2.12. Changes since version 2.2.11:
- SECURITY: CVE-2009-1891 (cve.mitre.org)
  Fix a potential Denial-of-Service attack against mod_deflate or other
  modules, by forcing the server to consume CPU time in compressing a
  large file after a client disconnects. Bug 39605.
  [Joe Orton, Ruediger Pluem]
- SECURITY: CVE-2009-1195 (cve.mitre.org)
  Prevent the "Includes" Option from being enabled in an .htaccess
  file if the AllowOverride restrictions do not permit it.
  [Jonathan Peatfield <j.s.peatfield damtp.cam.ac.uk>, Joe Orton,
  Ruediger Pluem, Jeff Trawick]
- SECURITY: CVE-2009-1890 (cve.mitre.org)
  Fix a potential Denial-of-Service attack against mod_proxy in a
  reverse proxy configuration, where a remote attacker can force a
  proxy process to consume CPU time indefinitely.  [Nick Kew, Joe Orton]
- SECURITY: CVE-2009-1191 (cve.mitre.org)
  mod_proxy_ajp: Avoid delivering content from a previous request which
  failed to send a request body. Bug 46949 [Ruediger Pluem]
- SECURITY: CVE-2009-0023, CVE-2009-1955, CVE-2009-1956 (cve.mitre.org)
  The bundled copy of the APR-util library has been updated, fixing three
  different security issues which may affect particular configurations
  and third-party modules.
- mod_include: fix potential segfault when handling back references
  on an empty SSI variable. [Ruediger Pluem, Lars Eilebrecht, Nick Kew]
- mod_alias: check sanity in Redirect arguments.
  Bug 44729 [Sæ—¦nke Tesch <st kino-fahrplan.de>, Jim Jagielski]
- mod_proxy_http: fix Host: header for literal IPv6 addresses.
  Bug 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
- mod_rewrite: Remove locking for writing to the rewritelog.
  Bug 46942
- mod_alias: Ensure Redirect emits HTTP-compliant URLs.
  Bug 44020
- mod_proxy_http: fix case sensitivity checking transfer encoding
  Bug 47383 [Ryuzo Yamamoto <ryuzo.yamamoto gmail.com>]
- mod_rewrite: Fix the error string returned by RewriteRule.
  RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd
  argument of RewriteRule was not started with "[" or not ended with "]".
  Bug 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
- mod_proxy: Complete ProxyPassReverse to handle balancer URL's.  Given;
    BalancerMember balancer://alias http://example.com/foo
    ProxyPassReverse /bash balancer://alias/bar
  backend url http://example.com/foo/bar/that is now translated /bash/that
  [William Rowe]
- New piped log syntax: Use "||process args" to launch the given process
  without invoking the shell/command interpreter.  Use "|$command line"
  (the default behavior of "|command line" in 2.2) to invoke using shell,
  consuming an additional shell process for the lifetime of the logging
  pipe program but granting additional process invocation flexibility.
  [William Rowe]
- mod_ssl: Add server name indication support (RFC 4366) and better
  support for name based virtual hosts with SSL. Bug 34607
  [Peter Sylvester <peter.sylvester edelweb.fr>,
  Kaspar Brand <asfbugz velox.ch>, Guenter Knauf, Joe Orton,
  Ruediger Pluem]
- mod_negotiation: Escape pathes of filenames in 406 responses to avoid
  HTML injections and HTTP response splitting.  Bug 46837.
  [Geoff Keating <geoffk apple.com>]
- mod_include: Prevent a case of SSI timefmt-smashing with filter chains
  including multiple INCLUDES filters. Bug 39369 [Joe Orton]
- mod_rewrite: When evaluating a proxy rule in directory context, do
  escape the filename by default. Bug 46428 [Joe Orton]
- mod_proxy_ajp: Check more strictly that the backend follows the AJP
  protocol. [Mladen Turk]
- mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
  to enable stricter checking of remote server certificates.
  [Ruediger Pluem]
- mod_substitute: Fix a memory leak. Bug 44948
  [Dan Poirier <poirier pobox.com>]
- mod_proxy_ajp: Forward remote port information by default.
  [Rainer Jung]
- mod_disk_cache/mod_mem_cache: Fix handling of CacheIgnoreHeaders
  directive to correctly remove headers before storing them.
  [Lars Eilebrecht]
- mod_deflate: revert changes in 2.2.8 that caused an invalid
  etag to be emitted for on-the-fly gzip content-encoding.
  Bug 39727 will require larger fixes and this fix was far more
  harmful than the original code. Bug 45023. [Roy T. Fielding]
- mod_disk_cache: The module now turns off sendfile support if
  'EnableSendfile off' is defined globally. Bug 41218.
  [Lars Eilebrecht, Issac Goldstand]
- prefork: Fix child process hang during graceful restart/stop in
  configurations with multiple listening sockets.  Bug 42829.  [Joe Orton,
  Jeff Trawick]
- mod_ssl: Add SSLRenegBufferSize directive to allow changing the
  size of the buffer used for the request-body where necessary
  during a per-dir renegotiation.  Bug 39243.  [Joe Orton]
- mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
  way that per-directory rewrites append the previous notion of PATH_INFO
  to each substitution before evaluating subsequent rules.
  Bug 38642 [Eric Covener]
- mod_authnz_ldap: Reduce number of initialization debug messages and make
  information more clear. Bug 46342 [Dan Poirier]
- mod_cache: Introduce 'no-cache' per-request environment variable
  to prevent the saving of an otherwise cacheable response.
  [Eric Covener]
- core: Translate the status line to ASCII on EBCDIC platforms in
  ap_send_interim_response() and for locally generated "100 Continue"
  responses.  [Eric Covener]
- CGI: return 504 (Gateway timeout) rather than 500 when a script
  times out before returning status line/headers.
  Bug 42190 [Nick Kew]
- prefork: Log an error instead of segfaulting when child startup fails
  due to pollset creation failures.  Bug 46467.  [Jeff Trawick]
- mod_ext_filter: fix error handling when the filter prog fails to start,
  and introduce an onfail configuration option to abort

All the security problems mentioned above had already been fixed in
"pkgsrc" via patches. Thanks a lot to Adam Ciarcinski for letting me
know that new version had finally been released.

(tron)

2009-08-06 06:52:24 UTC MAIN commitmail json YAML

Updated shells/bash to 4.0.28.
Updated lang/pcc-current to 0.9.9.20090731.
Updated www/midori to 0.1.9.

(hasso)

2009-08-06 06:48:11 UTC MAIN commitmail json YAML

Update to 0.1.9. Correct URLs. Changes since 0.1.8:

+ Preserve navigation history with new tabs
+ Implement clearing private data when quitting
+ Ellipsize and show close icons in the tab panel
+ Allow hiding panel operating controls
+ Integrate Tools with the compact menu
+ Fix User scripts, User styles and Plugins panel
+ Remove the bookmarkbar popup
+ Add New Tab to the tab context menu
+ Implement minimizing tabs

(hasso)

2009-08-06 06:45:35 UTC MAIN commitmail json YAML

note addition of xulrunner and update of firefox

(tnn)

2009-08-06 06:40:31 UTC MAIN commitmail json YAML

2009-08-06 06:38:46 UTC MAIN commitmail json YAML

2009-08-06 06:36:14 UTC MAIN commitmail json YAML

Remove "apr" and "apr-util" as the packages have been updated.

(tron)

2009-08-06 06:24:48 UTC MAIN commitmail json YAML

Added editors/Sigil version 0.1.1

(wiz)

2009-08-06 06:23:43 UTC MAIN commitmail json YAML

2009-08-06 06:23:24 UTC MAIN commitmail json YAML

Initial import of Sigil-0.1.1:

Sigil is a multi-platform WYSIWYG ebook editor. It is designed to
edit books in ePub format. Features:

    * Free and open source software under GPLv3
    * Multi-platform: runs on Windows, Linux and Mac
    * Full Unicode support: everything you see in Sigil is in UTF-16
    * Advanced automatic conversion of all imported documents to Unicode
    * Full EPUB spec support
    * WYSIWYG editing
    * Multiple Views: Book View, Code View and Split View
    * Metadata editor with full support for all possible metadata
      entries (more than 200) with full descriptions for each
    * Multi-level Table Of Contents editor
    * Book View fully supports the display of any XHTML document
      possible under the OPS spec
    * SVG support and basic XPGT support
    * Currently imports TXT, HTML and EPUB files
    * Currently exports EPUB and SGF (Sigil native format)
    * Embedded HTML Tidy; all imported documents are thoroughly
      cleaned; changing views cleans the document so no matter how
      much you screw up your code, it will fix it (usually )
    * An actually usable user interface

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090806

(wiz)

2009-08-06 04:46:04 UTC MAIN commitmail json YAML

Update patches for emacs-23.1.

These should have been committed when emacs was updated.

(minskim)

2009-08-06 03:08:33 UTC MAIN commitmail json YAML

Note update of www/opengoo package to 1.5.1nb1.

(taca)

2009-08-06 03:07:48 UTC MAIN commitmail json YAML

Since distfiles are updated silently, use DIST_SUBDIR now.
Reported by PR pkg/41826 from Robert Elz.

Bump PKGREVISION.

(taca)

2009-08-06 01:44:57 UTC MAIN commitmail json YAML

2009-08-06 00:49:40 UTC MAIN commitmail json YAML

mail/mailcrypt can be built with emacs23.

(minskim)

2009-08-06 00:48:27 UTC MAIN commitmail json YAML

devel/js2-mode can be built with emacs23.

(minskim)

2009-08-05 22:30:57 UTC MAIN commitmail json YAML

2009-08-05 22:23:57 UTC MAIN commitmail json YAML

2009-08-05 22:19:23 UTC MAIN commitmail json YAML

2009-08-05 22:17:58 UTC MAIN commitmail json YAML

Import emacs-w3m-1.4.364.20090802 as www/emacs-w3m-snapshot.

This is the development version of www/emacs-w3m.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-08-05 22:14:28 UTC MAIN commitmail json YAML

Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 as
emacs23 and emacs23nox, respectively; editors/emacs is the default
one.

(minskim)

2009-08-05 22:07:08 UTC MAIN commitmail json YAML

Add emacs22 and emacs22-nox11.

(minskim)

2009-08-05 22:06:15 UTC MAIN commitmail json YAML

Note update of editors/emacs{,-nox11}.

(minskim)

2009-08-05 22:04:51 UTC MAIN commitmail json YAML

2009-08-05 20:58:56 UTC MAIN commitmail json YAML

deal with CVE-2009-2369 -- neither the advisory nor anything it links
to give useful information, just spotted an obvious case where data
passed from subclasses are used for malloc() unchecked, so added a check.
I can't claim that the CVE report is fixed because it is not clear what
it is about, but it seems that this fixes an issue.
bump PKGREVISION

(drochner)

2009-08-05 20:58:42 UTC MAIN commitmail json YAML

2009-08-05 20:35:01 UTC MAIN commitmail json YAML

Instead of picking what headers to install, just drop $everything
in include/xulrunner/unstable and call it a day. Suggested by drochner@
(This mostly fixes build of "www/galeon".)

(tnn)

2009-08-05 17:32:54 UTC MAIN commitmail json YAML

the .pc file requires ndesk-dbus

(drochner)

2009-08-05 17:29:56 UTC MAIN commitmail json YAML

for sanity, include "python/application.mk" first

(drochner)

2009-08-05 17:27:21 UTC MAIN commitmail json YAML

this needs gmake, at least for me

(drochner)

2009-08-05 17:25:27 UTC MAIN commitmail json YAML

update to 1.2.7
changes:
-new danish translation
-fixed "client not found" in gtklpq
-fixed compiler warnings

(drochner)

2009-08-05 17:19:17 UTC MAIN commitmail json YAML

update to 1.3.11
changes:
The new release fixes some scheduler and web interface issues and
improves PDF printing.

(drochner)

2009-08-05 17:14:48 UTC MAIN commitmail json YAML

fix a whacky calendar calculation: UTC cannot have DST
bump PKGREVISION

(drochner)

2009-08-05 17:10:37 UTC MAIN commitmail json YAML

fix an inconsistency: "luit" support was always enabled, but without
it being present at build time it didn't work. Make it an option.

(drochner)

2009-08-05 17:01:17 UTC MAIN commitmail json YAML

update to 4.2.1
major changes:
Locale Data: ICU uses and supports data from Common Locale Data Repository
(CLDR) 1.7 , which includes data for 146 languages, 159 territories,
468 locales- 21% more locale data than the previous release.
Number system support and the number keyword.
Number system override in DateFormat
Numerics used by Hebrew Calendar date in Hebrew locale
BCP47 (language tag) / Locale transformation
BCP47 mapping of LDML keywords
Encoding selector: Return a list of charsets that can handle the input text
Simple duration: Implementation of CLDR duration format
Available/Preferred keywords for a locale (Calendar, Collation, and Currency)
StringPrep standard profiles: RFC3491 NAMEPREP, RFC3530 NFS4, RFC3722 iSCSI,
RFC3920 NodePrep/ResourcePrep, RFC4011 MIB, RFC4013 SASLprep, RFC4505 trace
and RFC4518 LDAPprep
Miscellaneous Arabic shaping enhancements
UTF-8 friendly internal data structure for Unicode data lookup
API to get CLDR version used by ICU
ISCII charset converter updates (added Gurumukhi, other updates)
Performance improvements in Time Zone Name format/parse, and in
DateIntervalFormat construction

(drochner)

2009-08-05 16:56:23 UTC MAIN commitmail json YAML

update to 1.6.0
changes: minor bugfix, update of sv translation

(drochner)

2009-08-05 16:32:54 UTC MAIN commitmail json YAML

g/c unneeded omf file handling

(drochner)

2009-08-05 16:19:35 UTC MAIN commitmail json YAML

nxml-mode is included in emacs23.  Noted by wiz@.

(minskim)

2009-08-05 15:56:20 UTC MAIN commitmail json YAML

Note update of www/opengoo package to 1.5.1.

(taca)

2009-08-05 15:55:25 UTC MAIN commitmail json YAML

Update OpenGoo package to 1.5.1.

OpenGoo 1.5.1 has just been released. Several bugs from version 1.5
were fixed forq this release, including:

- Tags permissions. Now a user can only see tags applied to objects
  that the user can view.
- Some milestones were showing in wrong workspaces.
- Custom properties defined in Administration are now searchable.
- Memory exhausted error when rendering repetitive tasks with an old
  date in the calendar.
- Fatal error when copying a milestone.
- Fatal error "undefined function saveFileAttributes" when uploading a file.
- Fixed the permissions control when editing a workspace's permissions.
- Fixed a small rendering problem with invited users in event edition.
- Fixed error when sending emails to empty recipients.
- Fixed default user preferences' rendered value.
- Fixed a rendering problem in comments and descriptions that would skip
  a character before an email address or link.
- Tags query was using a hardcoded 'og_' table prefix.
- Translate OpenGoo tool now includes subfolders of language folders.
  Checklang also improved.
- Files of type audio/mp3 are now correctly identified as MP3.
- Updated langs.

(taca)

2009-08-05 15:52:11 UTC MAIN commitmail json YAML

Split list of internal headers to install into it's own file. Add more.

(tnn)

2009-08-05 15:04:40 UTC MAIN commitmail json YAML

2009-08-05 13:57:04 UTC MAIN commitmail json YAML

switch to the latest firefox, bump version to 0.3

(tnn)

2009-08-05 12:00:31 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup tickets #2848, #2849 and #2850.

(tron)

2009-08-05 11:57:41 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2850 - requested by taca
squid30: security update

Revisions pulled up:
- www/squid30/Makefile 1.15
- www/squid30/distinfo 1.13
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Aug  5 01:47:11 UTC 2009

Modified Files:
pkgsrc/www/squid30: Makefile distinfo

Log Message:
Update squid30 package to 3.0.18 (3.0.STABLE18).

It contains some critical problem of 3.0.17 and really fix security
problem according to updated SQUID-2009_2.txt.

Changes to squid-3.0.STABLE18 (04 Aug 2009):

- Bug 2728: regression: assertion failed: !eof
- Bug 2732: reply_body_max_size smaller than error page loops
            infinitely until out of memory
- Bug 2725: pconn failure if domain or client_address are unset
- Bug 2648: reserved helpers not shut down after reconfigure/rotate
- Bug 2462: make check should tell when cppunit is missing
- Remove excess messages about headers < minimum size
- Support Libtool 2.2.6

(tron)

2009-08-05 11:41:12 UTC MAIN commitmail json YAML

2009-08-05 11:25:18 UTC MAIN commitmail json YAML

Updated audio/faac to 1.25nb1

(ahoka)

2009-08-05 11:22:38 UTC MAIN commitmail json YAML

Make faac restricted as noted in its README.

Closes PR pkg/41739.

(ahoka)

2009-08-05 11:22:17 UTC MAIN commitmail json YAML

Make the faac option enable restricted binaries.

Closes PR pkg/41739.

(ahoka)

2009-08-05 11:16:33 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2849 - requested by tnn
firefox3: security update

Revisions pulled up:
- www/firefox3/Makefile 1.35
- www/firefox3/PLIST 1.11
- www/firefox3/distinfo 1.27
- www/firefox3/patches/patch-dk 1.3
---
Module Name: pkgsrc
Committed By: tnn
Date: Tue Aug  4 21:28:42 UTC 2009

Modified Files:
pkgsrc/www/firefox3: Makefile PLIST distinfo
pkgsrc/www/firefox3/patches: patch-dk

Log Message:
Update to firefox3-3.0.13. Fixes the following advisories:
MFSA 2009-44 Location bar and SSL indicator spoofing via window.open()
on invalid URL
MFSA 2009-43 Heap overflow in certificate regexp parsing
MFSA 2009-42 Compromise of SSL-protected communication

(tron)

2009-08-05 11:07:20 UTC MAIN commitmail json YAML

Tonights updates.

(markd)

2009-08-05 11:02:12 UTC MAIN commitmail json YAML

2009-08-05 10:57:14 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-API2

(adam)

2009-08-05 10:55:55 UTC MAIN commitmail json YAML

2009-08-05 10:43:12 UTC MAIN commitmail json YAML

2009-08-05 10:41:55 UTC MAIN commitmail json YAML

emacs22 is now in editors/emacs22.

(minskim)

2009-08-05 10:41:18 UTC MAIN commitmail json YAML

Update to sphinx 0.6.2

* Incompatible changes:

  - Templating now requires the Jinja2 library

  - The "document" div tag has been moved out of the ``layout.html``
    template's "document" block

  - The ``autodoc_skip_member`` event now also gets to decide
    whether to skip members whose name starts with underscores.

* Theming support

* Markup:

  - Due to popular demand, added a ``:doc:`` role which directly
    links to another document without the need of creating a
    label to which a ``:ref:`` could link to.

  - Added a ``:download:`` role that marks a non-document file
    for inclusion into the HTML output and links to it.

  - Added an ``only`` directive that can selectively include text
    based on enabled "tags".

  - Added HTML section numbers, enabled by giving a
    ``:numbered:`` flag to the ``toctree`` directive.

  - Scaled images now get a link to the unscaled version.

  - SVG images are now supported in HTML (via ``<object>`` and
    ``<embed>`` tags).

* Builders:

  - New builder for Qt help collections, by Antonio Valentino.

  - The new ``DirectoryHTMLBuilder`` (short name ``dirhtml``) creates
    a separate directory for every page, and places the page there
    in a file called ``index.html``.

* New translations:

* Bug Fixes.

(markd)

2009-08-05 10:37:39 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2848 - requested by adrianp
wordpress: security update

Revisions pulled up:
- www/wordpress/Makefile 1.4
- www/wordpress/distinfo 1.3
---
Module Name: pkgsrc
Committed By: adrianp
Date: Tue Aug 4 21:32:40 UTC 2009

Modified Files:
pkgsrc/www/wordpress: Makefile distinfo

Log Message:
WordPress 2.8.3 Security Release

Unfortunately, I missed some places when fixing the privilege escalation issues
for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several
folks in the community dug deeper and discovered areas that were overlooked.
With their help, the remaining issues are fixed in 2.8.3.  Since this is a
security release, upgrading is highly recommended.

(tron)

2009-08-05 10:32:54 UTC MAIN commitmail json YAML

Import emacs-nox11-22.3nb2 in editors/emacs-nox11 as
editors/emacs22-nox11.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-08-05 10:30:29 UTC MAIN commitmail json YAML

2009-08-05 10:29:26 UTC MAIN commitmail json YAML

Note update of the "squid31" package to version 3.1.0.13.

(tron)

2009-08-05 10:29:12 UTC MAIN commitmail json YAML

Update "squid31" package to version 3.1.0.13.
Changes since version 3.1.0.12:
- Bug 2723 regression: enable PURGE requests if PURGE method ACL is present.
- Fix one more internal profiler error
- Language Updates: Italian, Russian
- Language Updates: Add many more aliases
- Add Copyright document for errors/ content
- ... all bug fixes from 3.0.STABLE18
- ... and several code polishing cleanups

(tron)

2009-08-05 10:17:40 UTC MAIN commitmail json YAML

2009-08-05 10:15:09 UTC MAIN commitmail json YAML

Initial import py-jinja2 2.1.1

Jinja2 is a template engine written in pure Python. It provides a Django
inspired non-XML syntax but supports inline expressions and an optional
sandboxed environment.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2009-08-05 09:47:50 UTC MAIN commitmail json YAML

Set load-path during byte-compile to make sure that rsltc.el is found.

(minskim)

2009-08-05 08:45:11 UTC MAIN commitmail json YAML

EMACS_VERSIONS_ACCEPTED must be defined before including
emacs/modules.mk.

(minskim)

2009-08-05 08:20:48 UTC MAIN commitmail json YAML

calc is included in emacs>=22.

(minskim)

2009-08-05 08:01:36 UTC MAIN commitmail json YAML

security/EasyPG can be built with emacs23.

(minskim)

2009-08-05 07:57:17 UTC MAIN commitmail json YAML

misc/lookup can be built with emacs23.

(minskim)

2009-08-05 07:56:23 UTC MAIN commitmail json YAML

textproc/nxml-mode can be built with emacs23.

(minskim)

2009-08-05 07:16:18 UTC MAIN commitmail json YAML

Make inputmethod/skk build with emacs23.

(minskim)

2009-08-05 07:01:05 UTC MAIN commitmail json YAML

Make anthy-elisp build with emacs23.

(minskim)

2009-08-05 06:57:41 UTC MAIN commitmail json YAML

editors/tamago can be built with emacs23.

(minskim)

2009-08-05 06:53:29 UTC MAIN commitmail json YAML

"23" is a valid value for EMACS_VERSION_MAJOR.

(minskim)

2009-08-05 06:47:53 UTC MAIN commitmail json YAML

devel/python-mode can be built with emacs23.

(minskim)

2009-08-05 06:36:29 UTC MAIN commitmail json YAML

chat/riece can be built with emacs23.

(minskim)

2009-08-05 06:11:10 UTC MAIN commitmail json YAML

use xulrunner for gecko
PKGREVISION++

(tnn)

2009-08-05 06:10:31 UTC MAIN commitmail json YAML

Install additional header files. This list will be extended later
as more packages are converted to use xulrunner.
(There are the headers needed to allow misc/yelp to build.)
PKGREVISION++

(tnn)

2009-08-05 05:01:57 UTC MAIN commitmail json YAML

Note py-feedparser update.

(schmonz)

2009-08-05 05:01:14 UTC MAIN commitmail json YAML

Update to 4.2-pre-294. From the commit log:

* Handle Jacques distler's nested svg/mathml
* Render correctly when item description contains <code> with <br />
* Add "controls" attribute for video
* Strip "autoplay" attribute from video

(schmonz)

2009-08-05 03:03:21 UTC MAIN commitmail json YAML

Use xulrunner instead of firefox as a gecko provider.
Bump PKGREVISION.

(tnn)

2009-08-05 03:00:53 UTC MAIN commitmail json YAML

add xulrunner

(tnn)

2009-08-05 02:59:49 UTC MAIN commitmail json YAML

2009-08-05 02:49:19 UTC MAIN commitmail json YAML

2009-08-05 02:48:56 UTC MAIN commitmail json YAML

resurrect file still needed by www/firefox3

(tnn)

2009-08-05 02:43:47 UTC MAIN commitmail json YAML

2009-08-05 02:37:13 UTC MAIN commitmail json YAML

Import firefox-3.5.2 as www/firefox. from pkgsrc-wip.

Firefox 3.5  is based on the Gecko 1.9.1 rendering platform.
Firefox 3.5 offers many changes over the previous version, supporting new web
technologies, improving performance and ease of use.
Some of the notable features are:

* Support for the HTML5 <video> and <audio> elements
* Improved tools for controlling your private data
* Better web application performance using the new TraceMonkey JavaScript engine
* The ability to share your location with websites using Location Aware Browsing
* Support for native JSON, and web worker threads.
* Improvements to the Gecko layout engine, including speculative parsing for
  faster content rendering.
* Support for new web technologies such as: downloadable fonts, CSS media
  queries, new transformations and properties, JavaScript query selectors,
  HTML5 local storage and offline application storage, <canvas> text,
  ICC profiles, and SVG transforms.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090805

(tnn)

2009-08-05 02:14:42 UTC MAIN commitmail json YAML

cvs add forgotten before previous commit

(manu)

2009-08-05 01:47:54 UTC MAIN commitmail json YAML

Note update of www/squid30 package to 3.0.18.

(taca)

2009-08-05 01:47:11 UTC MAIN commitmail json YAML

Update squid30 package to 3.0.18 (3.0.STABLE18).

It contains some critical problem of 3.0.17 and really fix security
problem according to updated SQUID-2009_2.txt.

Changes to squid-3.0.STABLE18 (04 Aug 2009):

- Bug 2728: regression: assertion failed: !eof
- Bug 2732: reply_body_max_size smaller than error page loops
            infinitely until out of memory
- Bug 2725: pconn failure if domain or client_address are unset
- Bug 2648: reserved helpers not shut down after reconfigure/rotate
- Bug 2462: make check should tell when cppunit is missing
- Remove excess messages about headers < minimum size
- Support Libtool 2.2.6

(taca)

2009-08-05 01:35:42 UTC MAIN commitmail json YAML

drop the "firefox" option for now.
Keep "firefox3" option as default (also for now)

(tnn)

2009-08-05 01:27:33 UTC MAIN commitmail json YAML

Remove firefox 2.x. Firefox 3.5 branch will be imported in this location.
(I opted for removing and re-importing instead of a plain update due to
extensive patch rototil)

We may encounter minor turbulence as dependent packages are sorted out.
Thank you for flying pkgsrc-current.

(tnn)

2009-08-05 01:04:51 UTC MAIN commitmail json YAML

Updated www/firefox3 to 3.0.13

(tnn)

2009-08-05 00:18:04 UTC MAIN commitmail json YAML

Make bash run-dependency as intended in previous.

Will be removed again when next version of geeqie is out.

(wiz)

2009-08-05 00:06:07 UTC MAIN commitmail json YAML

Convert to user-destdir. Fix installation.

(wiz)

2009-08-05 00:03:14 UTC MAIN commitmail json YAML

Bump PKGREVISION for changed help files.

(wiz)

2009-08-05 00:02:54 UTC MAIN commitmail json YAML

Set DIST_SUBDIR -- distfile changed (only help files).
Noted by hasso.

(wiz)

2009-08-05 00:02:22 UTC MAIN commitmail json YAML

Add share/pixmaps to INSTALLATION_DIRS, might fix installation.
Noted by hasso.

(wiz)

2009-08-04 23:46:28 UTC MAIN commitmail json YAML

Updated graphics/geeqie to 1.0beta2nb1

(wiz)

2009-08-04 23:46:15 UTC MAIN commitmail json YAML

Add bash dependency, and fix bash usage in 3 scripts. Bump PKGREVISION.

Reported by hasso.

(wiz)

2009-08-04 22:18:06 UTC MAIN commitmail json YAML

Updated chat/inspircd12 to 1.2.0rc4

(adrianp)

2009-08-04 22:17:36 UTC MAIN commitmail json YAML

Featuring nothing but further stability fixes including possible crash on rehash, rc4 is just about how we want things to be. No major problems have been reported in some time (though of course we still advocate using SVN rather than tarballs).

IMPORTANT CHANGES:
* Channel aliases now work more like user aliases. This is a BREAKING CHANGE. $1 is now the fantasy command that was invoked, $2 is the first real parameter of the command. (in other words, adjust all your numbers up by one for channel fantasy commands).
* $chan in m_fantasy will be replaced by an empty string if used in a non-channel (i.e. user) alias.
* m_ssl_oper_cert and m_ssl_dummy are both gone, and merged into m_sslinfo - so you won't have to load so many SSL modules
* m_sslinfo is no longer in extra/. There was no need for it to be there.
* DNS now resolves multiple-answer DNS queries (CNAME, A) correctly.

(adrianp)

2009-08-04 22:16:39 UTC MAIN commitmail json YAML

Fix inputmethod/anthy typo

(adrianp)

2009-08-04 22:07:18 UTC MAIN commitmail json YAML

Fix a crash in smbk5pwd overlay, caused by a clash bewteen built-in and
OpenSSL des implementations.

(manu)

2009-08-04 21:53:06 UTC MAIN commitmail json YAML

2009-08-04 21:32:57 UTC MAIN commitmail json YAML

Updated www/wordpress to 2.8.3

(adrianp)

2009-08-04 21:32:40 UTC MAIN commitmail json YAML

WordPress 2.8.3 Security Release

Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.

(adrianp)

2009-08-04 21:28:42 UTC MAIN commitmail json YAML

Update to firefox3-3.0.13. Fixes the following advisories:
MFSA 2009-44 Location bar and SSL indicator spoofing via window.open() on
            invalid URL
MFSA 2009-43 Heap overflow in certificate regexp parsing
MFSA 2009-42 Compromise of SSL-protected communication

(tnn)

2009-08-04 21:15:52 UTC MAIN commitmail json YAML

Update akonadi to 1.2.0

- Fix attribute joining in collection list results.
- Buildsystem fixes for Mac OS.
- Do not show a console window for akonadi_control on Windows.

(markd)

2009-08-04 21:13:30 UTC MAIN commitmail json YAML

2009-08-04 20:45:19 UTC MAIN commitmail json YAML

emacs-w3m does not work with emacs>=23.

(minskim)

2009-08-04 19:53:03 UTC MAIN commitmail json YAML

Updated lang/ruby18-base to 1.8.7.174nb1.

(hasso)

2009-08-04 19:47:16 UTC MAIN commitmail json YAML

Make ucontext(3) to apply to all DragonFly versions, it's too slow - a
simple sample with two threads is 2 times faster without ucontext(3).

Bump PKGREVISION.

(hasso)

2009-08-04 14:00:56 UTC MAIN commitmail json YAML

2009-08-04 13:58:57 UTC MAIN commitmail json YAML

2009-08-04 13:31:25 UTC MAIN commitmail json YAML

Needs pkg-config, otherwise it will not install the pc file.

(joerg)

2009-08-04 12:30:36 UTC pkgsrc-2009Q2 commitmail json YAML

2009-08-04 12:29:42 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2846 - requested by minskim
dvipng: portability fix

Revisions pulled up:
- graphics/dvipng/Makefile 1.5
---
Module Name:    pkgsrc
Committed By:  minskim
Date:          Mon Aug  3 18:45:36 UTC 2009

Modified Files:
        pkgsrc/graphics/dvipng: Makefile

Log Message:
Enable t1lib font rendering.  This fixes PR 41773.

(tron)

2009-08-04 11:13:11 UTC MAIN commitmail json YAML

As noticed by Joerg, the "devhelp" version in pkgsrc is currently
incompatible with that (old) version of anjuta.
So disable the devhelp plugin for now.
(Actually, the plugin is not diasbled. It just calls devhelp as
external program rather than embedding it.)
bump PKGREVISION

(drochner)

2009-08-04 10:14:06 UTC MAIN commitmail json YAML

Updated devel/apr-util to 1.3.8.

(tonnerre)

2009-08-04 10:13:04 UTC MAIN commitmail json YAML

Upgrade apr-util to version 1.3.8, which, unlike 1.3.7, is still downloadable.

Changes since 1.3.7:
- Use locally scoped variables in PostgreSQL driver to avoid stomping
  on return codes.
- Fix race conditions in initialisation of DBD, DBM and DSO.
- Expose DBM libs in apu-1-config by default. To avoid that, use
  apu-1-config --avoid-dbm --libs. To get just DBM libs, use
  apu-1-config --dbm-libs.
- Make sure --without-ldap works.

(tonnerre)

2009-08-04 10:11:04 UTC MAIN commitmail json YAML

Updated devel/apr to 1.3.7.

(tonnerre)

2009-08-04 10:09:35 UTC MAIN commitmail json YAML

Update to apr version 1.3.7, which, other than 1.3.5, is still downloadable.

Changes since 1.3.5:
- On Linux/hppa flock() returns EAGAIN instead of EWOULDBLOCK. This
  causes proc mutex failures.
- Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag and
  associated functions, such as dup3(), accept4(), epoll_create1() etc.,
  or simply set CLOEXEC flag using fcntl().
- More elaborate detection for dup3(), accept4() and epoll_create1().

(tonnerre)

2009-08-04 09:35:57 UTC MAIN commitmail json YAML

2009-08-04 09:35:45 UTC MAIN commitmail json YAML

2009-08-04 08:14:39 UTC MAIN commitmail json YAML

Add popt buildlink3.mk for popt.h

(abs)

2009-08-04 08:13:56 UTC MAIN commitmail json YAML

remove ${WRKSRC}/lib/servicetag/registration.xml before install

(abs)

2009-08-04 05:53:28 UTC MAIN commitmail json YAML

2009-08-04 05:53:04 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.2.245

  2052  7.2.219  (extra) Photon GUI is outdated
  2958  7.2.220  (after 7.2.215) BufEnter "cd" autocommand causes problems
  7103  7.2.221  X cut_buffer0 text may be used in the wrong encoding
  1816  7.2.222  ":mksession" doesn't work properly with 'acd' set
  5132  7.2.223  a script run with ":silent" cannot give any messages
  2542  7.2.224  crash when using 'completefunc'
  2874  7.2.225  when using ":normal" a saved character may be executed
  7470  7.2.226  ml_get error after deleting the last line
  1574  7.2.227  when using ":cd" in a script there is no way to track this
14946  7.2.228  cscope is limited to 8 connections
  1595  7.2.229  warning for shadowed variable
  2442  7.2.230  a few old lint-style ARGUSED comments
  1473  7.2.231  warning for unreacheable code in Perl interface
  2704  7.2.232  cannot debug problems with being in a wrong directory
  2901  7.2.233  extra part of 7.2.232
  3831  7.2.234  it is not possible to ignore file names without a suffix
  2696  7.2.235  Using CTRL-O z= in Insert mode has a delay before redrawing
  2809  7.2.236  Mac: Compiling with Ruby doesn't always work
  1965  7.2.237  crash on exit when window icon not set
  3941  7.2.238  leaking memory when setting term to "builtin_dumb"
  4151  7.2.239  using :diffpatch twice may cause a crash
  2078  7.2.240  crash when using GUI find/replace dialog repeatedly
  5174  7.2.241  problems with using ":bufdo" and "doautoall" or ":vimgrep"
  2505  7.2.242  setting 'lazyredraw' causes the cursor column to be recomputed
  1918  7.2.243  memory leak when using :vimgrep and resizing
  4757  7.2.244  insufficient info for a conversion error from utf-8 to latin1
  5093  7.2.245  wrong conversion when writing Unicode encoded files

(martti)

2009-08-03 23:52:11 UTC MAIN commitmail json YAML

Add tex-a2ping and tex-a2ping-doc.

(minskim)

2009-08-03 23:49:19 UTC MAIN commitmail json YAML

2009-08-03 23:48:44 UTC MAIN commitmail json YAML

Import tex-a2ping-2.77p as graphics/tex-a2ping.

a2ping is a Perl script command line utility written for Unix that
converts many raster image and vector graphics formats to EPS or PDF
and other page description formats.  Accepted input file formats are:
PS (PostScript), EPS, PDF, PNG, JPEG, TIFF, PNM, BMP, GIF, LBM, XPM,
PCX, TGA.  Accepted output formats are: EPS, PCL5, PDF, PDF1, PBM,
PGM, PPM, PS, markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF,
XPM.  a2ping delegates the low- level work to Ghostscript (GS),
pdftops and sam2p.  a2ping fixes many glitches during the EPS to EPS
conversion, so its output is often more compatible and better
embeddable than its input.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-08-03 23:47:14 UTC MAIN commitmail json YAML

Add tex-listings and tex-listings-doc.

(minskim)

2009-08-03 23:46:05 UTC MAIN commitmail json YAML

Import tex-listings-doc-1.4 as print/tex-listings-doc.

This is documentation for tex-listings.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-08-03 23:45:46 UTC MAIN commitmail json YAML

Import tex-listings-1.4 as print/tex-listings.

Typeset programs (programming code) within LaTeX.  The source code is
read directly by TeX.  Keywords, comments and strings can be typeset
using different styles (default is bold for keywords, italic for
comments and no special style for strings).  Includes support for
hyperref.  To use, simply \usepackage{listings}, identify the language
with \lstset{language=Python}, then employ the \begin{lstlisting} ...
\end{lstlisting} environment or the \lstinputlisting{filename.py}
command.  Short (in-line) listings are also available, using either
\lstinline|...| or | ... | (after defining the | token with the
\lstMakeShortInline command).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-08-03 23:38:34 UTC MAIN commitmail json YAML

2009-08-03 23:37:33 UTC MAIN commitmail json YAML

2009-08-03 23:32:07 UTC MAIN commitmail json YAML

Update inputmethod/anthy to 9100h.

(taya)

2009-08-03 23:30:06 UTC MAIN commitmail json YAML

Update anthy to 9100h.
Patch provided by YAMASHIRO Jun in PR 41805.

Changelog for Anthy:
* Update kana-kanji dictionary(9100b, 9100d, 9100e, 9100g).
* Improbed for stability(9100g).
* Bugfixes

Changelog for pkgsrc
* Update optional dictionary: okinawa-20090801.t

(taya)

2009-08-03 22:35:45 UTC MAIN commitmail json YAML

Updated www/tidy to 20090326

(wiz)

2009-08-03 22:35:33 UTC MAIN commitmail json YAML

Update to 20090326, bugfixes.
Set LICENSE.

(wiz)

2009-08-03 18:54:22 UTC MAIN commitmail json YAML

Updated security/ccid to 1.3.11.
Updated security/libp11 to 0.2.6.
Updated security/openct to 0.6.17.
Updated security/opensc to 0.11.9.
Updated security/pcsc-lite to 1.5.5.

(hasso)

2009-08-03 18:47:36 UTC MAIN commitmail json YAML

Update to 1.5.5. Changelog:

pcsc-lite-1.5.5: Ludovic Rousseau
28 July 2009
- add the reader interface name if provided by the device
- SCardTransmit(): return SCARD_E_UNSUPPORTED_FEATURE if
  SCARD_PROTOCOL_RAW is requested by unsupported
- SCardConnect() and SCardReconnect(): set dwActiveProtocol to
  SCARD_PROTOCOL_UNDEFINED if SCARD_SHARE_DIRECT is used (conform to
  MSDN). Contrary to Windows winscard behavior, the reader is accessed in
  shared mode and not exclusive mode if SCARD_SHARE_DIRECT is used.
- SCardControl(): correctly check for buffer overflow (bug introduced in
  pcsc-lite 1.5.4)
- some other minor improvements and bug corrections

(hasso)

2009-08-03 18:46:14 UTC MAIN commitmail json YAML

Note PKGREVISION bump of dvipng.

(minskim)

2009-08-03 18:45:36 UTC MAIN commitmail json YAML

Enable t1lib font rendering.  This fixes PR 41773.

(minskim)

2009-08-03 18:45:32 UTC MAIN commitmail json YAML

Update to 0.11.9.

New in OpenSC 0.11.9; 2009-07-29; Andreas Jellinghaus

* New rutoken_ecp driver by  Aktiv Co. / Aleksey Samsonov
* Allow more keys/certificates/files etc. with entersafe tokens
* Updates pkcs11.h from scute fixing warnings
* Small fixes in rutoken driver
* Major update for piv driver with increased compatibility

(hasso)

2009-08-03 18:44:23 UTC MAIN commitmail json YAML

Update to 0.6.17.

New in OpenCT 0.6.17, 2009-07-29; Andreas Jellinghaus

* add support for Rutoken ECP (ccid driver)
* small bugfixes

(hasso)

2009-08-03 18:43:00 UTC MAIN commitmail json YAML

Update to 0.2.6. Changes include fixes in the export file is fixed, now
includes the new function we added in 0.2.5. Also the MSVC build was fixed.

(hasso)

2009-08-03 18:38:28 UTC MAIN commitmail json YAML

Update to 1.3.11. Changelog:

1.3.11 - 28 July 2009, Ludovic Rousseau
    - add support of Raritan D2CIM-DVUSB VM/CCID, Feitian SCR301,
      Softforum XecureHSM, 2 Neowave Weneo tokens, Synnix STD200, Aktiv
      Rutoken ECP, Alcor Micro SCR001, ATMEL AT91SC192192CT-USB,
      Panasonic USB Smart Card Reader 7A-Smart, Gemalto GemProx DU and SU
    - remove support of Reiner-SCT cyberJack pinpad(a) on request of
      Reiner-SCT.  You should user the Reiner-SCT driver instead
    - define CFBundleName to CCIDCLASSDRIVER so that non class drivers
      have a higher priority. Used by pcsc-lite 1.5.5 and up.
      Add a --disable-class configure option so that the Info.plist does
      not define a Class driver. Default is class driver.
    - do not power up a card with a voltage not supported by the reader
    - add support of PIN_PROPERTIES_STRUCTURE structure and
      FEATURE_IFD_PIN_PROPERTIES
    - adds support of FEATURE_MCT_READERDIRECT. Only the Kobil TriB@nk
      reader supports this feature for now. This is used for the Secoder
      functionality in connected mode.
    - add support of a composite device. No change needed with libhal.
      use --enable-composite-as-multislot on Mac OS X since libhal is
      not available on Mac OS X or with libusb on Linux
    - some minor bugs removed

(hasso)

2009-08-03 16:01:08 UTC MAIN commitmail json YAML

2009-08-03 15:57:45 UTC MAIN commitmail json YAML

2009-08-03 15:55:52 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no, simplify

(joerg)

2009-08-03 15:52:56 UTC MAIN commitmail json YAML

2009-08-03 15:51:40 UTC MAIN commitmail json YAML

Update to 4.1.2. From the changelog:

- fix portability issue with MAP_LOCKED flag. Thanks: Scott Haneda.
- remove debugging output accidentally left in v.4.1.0.
- cleanups
- memtester.h was missing from the 4.1.0 tarball; release update to
    fix that. Thanks: Owen Leonard.
- added the ability to test a specific physical region of memory
    (by mmap'ing /dev/mem) with the new -p option, which takes a
    hex starting address as a value. This is mostly of use to
    developers trying to verify memory or I/O mapped devices (on
    an embedded system, for instance). Thanks: Allon Stern.
- re-add the ability to set a suffix on the memory to allocate:
    "3G", "128K", etc, mostly for use with the above new feature,
    where the "memory" to be tested is less than a megabyte, but
    also useful for users wanting to test many gigabytes; you no
    longer have to do the conversion-to-megs in your head.
- documentation updates and clarifications.

(schmonz)

2009-08-03 15:37:42 UTC MAIN commitmail json YAML

Fix installation and add user-destdir support

(joerg)

2009-08-03 15:26:25 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2009-08-03 15:24:18 UTC MAIN commitmail json YAML

2009-08-03 15:23:58 UTC MAIN commitmail json YAML

2009-08-03 15:19:17 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2009-08-03 15:18:35 UTC MAIN commitmail json YAML

2009-08-03 15:18:03 UTC MAIN commitmail json YAML

Fix DESTDIR installation

(joerg)

2009-08-03 14:58:20 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2009-08-03 14:54:00 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2009-08-03 14:52:01 UTC MAIN commitmail json YAML

Fix conditional for games/nethack.

(joerg)

2009-08-03 14:49:09 UTC MAIN commitmail json YAML

2009-08-03 14:46:24 UTC MAIN commitmail json YAML

2009-08-03 14:46:12 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no

(joerg)

2009-08-03 14:28:31 UTC MAIN commitmail json YAML

2009-08-03 14:25:26 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2009-08-03 14:20:14 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no

(joerg)

2009-08-03 14:06:22 UTC MAIN commitmail json YAML

2009-08-03 14:06:16 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no

(joerg)

2009-08-03 14:01:32 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no

(joerg)

2009-08-03 13:57:14 UTC MAIN commitmail json YAML

fuse_main for FUSE 2.6 has the signature of the !NetBSD branch, so drop
the conditional.

(joerg)

2009-08-03 13:50:39 UTC MAIN commitmail json YAML

2009-08-03 13:45:10 UTC MAIN commitmail json YAML

2009-08-03 13:39:45 UTC MAIN commitmail json YAML

Fix DESTDIR installation

(joerg)

2009-08-03 13:28:22 UTC MAIN commitmail json YAML

2009-08-03 13:18:37 UTC MAIN commitmail json YAML

Don't segfault on failing shmget because the print routine tries to
access the shared memory segment. Bump revision.

(joerg)

2009-08-03 13:12:52 UTC MAIN commitmail json YAML

+ GraphicsMagick-1.3.6, albumplayer-0.3, aria2-1.5.1, bugzilla-3.4.1,
  cdrtools-2.01.01alpha62, clisp-2.48, clive-2.2.4, covered-20090802,
  delegate-9.9.4, dovecot-1.2.2, efax-gtk-3.0.19, eric3-4.3.6 [now
  called eric4], fetchmail-6.3.10, hiawatha-6.16, highlight-2.11,
  ircservices-5.1.19, less-436, liferea-1.6.0, memtester-4.1.2,
  mp3diags-0.99.05.030, privoxy-3.0.14, py-game-1.9.0, scmgit-1.6.4,
  silc-server-1.1.17, tea-25.0.0, vlc-1.0.1.

(wiz)

2009-08-03 12:58:28 UTC MAIN commitmail json YAML

Drop MASTER_SITE and custom fetch logic, URL doesn't work.

(joerg)

2009-08-03 12:56:29 UTC MAIN commitmail json YAML

amd64 has optimizer too.

(joerg)

2009-08-03 12:56:11 UTC MAIN commitmail json YAML

+ akonadi-1.2.0, anthy-9100h [pkg/41805], autoconf-2.64, awesome-3.3.2,
  eet-1.2.2, emacs-23.1, etm-290, fontconfig-2.7.1, glpk-4.39,
  libtasn1-2.3, mediawiki-1.14.1 [pkg/41789], mono-2.4.2.3,
  p5-DBD-postgresql-2.14.1, p5-Image-Info-1.29, puzzles-8610,
  samba-3.4.0, scmgit-base-1.6.4, scmgit-docs-1.6.4, x264-devel-20090801.

(wiz)

2009-08-03 12:55:41 UTC MAIN commitmail json YAML

Correctly call PY_COMPILE_ALL

(joerg)

2009-08-03 12:50:46 UTC MAIN commitmail json YAML

2009-08-03 12:46:26 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no

(joerg)

2009-08-03 12:42:56 UTC MAIN commitmail json YAML

2009-08-03 12:29:37 UTC MAIN commitmail json YAML

Does not support DESTDIR.

(joerg)

2009-08-03 12:24:11 UTC MAIN commitmail json YAML

2009-08-03 12:20:16 UTC MAIN commitmail json YAML