Commit graph

185856 commits

Author SHA1 Message Date
agc
7845cecfb7 Note addition of devel/mad-flute-1.7 2012-05-02 04:45:11 +00:00
agc
034ec443fc Add and enable mad-flute 2012-05-02 04:44:09 +00:00
agc
0c168221c7 Initial import of mad-flute-1.7 into the packages collection
MAD project implemented two protocols designed for reliable content
	delivery.  File Delivery over Unidirectional Transport (FLUTE) is a
	protocol for the unidirectional delivery of files over the Internet,
	which is particularly suited to multicast networks.  FLUTE builds on
	Asyncronous Layered Coding (ALC), the base protocol designed for
	massively scalable multicast distribution.  Asynchronous Layered
	Coding combines the Layered Coding Transport (LCT) building block, a
	multiple rate congestion control building block and the Forward Error
	Correction (FEC) building block to provide congestion controlled
	reliable asynchronous delivery of content to an unlimited number of
	concurrent receivers from a single sender.

	MAD-ALCLIB library is an implementation of the ALC/LCT protocol, along
	with the RLC congestion control protocol and Compact No-Code, Simple
	XOR and Reed-Solomon FEC schemes.  Session Description Protocol (SDP)
	can be used to describe FLUTE sessions.  MAD-SDPLIB library is an
	implementation of "SDP Descriptors for FLUTE" Internet-Draft.
	MAD-FLUTELIB is an implementation of the FLUTE protocol, and it builds
	on MAD-ALCLIB and MAD-SDPLIB libraries.  MAD-FLUTE is a multicast file
	transfer tool build on the above mentioned libraries.
2012-05-02 04:43:11 +00:00
obache
64fffc13af Pass --enable-Bsymbolic=auto, or default value is "yes" and result in
configure faiure if -Bsymbolic-functions is not supported by `ld'.
2012-05-02 02:11:33 +00:00
yyamano
c26f4b412b Updated lang/scala to 2.9.2. 2012-05-01 22:27:30 +00:00
yyamano
c787bf4105 Update to Scala 2.9.2.
Scala 2.9.2 addresses several bugs, and introduces additional improvements. Here's a list of the issues that have been fixed since 2.9.1-1:

c9e254ec27 	Backport fix for SI-4545, SI-5633.
11cb359863 	Document regex replacement strings behavior.
125b5037c8 	Fix for a bug in CharArrayReader which made tri...
a26dd939b8 	Revert attempt to limit private types in lubs.
3cfbfa3d0e 	Fixes SI-5380: non-local return of try expression (cherry picked from commit 02e260a8e67e2b2b6f876aafe76cd61248a89374)
1864e6d1c1 	Add test case for SI-4835 (https://issues.scala-lang.org/browse/SI-4835)
841f074e2b 	Fixed SI-4835 (https://issues.scala-lang.org/browse/SI-4835).
da794bb4ee 	Fixes NPE using iterator with an XML attribute ...
b783e17319 	Fix various InnerClasses bugs.
28be69e263 	Close file descriptor leak in sys.process.
2e66a13e26 	fixes SI-5506. better cps type propagation for polymorphic and multi-argument list methods.
9c3cbde0fd 	Fix for error printing regression.
e1810d1e88 	Migration message and version cleanup
b57f68f34e 	Improve description of flatten, flatMap
0fcc5ce9c5 	Explain Function1 vs PartialFunction
634382969a 	Fixes SI-4507.
d1870c2162 	Fixes to javascript in Scaladoc, contributed by...
f4dec8a8af 	Scaladoc now hides members with @bridge annotat...
4f6cd102de 	Improves the usability of Scaladoc when images ...
1fb3760f96 	Minor changes to the Scaladoc stylesheets, as s...
be067ac8de 	Scaladoc shouldn't drop type arguments to alias...
e54aa8c7bf 	Fixes SI-4641 again.
2701d7fa47 	Backported commit 7a99c03da1d31ac5950eecb30f422f43c5e3d04e from master

Scala 2.9.1-1 fixes a critical Java-Scala interoperability issue that arose in 2.9.1. Here is the change list:

Don't mark mixed-in methods as bridges.
Add SYNTHETIC flag for BRIDGE methods.
Update build for publishing to sonatype OSSRH
2012-05-01 22:22:01 +00:00
adam
721585bd81 Pass OBJC to configure script 2012-05-01 19:04:06 +00:00
adam
1e1a643521 Updated devel/glib2;sysutils/gio-fam to 2.32.2 2012-05-01 18:57:11 +00:00
adam
9c0c531b18 Fix building with Clang 2012-05-01 18:47:01 +00:00
adam
a1389d0a96 Changes 2.32.2:
* GApplication: can now have a NULL application ID
* g_clear_object: fix warnings when using it on C++ (due to lack of
  ability to implicitly cast void*)
* GDBus:
 - add our own implementation of the message bus for use on Windows only
 - fix up a few bugs that use of this bus uncovered in GDBus
 - escape nonce files in dbus addressess (think 'c:\')
 - support initial underscores in dbus codegen namespace (for private)
* Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
* make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
* GAppInfo: overwrite the DISPLAY only if it is set in the launch context
* glib/tests/date: force US locale running the GDateTime tests
* GSocketControlMessage: Don't warn about unknown messages
* Resources:
 - fix broken use of GVDB on big endian machines
 - set a 'display name' so that pretty file names appear in Gtk CSS
   warning messages
* GMainContext:
 - block child sources when blocking the parent
 - introduce more testcases for child sources
* Translations updates:
 Brazilian Portuguese
 French
 Galician
 Italian
 Lithuanian
 Polish
 Polish
 Serbian
 Simplified Chinese
 Spanish
* Bug fixed:
 619026 avoid warning in gutils.h when using gcc with -Wconversion
 669260 Open/Save dialog hangs waiting for data with libsoup
 671249 GApplication: Allow a null application_id?
 672786 goa-daemon: action in notification doesn't work
 673409 g_resource_lookup_data may return stale data pointer
 674172 glib-2.32.1 misdetects GNUstep as Cocoa
 674345 cssprovider: Make sure to print out file name in css warnings
 674483 broken configure results when cross-compiling with gcc >= 4.5
2012-05-01 18:45:51 +00:00
gls
7492f79ff2 Updated graphics/feh to 2.5 2012-05-01 14:59:29 +00:00
gls
74009d49cf Update graphics/feh to 2.5.
pkgsrc changes
--------------

Don't mess with CFLAGS. I can't remember why that was even necessary, and it
breaks the Linux build.

Should fix PR pkg/46390.

upstream changes
----------------

* Add R, * and / bindings for keypad begin, keypad * and keypad /
* Try to convert unloadable files with imagemagick for up to 5 seconds
* Add --magick-timeout option to set imagemagick conversion timeout or disable
it altogether
* Clean up temporary / to-delete files when receiving SIG{INT,TERM,QUIT}
* Do not scroll past image borders when using key bindings
* --loadable / --unloadable: indicate result in exit status
2012-05-01 14:58:46 +00:00
tron
8d97824976 Fix build under Mac OS X. 2012-05-01 07:13:37 +00:00
tron
812b339479 Note update of the "glib2" package to version 2.32.1nb1. 2012-05-01 07:06:20 +00:00
tron
52545935f7 Only depend on "libelf" on platforms that actually use ELF as their
binary format. Bump package revision because of this dependence change.
2012-05-01 07:05:59 +00:00
obache
3d3b5eaaf9 Updated net/mikutter to 0.1.0.772 2012-05-01 06:51:21 +00:00
obache
89300212e2 Update mikutter to 0.1.0.772.
(switched to use system oauth module again).

bug fixes.
2012-05-01 06:50:52 +00:00
obache
2e38b2b0c2 disable-more-warnings for gcc<4.2, or gcc>=4.2 specific -Werr=XXX flags will be
used unconditionally and result in build failure.
2012-05-01 05:35:04 +00:00
obache
8408ef82a8 disable-more-warnings for gcc<4.2, or gcc>=4.2 specific -Werr=XXX flags will be
used uncoditionally and result in build failure.
2012-05-01 04:54:03 +00:00
taca
ca06fcb5d6 Note update of bind packages:
net/bind99	9.9.0nb1
	net/bind98	9.8.2nb1
	net/bind97	9.7.5nb1
	net/bind96	9.6.3.1.ESV.6nb1
2012-05-01 02:51:13 +00:00
taca
46c787c346 Add fix to a race condition in the resolver code that can cause a recursive
nameserver: <https://kb.isc.org/article/AA-00664>.

Bump PKGREVISION.
2012-05-01 02:47:52 +00:00
dholland
1bcba58166 Add note pointing to emulators/b-em/hacks.mk for next time. 2012-04-30 22:11:19 +00:00
dholland
de341bf0f2 Update hack for new automake version. 2012-04-30 21:54:59 +00:00
drochner
ee4c448a08 mention updates 2012-04-30 14:32:30 +00:00
drochner
7231872473 update to 1.32.1
This is a new major release.
2012-04-30 14:28:57 +00:00
drochner
466ed49dfd update to 3.4.1
This is a new major release.
2012-04-30 14:26:38 +00:00
drochner
5cb3fa5999 update to 0.6.5
change: minor bugfix
2012-04-30 14:25:06 +00:00
drochner
c4461833ef update to 2.38.1
This is a new major release.
2012-04-30 14:22:36 +00:00
drochner
3b0711fdf3 update to 2.32.1
This is a new major release, corresponding to glib2-2.32
2012-04-30 14:21:03 +00:00
drochner
600606c831 update to 2.36.1
This is a new major release.
2012-04-30 14:17:12 +00:00
drochner
95ed6700a3 sync w/ base pkg 2012-04-30 14:13:39 +00:00
drochner
fe4c23f8a7 update to 2.26.1
This is a new major release tree.
2012-04-30 14:12:05 +00:00
drochner
d7c58159a8 update to 1.30.0
changes:
-bugfixes
-documentation fixes
2012-04-30 14:06:02 +00:00
gdt
27f9f12bff Updated pkgtools/pkg_rolling-replace to 0.24.1 2012-04-30 14:00:00 +00:00
gdt
99245398e1 Use " for PKGNAME_REQUIRED, so that ${pkg} is expanded.
Resolves at least some issues with finding the right pyNN-foo, when
replacing packages that don't match PYTHON_VERSION_DEFAULT.

(This was a stray change in my tree not committed for a while, but
it's been working ok.)

Now 0.24.1.
2012-04-30 13:59:38 +00:00
drochner
e9f2f38ee4 needs glib2>=2.32 2012-04-30 13:57:02 +00:00
drochner
508de02cde update to 2.32.1
This is the new major tree, needed for a number of Gnome pkgs.
The optional "kqueue" patch isn't ready yet, so the "kqueue" option
does not work atm.
2012-04-30 13:53:48 +00:00
obache
d50194ac0b Only available on MASTER_SITE_MOZILLA_ALL. 2012-04-30 09:54:03 +00:00
sbd
963298674e Disable GC_register_my_thread and GC_unregister_my_thread on NetBSD as
the version of boehm-gc bundled with gcc does not support NetBSD threads.
2012-04-30 09:12:28 +00:00
obache
28b695761f Add dm-download02.mozilla.org to MASTER_SITE_MOZILLA_ALL. 2012-04-30 09:10:06 +00:00
shattered
bc2c0b2f81 Add x11 and sdl options (sdl does not work yet). 2012-04-30 08:26:41 +00:00
dholland
9fef8a0895 My stuff from this past weekend. 2012-04-30 08:09:13 +00:00
sbd
376465f23e Updated x11/xorg-cf-files to 1.0.4nb4 2012-04-30 07:26:19 +00:00
sbd
289bdc25b6 The changes to patch-ai in rev1.3 need the PKGREVISION to be bumped. 2012-04-30 07:26:08 +00:00
sbd
60737dcdb2 Remove gcc-go from PKG_SUGGESTED_OPTIONS as it seems to have some build
problems.
2012-04-30 04:17:39 +00:00
dholland
9bbe402758 Bump PKGREVISION for previous. 2012-04-30 04:02:34 +00:00
dholland
e7818bdf55 DESTDIR support. Fix problems building the database. 2012-04-30 04:01:08 +00:00
jnemeth
417e59be4d Updated comms/asterisk16 to 1.6.2.24 2012-04-30 03:19:49 +00:00
jnemeth
be535d88a2 Update to Asterisk 1.6.2.24. This fixes AST-2012-004 and AST-2012-005.
The 1.6.2 series went End of Life on April 21st 2012, so this was
the last update.  This package will be deleted in the not too
distnat future.

The Asterisk Development Team has announced security releases for
Asterisk 1.6.2 , 1.8, and 10. The available security releases are
released as versions 1.6.2.24, 1.8.11.1, and 10.3.1.

The release of Asterisk 1.6.2.24, 1.8.11.1, and 10.3.1 resolve the
following two issues:

 * A permission escalation vulnerability in Asterisk Manager
   Interface.  This would potentially allow remote authenticated
   users the ability to execute commands on the system shell with
   the privileges of the user running the Asterisk application.

 * A heap overflow vulnerability in the Skinny Channel driver.
   The keypad button message event failed to check the length of
   a fixed length buffer before appending a received digit to the
   end of that buffer.  A remote authenticated user could send
   sufficient keypad button message events that th e buffer would
   be overrun.

These issues and their resolution are described in the security
advisories.

For more information about the details of these vulnerabilities,
please read security advisories AST-2012-004, AST-2012-005, and
AST-2012-006, which were released at the same time as this
announcement.

For a full list of changes in the current releases, please see the
ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1.6.2.24

The security advisories are available at:

 * http://downloads.asterisk.org/pub/security/AST-2012-004.pdf
 * http://downloads.asterisk.org/pub/security/AST-2012-005.pdf

Thank you for your continued support of Asterisk!
2012-04-30 03:19:40 +00:00
dholland
1d1448e28f Switch the qt4 option on by default, as it turns out it works and (to
my surprise) doesn't require PLIST additions. Ride the update as it was
less than an hour ago.
2012-04-30 02:54:28 +00:00