Commit graph

175930 commits

Author SHA1 Message Date
sbd
2a34a4c75a Fix the boost-header fenv.h test on linux.
(The incorrectly failing test stops boost-libs from building.)

Bump boost-header PKGREVISION.
2011-10-02 10:20:28 +00:00
dholland
cd8fe692e7 Fix MAKE_JOBS build. This does not fix the bulk failure, which I can't
replicate and don't understand.
2011-10-02 05:04:03 +00:00
markd
4aaa60aae8 Fix build with gcc45 and current boost libs. 2011-10-02 04:35:03 +00:00
markd
552034deee Fix build with gcc45 and current boost libs 2011-10-02 04:32:22 +00:00
obache
4b7c95b9f4 Updated net/mikutter to 0.0.3.522 2011-10-02 03:49:31 +00:00
obache
22f37ec26a Update mikutter to 0.0.3.522.
* fix: icon caches will not be removed.
* fix: rare Segmentation Fault at refreshing TL.
2011-10-02 03:48:59 +00:00
dholland
b9bef3bfe3 Fix LP64 build. This package seems to rely heavily on storing ints in
pointers; at least it's not the other way around.
2011-10-02 03:44:10 +00:00
dholland
41cb935f14 fix getline conflict 2011-10-02 03:18:39 +00:00
mspo
56c42a3950 1.99 2011-09-29 00:00:00
- Deprecated direct hash access to the flash in
          Mojolicious::Controller.
        - Added EXPERIMENTAL group function to Mojolicious::Lite.
        - Added EXPERIMENTAL build_frame and parse_frame methods to
          Mojo::Transaction::WebSocket.
        - Added EXPERIMENTAL accepts attribute to Mojo::IOLoop::Server.
        - Added EXPERIMENTAL profile helper.
        - Added EXPERIMENTAL binary support to Mojo::Transaction::WebSocket.
        - Updated WebSocket implementation to ietf-16.
        - Changed default upgrade timeout of Hypnotoad from 30 to 60 seconds.
        - Improved accept performance of all built-in servers by up to 1000%
          with the EV backend.
        - Improved connection_timeout method in Mojo::IOLoop by allowing it
          to be called as a class method.
        - Improved documentation.
        - Improved CSS of some built-in templates.
        - Improved resilience of HTTP parser.
        - Fixed CSS of built-in exception template.
        - Fixed close event bug in Mojo::IOLoop.
        - Fixed small redirect_to bug. (judofyr, sri)
        - Fixed small attribute selector bug in Mojo::DOM::CSS.
        - Fixed small unicode bug in Mojolicious::Plugin::EPRenderer.
        - Fixed a few small route bugs.
        - Fixed Perl 5.8.7 compatibility.
        - Fixed typos.

1.98    2011-09-14 00:00:00
        - Removed Mojo::Server::FastCGI so it can be maintained as a separate
          distribution.
        - Added EXPERIMENTAL mojo_lib_dir and slurp_rel_file methods to
          Mojo::Home.
        - Improved host condition to work in more environments.
        - Improved CSS of all built-in templates.
        - Improved documentation. (rhaen, sri)
        - Improved test command to run tests in alphabetical order.
          (viliampucik)
        - Improved non-blocking resolver by allowing it to be disabled.
        - Improved DATA templates by removing a whitespace requirement.
        - Improved tests.
        - Fixed small name generation bug in Mojolicious::Plugin::Config.
        - Fixed small bug in cookie jar.
        - Fixed small plugin loader bug.
        - Fixed Hypnotoad to clean up lock files.
        - Fixed small bug that caused exceptions to be logged twice.

1.97    2011-09-03 00:00:00
        - Improved unicode handling to be more correct and less forgiving.
        - Fixed typos.

1.96    2011-09-02 00:00:00
        - Updated jQuery to version 1.6.3.
        - Fixed Mojo::IOLoop to ignore SIGPIPE.

1.95    2011-09-01 00:00:00
        - Improved cookie generation slightly. (cosimo, sri)
        - Improved documentation.
        - Fixed Mojo::IOLoop to not ignore SIGPIPE.
        - Fixed typos. (akron)

1.94    2011-08-27 00:00:00
        - Fixed lite_app and plugin generators.
        - Fixed typos.

1.93    2011-08-27 00:00:00
        - Added EXPERIMENTAL support for escaped tags to Mojo::Template.
        - Improved Morbo to ignore dotfiles.
        - Improved documentation.
        - Fixed trimming bug in Mojo::Template.
        - Fixed a few small bugs in Mojo::Template.
        - Fixed small version detection bug in Mojo::Cookie.

1.92    2011-08-26 00:00:00
        - Improved documentation.
        - Fixed quoting bug in Mojo::Cookie.

1.91    2011-08-25 00:00:00
        - Added EXPERIMENTAL support for cloning Mojo::Message::Request
          objects.
        - Improved redirect support in Mojo::UserAgent to be closer to
          commonly used browsers.
        - Improved documentation.

1.90    2011-08-24 00:00:00
        - Improved respond_to to automatically render an empty 204 response
          for unknown formats.
        - Improved render_exception and render_not_found to use the current
          format if available. (alnewkirk)
        - Improved documentation.

1.89    2011-08-23 00:00:00
        - Improved Mojo::Home portability. (omega)
        - Improved documentation.

1.88    2011-08-23 00:00:00
        - Added EXPERIMENTAL split method to Mojo::ByteStream.
        - Improved documentation.
        - Fixed small bug in Mojo::JSON.

1.87    2011-08-23 00:00:00
        - Added EXPERIMENTAL app method to Mojo::Command.
        - Added EXPERIMENTAL t helper to Mojolicious::Plugin::TagHelpers.
        - Made tag helper a little smarter.
        - Made camelize a little smarter.
        - Improved documentation.
        - Fixed small route rendering bug.

1.86    2011-08-21 00:00:00
        - Deprecated camel case command modules and lowercased all the
          built-in ones.
        - Added EXPERIMENTAL support for testing WebSockets with Test::Mojo.
        - Added GET/POST parameter support to respond_to.
        - Made class_to_file slightly smarter.
        - Improved documentation.

1.85    2011-08-20 00:00:00
        - Fixed a url_for bug where captures would be ignored.

1.84    2011-08-19 00:00:00
        - Added EXPERIMENTAL first, reverse, shuffle and sort methods to
          Mojo::Collection.
        - Improved documentation.
        - Fixed small test portablity bug.

1.83    2011-08-19 00:00:00
        - Renamed filter method in Mojo::Collection to grep.
        - Improved documentation.

1.82    2011-08-19 00:00:00
        - Added EXPERIMENTAL filter method to Mojo::Collection.
        - Removed while and until methods from Mojo::Collection.
        - Improved documentation.

1.81    2011-08-19 00:00:00
        - Renamed Mojo::DOM::Collection to Mojo::Collection and added a few
          new methods.
        - Made Mojolicious::Plugins loader quite a bit smarter.
        - Improved documentation.
        - Improved Test::Mojo diagnostics.

1.80    2011-08-17 00:00:00
        - Deprecated Mojolicious::Plugin::EpRenderer in favor of
          Mojolicious::Plugin::EPRenderer.
        - Deprecated Mojolicious::Plugin::EplRenderer in favor of
          Mojolicious::Plugin::EPLRenderer.
        - Deprecated Mojolicious::Plugin::I18n in favor of
          Mojolicious::Plugin::I18N.
        - Deprecated Mojolicious::Plugin::JsonConfig in favor of
          Mojolicious::Plugin::JSONConfig.
        - Deprecated Mojolicious::Plugin::PodRenderer in favor of
          Mojolicious::Plugin::PODRenderer.

1.79    2011-08-17 00:00:00
        - Added support for upper case relative plugin names. (lammel)
        - Improved documentation.

1.78    2011-08-16 00:00:00
        - Added EXPERIMENTAL modules Mojolicious::Command::Cpanify and
          Mojolicious::Command::Generate::Plugin. (sri, yko, tempire)
        - Improved documentation.
        - Fixed "websocket_lite_app.t" to require Perl 5.10+.
        - Fixed small empty cookie bug.
        - Fixed small command bug.
2011-10-02 02:53:48 +00:00
dholland
51bcb16241 As a sleazy hack to get this to build, patch the included gnu getline
(for some reason there are two separate copies of it) to match the
POSIX definition.

Fixing this "right" would be a lot of work and does not seem
worthwhile, especially since this package looks to be more or less
dead upstream and is probably a good candidate for removal.
2011-10-02 02:25:42 +00:00
dholland
86d17f0a67 gnometoaster 2011-10-02 01:21:16 +00:00
dholland
80eacd4928 Fix trivial broken build. Then, fix extensive but straightforward LP64
issues reported by gcc. PKGREVISION -> 6.
2011-10-02 01:20:55 +00:00
manu
9280bb6a0c A patch was lost in 3.2.3 update, this made impossible to open a file
(client complained about O_DIRECTORY being set for a non directory)
2011-10-02 01:11:47 +00:00
dholland
84bb7e78f5 - fix amd64 build (use size_t, not int, with getline)
- provide getline only for older netbsd
- don't install executable man pages
2011-10-01 22:32:11 +00:00
dholland
5bef25d0da pcvt-utils 2011-10-01 21:51:45 +00:00
dholland
9f9bdb6fce Buildlink with curses correctly. Fix build. Add patch comments.
PKGREVISION -> 2.
2011-10-01 21:42:16 +00:00
dholland
8891ed45e5 REPLACE_PYTHON 2011-10-01 20:39:28 +00:00
dholland
03269a5565 patch getline to avoid conflict with new standard getline 2011-10-01 12:08:55 +00:00
shattered
88db67f2fb PR/44024 -- fix failure to build with recent openssl 2011-10-01 11:49:19 +00:00
shattered
8c84d448dc Fix build on -current. 2011-10-01 11:36:11 +00:00
shattered
286832b4e4 Require Ruby 1.8. 2011-10-01 10:52:13 +00:00
wiz
fee1fe9445 + at-spi-2.2.0, atk-2.2.0, calibre-0.8.21, cheese-3.2.0, eog-3.2.0,
eog-plugins-3.2.0, evince-3.2.0, firefox-7.0, glib2-2.30.0,
  gnome-3.2.0, gnome-games-3.2.0, gnome-keyring-3.2.0,
  gnome-packagekit-3.2.0, gnome-power-manager-3.2.0, libfolks-0.6.3.2,
  libgnomekbd-3.2.0, mkvtoolnix-5.0.0, mousetweaks-3.2.0, nut-17.0,
  p5-Net-SNMP-5.7.1, poppler-0.18.0, powder-116, pulseaudio-1.0,
  quagga-0.99.20, seahorse-2.32.0 [GNOME 2.32], seahorse-3.2.0,
  tellico-2.3.4, thunderbird-7.0, vinagre-3.2.0, vino-3.2.0,
  webkit-gtk-1.6.1, worker-2.18.1, xkeyboard-config-2.4.
2011-10-01 10:00:28 +00:00
schmonz
b0a15bafe7 Updated mail/getmail to 4.22.1 2011-10-01 04:33:40 +00:00
schmonz
ee4502e1f6 Update to 4.22.1. From the changelog:
- fix BrokenUIDLPOP3Retriever breakage from 4.21.0.  Thanks: Scott Robbins,
 "hgolden".
2011-10-01 04:33:26 +00:00
dsainty
fa63a0d9ad Debian (and therefore Ubuntu) have taken to hiding some libraries
awkwardly, leading to Python 2.6 failing to build.

Python 2.7 builds ok, because it has been taught to deal with this.
This patch retro-fits the 2.7 code into 2.6, and allows 2.6 to build on
Ubuntu 11.04.

Ok'd by wiz@
2011-10-01 03:11:15 +00:00
taca
b8f5550159 Note update of www/contao210-translations package to 20110929. 2011-09-30 15:27:07 +00:00
taca
6b5cc756cf Update contao210-translations package to 20110929.
Latvian language files are updated.
2011-09-30 15:26:21 +00:00
adam
a17d499ad0 Explicitly depend on gettext-lib; use BROKEN_GETTEXT_DETECTION=yes, because configure does not check for -lintl 2011-09-30 13:41:33 +00:00
yyamano
958156640a Make this build on Mac OS X Lion. Same issue as pkg/45389.
It is not a leaf package, but the changes affect Mac OS X only.
Test builds on 10.5/i386, 10.7/i386 and 10.7/x86_64 (thanks ryoon@).
2011-09-30 08:37:24 +00:00
yyamano
7185c82bbd Make this build on Mac OS X Lion. Fixes PR pkg/45389.
It is not a leaf package, but the changes affect Mac OS X only.
Test builds on 10.5/i386, 10.6/i386 (thanks tron@), 10.7/i386 and
10.7/x86_64 (thanks ryoon@).
2011-09-30 08:34:26 +00:00
fhajny
3248e2af3b Fix rpath linking & typo in patch file, add a rc.d script (thanks ewdafa)
This fixes PR pkg/45357. Bump PKGREVISION.
2011-09-30 08:33:54 +00:00
yyamano
01900cc35b Update Scala to 2.9.1. 2011-09-30 07:58:29 +00:00
yyamano
15bcd633e2 Apply patches provided by ryoon@ with some modifications to upgrade to
Scala 2.9.1 from 2.8.1. PR pkg/45379

Scala 2.9.0 final

The Scala 2.9.0 codebase includes several additions, notably the new
Parallel Collections, but it also introduces improvements on many
existing features, and contains many bug fixes:

  * Parallel Collections
  * The App Trait
  * The DelayedInit Trait
  * Repl Improvements
  * Scala Runner
  * Java Interop
  * Generalized try-catch-finally
  * New packages: scala.sys and scala.sys.process, which are imported
    from sbt.Process.
  * New methods in collections: collectFirst, maxBy, minBy, span, inits,
    tails, permutations, combinations, subsets
  * AnyRef specialization:

See http://www.scala-lang.org/node/9483 for more details.

Scala 2.9.1 final

The 2.9.1 release of Scala includes many bug fixes and improvements,
in particular to the interpreter: most of the interpreter changes
available in the development mainline have been ported to the 2.9.x
release branch.

See http://www.scala-lang.org/node/10780 for more details.

Note: the interpreter option '-i' may behave incorrectly in this
version. In case you require it, please just add the option
'-Yrepl-sync' to your command line as well.
2011-09-30 07:56:13 +00:00
wiz
c919268d4e pkg_delete -R does not remove all leaves.
Fix from Anthony Mallet on tech-pkg.

While here, fix a typo in a comment.
2011-09-29 23:30:21 +00:00
wiz
e1fdfe66af Fix build on -current with fuse option turned on (default off).
From B.ICT A.P. deBROUWER Jr. in PR 45401.
2011-09-29 22:04:31 +00:00
wiz
6c5159c44f Fix build on systems that define popcount(). 2011-09-29 21:10:32 +00:00
wiz
2058a302d1 Fix build on NetBSD-current. 2011-09-29 21:00:19 +00:00
wiz
8d30ec72a9 Fix installation for rename of vfs option to mc-vfs.
Bump PKGREVISION since it's default-on.
2011-09-29 20:57:30 +00:00
spz
465d468122 for the time being, force using pkgsrc flex for all NetBSD variants 2011-09-29 20:48:19 +00:00
wiz
c61ec471cb Remove -Werror so this builds on -current.
While here, fix some pkglint warnings and set LICENSE.
2011-09-29 20:46:59 +00:00
wiz
d42d7f3c75 Updated www/gallery2 to 2.3.1nb2 2011-09-29 20:33:28 +00:00
wiz
b885dfe6ec Fix PLIST. Bump PKGREVISION. 2011-09-29 20:33:17 +00:00
wiz
ace98f3df0 Remove -Werror from compilation flags to fix build on NetBSD-current. 2011-09-29 20:24:15 +00:00
wiz
9ef4591b83 Fix build on NetBSD-current (getline). 2011-09-29 20:22:26 +00:00
wiz
95b9aa8a1d Remove -Werror from flags to make this build. 2011-09-29 20:14:46 +00:00
wiz
7a287f15cb Add pkg-config to tools, seems to be needed (according to
bulk build logs provided by joerg.
2011-09-29 19:46:27 +00:00
markd
d6a8cac27a Revert to previous way of specifying docbook-{xml,xsl} dependencies.
buildlink was causing a work-directory path to remain in the installed
package.
2011-09-29 19:31:58 +00:00
markd
ea785ad9e2 Re-add $PREFIX (but not hard coded this time) to CMAKE_SYSTEM_PREFIX_PATH
Needed to properly detect and set the paths of some installed packages
that fall outside the buildlink framework.
2011-09-29 19:27:06 +00:00
jmmv
592dcb307f Add a NetBSD-specific message pointing to the instructions that describe
how to run the NetBSD test suite using Kyua.
2011-09-29 19:15:09 +00:00
wiz
b571a56854 Fix build on NetBSD-current. 2011-09-29 18:25:13 +00:00