Commit graph

193243 commits

Author SHA1 Message Date
tron
f3ebdec394 Correct directory name of "pulseaudio" package. 2012-11-03 09:08:51 +00:00
tron
23a6f6bbce Bump revision of the correct packages after "pulseaudio" update. 2012-11-03 09:04:10 +00:00
ryoon
ba686245a6 Recursive revbump from audio/pulseaudio 2.1 2012-11-03 01:58:32 +00:00
ryoon
69690b8d8d Updated audio/pulseaudio to 2.1 2012-11-03 01:57:44 +00:00
ryoon
2baa22c7f6 Update to 2.1
* Tested on NetBSD/i386 5.1, /i386 6.0, and /amd64 6.99.13
* Also tested on OpenIndiana/i386 151a7, but my environment lacks audio
  device, so I cannot check audio output
* Tested with multimedia/mplayer's -ao pulse option, works fine
* Add gm4 to USE_TOOLS for OpenIndiana build

Changelog:
Many changes. See http://www.freedesktop.org/wiki/Software/PulseAudio .
2012-11-03 01:54:55 +00:00
wiz
dfec5eca2b Updated devel/bison to 2.6.4 2012-11-03 01:02:34 +00:00
wiz
7fdd7d9286 Update to 2.6.4:
* Noteworthy changes in release 2.6.4 (2012-10-23) [stable]

  Bison 2.6.3's --version was incorrect.  This release fixes this issue.

* Noteworthy changes in release 2.6.3 (2012-10-22) [stable]

** Bug fixes

  Bugs and portability issues in the test suite have been fixed.

  Some errors in translations have been addressed, and --help now directs
  users to the appropriate place to report them.

  Stray Info files shipped by accident are removed.

  Incorrect definitions of YY_, issued by yacc.c when no parser header is
  generated, are removed.

  All the generated headers are self-contained.

** Header guards (yacc.c, glr.c, glr.cc)

  In order to avoid collisions, the header guards are now
  YY_<PREFIX>_<FILE>_INCLUDED, instead of merely <PREFIX>_<FILE>.
  For instance the header generated from

    %define api.prefix "calc"
    %defines "lib/parse.h"

  will use YY_CALC_LIB_PARSE_H_INCLUDED as guard.

** Fix compiler warnings in the generated parser (yacc.c, glr.c)

  The compilation of pure parsers (%define api.pure) can trigger GCC
  warnings such as:

    input.c: In function 'yyparse':
    input.c:1503:12: warning: 'yylval' may be used uninitialized in this
                              function [-Wmaybe-uninitialized]
       *++yyvsp = yylval;
                ^

  This is now fixed; pragmas to avoid these warnings are no longer needed.

  Warnings from clang ("equality comparison with extraneous parentheses" and
  "function declared 'noreturn' should not return") have also been
  addressed.
2012-11-03 01:02:23 +00:00
gdt
1bedb77d9b Updated ham/hamlib to 1.2.15.3 2012-11-02 23:55:17 +00:00
gdt
80a5f4d217 Update to 1.2.15.3.
Note that MAKE_JOBS_SAFE=no seems unnecessary.
Set LICENSE.

Version 1.2.15.3
	2012-11-01
	* Fix configure.ac so that rigctld/rotcld work on Win32 platform
	* Add NSIS script to build executable installer on Win32 platform
	* Remove unsupported commands on IC-756 (non-Pro model) from AK6I
	* Fix set_split in netrigctl.c to properly accept the split
		value.  TNX, N2ADR.
	* IC-R8500: Add RIG_LEVEL_AF to has_set_level.  TNX John, EI7IG
	* ADAT updates from Frank, DG1SBG, needed for stable operation.
2012-11-02 23:54:45 +00:00
joerg
9971f5e623 Fix destructor leak by goto usage. Bump revision. 2012-11-02 22:30:30 +00:00
joerg
781620270b Use hw.usermem64 when available to truncation to less than 4GB on 64bit
architectures. Honour data and address space limits on all BSDs.  Explicitly
limit the heap size during bootstrap to 256MB.  This fixes e.g. my bulk
build, which is run with an AS limit of 2GB.  Since hw.usermem would
tell the bootstrap JVM that > 3GB are available, initialisation would
fail.  Bump revision.
2012-11-02 22:28:54 +00:00
sbd
29d6d0767f Remove the addition on ${LOCALBASE}/lib rpath to ldflags as this is already
done by the buildlink system.
2012-11-02 22:24:08 +00:00
sbd
e855b085ab Move options from Makefile to options.mk and remove a duplicate .include of
mk/compiler.mk
2012-11-02 21:22:10 +00:00
asau
770e62e521 Updated lang/sbcl to 1.1.1 2012-11-02 20:59:45 +00:00
asau
323187bb59 Update to SBCL 1.1.1
changes in sbcl-1.1.1 relative to sbcl-1.1.0:
  * enhancement: WITH-COMPILATION-UNIT no longer grabs the world-lock.
    (COMPILE and COMPILE-FILE still do.)
  * optimization: the SPARC backend now supports the precise generational
    (GENCGC) garbage collection.  Enabled by default on Solaris/SPARC and
    Linux/SPARC.  Thanks to Raymond Toy (via CMUCL).
  * enhancement: add experimental support for the SB-THREAD feature and the
    timer facility on Windows.  Thanks to Dmitry Kalyanov and Anton Kovalenko.
    Threads are enabled by default, and this version of SBCL is considered
    to be the last and final release to officially support building with
    threads disabled.
  * optimization: The compiler no longer rotates loops in some cases where
    this transformation actually lead to worse code being generated.
  * bug fix: SB-CLTL2:MACROEXPAND-ALL correctly handles shadowing of
    symbol-macros by lexical bindings.
  * bug fix: stack allocation was prevented by high DEBUG declaration in
    several cases.
  * bug fix: SB-EXT:GC-LOGFILE signaled an error when no logfile was set.
    (thanks to SANO Masatoshi)
  * bug fix: PARSE-NATIVE-NAMESTRING performed non-native parsing when
    :JUNK-ALLOWED was true.
  * bug fix: type derivation inferred overly conservative types for
    unions of array types. (lp#1050768)
2012-11-02 20:59:07 +00:00
shattered
61ea2d4cbb Updated sysutils/webmin to 1.600 2012-11-02 19:03:30 +00:00
shattered
af5aa5c949 Update to 1.600. Closes PR/45066.
Too many changes to list here.
2012-11-02 19:02:50 +00:00
wiz
6280fd1454 Updated x11/xterm to 286 2012-11-02 16:07:33 +00:00
wiz
bfe92438c4 Update to 286:
285:
This release fixes two minor bugs, improves recovery from misconfigured
colors, and adds test scripts for building the FreeBSD port and
for demonstrating OSC 4 color-queries.
286:
This release fixes four bugs, chiefly a workaround for a bug in
GDM exposed by the change in patch #282 that identifies the window
manager. The other fixes add a check for misconfiguration of the
printerCommand resource and improve transformation of the manpage
to other formats.
2012-11-02 16:07:23 +00:00
wiz
84b0b09289 + Motif-2.3.4, Sigil-0.6.0, bison-2.6.4, cairo-1.12.6, calibre-0.9.5,
coreutils-8.20, cutter-1.2.2, ffmpeg-20121028.0.10.6, gramps3-3.4.2,
  gtkwave-3.3.41, horde-5.0.0, imp-6.0.0, ingo-3.0.0,
  kdevelop-4.4.0, kid3-2.2, kronolith-4.0.0,
  libtasn1-3.0, liferea-1.8.10, mono-3.0, ng-1.4.4 [pkg/47134],
  nginx-1.2.4, nut-18.3, opendkim-2.7.1, parallel-20121022,
  py-cairo-1.10.0, py-sip-4.14.1, py-urwid-1.1.0, rudiments-0.38,
  samba-3.6.9, spectrwm-2.1.0 [was scrotwm], stella-3.7.3,
  texmaker-3.5.1, turba-4.0.0, viewvc-1.1.17, vifm-0.7.4a,
  wine-devel-1.5.16, x264-devel-20121027, xterm-286.
2012-11-02 14:51:19 +00:00
wiz
f88ce8cecf Updated net/Transmission-gui to 2.73 2012-11-02 14:48:18 +00:00
wiz
12906b12eb Updated net/Transmission to 2.73 2012-11-02 14:48:07 +00:00
imil
6def9ea384 Added net/py-ptt version 1.9.0 2012-11-02 13:12:35 +00:00
imil
08132e3527 add & enable py-ptt 2012-11-02 13:10:04 +00:00
imil
f1ec25dc6c Initial import of py-ptt, version 1.9.0, into the NetBSD Packages Collection.
Python Twitter Tools (PTT) includes a Twitter API, command-line tool, and IRC
bot. It is developed by Mike Verdone and the Python Twitter Tools developer
team.

The Minimalist Twitter API for Python is a Python API for Twitter, everyone's
favorite Web 2.0 Facebook-style status updater for people on the go. Also
included is a twitter command-line tool for getting your friends' tweets and
setting your own tweet from the safety and security of your favorite shell.
Also included is an IRC bot that can announce Twitter updated to an IRC
channel.
2012-11-02 13:08:31 +00:00
sbd
fb5effd02b Move a hack from the Makefile to hacks.mk 2012-11-02 08:26:59 +00:00
sbd
701ac5adde Tidy-up the perl5-post-install commands.
(removing two missed references to PERL5_SCRIPTDIR and PERL5_MAN1DIR while at
it)
2012-11-02 08:18:50 +00:00
sbd
223b2e9333 Remove the unneeded lang/perl5/dirs.mk inclusion. 2012-11-02 07:55:31 +00:00
sbd
30ec25b653 Remove the uneeded PERL5_SCRIPTDIR and PERL5_MAN1DIR variables. 2012-11-02 07:36:24 +00:00
sbd
008f8f425a Remove the dynamic plist additions and add the two files to the static PLIST 2012-11-02 07:29:30 +00:00
wiz
574015485e Updated devel/mercurial to 2.4 2012-11-02 01:46:17 +00:00
wiz
ec28fc7b5c Update to 2.4:
Mercurial 2.4 (2012-11-1)
This is a regularly-scheduled feature release.

1.1. Core features
    amend: support for ChangesetEvolution if enabled
    bookmarks: deactivate current bookmark if no name is given
    bookmarks: teach the -r option to use revsets
    bookmarks: disallow bookmarks named 'tip', '.', or 'null'
    clone: substantial speedup to clone on repo with a lots of heads (issue3378)
    clone: activate bookmark specified with --updaterev
    clone: update to @ bookmark if it exists
    log: substantial speedup for untracked files (issue1340)
    revsets: add branchpoint() function
    resolve: commit the changes after each item resolve (issue3638)
    subrepo, hghave: use "svn --version --quiet" to determine version number
    subrepo: setting LC_MESSAGES only works if LC_ALL is empty or unset
    templatefilters: add parameterized date method
    templatefilters: add parameterized fill function
    templatefilters: avoid traceback caused by bogus date input (issue3344)
    templatekw: add p1rev, p1node, p2rev, p2node keywords
    templatekw: add parent1, parent1node, parent2, parent2node keywords
    templater: abort when a template filter raises an exception (issue2987)
    templater: add if/ifeq conditionals
    templater: add sub() function
    templating: make new-style templating features work with command line lists
    bookmarks: take ChangesetEvolution into account when updating (issue3561)
    speedup various operation related to ChangesetEvolution
    add detection of changeset bumped by ChangesetEvolution

1.2. Extension features
    color: add additional changeset.phase label to log.changeset and log.parent
    color: enabled color support for export command (issue1507)
    color: support for all grep fields
    contrib: add a commit synthesizer for reproducing scaling problems
    histedit: refuse to edit public changeset
    histedit: replaces patching logic by merges
    histedit: support for ChangesetEvolution if enabled
    largefiles: always create the cache and standin directories when cloning
    largefiles: distinguish "no remote repo" from "no files to upload" (issue3651)
    largefiles: fix a traceback in lfconvert if a largefile is missing (issue3519)
    mq: improve qqueue message with patches applied (issue3036)
    mq: update bookmarks during qrefresh
    notify: support revset selection for subscriptions
    rebase: support for ChangesetEvolution if enabled
    record: checks for valid username before starting recording process (issue3456)
    record: fix display of non-ASCII names in chunk selection

1.3. Fixes
    amend: fix incompatibity between logfile and message option (issue3675)
    amend: wrap all commit operations in a single transaction
    bookmarks: abort when incompatible options are used (issue3663)
    bookmarks: avoid redundant creation/assignment of "validdests" in "validdest()"
    bookmarks: check bookmark format during rename (issue3662)
    bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
    bookmark: prevent crashing when a successor is unknown locally (issue3680)
    clone: activate @ bookmark if updating to it
    clone: don't %-escape the default destination (issue3145)
    clone: make sure to use "@" as bookmark and "default" as branch (issue3677) (BC)
    clone: print bookmark name when clone activates a bookmark
    commands: don't infer repo for commands like update (issue2748)
    convert: normalize paths in filemaps (issue3612)
    dirstate: handle large dates and times with masking (issue2608)
    dirstate: handle dangling junctions on windows (issue2579)
    filemerge: use util.shellquote when calling merge (issue3581)
    hgweb: make the escape filter remove null characters (issue2567)
    http2: make it possible to connect w/o ssl on port 443
    icasefs: make case-folding collision detection as deletion aware (issue3648)
    largefiles: don't copy largefiles from working dir to the store while converting
    largefiles: respect the rev when reading standins in copytostore() (issue3630)
    largefiles: use 'default' instead of 'default-push' when pulling (issue3584)
    mq: fix qrefresh case sensitivity (issue3271)
    patchbomb: respect --in-reply-to for all mails if no intro message is sent
    remove: don't return error on directories with tracked files
    revset: accept @ in unquoted symbols (issue3686)
    scmutil: add mustaudit delegation to filtervfs (issue3673)
    subrepo: only do clean update when overwrite is set (issue3276)
    subrepo: subrepo isolation, pass baseui when cloning a new subrepo (issue2904)
    update: check for missing files with --check (issue3595) (BC)
    url: use open and not url.open for local files (issue3624)
    verify: fix all doubled-slash sites (issue3665)
    wireproto: fix pushkey hook failure and output on remote http repo
2012-11-02 01:46:05 +00:00
sbd
fd336ecaae Set ONLY_FOR_PLATFORM based on the _ONLY_FOR_PLATFORM for each accepted JVM. 2012-11-02 00:48:03 +00:00
joerg
2742876bd7 It is really a lot more likely that 4.6.0 is meant here... 2012-11-01 20:05:17 +00:00
joerg
0230b9a899 Add missing return values. 2012-11-01 19:53:04 +00:00
joerg
4a95f27965 Fix inline usage. 2012-11-01 19:52:47 +00:00
joerg
7637590099 Don't use nested functions. Bump revisions. 2012-11-01 19:52:03 +00:00
joerg
1a08537d14 Fix inline usage. Add missing return values. 2012-11-01 19:50:59 +00:00
joerg
e3e4939003 Add some void love. Reduce number of missing prototypes. 2012-11-01 19:49:32 +00:00
joerg
e4e8362726 Fix inline usage. 2012-11-01 19:47:17 +00:00
joerg
eed66ac759 Ensure consistent ABI attributes for ppc_init_physical_memory. Bump
revision.
2012-11-01 19:45:12 +00:00
joerg
d30728755e Welcome the void. 2012-11-01 19:44:16 +00:00
joerg
73f905e415 Fix missing return value. Add a missing include. 2012-11-01 19:43:42 +00:00
joerg
7e21a144bb Fix inline misuse. 2012-11-01 19:42:01 +00:00
joerg
d0d95e8ab0 ISO says that main shall not be void. 2012-11-01 19:40:08 +00:00
joerg
30da90e5bf Fix xfree return type. Add some missing includes. 2012-11-01 19:39:31 +00:00
joerg
6cf517018b Fix C99 inline usage. 2012-11-01 19:35:20 +00:00
joerg
2814a261d9 Deference iterator before printing it. 2012-11-01 19:34:15 +00:00
joerg
bbad3e39ec Add missing return value. 2012-11-01 19:33:19 +00:00
joerg
d7aec867fe Don't order function pointers directly. Don't use non-literals as format
strings. Fix return type of intermediate used for return value of
wcrtomb.
2012-11-01 19:32:44 +00:00