Commit graph

172324 commits

Author SHA1 Message Date
minskim
3f00c3c4ce Update emacs-snapshot to 24.0.50.20110608.
Changes:
- New input method: ipa-paraat.
- url-future.el: Add general futures facility.
2011-06-11 20:53:11 +00:00
mspo
0a135b5c5f - Fix issue on PubSub preventing publication of items (EJAB-1457) 2011-06-11 20:27:12 +00:00
asau
5fe9532c9b Updated lang/sbcl to 1.0.49 2011-06-11 19:24:26 +00:00
asau
caa2bede4f Update to SBCL 1.0.49
changes in sbcl-1.0.49 relative to sbcl-1.0.48:
 * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables
   interrupts for its body.
 * enhancement: source locations are now available for files loaded as
   source, compile-time-too evaluation, and initialization files.
  * enhancement: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING allows providing
    virtual source-file information, eg. overriding input-file of COMPILE-FILE
    when a temporary file is used for compilation.
  * enhancement: ASDF has been updated to version 2.015.3.
  * enhancement: backtraces involving frames from the default evaluator are
    more readable.
  * enhancement: RUN-PROGRAM works with user-defined binary input and output
    streams.
  * enhancement: more informative compile-time warnings and runtime errors for
    type-errors detected at compile-time.
  * enhancement: deadlock detection for mutexes and spinlocks.
  * enhancement: dynamic-extent for &rest lists stack allocate only their
    spines, not their argumets. While portable code should not rely on this,
    particularly in combination with inlining, it should make dynamic-extent
    easier to use safely.
  * enhancement: SB-POSIX improvements:
    ** WNOHANG and WUNTRACED are exported.
    ** SYSCALL-ERROR now also provides the name of the failing system call.
  * enhancement: --script improvements:
    ** errors on standard input, output, and error streams are handled and
       cause scripts to exit silently, making them easier to use in shell
       pipelines.
    ** backtraces from scripts now go to standard error instead of the
       terminal even if one is available.
    ** --script can be an argument, causing the script to be loaded from
       standard input.
  * enhancement: MAKE-ALIEN-STRING provides an easy way to transport lisp
    strings to foreign memory.
  * enhancement: (SETF GC-LOGFILE) allows logging garbage collections to
    a file, making it easier to understand heap dynamics.
  * optimization: using a &REST argument only in APPLY or VALUES-LIST calls
    allows the compiler to automatically elide rest-list allocation so long as
    the call sites are in functions that the compiler knows cannot escape.
    (lp#504575)
  * optimization: CALL-NEXT-METHOD using explicit arguments is faster,
    especially in safe code when none of the required arguments have changed
    their identities.
  * bug fix: blocking reads from FIFOs created by RUN-PROGRAM were
    uninterruptible, as well as blocking reads from socket streams created
    with for which :SERVE-EVENTS NIL. (regression from 1.0.42.43)
  * bug fix: SET-SYNTAX-FROM-CHAR now removes dispatch-macro character syntax
    from the to-char if the from-char is not a dispatch-macro character.
  * bug fix: references to undefined variables in function calls that are
    optimized away now signal a runtime error. (lp#722734)
  * bug fix: miscompilation of MULTIPLE-VALUE-CALL when asserting derived
    types from a function defined in the same file. (regression from
    1.0.43.57)
  * bug fix: TRULY-THE forms are now macroexpandable and setf-expandable.
    (lp#771673)
  * bug fix: spurious errors during QUIT when standard streams were closed.
2011-06-11 19:24:10 +00:00
ryoon
49a4b18580 Remove fotoxx 2011-06-11 18:56:16 +00:00
ryoon
92b27ab2ef Updated graphics/fotoxx to 11.06.1 2011-06-11 18:55:36 +00:00
ryoon
e0d9092e75 Update to 11.06.1
Changelog:
2011.06.09  v.11.06.1
Bugfix: A hole was closed that could cause a crash if an area is
deleted while an edit function is open and active.

2011.06.01  v.11.06
+ Smart Erase and Remove Dust were made slightly more effective.
+ Brightness/Color retouching and Tone Mapping were made 25-40% faster.
+ Retouching brightness/color by "painting" with the mouse (dodge and
  burn) was made much faster (instant response on a fast computer).
+ If at startup the previous image file is no longer present then a
  gallery of the 100 most recent files viewed is shown.
+ New function: Tools > Toolbar Style: set to text, icons, or both.
+ New function: Tools > Edit Translation: edit translations interactively
  as Fotoxx is being used, and the changes are immediately effective.
+ Several other small usability improvements were made.
+ Minor bugfix: paste area edge blending lost 1 pixel around the edge.
2011-06-11 18:54:23 +00:00
shattered
e491d23fdd PR/39663: enable 256 color support (only with ncurses and PDCurses). 2011-06-11 18:49:31 +00:00
obache
32a0cec690 Update MASTER_SITES. 2011-06-11 08:26:09 +00:00
jnemeth
1c9a330401 Updated mail/sendmail to 8.14.5 2011-06-11 04:44:17 +00:00
jnemeth
71f922b280 Update to 8.14.5, a general bugfix release:
8.14.5/8.14.5	2011/05/17
	Do not cache SMTP extensions across connections as the cache
		is based on hostname which may not be a unique identifier
		for a server, i.e., different machines may have the
		same hostname but provide different SMTP extensions.
		Problem noted by Jim Hermann.
	Avoid an out-of-bounds access in case a resolver reply for a DNS
		map lookup returns a size larger than 1K.  Based on a
		patch from Dr. Werner Fink of SuSE.
	If a job is aborted using the interrupt signal (e.g., control-C from
		the keyboard), perform minimal cleanup to avoid invoking
		functions that are not signal-safe. Note: in previous
		versions the mail might have been queued up already
		and would be delivered subsequently, now an interrupt
		will always remove the queue files and thus prevent
		delivery.
	Per RFC 6176, when operating as a TLS client, do not offer SSLv2.
	Since TLS session resumption is never used as a client, disable
		use of RFC 4507-style session tickets.
	Work around gcc4 versions which reverse 25 years of history and
		no longer align char buffers on the stack, breaking calls
		to resolver functions on strict alignment platforms.
		Found by Stuart Henderson of OpenBSD.
	Read at most two AUTH lines from a server greeting (up to two
		lines are read because servers may use "AUTH mechs" and
		"AUTH=mechs"). Otherwise a malicious server may exhaust
		the memory of the client.  Bug report by Nils of MWR
		InfoSecurity.
	Avoid triggering an assertion in the OpenLDAP code when the
		connection to an LDAP server is lost while making a query.
		Problem noted and patch provided by Andy Fiddaman.
	If ConnectOnlyTo is set and sendmail is compiled with NETINET6
		it would try to use an IPv6 address if an IPv4 (or
		unparseable) address is specified.
	If SASLv2 is used, make sure that the macro {auth_authen} is
		stored in xtext format to avoid problems with parsing
		it.  Problem noted by Christophe Wolfhugel.
	CONFIG: FEATURE(`ldap_routing') in 8.14.4 tried to add a missing
		-T<TMPF> that is required, but failed for some cases
		that did not use LDAP.  This change has been undone
		until a better solution can be implemented.  Problem
		found by Andy Fiddaman.
	CONFIG: Add cf/ostype/solaris11.m4 for Solaris11 support.
		Contributed by Casper Dik of Oracle.
	CONTRIB: qtool.pl: Deal with H entries that do not have a
		letter between the question marks.  Patch from
		Stefan Christensen.
	DOC: Use a better description for the -i option in sendmail.
		Patch from Mitchell Berger.
	Portability:
		Add support for Darwin 10.x (Mac OS X 10.6).
		Enable HAVE_NANOSLEEP for FreeBSD 3 and later.  Patch
		from John Marshall.
		Enable HAVE_NANOSLEEP for OpenBSD 4.3 and later.
		Use new directory "/system/volatile" for PidFile on
		Solaris 11.  Patch from Casper Dik of Oracle.
		Fix compilation on Solaris 11 (and maybe some other
		OSs) when using OpenSSL 1.0.  Based on patch from
		Jan Pechanec of Oracle.
		Set SOCKADDR_LEN_T and SOCKOPT_LEN_T to socklen_t
		for Solaris 11.  Patch from Roger Faulkner of Oracle.
	New Files:
		cf/ostype/solaris11.m4
2011-06-11 04:44:08 +00:00
taca
35e629bfe5 Note update of Ruby on Rails 3.0.8 update:
devel/ruby-activesupport3	3.0.8
	devel/ruby-activemodel		3.0.8
	www/ruby-actionpack3		3.0.8
	databases/ruby-activerecord3	3.0.8
	www/ruby-activeresource3	3.0.8
	mail/ruby-actionmailer3		3.0.8
	devel/ruby-railties		3.0.8
	www/ruby-rails3			3.0.8
2011-06-11 03:26:58 +00:00
taca
4d3801e206 Update ruby-rails3 package 3.0.8.
Version only change.
2011-06-11 03:25:42 +00:00
taca
89800279f6 Update ruby-railties package to 3.0.8.
*Rails 3.0.8 (unreleased)*

* Fix Rake 0.9.0 support.
2011-06-11 03:25:00 +00:00
taca
6eb761f33c Update actionmailer3 pacakge to 3.0.8.
*Rails 3.0.8 (unreleased)*

* Mail dependency increased to 2.2.19
2011-06-11 03:24:05 +00:00
taca
2f6afa2cce Update ruby-activeresource3 package to 3.0.8.
Changed version only.
2011-06-11 03:23:12 +00:00
taca
b8887e9409 Update ruby-activerecord3 pacakge to 3.0.8.
*Rails 3.0.8 (unreleased)*

* Fix various problems with using :primary_key and :foreign_key options in conjunction with
  :through associations. [Jon Leighton]

* Correctly handle inner joins on polymorphic relationships.

* Fixed infinity and negative infinity cases in PG date columns.

* Creating records with invalid associations via `create` or `save` will no
  longer raise exceptions.
2011-06-11 03:22:09 +00:00
taca
b6faa56745 Update ruby-actionpack3 package to 3.0.8.
*Rails 3.0.8 (unreleased)*

* Fixed github issue #342 with asset paths and relative roots.
2011-06-11 03:20:58 +00:00
taca
d803998eb0 Updae ruby-activemodel package to 3.0.8.
Changed version only.
2011-06-11 03:19:31 +00:00
taca
ca9517bbb7 Update devel/ruby-activesupport3 package to 3.0.8.
Verson only change.
2011-06-11 03:17:50 +00:00
taca
1549367370 Note update of Ruby on Rails package to 2.3.12.
devel/ruby-activesupport	2.3.12
	www/ruby-actionpack		2.3.12
	mail/ruby-actionmailer		2.3.12
	databases/ruby-activerecord	2.3.12
	www/ruby-activeresource		2.3.12
	www/ruby-rails			2.3.12
2011-06-11 03:17:01 +00:00
taca
26e02c8be1 Update ruby-rails package to 2.3.12.
Exact changes are unknown but some bug fixes.

* pkgsrc change: remove one extra file.
2011-06-11 03:14:44 +00:00
taca
36e5ea5089 Update Ruby on Rails supporting packages to 2.3.12.
Exact changes are unknown but some bug fixes.
2011-06-11 03:13:46 +00:00
taca
358fe72ee1 Start update of Ruby on Rails 2.3.12/3.0.8. 2011-06-11 03:04:22 +00:00
taca
41739831e7 Note update of ruby-mail package to 2.2.19. 2011-06-11 02:50:20 +00:00
taca
3e792a8929 Update ruby-mail package 2.2.19, latest 2.2.x series.
== Tue Apr 26 09:49:54 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>

* Update activesupport require to use inflector - closes #217

== Tue Apr 26 06:18:19 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>

* Fixed charset warning issue with multipart messages - https://github.com/arvindsv
* Version bump to 2.2.18 and gem release

== Wed 20 Apr 2011 15:16:20 UTC Mikel Lindsaar <mikel@rubyx.com>

* Mail::Field.new("Subject: foobar", 'iso-2022-jp') does not set charset - https://github.com/yalab

== Tue Apr 19 00:20:54 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>

* Fixed an exception with nil in Reply-To and References field - https://github.com/dcormier
* Version bump to 2.2.17 and gem release

== Sat Apr 16 12:57:27 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>

* Added support for open SMTP connections and returning the Mail server's response - https://github.com/spiegela
* RE: not appended to subject when replying to a reply - https://github.com/prateekdayal
* Support not ascii compatible charset mail send - https://github.com/yalab
* Fix for issue 208 "mail.body after mail.add_file truncates message body" - https://github.com/glongman
* Handle bad subject encoding (or ":invalid => :replace" is ineffective for utf-8 to utf-8 encoding) - https://github.com/choonkeat
* Handle blank Received header field - https://github.com/bcantin
* Handle part with missing content type - https://github.com/bcantin
* Handle a "<>" Return field - https://github.com/bcantin
* Performance improvements for 1.9 - https://github.com/nobu
* Fix heavy CPU issues when messages are missing a space - https://github.com/scsmith
* Tighten up allowed encodings - https://github.com/scsmith
* Added to_yaml & from_yaml (as well as to_hash & from_hash) - https://github.com/srushti
* Fix up some comments - https://github.com/takahashim
* Version bump to 2.2.16 and gem release
2011-06-11 02:49:39 +00:00
taca
431a4b6dda Note update of ruby-rack and ruby-rack-mount package:
www/ruby-rack		1.2.3
	www/ruby-rack-mount	0.6.14
2011-06-11 02:47:25 +00:00
taca
c464da1ab9 Add a note in comment to keep this package to 0.5.x series. 2011-06-11 02:45:12 +00:00
taca
369be73fc7 Update ruby-rack-mount pacakge to 0.6.14, latest 0.6.x series.
Changes are unknown.
2011-06-11 02:43:54 +00:00
taca
9a563d5778 Update ruby-rack package to 1.2.3, latest 1.2.x series.
Changes are unknown.
2011-06-11 02:42:44 +00:00
taca
7028806478 Note update of these packages:
databases/ruby-arel	2.0.10
	misc/ruby-bundler	1.0.15
2011-06-11 02:39:14 +00:00
taca
90d40aa74f Update ruby-bundler package to 1.0.15.
## 1.0.15 (June 9, 2011)

Features:

  - Improved Rubygems integration, removed many deprecation notices

Bugfixes:

  - Escape URL arguments to git correctly on Windows (1.0.14 regression)

## 1.0.14 (May 27, 2011)

Features:

  - Rubinius platform :rbx (@rkbodenner)
  - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect)
  - Include user name and email from git config in new gemspec (@ognevsky)

Bugfixes:

  - Set file permissions after checking out git repos (@tissak)
  - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj)
  - Require the version file in new gemspecs (@rubiii)
  - Allow relative paths from the Gemfile in gems with no gemspec (@mbirk)
  - Install gems that contain 'bundler', e.g. guard-bundler (@hone)
  - Display installed path correctly on Windows (@tadman)
  - Escape quotes in git URIs (@mheffner)
  - Improve Rake 0.9 support (@quix)
  - Handle certain directories already existing (@raggi)
  - Escape filenames containing regex characters (@indirect)

## 1.0.13 (May 4, 2011)

Features:

  - Compatibility with Rubygems master (soon to be v1.8) (@evanphx)
  - Informative error when --path points to a broken symlink
  - Support Rake 0.9 and greater (@e2)
  - Output full errors for non-TTYs e.g. pow (@josh)

Bugfixes:

  - Allow spaces in gem path names for gem tasks (@rslifka)
  - Have cap run bundle install from release_path (@martinjagusch)
  - Quote git refspec so zsh doesn't expand it (@goneflyin)

## 1.0.12 (April 8, 2011)

Features:

  - Add --no-deployment option to `install` for disabling it on dev machines
  - Better error message when git fails and cache is present (@parndt)
  - Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego)

Bugfixes:

  - Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evanphx)
  - Fix changing gem order in lock (@gucki)
  - Remove color escape sequences when displaying man pages (@bgreenlee)
  - Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (@nickseiger)
  - Fix gems without a gemspec and directories in bin/ (@epall)
  - Fix --no-prune option for `bundle install` (@cmeiklejohn)

## 1.0.11 (April 1, 2011)

Features:

  - Compatibility with Rubygems 1.6 and 1.7
  - Better error messages when a git command fails

Bugfixes:

  - Don't always update gemspec gems (@carllerche)
  - Remove ivar warnings (@jackdempsey)
  - Fix occasional git failures in zsh (@jonah-carbonfive)
  - Consistent lock for gems with double deps like Cap (@akahn)

## 1.0.10 (February 1, 2011)

Bugfixes:

  - Fix a regression loading YAML gemspecs from :git and :path gems
  - Requires, namespaces, etc. to work with changes in Rubygems 1.5
2011-06-11 02:38:03 +00:00
taca
a9b885e92f Update ruby-arel package to 2.0.10, latest 2.0.x series.
== 2.0.10 / 2011/05/14

* Bug Fixes

  * Fix thread safety issue in ToSql visitor.  Thanks Damon McCormick and
    Cameron Walters!
2011-06-11 02:35:10 +00:00
obache
b8c78714fb recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
tron
d4c1c1b103 Note update of the "sqlite3" package to version 3.7.6.3. 2011-06-10 17:49:55 +00:00
tron
fe5c7b99cd Bump the revision number so it matches the version number required by
the buildlink file.
2011-06-10 17:48:32 +00:00
drochner
02de3f038c add a patch from Gnome bugzille to fix a bug where the terminal could
be sent into an endless loop allocating memory by a simple escape sequence
bump PKGREV
2011-06-10 17:07:16 +00:00
drochner
3649698414 add a hint for gnupg2 users (as claws-mail with the s/mime plugin) 2011-06-10 16:23:45 +00:00
joerg
74f72b02c9 Updated www/nginx to 1.0.4 2011-06-10 12:10:50 +00:00
obache
ea66a41d6e Exactly pass OpenSP header and library locations to configure.
PR#45033.
2011-06-10 12:05:48 +00:00
obache
09b42da0ac remove bpf_dump() definition from sf-gencode.h.
Its signature is changed at libpcap-1.0, not DragonFly specific,
and it should be defined by include of pcap.h, no need to define here.

fixes PR#45035.
2011-06-10 11:45:01 +00:00
joerg
9b2975d49e Update to nginx-1.0.4 on the release branch. Many bug fixes, improvements
for dealing with many clients under load, support for in-unmodified-since
and a shiny new manual page.
2011-06-10 10:36:18 +00:00
joerg
c28fc09170 Fix interpreter path 2011-06-10 10:14:14 +00:00
obache
4f08ea3499 Add missing version number to PKGNAME. 2011-06-10 09:51:15 +00:00
obache
095dc26564 fixes PKGNAME. 2011-06-10 09:49:03 +00:00
tron
5113cb6f14 Note update of the "automake14" package to version 1.4.6nb1. 2011-06-10 09:44:04 +00:00
tron
3da3cdd719 Add fix for the vulnerability reported in CVE-2009-4029 taken from the
automake GIT repository.
2011-06-10 09:43:41 +00:00
obache
f38363508f recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
drochner
65c86abfc2 needs libsoup24>=2.34, noticed ny obache 2011-06-10 09:36:57 +00:00
drochner
9f59e30122 update to 2.34.2
This switches to the new release branch.
2011-06-10 09:33:53 +00:00