Commit graph

169861 commits

Author SHA1 Message Date
pettai
f8bd6b6f07 Updated net/lftp to 4.2.0 2011-03-21 11:52:27 +00:00
pettai
00beb4370b Version 4.2.0 - 2011-03-03
* changed ssl:verify-certificate default to yes.
* check certificate common name in openssl case (code from curl).
* disable weak algorithms in openssl.
* new setting xfer:log-file.
* support for netkey pasword in ftp.
* added torrent ipv6 support (new setting torrent:ipv6)
* don't accept new connections when no torrent can accept them.
* allow to specify job numbers in `jobs' command.
* fixed a segfault in pget when an error happens on second chunk.
2011-03-21 11:52:02 +00:00
plunky
d12eb0c3cb updated zyGrib to 3.9.9.1 2011-03-21 11:47:37 +00:00
plunky
beafa4f940 minor update from 3.9.9 -> 3.9.9.1:
2011-01-23 : zyGrib Version 3.9.9.1

    * New russian translation (thanks Yaroslav/Specter).
    * Bug fixed : drawing wind arrows on the grid for Meteoblue files.
    * Personnal "cities" list :
          o All files whose name begins with cities and located in maps / gis / are read.
          o Format : text, encoding UTF8
          o One city by line (5 data, separator ';') :
            country;name;population;latitude;longitude
               1. country: 2 chars international code ISO-3166 A2
               2. name
               3. population : "importance" of the city. 4 levels:
                     1. population >= 1000000
                     2. population >= 200000
                     3. population >= 50000
                     4. population < 50000
               4. latitude
               5. longitude
          o Sample:
            AD;Andorra la Vella;20430;42.5;1.5166667
2011-03-21 11:44:58 +00:00
obache
8853588a82 * add destdir installation support.
* fix installation for platfoms that have no 'root' user and no 'bin' group.
2011-03-21 11:39:27 +00:00
plunky
78bc294a29 bump PKGREVISION for previous bugfix 2011-03-21 11:38:49 +00:00
wiz
b919f950e4 Updated games/gbrainy to 1.63 2011-03-21 09:58:25 +00:00
wiz
5f1610c77a Update to 1.63:
Version 1.63
* 2 bug fixes
* Updated and new translations
* More flexiblity accepting answers
2011-03-21 09:58:13 +00:00
obache
29c08c0038 Add user-destdir installation support. 2011-03-21 08:56:40 +00:00
obache
e557e7ec48 remove quote from "DESTDIR". 2011-03-21 08:55:12 +00:00
obache
f7eff8b42a Add user-destdir installation support. 2011-03-21 08:47:12 +00:00
obache
9b69f13f36 No need custom do-extract target, cpio will take care well automatically. 2011-03-21 08:37:59 +00:00
obache
e8775b5a3b * LICENSE=gnu-gpl-v2
* marked as user-destdir installation support.
2011-03-21 08:24:38 +00:00
obache
11b3d28c60 * simplify with BUILD_DIRS
* add user-destdir installation support
2011-03-21 08:11:27 +00:00
obache
ecd3595a45 simplify with using BUILD_DIRS. 2011-03-21 06:32:33 +00:00
obache
32875b5968 Add user-destdir installation support. 2011-03-21 06:05:44 +00:00
obache
c3dcd22c01 marked as destdir installation support. 2011-03-21 05:05:06 +00:00
obache
e0fcc5b4db simplify destdir support. 2011-03-21 04:59:44 +00:00
obache
e7e82be7d0 Add user-destdir installation support. 2011-03-21 04:53:49 +00:00
obache
b55eed7e05 Introduce DESTDIR_VARNAME package-settable variable.
A variable name that should be set as staged installation location
	presented as ${DESTDIR} at installation phase.
	"DESTDIR" is set by default.

for packages using different variable for staged installation prefix,
and/or using DESTDIR variable for different purpose.
2011-03-21 04:52:18 +00:00
obache
1105e2474d Add user-destdir installation support. 2011-03-21 02:45:04 +00:00
obache
3c1a983a71 add user-destdir installation support. 2011-03-21 02:36:40 +00:00
obache
a2f461a2b4 * MAKE_JOBS_SAFE=no
* marked as user-destdir installation ready
2011-03-21 02:33:14 +00:00
jym
1373123a11 When we moved from fd_ofiles to a struct fdtab, the fd_ofiles became
an array of pointer (in struct fdtab) rather than a pointer of pointers.

Sadly for us, no, arrays and pointers are not equivalent from a memory
perspective: while pointers from/to another address space can
be consumed by kvm(3) to query for data in kernel space, arrays
are more tricky, especially when their content is copied in userland:
they are part of the copied struct.

Address of array members are only valid in their own address space,
in our case userland, which is (fortunately?) different from kernel space.
This breaks the various kvm_read() calls that query for file descriptor
information. Consequence: lsof(1) cannot print filedescriptor information
(starting from 5.99.14), and silently ignores the errors, as using
the userland fdtab (``dt'' variable) is not valid for kernel.

Fix that by using the ``fd_dt'' member of struct filedes, which stores
the address of the fdtab struct in kernel address space. Took a few hours
to understand what was going on with lsof(1), hmmm.

Luckily, fstat(1) uses the proper model (checked about 5min ago). Why
lsof(1) decided not to log an error on kvm_read() is... a good question.

Bump rev.
2011-03-21 00:22:02 +00:00
minskim
7f7ed16450 Note update of emacs-snapshot. 2011-03-21 00:08:20 +00:00
minskim
5ad6c8ea22 Update emacs-snapshot to 20110316.
Changes:
- Sync with Tramp 2.2.1.
- Handle bzr 2.3.0.
- Fix more problems found by GCC 4.5.2's static checks.
2011-03-21 00:07:45 +00:00
gls
86bd82654c Updated www/p5-Mojolicious to 1.14 2011-03-20 21:41:55 +00:00
gls
5f53c9f3cc Updated www/p5-Mojolicious to 1.14
Upstream changes:

1.14 2011-03-17 00:00:00
        - Added support for multiple dns servers to Mojo::IOLoop.
        - Added config helper to Mojolicious::Plugin::Config.
        - Changed resolv.conf parser in Mojo::IOLoop to use the first
          nameserver.
        - Changed lookup method in Mojo::IOLoop to pick records randomly.
        - Fixed small optional tag bugs in Mojo::DOM.
        - Fixed JavaScript/CSS bug in Mojo::DOM.
        - Fixed Windows home directory detection bug. (akron)
        - Fixed a few warnings.
        - Fixed typos.

1.13 2011-03-14 00:00:00
        - Deprecated Mojo::Client in favor of the much sleeker
          Mojo::UserAgent.
        - Made the most common Mojo::IOLoop methods easier to access for the
          singleton instance.
        - Fixed typos.

1.12 2011-03-10 00:00:00
        - Relicensed all artwork to CC-SA, so the whole distribution can be
          considered "open" again.
        - Deprecated MOJO_JSON_CONFIG environment variable in favor of
          MOJO_CONFIG. (crab)
        - Added EXPERIMENTAL support for IPv6.
        - Added more Perl-ish configuration plugin.
        - Added drain callback support for WebSockets.
        - Added line numbers to Mojo::JSON error messages. (marcus)
        - Removed experimental status from hypnotoad and
          Mojolicious::Plugin::TagHelpers.
        - Removed experimental status from many attributes and methods all
          over Mojolicious.
        - Improved attribute support of the select_field tag helper. (yko)
        - Improved text_field tag helper.
        - Improved tag helper attribute escaping.
        - Improved attrs method in Mojo::DOM.
        - Updated to jQuery to version 1.5.1.
        - Fixed XSS issue in link_to helper.
        - Fixed route unescaping bug.
        - Fixed small Mojo::DOM bug. (yko)
        - Fixed small documentation bug.
        - Fixed typos. (kimoto)

From Christian Sturm in PR pkg/44740.
2011-03-20 21:41:35 +00:00
cegger
5ff78ec7ec glib2 depends on pcre 8.11. Fixes configure check failure. 2011-03-20 21:00:10 +00:00
wiz
a7b80e7c8d + gbrainy-1.63, meld-1.5.1, p5-Mojolicious-1.14 [pkg/44740]. 2011-03-20 20:29:04 +00:00
wiz
2d3fdf106f Remove some ex-MASTER_SITES. 2011-03-20 20:27:55 +00:00
plunky
e15e6bf299 HCI direction message is an int, but you can't memcpy that to a uint8_t
and hope that it will work on big endian machines
2011-03-20 19:56:48 +00:00
shattered
52ce0f0492 PR/37835 -- Copy patches from vorbis-tools that fix pthread programming
problems.
2011-03-20 19:13:15 +00:00
minskim
24898a7f94 lyx does not need teTeX/module.mk; include tex.buildlink3.mk instead. 2011-03-20 18:06:56 +00:00
adam
f31ffccc3f Updated multimedia/mkvtoolnix to 4.6.0 2011-03-20 13:20:35 +00:00
adam
3b07c69f49 Changes 4.6.0:
* build system: Fixed building the Qt version of mkvinfo's GUI (again).
* mmg: bug fix: If the header editor finds 'language' elements with ISO-639-1
  codes (e.g. "fra" instead of "fre" for "French") then it will map the code to
  the corresponding ISO-639-2 code
* mmg: bug fix: Fixed one of the issues causing mmg to report that it is
  configured to use an unsupported version of mkvmerge when the reported
  version was actually empty.
* mkvmerge: enhancement: HD-DVD subtitles are recognized as being an
  unsupported file format. This makes the error message presented to the user
  a bit clearer.
* build: Boost 1.36.0 or newer is required (up from 1.34.0). Also fixed
  building with v3 of Boost's filesystem library, e.g. with Boost 1.46.0
  Beta 1 or newer.
* mkvpropedit: new feature: Added support for adding, replacing and removing
  tags.
* all: Added a translation for the programs into Turkish by ßouЯock.
* build system: Fixed compilation if configure choses the internal versions of
  libebml and libmatroska while older versions are still installed in a
  location named with "-I..." or "-L..." in CFLAGS/CXXFLAGS/LDFLAGS or with
  configure's "--with-extra-includes" and "--with-extra-libs" options.
2011-03-20 13:19:44 +00:00
taca
7fc15df22d * Note update of www/contao29-translations package to 20110319.
* Remove previous duplicated line.
2011-03-20 12:52:48 +00:00
taca
7a8cb523f2 Update contao29-translation pacakge to 20110319.
Czech, Croatian and Romanian language files are updated.
Slovak language files are update and enabled.
2011-03-20 12:50:34 +00:00
obache
0710637c2c marked as user-destdir installation support. 2011-03-20 12:45:07 +00:00
obache
2bd35d61b3 Add user-destdir installation support. 2011-03-20 12:35:28 +00:00
obache
d9152925bb LICENSE=gnu-gpl-v2 2011-03-20 12:15:28 +00:00
obache
3aa8b8aaec for the case of PKG_SYSCONFBASE!=${PREFIX}/etc, and use SUBST for replace. 2011-03-20 12:13:44 +00:00
obache
08c8fcd5a3 Use OVERRIDE_GNU_CONFIG_SCRIPTS instead of custom copy. 2011-03-20 12:00:15 +00:00
obache
ec9f611e87 * LICENSE=gnu-gpl-v2
* add user-destdir installation support
2011-03-20 11:46:34 +00:00
obache
5c46a27f75 * LICENSE=gnu-gpl-v2
* add user-destdir installation support
2011-03-20 09:05:54 +00:00
obache
b3a2579d74 /usr/bin/su for SSD/Linux. 2011-03-20 09:00:08 +00:00
obache
09953bd16f Add user-destdir installation support. 2011-03-20 06:55:13 +00:00
obache
0e34bf4d9d Add user-destdir installatin support. 2011-03-20 06:36:30 +00:00
obache
95d6edf97d Add user-destdir installation support. 2011-03-20 06:29:52 +00:00
obache
9434547e77 Add user-destdir installation support. 2011-03-20 06:17:58 +00:00