summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-03Add REPLACE_PYTHON and a python dep for the installed python scripts.dholland1-2/+6
PKGREVISION -> 5.
2011-10-03Fix getline conflict with SUBSTdholland1-1/+7
2011-10-03Add freetype2 for elvis-x11; PKGREVISION -> 7.dholland2-3/+4
XXX: The way this is set up, elvis and elvis-x11 cannot have different XXX: values of ${PKGREVISION}.
2011-10-03Run this thing's configure script at the configure phase, so it's easierdholland3-6/+22
to tell what's going on. Patch it to be able to find netbsd's terminfo. This might fix the bulk failure.
2011-10-03Fix build.dholland2-1/+20
2011-10-03Does not work with python24 on NetBSD because of mremap(). Could bedholland1-1/+8
fixed, probably not worthwhile.
2011-10-02Needs qt4-tools to install. Caution: untested.dholland1-1/+2
2011-10-02- Work around symbol name conflict with dprintf in current.dholland7-34/+107
- The makefile's substitution of PREFIX and SH accidentally got rolled into patch-ac at some point and thereby hardcoded. Since all patch-ac was doing was setting these, make the substitution work without a patch and remove patch-ac entirely. - Commit some LP64 fixes I've had sitting in my tree since 2008 for some reason. - Fix some pkglint. - PKGREVISION -> 4.
2011-10-02Fix build.dholland3-15/+132
XXX: is there any reason the distfile shouldn't be updated from base HEAD?
2011-10-02getline. (fix it with SUBST instead of five one-line patches)dholland1-1/+7
2011-10-02nbitoolsdholland1-1/+2
2011-10-02Needs USE_TOOLS perl:run. PKGREVISION -> 6.dholland1-3/+3
2011-10-02Apply CHECK_INTERPRETER_SKIP to antRun.pl.dholland1-1/+7
XXX: This is not right, but the way this thing is built doesn't give XXX: too many choices at the moment. Should be fixed properly sometime. XXX: This way the package is at least installable...
2011-10-02REPLACE_PYTHONdholland1-1/+9
2011-10-02Join patch-ab and patch-af and regen.sbd3-18/+14
2011-10-02PR#45210: Fix pkgsrc bootstrap with gcc 4.6marino1-5/+4
Libfetch build failure with gcc 4.6 is due to the a couple of assigned variables not getting used. This patch allows systems like Debian and OpenIndiana to bootstrap pkgsrc.
2011-10-02Update for nessus*.wiz1-1/+2
2011-10-02Remove Nessus. The distfiles haven't been provided in a long, long timejoerg37-703/+7
by upstream and they haven't been mirrored either.
2011-10-02USE_TOOLS += zipdholland1-2/+2
2011-10-02doesn't build with python24dholland1-2/+2
2011-10-02does not build with python24dholland1-1/+3
2011-10-02doesn't work with python24 (could be patched, probably not worthwhile)dholland1-1/+3
2011-10-02Doesn't like python24. Probably fixable, probably not worth the trouble.dholland1-1/+3
2011-10-02+ davical-0.9.9.6, dbus-1.4.16, dbus-glib-0.98, denemo-0.9.2,wiz1-10/+14
dmenu-4.4.1, gworkspace-0.9.0, libmicrohttpd-0.9.15, mercurial-1.9.3, orc-0.4.15, php-libawl-0.48, polkit-qt-0.99.0, scmgit-1.7.7, x264-devel-20111001.
2011-10-02Add branch announce proposal.wiz1-0/+109
2011-10-02Mention package removals.wiz1-1/+15
2011-10-02Remove packages depending on the removed packages.wiz63-834/+4
2011-10-02Make independent of opera-acroread.wiz4-2/+49
2011-10-02Note package removals accounced in pkgsrc-2011Q2 release notes.wiz1-1/+29
2011-10-02Remove packages scheduled to be deleted according to the pkgsrc-2011Q2wiz252-10486/+10
release notes.
2011-10-02Fix the boost-header fenv.h test on linux.sbd3-3/+27
(The incorrectly failing test stops boost-libs from building.) Bump boost-header PKGREVISION.
2011-10-02Fix MAKE_JOBS build. This does not fix the bulk failure, which I can'tdholland2-5/+9
replicate and don't understand.
2011-10-02Fix build with gcc45 and current boost libs.markd2-6/+12
2011-10-02Fix build with gcc45 and current boost libsmarkd5-8/+43
2011-10-02Updated net/mikutter to 0.0.3.522obache1-1/+2
2011-10-02Update mikutter to 0.0.3.522.obache2-6/+6
* fix: icon caches will not be removed. * fix: rare Segmentation Fault at refreshing TL.
2011-10-02Fix LP64 build. This package seems to rely heavily on storing ints indholland9-1/+137
pointers; at least it's not the other way around.
2011-10-02fix getline conflictdholland2-1/+26
2011-10-021.99 2011-09-29 00:00:00mspo2-6/+6
- 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-02As a sleazy hack to get this to build, patch the included gnu getlinedholland5-1/+69
(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-02gnometoasterdholland1-1/+2
2011-10-02Fix trivial broken build. Then, fix extensive but straightforward LP64dholland33-29/+1281
issues reported by gcc. PKGREVISION -> 6.
2011-10-02A patch was lost in 3.2.3 update, this made impossible to open a filemanu4-8/+20
(client complained about O_DIRECTORY being set for a non directory)
2011-10-01- fix amd64 build (use size_t, not int, with getline)dholland4-30/+38
- provide getline only for older netbsd - don't install executable man pages
2011-10-01pcvt-utilsdholland1-1/+2
2011-10-01Buildlink with curses correctly. Fix build. Add patch comments.dholland11-50/+520
PKGREVISION -> 2.
2011-10-01REPLACE_PYTHONdholland1-1/+19
2011-10-01patch getline to avoid conflict with new standard getlinedholland2-1/+27
2011-10-01PR/44024 -- fix failure to build with recent opensslshattered3-1/+174
2011-10-01Fix build on -current.shattered2-7/+11