pkgsrcv2.git
13 years agoMerge from vendor branch TNF:
adam [Thu, 15 Sep 2011 08:33:19 +0000 (08:33 +0000)]
Merge from vendor branch TNF:
Version 9.1 delivers several features which users have been requesting for
years, removing roadblocks to deploying new or ported applications on
PostgreSQL. These include:
* Synchronous Replication: enable high-availability with consistency across
  multiple servers
* Per-Column Collations: support linguistically-correct sorting per database,
  table or column.
* Unlogged Tables: greatly improves performance for ephemeral data

Our community of contributors innovates with cutting-edge features. Version 9.1
includes several which are new to the database industry, such as:
* K-Nearest-Neighbor Indexing: index on "distance" for faster location and text
  search queries
* Serializable Snapshot Isolation: keeps concurrent transactions consistent
  without blocking, using "true serializability"
* Writeable Common Table Expressions: execute complex multi-stage data updates
  in a single query
* Security-Enhanced Postgres: deploy military-grade security and Mandatory
  Access Control

13 years agoVersion 9.1 delivers several features which users have been requesting for
adam [Thu, 15 Sep 2011 08:33:19 +0000 (08:33 +0000)]
Version 9.1 delivers several features which users have been requesting for
years, removing roadblocks to deploying new or ported applications on
PostgreSQL. These include:
* Synchronous Replication: enable high-availability with consistency across
  multiple servers
* Per-Column Collations: support linguistically-correct sorting per database,
  table or column.
* Unlogged Tables: greatly improves performance for ephemeral data

Our community of contributors innovates with cutting-edge features. Version 9.1
includes several which are new to the database industry, such as:
* K-Nearest-Neighbor Indexing: index on "distance" for faster location and text
  search queries
* Serializable Snapshot Isolation: keeps concurrent transactions consistent
  without blocking, using "true serializability"
* Writeable Common Table Expressions: execute complex multi-stage data updates
  in a single query
* Security-Enhanced Postgres: deploy military-grade security and Mandatory
  Access Control

13 years agoUpdated security/p5-Mozilla-CA to 20110904.
hiramatsu [Thu, 15 Sep 2011 06:21:30 +0000 (06:21 +0000)]
Updated security/p5-Mozilla-CA to 20110904.

13 years agoUpdate p5-Mozilla-CA to 20110904.
hiramatsu [Thu, 15 Sep 2011 06:20:29 +0000 (06:20 +0000)]
Update p5-Mozilla-CA to 20110904.

Changes from previous:
  - Remove and distrust DigiNotar
  - Add Certinomis, Root CA Generalitat Valenciana, A-Trust-nQual-03 and TWCA

13 years agoRepo copy files
repo-copy [Thu, 15 Sep 2011 02:49:16 +0000 (02:49 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Thu, 15 Sep 2011 02:49:15 +0000 (19:49 -0700)]
Fixup fromcvs/togit conversion

13 years agoAdded audio/pd version 0.43.0
wiz [Thu, 15 Sep 2011 01:05:40 +0000 (01:05 +0000)]
Added audio/pd version 0.43.0

13 years ago+ pd
wiz [Thu, 15 Sep 2011 01:05:28 +0000 (01:05 +0000)]
+ pd

13 years agoInitial import of pd-0.43.0.
wiz [Thu, 15 Sep 2011 01:05:05 +0000 (01:05 +0000)]
Initial import of pd-0.43.0.

Pd (aka Pure Data) is a real-time graphical programming environment
for audio, video, and graphical processing. It is the third major
branch of the family of patcher programming languages known as Max
(Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by
Miller Puckette and company at IRCAM. The core of Pd is written
and maintained by Miller Puckette and includes the work of many
developers, making the whole package very much a community effort.

Pd was created to explore ideas of how to further refine the Max
paradigm with the core ideas of allowing data to be treated in a
more open-ended way and opening it up to applications outside of
audio and MIDI, such as graphics and video.

It is easy to extend Pd by writing object classes ("externals") or
patches ("abstractions"). The work of many developers is already
available as part of the standard Pd packages and the Pd developer
community is growing rapidly. Recent developments include a system
of abstractions for building performance environments; a library
of objects for physical modeling; and a library of objects for
generating and processing video in realtime.

13 years agoMerge from vendor branch TNF:
wiz [Thu, 15 Sep 2011 01:05:05 +0000 (01:05 +0000)]
Merge from vendor branch TNF:
Initial import of pd-0.43.0.

Pd (aka Pure Data) is a real-time graphical programming environment
for audio, video, and graphical processing. It is the third major
branch of the family of patcher programming languages known as Max
(Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by
Miller Puckette and company at IRCAM. The core of Pd is written
and maintained by Miller Puckette and includes the work of many
developers, making the whole package very much a community effort.

Pd was created to explore ideas of how to further refine the Max
paradigm with the core ideas of allowing data to be treated in a
more open-ended way and opening it up to applications outside of
audio and MIDI, such as graphics and video.

It is easy to extend Pd by writing object classes ("externals") or
patches ("abstractions"). The work of many developers is already
available as part of the standard Pd packages and the Pd developer
community is growing rapidly. Recent developments include a system
of abstractions for building performance environments; a library
of objects for physical modeling; and a library of objects for
generating and processing video in realtime.

13 years agoNote update of the "phpmyadmin" package to version 3.4.5.
tron [Wed, 14 Sep 2011 22:25:43 +0000 (22:25 +0000)]
Note update of the "phpmyadmin" package to version 3.4.5.

13 years agoUpdate "phpmyadmin" package to version 3.4.5. Chances since version 3.4.4:
tron [Wed, 14 Sep 2011 22:25:27 +0000 (22:25 +0000)]
Update "phpmyadmin" package to version 3.4.5. Chances since version 3.4.4:
- bug #3375325 [interface] Page list in navigation frame looks odd
- bug #3313235 [interface] Error div misplaced
- bug #3374802 [interface] Comment on a column breaks inline editing
- patch #3383711 [display] Order by a column in a view doesn't work in
  some cases
- bug #3386434 [interface] Add missing space to server status
- [core] Remove library PHPExcel, due to license issues
- [export] Remove native Excel export modules (xls and xlsx formats)
- [import] Remove native Excel import modules (xls and xlsx formats)
- bug #3392920 [edit] BLOB emptied after editing another column
- [security] Fixed XSS in Inline Edit on save action, see PMASA-2011-14
- [security] Fixed XSS with db/table/column names, see PMASA-2011-14

13 years agoFix apparently incorrect checksums.
brook [Wed, 14 Sep 2011 21:21:53 +0000 (21:21 +0000)]
Fix apparently incorrect checksums.

13 years agoRepo copy files
repo-copy [Wed, 14 Sep 2011 21:10:20 +0000 (21:10 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Wed, 14 Sep 2011 21:10:19 +0000 (14:10 -0700)]
Fixup fromcvs/togit conversion

13 years agoRestore DragonFly ability to build Quake
marino [Wed, 14 Sep 2011 19:19:37 +0000 (19:19 +0000)]
Restore DragonFly ability to build Quake

A number of switches in the Quake makefile are no longer recognized
by the system compiler in DragonFly (gcc 4.4), e.g. -m486 and
-mpentium.  These switches have alternatives such as mtune= that
allows Quake to build on i386-DragonFly, so the existing patches were
updated to used them.

i386-NetBSD-5.99 was verified as well.  i386-NetBSD-5.1 remains
broken due to an unrelated X11 header buildlink problem
(Xxf86dga.h vs xf86dga.h)

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 18:17:51 +0000 (18:17 +0000)]
Fix build on SunOS.

13 years agoThere seems to be no way to tell wxGTK not to put locales into
hans [Wed, 14 Sep 2011 18:00:40 +0000 (18:00 +0000)]
There seems to be no way to tell wxGTK not to put locales into
${PREFIX}/share besides patching all over the code. Force
PKGLOCALEDIR=share for now.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 17:58:32 +0000 (17:58 +0000)]
Fix build on SunOS.

13 years agoProvide a definition of isinf() to make this work on SunOS. While
hans [Wed, 14 Sep 2011 17:55:15 +0000 (17:55 +0000)]
Provide a definition of isinf() to make this work on SunOS. While
isinf() is available on SunOS, using it requires C99 etc. which breaks
in other places.

13 years agoReplace paths with ${LOCALBASE} instead of hard-coding /usr/pkg into
brook [Wed, 14 Sep 2011 17:54:48 +0000 (17:54 +0000)]
Replace paths with ${LOCALBASE} instead of hard-coding /usr/pkg into
installed files.

13 years agoDon't use the SIOCGIFHWADDR code on SunOS.
hans [Wed, 14 Sep 2011 17:53:17 +0000 (17:53 +0000)]
Don't use the SIOCGIFHWADDR code on SunOS.

13 years agoUse chown -h to explicitly not dereference any symlinks. Fixes build on SunOS.
hans [Wed, 14 Sep 2011 17:52:15 +0000 (17:52 +0000)]
Use chown -h to explicitly not dereference any symlinks. Fixes build on SunOS.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 17:50:16 +0000 (17:50 +0000)]
Fix build on SunOS.

13 years agoRemove stupid check for Sun make from configure. Fixes build on SunOS.
hans [Wed, 14 Sep 2011 17:47:38 +0000 (17:47 +0000)]
Remove stupid check for Sun make from configure. Fixes build on SunOS.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 17:46:13 +0000 (17:46 +0000)]
Fix build on SunOS.

13 years agoUse ${AUTORECONF_ARGS} to work with native pkg-config.
hans [Wed, 14 Sep 2011 17:44:55 +0000 (17:44 +0000)]
Use ${AUTORECONF_ARGS} to work with native pkg-config.

13 years agoUse PKGSRC_SHELL instead of /bin/sh. Fixes build on SunOS.
hans [Wed, 14 Sep 2011 17:43:32 +0000 (17:43 +0000)]
Use PKGSRC_SHELL instead of /bin/sh. Fixes build on SunOS.

13 years agoUse SunOS-specific system shutdown mechanism when building for SunOS.
hans [Wed, 14 Sep 2011 17:42:08 +0000 (17:42 +0000)]
Use SunOS-specific system shutdown mechanism when building for SunOS.

13 years agoUse ${AUTORECONF_ARGS} to make it work with native pkg-config.
hans [Wed, 14 Sep 2011 17:40:57 +0000 (17:40 +0000)]
Use ${AUTORECONF_ARGS} to make it work with native pkg-config.

13 years agoUse ncurses on SunOS.
hans [Wed, 14 Sep 2011 17:39:22 +0000 (17:39 +0000)]
Use ncurses on SunOS.

13 years agoExplicitly disable language bindings that are available as separate
hans [Wed, 14 Sep 2011 17:34:57 +0000 (17:34 +0000)]
Explicitly disable language bindings that are available as separate
packages.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 17:33:00 +0000 (17:33 +0000)]
Fix build on SunOS.

13 years agoThe configure check for pam headers doesn't work on SunOS. Fix build by
hans [Wed, 14 Sep 2011 17:31:06 +0000 (17:31 +0000)]
The configure check for pam headers doesn't work on SunOS. Fix build by
overriding the check.

13 years agoRecent SunOS has AF_PACKET, but that doesn't mean the code works there.
hans [Wed, 14 Sep 2011 17:30:04 +0000 (17:30 +0000)]
Recent SunOS has AF_PACKET, but that doesn't mean the code works there.

13 years agoFix build on SunOS by overriding the test for Linux-specific PF_PACKET,
hans [Wed, 14 Sep 2011 17:28:19 +0000 (17:28 +0000)]
Fix build on SunOS by overriding the test for Linux-specific PF_PACKET,
which is misdetected on recent SunOS versions.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 17:26:48 +0000 (17:26 +0000)]
Fix build on SunOS.

The fixes intended for SunPRO compilers apply to SunOS in general.

13 years agoRecent SunOS has OSS, so the OSS plugin is built.
hans [Wed, 14 Sep 2011 17:25:32 +0000 (17:25 +0000)]
Recent SunOS has OSS, so the OSS plugin is built.

13 years agoFix build on SunOS by overriding the check for C99.
hans [Wed, 14 Sep 2011 17:23:44 +0000 (17:23 +0000)]
Fix build on SunOS by overriding the check for C99.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 17:24:14 +0000 (17:24 +0000)]
Fix build on SunOS.

13 years agoFix check for texi2html to work with older texi2html versions.
hans [Wed, 14 Sep 2011 17:21:08 +0000 (17:21 +0000)]
Fix check for texi2html to work with older texi2html versions.
While at it, don't build the html documentation that isn't installed
anyway.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 17:19:18 +0000 (17:19 +0000)]
Fix build on SunOS.

13 years agoFix detection of builtin mpfr on SunOS.
hans [Wed, 14 Sep 2011 17:18:29 +0000 (17:18 +0000)]
Fix detection of builtin mpfr on SunOS.

13 years agoExplicitly depend on gmp>=4.3.2 and mpfr>=2.4.2.
hans [Wed, 14 Sep 2011 17:14:09 +0000 (17:14 +0000)]
Explicitly depend on gmp>=4.3.2 and mpfr>=2.4.2.

13 years agoRemove stupid test for Sun make from configure.
hans [Wed, 14 Sep 2011 17:12:18 +0000 (17:12 +0000)]
Remove stupid test for Sun make from configure.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 17:10:47 +0000 (17:10 +0000)]
Fix build on SunOS.

13 years agoNo more sunaudiodev in Python 3.1
hans [Wed, 14 Sep 2011 17:09:07 +0000 (17:09 +0000)]
No more sunaudiodev in Python 3.1

13 years agoTeach configure about SunOS 5.11, preventing some pyconfig.h weirdness.
hans [Wed, 14 Sep 2011 17:07:01 +0000 (17:07 +0000)]
Teach configure about SunOS 5.11, preventing some pyconfig.h weirdness.

13 years agoFix build on SunOS. Teach configure about SunOS 5.11, preventing some
hans [Wed, 14 Sep 2011 17:00:20 +0000 (17:00 +0000)]
Fix build on SunOS. Teach configure about SunOS 5.11, preventing some
pyconfig.h weirdness.

13 years agoRemove stupid make check from configure to fix build on SunOS.
hans [Wed, 14 Sep 2011 16:58:42 +0000 (16:58 +0000)]
Remove stupid make check from configure to fix build on SunOS.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 16:56:54 +0000 (16:56 +0000)]
Fix build on SunOS.

Disable gethostbyname_r since the version of SunOS is different from
what the code expects. Add a few libs.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 16:57:41 +0000 (16:57 +0000)]
Fix build on SunOS.

13 years agoAlways add -lresolv on SunOS when linking against this.
hans [Wed, 14 Sep 2011 16:52:19 +0000 (16:52 +0000)]
Always add -lresolv on SunOS when linking against this.

13 years agoMake default Ruby on Rails version to 3; currently 3.0.10.
taca [Wed, 14 Sep 2011 16:51:50 +0000 (16:51 +0000)]
Make default Ruby on Rails version to 3; currently 3.0.10.

13 years agoFix build with pkg-config as a host tool.
hans [Wed, 14 Sep 2011 16:50:47 +0000 (16:50 +0000)]
Fix build with pkg-config as a host tool.

13 years agoSwitch default Ruby's version to 1.9.x, currently 1.9.2.
taca [Wed, 14 Sep 2011 16:50:18 +0000 (16:50 +0000)]
Switch default Ruby's version to 1.9.x, currently 1.9.2.

13 years agoMake PHP's default version to 5.3.x.
taca [Wed, 14 Sep 2011 16:44:26 +0000 (16:44 +0000)]
Make PHP's default version to 5.3.x.

13 years agoDon't use LIBS=-lfl on SunOS, as this breaks configure. The lex library
hans [Wed, 14 Sep 2011 16:42:19 +0000 (16:42 +0000)]
Don't use LIBS=-lfl on SunOS, as this breaks configure. The lex library
was correctly detected by configure in my tests without it.

13 years agoDon't add -z text unconditionally to ld on SunOS. This make
hans [Wed, 14 Sep 2011 16:35:51 +0000 (16:35 +0000)]
Don't add -z text unconditionally to ld on SunOS. This make
-mimpure-text work again, which is needed for several packages that use
assembly optimizations.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 16:33:45 +0000 (16:33 +0000)]
Fix build on SunOS.

13 years agoFix detection of builtin gmp on SunOS.
hans [Wed, 14 Sep 2011 16:10:12 +0000 (16:10 +0000)]
Fix detection of builtin gmp on SunOS.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 16:08:08 +0000 (16:08 +0000)]
Fix build on SunOS.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 15:56:15 +0000 (15:56 +0000)]
Fix build on SunOS.

13 years agoFix libatomic_ops dependency to match the logic in Makefile.
hans [Wed, 14 Sep 2011 15:52:57 +0000 (15:52 +0000)]
Fix libatomic_ops dependency to match the logic in Makefile.

13 years agoMake this build again with native pkg-config by using ${AUTORECONF_ARGS}.
hans [Wed, 14 Sep 2011 15:49:47 +0000 (15:49 +0000)]
Make this build again with native pkg-config by using ${AUTORECONF_ARGS}.

13 years agoFix build on SunOS.
hans [Wed, 14 Sep 2011 15:46:49 +0000 (15:46 +0000)]
Fix build on SunOS.

13 years agoWhen building perl packages, never use native perl.
hans [Wed, 14 Sep 2011 15:41:36 +0000 (15:41 +0000)]
When building perl packages, never use native perl.

13 years agoWhen using native pkg-config, provide a variable with arguments for
hans [Wed, 14 Sep 2011 15:31:23 +0000 (15:31 +0000)]
When using native pkg-config, provide a variable with arguments for
autoreconf to include the native aclocal dir in its search path.
Packages using autoreconf need to be adapted to use this.

13 years agoUse more host tools on SunOS. Default to GNU tools when available.
hans [Wed, 14 Sep 2011 15:14:53 +0000 (15:14 +0000)]
Use more host tools on SunOS. Default to GNU tools when available.

13 years agoRepo copy files
repo-copy [Wed, 14 Sep 2011 14:11:08 +0000 (14:11 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Wed, 14 Sep 2011 14:11:07 +0000 (07:11 -0700)]
Fixup fromcvs/togit conversion

13 years agoNote update of graphics/ruby-chunky_png package to 1.2.3.
taca [Wed, 14 Sep 2011 12:23:04 +0000 (12:23 +0000)]
Note update of graphics/ruby-chunky_png package to 1.2.3.

13 years agoUpdate ruby-chunky_png package to 1.2.3.
taca [Wed, 14 Sep 2011 12:22:30 +0000 (12:22 +0000)]
Update ruby-chunky_png package to 1.2.3.

* Added data URL exporting.
* A few bug fixes.

13 years agoNote update of www/contao210-translations package to 20110914.
taca [Wed, 14 Sep 2011 12:11:26 +0000 (12:11 +0000)]
Note update of www/contao210-translations package to 20110914.

13 years agoUpdate contao210-translation package to 20110914.
taca [Wed, 14 Sep 2011 12:10:52 +0000 (12:10 +0000)]
Update contao210-translation package to 20110914.

Hungarian language files are updated.

13 years agoNote update of devel/ruby-inline package to 3.10.1 and
taca [Wed, 14 Sep 2011 12:00:40 +0000 (12:00 +0000)]
Note update of devel/ruby-inline package to 3.10.1 and
devel/ruby-loquacious package to 1.9.0.

13 years agoUpdate ruby-loquacious package to 1.9.0.
taca [Wed, 14 Sep 2011 11:59:36 +0000 (11:59 +0000)]
Update ruby-loquacious package to 1.9.0.

== 1.9.0 / 2011-09-13

Enhancements
- Iterator now skips Undefined values
- Method to convert Configuration objects to a hash [mcmire]

13 years agoUpdate ruby-inline package to 3.10.1.
taca [Wed, 14 Sep 2011 11:58:57 +0000 (11:58 +0000)]
Update ruby-inline package to 3.10.1.

=== 3.10.1 / 2011-09-13

* 1 bug fix:

  * Fix crap_for_windoze to use RbConfig for RUBY_SO_NAME. (jasonrickman)

13 years agoNoet update of www/typo3 package to 4.5.6.
taca [Wed, 14 Sep 2011 11:50:25 +0000 (11:50 +0000)]
Noet update of www/typo3 package to 4.5.6.

13 years agoUpdate typo3 package to 4.5.6.
taca [Wed, 14 Sep 2011 11:49:46 +0000 (11:49 +0000)]
Update typo3 package to 4.5.6.

Due to several security issues found in the TYPO3 Core, there was a
combined release of TYPO3 4.3.14, 4.4.11 and 4.5.6.

Find more details in the security bulletins:
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2011-002/
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2011-003/

Release Notes: http://wiki.typo3.org/wiki/TYPO3_4.5.6

13 years agoUpdated filesystems/tahoe-lafs to 1.8.3nb1
gdt [Wed, 14 Sep 2011 11:36:34 +0000 (11:36 +0000)]
Updated filesystems/tahoe-lafs to 1.8.3nb1

13 years ago* Release 1.8.3 (2011-09-13)
gdt [Wed, 14 Sep 2011 11:36:17 +0000 (11:36 +0000)]
* Release 1.8.3 (2011-09-13)

** Security-related Bugfix

 - Fix flaw that would allow a person who knows a storage index of a file to
   delete shares of that file (#1528).
 - Remove corner cases in mutable file bounds management which could expose
   extra lease info or old share data (from prior versions of the mutable
   file) if someone with write authority to that mutable file exercised these
   corner cases in a way that no actual Tahoe-LAFS client does. (Probably not
   exploitable.) (#1528).

13 years agovoid main
dholland [Wed, 14 Sep 2011 07:11:33 +0000 (07:11 +0000)]
void main

13 years agoNote update of www/apache22 pacakge to 2.2.21.
taca [Wed, 14 Sep 2011 07:11:04 +0000 (07:11 +0000)]
Note update of www/apache22 pacakge to 2.2.21.

13 years agoUpdate apahce22 package to 2.2.21.
taca [Wed, 14 Sep 2011 07:10:21 +0000 (07:10 +0000)]
Update apahce22 package to 2.2.21.

Quote from release announce:

   The Apache Software Foundation and the Apache HTTP Server Project are
   pleased to announce the release of version 2.2.21 of the Apache HTTP
   Server ("Apache").  This version of Apache is principally a security
   and bug fix release:

     * SECURITY: CVE-2011-3348 (cve.mitre.org)
       mod_proxy_ajp when combined with mod_proxy_balancer: Prevents
       unrecognized HTTP methods from marking ajp: balancer members
       in an error state, avoiding denial of service.

     * SECURITY: CVE-2011-3192 (cve.mitre.org)
       core: Further fixes to the handling of byte-range requests to use
       less memory, to avoid denial of service. This patch includes fixes
       to the patch introduced in release 2.2.20 for protocol compliance,
       as well as the MaxRanges directive.

   Note the further advisories on the state of CVE-2011-3192 will no longer
   be broadcast, but will be kept up to date at;

     http://httpd.apache.org/security/CVE-2011-3192.txt

   We consider this release to be the best version of Apache available, and
   encourage users of all prior versions to upgrade.

13 years agoFix some pkglint. There's quite a bit left, including a highly bogus
dholland [Wed, 14 Sep 2011 07:05:27 +0000 (07:05 +0000)]
Fix some pkglint. There's quite a bit left, including a highly bogus
"results" target that copies results into /tmp.

13 years agoFix compiling with Clang: Python's issue 11149
adam [Wed, 14 Sep 2011 06:59:54 +0000 (06:59 +0000)]
Fix compiling with Clang: Python's issue 11149

13 years agofix void main, use stdlib.h instead of casting malloc, etc.
dholland [Wed, 14 Sep 2011 06:58:35 +0000 (06:58 +0000)]
fix void main, use stdlib.h instead of casting malloc, etc.

13 years agoRepo copy files
repo-copy [Wed, 14 Sep 2011 01:43:58 +0000 (01:43 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Wed, 14 Sep 2011 01:43:57 +0000 (18:43 -0700)]
Fixup fromcvs/togit conversion

13 years agoUpdate ja-freewnn-{dict,lib,server,server-bin} to ja-freewnn-{lib,server} and update...
mef [Tue, 13 Sep 2011 22:39:03 +0000 (22:39 +0000)]
Update ja-freewnn-{dict,lib,server,server-bin} to ja-freewnn-{lib,server} and update kinput2.

13 years agoRepo copy files
repo-copy [Tue, 13 Sep 2011 21:53:44 +0000 (21:53 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Tue, 13 Sep 2011 21:53:43 +0000 (14:53 -0700)]
Fixup fromcvs/togit conversion

13 years agoUpdate to 0.21.1
cheusov [Tue, 13 Sep 2011 19:04:38 +0000 (19:04 +0000)]
Update to 0.21.1

  Target "errorcheck" ("configure") cannot work in parallel.

  Fix bug appeared in parallel builds (make -j).
     Thanks to Alexander Nasonov.

  Support for IRIX64 and Haiku was implemented.

  PDF presentation update

  Minor clean-ups

13 years ago Updated devel/scmgit* to 1.7.6.3 [gdt 2011-09-13]
gdt [Tue, 13 Sep 2011 17:59:53 +0000 (17:59 +0000)]
Updated devel/scmgit* to 1.7.6.3 [gdt 2011-09-13]

13 years agoUpdate to 1.7.6.3 from 1.7.6.1. Add backup googlecode MASTER_SITE due
gdt [Tue, 13 Sep 2011 17:58:58 +0000 (17:58 +0000)]
Update to 1.7.6.3 from 1.7.6.1.  Add backup googlecode MASTER_SITE due
to kernel.org issues.

1.7.6.3:

 * "git -c var=value subcmd" misparsed the custom configuration when
   value contained an equal sign.

 * "git fetch" had a major performance regression, wasting many
   needless cycles in a repository where there is no submodules
   present. This was especially bad, when there were many refs.

 * "git reflog $refname" did not default to the "show" subcommand as
   the documentation advertised the command to do.

 * "git reset" did not leave meaningful log message in the reflog.

 * "git status --ignored" did not show ignored items when there is no
   untracked items.

 * "git tag --contains $commit" was unnecessarily inefficient.

Also contains minor fixes and documentation updates.

1.7.6.2:

Junio C Hamano (3):
      whitespace: have SP on both sides of an assignment "="
      Revert "Merge branch 'cb/maint-quiet-push' into maint"
      Git 1.7.6.2

Pang Yan Han (1):
      update-ref: whitespace fix

Thomas Rast (1):
      Documentation: clarify effects of -- <path> arguments

13 years agoPR/39646 -- add AES patch, from
shattered [Tue, 13 Sep 2011 17:27:36 +0000 (17:27 +0000)]
PR/39646 -- add AES patch, from
http://people.freebsd.org/~tmclaugh/files/ssldump-aes.diff

13 years agoNote addition of textproc/ruby-json-utils version 1.6.0 package.
taca [Tue, 13 Sep 2011 15:22:52 +0000 (15:22 +0000)]
Note addition of textproc/ruby-json-utils version 1.6.0 package.

13 years agoAdd and enable ruby-json-utils.
taca [Tue, 13 Sep 2011 15:22:15 +0000 (15:22 +0000)]
Add and enable ruby-json-utils.

13 years agoImporting ruby-json-utils version 1.6.0 package.
taca [Tue, 13 Sep 2011 15:21:01 +0000 (15:21 +0000)]
Importing ruby-json-utils version 1.6.0 package.

This pacakge has separated from ruby-json-pure and it contains utilities
for handling JSON data.