Commit graph

171835 commits

Author SHA1 Message Date
minskim
6975d9b7f9 Add ruby-fast-stemmer. 2011-05-23 02:58:20 +00:00
minskim
75b7ff3b12 Import ruby19-fast-stemmer-1.0.0 as textproc/ruby-fast-stemmer.
Fast-stemmer is simply a wrapping around multithreaded Porter stemming
algorithm.
2011-05-23 02:56:56 +00:00
tron
a07f34ec5a Note update of the "apache22" package to version 2.2.19. 2011-05-22 22:55:06 +00:00
tron
24571257eb Update "apache22" package to version 2.2.19. Changes since version 2.2.18:
- Revert ABI breakage in 2.2.18 caused by the function signature change
  of ap_unescape_url_keep2f().  This release restores the signature from
  2.2.17 and prior, and introduces ap_unescape_url_keep2f_ex().
  [Eric Covener]
2011-05-22 22:54:50 +00:00
tron
f955ea1306 Note update of the "apr-util" package to version 1.3.12. 2011-05-22 22:47:31 +00:00
tron
8c13b37b51 Update "apr-util" package to version 1.3.12. Changes since version 1.3.11:
- apr_ldap: Fix crash because of NULL cleanup registered by
  apr_ldap_rebind_init(). [Rainer Jung]
2011-05-22 22:47:19 +00:00
tron
b614b24823 Note update of the "apr" package to version 1.4.5. 2011-05-22 22:41:14 +00:00
abs
bead612452 When reporting packages detected by BSDpkg indicate them as 'BSDpkg' by
default, and 'pkgsrc' if appropriate
2011-05-22 22:41:09 +00:00
tron
218dd7c5bc Update "apr" package to version 1.4.5. Change since version 1.4.4:
- Security: CVE-2011-1928
  apr_fnmatch(): Fix high CPU loop. [William Rowe]
- Fix top_builddir in installed apr_rules.mk. [Bojan Smojver]

Please note the fix for CVE-2011-1928 was previously already integrated
as a patch.
2011-05-22 22:41:00 +00:00
ryoon
08a796f89c Fix typo in filename. 2011-05-22 20:55:31 +00:00
dholland
66e1f4b477 Fix makefile provided by patch-ai to work properly with make -j. 2011-05-22 19:17:57 +00:00
dholland
4a0702d6dd Fix assorted build problems. Should close PR 42081. While here, add at
least minimal comments to all patches and tidy up some (but by no
means all) pkglint.

I have no idea if this works. It spews warnings about "packed", which
lead me to suspect it may not run correctly, but I don't have the
facilities to test it. It does, however, now build ok on LP64 and if
someone can test it may be reasonable to remove the restriction on that.
2011-05-22 19:11:42 +00:00
wiz
f3cfffc667 + ImageMagick-6.7.0.0, akonadi-1.5.80, aria2-1.11.2, awesome-3.4.10,
dcc-1.3.140, dmenu-4.3.1, knights-2.3.2, nut-16.12,
  p5-PerlMagick-6.7.0.0, parallel-20110522, pkg-config-0.26,
  py-sip-4.12.3, startup-notification-0.12, warzone2100-2.3.8,
  x264-devel-20110521.
2011-05-22 15:53:04 +00:00
cheusov
0a2a5e7119 Fix two pkglint warnings: LICENCE line position, comment in patch 2011-05-22 15:23:31 +00:00
alnsn
348080733c Updated devel/cmph to 1.1 2011-05-22 11:35:29 +00:00
alnsn
a1348b752f Update devel/cmph to 1.1 and add a support for the "test" target.
News for version 1.1

  Fixed a bug in the chd_pc algorithm and reorganized tests.
2011-05-22 11:33:31 +00:00
minskim
7381b98d43 Add ruby-liquid. 2011-05-22 05:57:11 +00:00
minskim
c6dbaed805 Import ruby19-liquid-2.2.2 as www/ruby-liquid.
Liquid is a Ruby library for rendering safe templates which cannot
affect the security of the server they are rendered on.
2011-05-22 05:55:57 +00:00
adam
c26c2c4b3a Updated devel/scmgit to 1.7.5.2 2011-05-21 17:26:49 +00:00
adam
1fcbc94927 Changes 1.7.5.2:
* "git add -p" did not work correctly when a hunk is split and then
  one of them was given to the editor.
* "git add -u" did not resolve a conflict where our history deleted and
  their history modified the same file, and the working tree resolved to
  keep a file.
* "git cvsimport" did not know that CVSNT stores its password file in a
  location different from the traditional CVS.
* "git diff-files" did not show the mode information from the working
  tree side of an unmerged path correctly.
* "git diff -M --cached" used to use unmerged path as a possible rename
  source candidate, which made no sense.
* The option name parser in "git fast-import" used prefix matches for
  some options where it shouldn't, and accepted non-existent options,
  e.g. "--relative-marksmith" or "--forceps".
* "git format-patch" did not quote RFC822 special characters in the
  email address (e.g From: Junio C. Hamano <jch@example.com>, not
  From: "Junio C. Hamano" <jch@example.com>).
* "git format-patch" when run with "--quiet" option used to produce a
  nonsense result that consists of alternating empty output.
* In "git merge", per-branch branch.<name>.mergeoptions configuration
  variables did not override the fallback default merge.<option>
  configuration variables such as merge.ff, merge.log, etc.
* "git merge-one-file" did not honor GIT_WORK_TREE settings when
  handling a "both sides added, differently" conflict.
* "git mergetool" did not handle conflicted submoudules gracefully.
* "git-p4" (in contrib) used a wrong base image while merge a file that
  was added on both branches differently.
* "git rebase -i -p" failed to preserve the history when there is a
  redundant merge created with the --no-ff option.
2011-05-21 17:25:13 +00:00
wiz
a7ce1993d2 Updated x11/xvidcap to 1.1.3nb12 2011-05-21 17:23:36 +00:00
wiz
b552fa4072 Bump PKGREVISION for png-1.5 fix. 2011-05-21 17:23:28 +00:00
wiz
4658246616 Fix build with png-1.5; I'm not sure this will work, but at least it builds
now.
2011-05-21 17:23:10 +00:00
wiz
3eeff379fa Update severely outdated documentation about dependencies.
Inspired by patch from Francois Tigeot on pkgsrc-wip-discuss.
2011-05-21 16:39:03 +00:00
wiz
0e1c0ac9a6 Updated audio/pulseaudio to 0.9.21nb9 2011-05-21 15:33:24 +00:00
wiz
304259db12 Bump PKGREVISION for new patch. 2011-05-21 15:33:11 +00:00
wiz
6a630094d0 Add comments to most patches.
Also add a patch by drochner:
pthread_key_create returns 0 on success; return values on failure are
not defined.

Remaining patches without comments:
patch-ab: adding an ifdef notyet in src/daemon/main.c
patch-a{c,e}: --start -> -D (no idea why)
patch-af: allow some Linux-only code also on NetBSD
2011-05-21 15:32:59 +00:00
wiz
f85ac1e0c7 Updated audio/taglib to 1.7 2011-05-21 15:14:02 +00:00
wiz
4f1c0d0836 Update to 1.7.
Manually increase shlib minor in CMake files since upstream
didn't react to my question why it went down with this release.

TagLib 1.7 (Mar 11, 2011)
=========================

1.7:

 * Fixed memory leaks in the FLAC file format parser.
 * Fixed bitrate calculation for WAV files.

1.7 RC1:

 * Support for reading/writing tags from Monkey's Audio files. (BUG:210404)
 * Support for reading/writing embedded pictures from WMA files.
 * Support for reading/writing embedded pictures from FLAC files (BUG:218696).
 * Implemented APE::Tag::isEmpty() to check for all APE tags, not just the
   basic ones.
 * Added reading of WAV audio length. (BUG:116033)
 * Exposed FLAC MD5 signature of the uncompressed audio stream via
   FLAC::Properties::signature(). (BUG:160172)
 * Added function ByteVector::toHex() for hex-encoding of byte vectors.
 * WavPack reader now tries to get the audio length by finding the final
   block, if the header doesn't have the information. (BUG:258016)
 * Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007)
 * Fixed writing of RIFF files with even chunk sizes. (BUG:243954)
 * Fixed compilation on MSVC 2010.
 * Removed support for building using autoconf/automake.
 * API docs can be now built using "make docs".
2011-05-21 15:13:20 +00:00
wiz
2bdf71498a Updated misc/calibre to 0.8.2 2011-05-21 15:08:17 +00:00
wiz
0471c1f088 Update to 0.8.2 provided by Rhialto in PR 44868.
Changes since 0.6.x: many too many to list here.
Now comes with its own store.
2011-05-21 15:07:48 +00:00
obache
5ac7a7a863 * note "used by" comments.
* marked as uer-destdir installation support.
2011-05-21 12:09:35 +00:00
obache
e530d65aa6 Drop LICENSE=gnu-gpl-v2.
This package contains libffi and libgc, other LICENSEs.

then also CONFLICTS with devel/libffi and lib/boehm-gc.
2011-05-21 11:59:53 +00:00
wiz
07f9442990 + bzr-2.3.3, calibre-0.8.1, feh-1.14.1, horde-4.0.3, kronolith-3.0.3,
nut-16.11, opera-11.11, phpmyadmin-3.4.1, tea-29.0.3.
2011-05-21 09:14:02 +00:00
wiz
f68a9439da Finish ap-geoip2 move. 2011-05-21 09:07:42 +00:00
wiz
3f05e94fa0 Do not use DESCR_SRC, the readme job doesn't handle it well and it's not
even a dynamic description.
2011-05-21 09:07:04 +00:00
obache
07a2d802a7 * set LICENSE=gnu-gpl-v2
* marked as user-destdir installation support.
2011-05-21 09:05:26 +00:00
obache
9bed02d42e * set LICENSE=gnu-gpl-v2
* add user-destdir installation support.
2011-05-21 08:35:25 +00:00
obache
0ec7ed272e * build fixes, libpng-1.5, and others.
* set LICENSE
* add user-destdir installation support.
2011-05-21 08:18:16 +00:00
obache
8cb40d011a Add user-destdir installation support. 2011-05-21 05:56:08 +00:00
dholland
0f3527f52f alephone (how do you call for more beer? with the ale phone!) 2011-05-21 05:27:29 +00:00
dholland
85b6ce0f70 Update DESCR to fix outdated urls. From PR 44906 by Tim Larson.
Bump PKGREVISION so binary packages will update.
2011-05-21 05:22:17 +00:00
obache
44abace2fe Add destdir installation support. 2011-05-21 04:17:44 +00:00
minskim
2e0a362382 Note update of emacs-snapshot. 2011-05-20 22:57:08 +00:00
minskim
e12b3f63b7 Update emacs-snapshot to 24.0.50.20110520.
Changes:
- Fix some integer overflow issues, such as string length overflow.
- Fix handling of break-hardlink-on-save with non-existent files.
- Common Lisp indentation improvements on defmethod and lambda-lists.
2011-05-20 22:56:39 +00:00
dmcmahill
e079120805 add a missing /lib to the prefix to be able to find -lGraphicsMagick 2011-05-20 22:06:31 +00:00
bouyer
259eb18a82 Updated sysutils/xentools33 to 3.3.2nb8
Updated sysutils/xentools41 to 4.1.0nb5
2011-05-20 17:10:19 +00:00
bouyer
6b999e0781 Add a patch which fixes 2 problems:
- use the correct way to get the size of a disk device or partition (from
  haad@NetBSD.org)
- if given a block device, use the character device instead (the block device
  is already in use by the backend driver).

With this I could succeffully boot a HVMPV FreeBSD kernel using a phy:
virtual disk.
2011-05-20 17:09:21 +00:00
wiz
23766b97d1 Remove reference to REPLACE_PYTHON -- this file doesn't support it
(look in lang/python/application.mk). Noticed by Rhialto in PR 44868.
2011-05-20 15:02:27 +00:00
obache
ef61e90e5c rearrange Makefile fragments so that entries will be in right order. 2011-05-20 11:35:50 +00:00