Commit graph

181844 commits

Author SHA1 Message Date
obache
d7391b4bb0 Using dlopen unconditionally, so include mk/dlopen.buildlink3.mk and
kill -ldl if it is not found.
2012-02-04 10:24:37 +00:00
taca
32fe9423c3 Move RUBY_DISTNAME definition back to rubyversion.mk from Makefile.common.
Some extension might need Ruby's distribution files.
2012-02-04 09:43:32 +00:00
sbd
b88498ae14 Add SET_LIBDIR=yes 2012-02-04 09:31:57 +00:00
sbd
a7467007f3 Fix Linux build. 2012-02-04 09:26:10 +00:00
sbd
a0a8301ddc Add a cast to a strrchr call. 2012-02-04 07:53:26 +00:00
sbd
ea3bfa0569 $NetBSD$
--- src/Util.cpp.orig	2005-04-17 10:58:09.000000000 +0000
+++ src/Util.cpp
@@ -288,7 +288,7 @@ Util :: fileAddDate ( const char * str )
     strftime( strdate, 128, "[%m-%d-%Y-%H-%M-%S]", localtime (&now));

     // search for the part before the extension of the file name
-    if ( !(last = strrchr( str, '.')) ) {
+    if ( !(last = (char *) strrchr( str, '.')) ) {
         last = (char *) str + strlen( str);
     }
2012-02-04 07:51:28 +00:00
sbd
aacff21106 Updated audio/csound5 to 5.01nb11 2012-02-04 07:00:20 +00:00
sbd
994fe1fea1 Add control plugin
Bump PKGREVISION
2012-02-04 07:00:11 +00:00
sbd
6975772682 ${PKGMANDIR} fix 2012-02-04 06:48:34 +00:00
sbd
168f4777fe If a buildlink transformation of "rm:-ldl" is meant as a build fix for
NetBSD/i386 then only apply it on NetBSD/i386.
2012-02-04 06:45:33 +00:00
obache
1dad4d428f No compler is required. 2012-02-04 05:59:35 +00:00
obache
a7bceab039 no compiler is requilred to build. 2012-02-04 05:56:24 +00:00
obache
4369b5c0f7 Updated textproc/py-gnosis-utils to 1.2.2 2012-02-04 05:46:23 +00:00
obache
12eb89c8f4 Update py-gnosis-utils to 1.2.2.
While here,
* set LICENSE=public-domain
* no need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* distutils pkg, switch to use lang/python/distutils.mk.

from ANNOUNCE:

Gnosis Utils 1.2.2

  This release contains a bugfix in xml.pickle for mx.DateTime.

Gnosis Utils 1.2.1

  This release contains a minor bugfix in xml.pickle.

Gnosis Utils 1.2.0

  This release of the Gnosis Utilities contains several new modules,
  as well as fixes, enhancements, and speedups in existing
  subpackages.
2012-02-04 05:46:10 +00:00
obache
ba166fca2d Updated news/hellanzb to 0.14.1087nb3 2012-02-04 05:13:15 +00:00
obache
a1989ec9aa * fixes HOMEPAGE url.
* LICENSE=modified-bsd.
* no need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* distutils pkg, so switch to use python/distutils.mk.

Bump PKGREVISION.
2012-02-04 05:13:03 +00:00
obache
92f199a02f fixes missing bump of the last py-reportlab update. 2012-02-04 04:46:34 +00:00
obache
afa75daccd Updated print/py-reportlab to 2.5nb1 2012-02-04 04:42:08 +00:00
obache
6baa305568 * No need to buildlink with py-imaging, simple DEPENDS is sufficient.
* No need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* add test target for self-tests.
* distutils pkg, switch to use python/distutils.mk

Bump PKGREVISION.
2012-02-04 04:41:56 +00:00
sbd
6de0827f41 The pattern part of DEPENDS lines must have a version pattern. 2012-02-04 02:34:59 +00:00
sbd
f46dddd6b5 The correct dependence for gem is ${RUBY_PKGPREFIX}-rubygems-[0-9]* 2012-02-04 02:26:23 +00:00
adam
81618fbe02 Disable Carbon on Mac OS X, becasue it has been obsoleted. 2012-02-03 22:03:34 +00:00
asau
506706566e Updated lang/racket-textual to 5.2.1 2012-02-03 21:34:44 +00:00
asau
497bea0191 Updated lang/racket to 5.2.1 2012-02-03 21:34:30 +00:00
asau
a82b5f3cc8 Update to Racket 5.2.1
Changes in Racket 5.2.1

* Performance improvements include the use of epoll()/kqueue()
  instead of select() for the Racket thread scheduler, cross-module
  inlining of small functions, and the use of SSE instead of x87 for
  JIT-compiled floating-point operations on platforms where SSE is
  always available (including x86_64 platforms).  A related change
  is the interning of literal numbers, strings, byte strings,
  characters, and regexps that appear in code and syntax objects.

* DrRacket uses a set of composable ray-traced icons available from
  the new `images' library collection.

* Typed Racket's `typecheck-fail' form allows macro creators to
  customize the error messages that Typed Racket produces.  This is
  especially useful when creating pattern matching macros.

* The performance of Redex's matcher has been substantially
  improved; depending on the model you should see improvements
  between 2x and 50x in the time it takes to reduce terms.

* Plots look nicer and are more correct at very small and very large
  scales.  New features include customizable dual axis ticks and
  transforms (e.g., log axes, date and currency ticks, axis interval
  collapse and stretch), stacked histograms, and 3D vector fields.
  The legacy `fit' function and libfit have been removed.

* The `2htdp/universe' library's `big-bang' form supports an
  experimental game pad key handler.

* The `db' library now supports nested transactions and PostgreSQL
  arrays.  Bugs involving MySQL authentication and memory corruption
  in the SQLite bindings have been fixed.

* The Macro Stepper tool in DrRacket no longer executes a program
  after expanding it.

* In the DMdA teaching languages, infinite recursive signatures
  ("streams", for example) with no intervening `mixed' are now
  supported, and the signatures of record definitions without fields
  now have generators for use with `property'.

* MysterX's ActiveX support is deprecated and will be removed in the
  next release.  MysterX's core COM functionality will become
  deprecated in the next release, but COM functionality will be
  supported for the foreseeable future as a compatibility layer over
  a forthcoming `ffi/com' library.
2012-02-03 21:34:06 +00:00
drochner
455a54eab9 mention updates 2012-02-03 19:07:42 +00:00
drochner
888ec59294 update to 2.28.3
change: fixed documentation build
2012-02-03 19:04:47 +00:00
drochner
73028961b0 update to 2.22.6
change: fix build with recent glibmm
2012-02-03 18:51:11 +00:00
drochner
f10b52d37d update to 2.30.1
This switches to the 2.30 release branch.
2012-02-03 18:49:48 +00:00
bouyer
9a2be8a198 Updated sysutils/xentools33 to 3.3.2nb10
Updated sysutils/xentools41 to 4.1.2nb3
2012-02-03 17:02:12 +00:00
bouyer
7525399887 Pull up fix from Xen repository, fixing CVE-2012-0029:
Heap-based buffer overflow in the process_tx_desc function in the
e1000 emulation allows the guest to cause a denial of service (QEMU
crash) and possibly execute arbitrary code via crafted legacy mode
packets.

Bump PKGREVISION
2012-02-03 17:00:24 +00:00
drochner
aed62f29a9 update to 2.28.4
changes: minor fixes and cleanup
2012-02-03 16:29:17 +00:00
drochner
8a9690b1f5 update to 1.4.7
changes:
-minor feature additions
-bugfixes
2012-02-03 15:43:44 +00:00
drochner
24a6c614a9 update to 2.14.2
changes:
-bugfixes
-translation update
2012-02-03 15:37:54 +00:00
drochner
535de4bd4a update to 0.6.4
changes: minor fixes
2012-02-03 15:15:44 +00:00
ryoon
2f264d6789 Remove wdiff 2012-02-03 15:06:30 +00:00
ryoon
e268319708 Updated textproc/wdiff to 1.1.0 2012-02-03 15:06:02 +00:00
ryoon
ce89ef8ef8 Update to 1.1.0
* Update HOMEPAGE.

Changelog:
* Version 1.1.0 - November 2011, by Martin von Gager

  * Updated Czech, German, Spanish, Finnish, Dutch, Polish, Slovenian,
    Swedish and Ukrainian translations.
  * Fix several issue with the use of screen in the test suite.
  * Allow WDIFF_PAGER to override PAGER environment variable.
  * Do not autodetect less, so we don't auto-enable less-mode.
    This should improve things for UTF8 text. (Savannah bug #34224)
    Less-mode is considered deprecated, as it isn't fit for multi-byte
    encodings. Nevertheless it can still be enabled on the command line.

* Version 1.0.2 - September 2011, by Martin von Gagern

  * Unofficial beta release
  * Introduces use of ngettext to allow correct handling of plural forms
2012-02-03 15:04:25 +00:00
drochner
fed6fa07bb +schroedinger 2012-02-03 14:53:36 +00:00
drochner
0bd42bd6ca add schroedinger-1.0.11, an implementation of the "Dirac" codec 2012-02-03 14:52:02 +00:00
drochner
977996e0ba update to 3.2.3
This switches to the 3.2 release branch.
Thanks to Patrick Welche for testing.
2012-02-03 14:48:44 +00:00
drochner
bf6f425c2f +p11-kit 2012-02-03 14:45:29 +00:00
drochner
11d72c2de9 add p11-kit-0.10, a PKCS#11 module manager, needed by gnome3 components 2012-02-03 14:43:12 +00:00
obache
f7eadf0631 fix HOMEPAGE url. 2012-02-03 13:19:34 +00:00
obache
d4e1c8a9a4 Updated devel/gnatpython to 20110912nb1 2012-02-03 13:15:54 +00:00
obache
9222f42837 distutils pkg, so switch to use distutuils.mk, then register egg-info.
Bump PKGREVISION.
2012-02-03 13:15:39 +00:00
obache
b15c3cd6af Updated devel/roundup to 1.4.19nb1 2012-02-03 13:09:18 +00:00
obache
52c382fa3a disutis pkg, so switch to use distutls.mk, then register egg-info.
Bump PKGREVISION.
2012-02-03 13:08:57 +00:00
obache
7ba38ff252 sort 2012-02-03 13:04:44 +00:00
schmonz
f43ddd8955 Updated www/ikiwiki to 3.20120202 2012-02-03 12:38:12 +00:00