Commit graph

137324 commits

Author SHA1 Message Date
drochner
f367e24659 update to 2.24.4.1
changes:
-performance improvements in the sqlite3 backend
-bugfixes
-translation updates
2009-02-06 17:27:10 +00:00
jmorse
c6a05f6666 Updated graphics/cheese to 2.24.3nb1, fixes detection of webcams through hal. 2009-02-06 17:01:49 +00:00
joerg
4be66048ad Fix circular dependency detection for the case of non-leading circles.
For the dependency chain A->B->B the old code created:
_PKGSRC_DEPS=", B-1.0, A-1.0", which obviously can't match the PKGNAME
of B.
Skip the _flavor-bootstrap-depends processing if PKG_FAIL_REASON is
already set and move the check for circular dependencies right after the
block that defines PKGNAME and friends.
2009-02-06 15:27:00 +00:00
taca
045132e263 www/squid26 successor is www/squid27.
Noted from wiz about "successor" via private mail.
2009-02-06 14:30:57 +00:00
wiz
cb855ece51 + binutils-2.19.1, cairomm-1.8.0, digikam-0.9.5beta3, evolution-2.24.4,
evolution-data-server-2.24.4.1, evolution-exchange-2.24.4,
  gcalctool-5.24.3.1, gnome-speech-0.4.23, gperf-3.0.4, gtk-sharp-2.12.8,
  gtkhtml314-3.24.4, guile-www-2.22, ikiwiki-3.03, libXext-1.0.5,
  libcroco-0.6.2, mc-4.6.2, modular-xorg-server-1.5.99.902,
  p5-DB_File-1.818, p5-Net-DNS-0.65, py-gtk2-2.14.0, rdiff-backup-1.2.6,
  scmgit-base-1.6.1.2, telepathy-gabble-0.7.19, telepathy-glib-0.7.25,
  x264-devel-20090131, xextproto-7.0.5, xrandr-1.2.99.4.
2009-02-06 08:35:53 +00:00
martti
5a254bbf23 vim 2009-02-06 06:29:35 +00:00
martti
a2f435a7ca Updated editors/vim-share to 7.2.102
17606  7.2.070  crash when a function returns a:000
  2353  7.2.071  (extra) Win32: Handling netbeans events may cause a crash
  1786  7.2.072  (extra) compiler warning in Sniff code
  4121  7.2.073  ":set <xHome>" has the same output as ":set <Home>"
  1832  7.2.074  (extra, after 7.2.073) extra part of 7.2.073
  2218  7.2.075  (after 7.2.058) unclear comment about making a diff
  2666  7.2.076  rename(from, to) deletes file if names refer to the same file
  4745  7.2.077  (after 7.2.076) rename() fails if names differ only in case
  3298  7.2.078  problems with deleting folds
  6947  7.2.079  "killed" netbeans events are not handled correctly
  9942  7.2.080  accessing wrong memory with completion and composing char
  1728  7.2.081  compiler warning for float overflow on VAX
  2134  7.2.082  if 'ff' is "mac" then "ga" on a ^J shows 0x0d instead of 0x0a
  1733  7.2.083  ":tag" doesn't return to the right tag entry in the tag stack
  4331  7.2.084  Python: vim.eval() is wrong for recursive structures
  1862  7.2.085  ":set <M-b>=<Esc>b" does not work when 'encoding' is utf-8
  3045  7.2.086  using ":diffget 1" in buffer 1 corrupts the text
  1570  7.2.087  adding URL to 'path' doesn't work to edit a file
  2895  7.2.088  (extra) Win32: Using the clipboard sometimes fails
  2473  7.2.089  (extra) Win32: crash when using Ultramon buttons
  3286  7.2.090  user command containing 0x80 does not work properly
  2113  7.2.091  ":cs help" output is not aligned for some languages
  4538  7.2.092  some error messages are not translated
  7287  7.2.093  (extra) dialogs can't always handle multi-byte text
  3430  7.2.094  compiler warning for signed/unsigned compare, typos
  1902  7.2.095  using "r" and then CTRL-C Visual highlighting is not removed
  1464  7.2.096  after ":number" "Press Enter" msg may be on the wrong screen
  1692  7.2.097  "!xterm&" doesn't work when 'shell' is "bash"
  1864  7.2.098  warning for signed/unsigned pointer
  3498  7.2.099  unnecessary redraw when changing GUI options in terminal
  3846  7.2.100  missing first three bytes on sourced FIFO
  1362  7.2.101  (extra) MSVC version not recognized
  1496  7.2.102  (after 7.2.100) BOM at start of Vim script not removed
2009-02-06 06:28:53 +00:00
jmcneill
ba322ad544 Don't assume ${PKG_SYSCONFDIR}/fontconfig/conf.d exists as fontconfig
may be a built-in.
2009-02-05 23:40:22 +00:00
joerg
d137b223d0 fetch-1.4:
- restart system calls for SIGINFO, will do the status update on the
  next return
- handle FETCH_TIMEOUT like SIGALRM, and don't print errors about
  writing the output file
- explicitly check for -1 as return from fetchIO_read.
2009-02-05 23:38:18 +00:00
joerg
6216f6bf9d Need sleep, unbreak: declare fetchRestartCalls as volatile, not extern. 2009-02-05 23:29:14 +00:00
joerg
9b190aca9e Really mark fetchRestartCalls as volatile. 2009-02-05 23:27:39 +00:00
joerg
6b3683e296 libfetch-2.22:
Allow overriding fetchRestartCalls from signal handlers by making it
volatile.
2009-02-05 22:45:25 +00:00
joerg
045bae360d Mark variables modified from signal handlers as volatile. 2009-02-05 22:32:57 +00:00
joerg
46d5b06934 Remove t flag. 2009-02-05 22:23:55 +00:00
joerg
74f5935b19 Also remove unused b flag. 2009-02-05 22:22:01 +00:00
joerg
444d8c74e8 fetch-1.3:
Remove FreeBSD legacy options. -H was undocumented and ignored,
-h / -f / -c could be used to construct FTP URLs in an adhoc fashion.
2009-02-05 22:19:57 +00:00
seb
3b26d2c58d Note udpate of www/tidy to version 20081014nb1. 2009-02-05 21:53:08 +00:00
seb
2380b69755 Add package option 'doc'.
If and only if this option is set the documentation for the tidy
library is built with doxygen and then installed.

This new package option is set by default hence preserving the
previous package "behaviour" in the default case.

Not setting this option provides smaller build dependencies: doxygen
is not required.

Please note that the manual page of the command line tool tidy is
still provided even if the package option 'doc' is not set.

Bump PKGREVISION to 1.
2009-02-05 21:52:52 +00:00
drochner
81570034e8 update to 5.24.3.1
This fixes an embarrassing bug in bitshift calculations.
2009-02-05 21:40:36 +00:00
tnn
26806b78c3 Updated www/firefox3 to 3.0.6 2009-02-05 21:22:39 +00:00
tnn
5bd76ef59a update to firefox3-3.0.6.
Firefox 3.0.6 fixes several issues found in Firefox 3.0.5:
* Fixed several security issues.
* Fixed several stability issues.
* In previous versions of Firefox, some users experienced a problem
  where parts of the screen were not properly displaying after
  Firefox was open for long periods of time.
* Improved the ability for scripted commands (including those
  included in popular extensions like Adblock Plus) to work properly
  with plugins. (bug 438830)
* Removed the client user ID from crash reports.
* Fixed issues with the display of some Indic scripts.
2009-02-05 21:22:06 +00:00
tron
69051cfd22 Make this package build and work under Mac OS X (Leopard).
This fixes PR pkg/40424 by Torsten Harenberg.
2009-02-05 21:05:07 +00:00
joerg
7b786c8fbd Drop tools/bootstrap.mk. It was mostly reundant as the bootstrap
components are correctly registered as dependencies. Move the remaining
two exceptions into the corresponding platform files.

XXX Both the strip and mkdir-sh are currently not registered
2009-02-05 19:03:29 +00:00
joerg
abd77ea1ca Remove LIBNBCOMPAT_STYLE for nbsed, it is not used anywhere. 2009-02-05 18:53:03 +00:00
joerg
648c6c6e64 Don't skip the pax dependency. It has been registered as part of the
bootstrap for a long time. As it is no longer a bootstrap part, the
dependency is required.
2009-02-05 18:44:43 +00:00
joerg
60289b484d pkg_install-20090205:
- Restrict audit related commands to the documented set and/or fix the
  documention.
- Add support for conditional fetch-pkg-vulnerabilities via -u option.
2009-02-05 17:22:19 +00:00
joerg
f89a759330 fetch-1.2:
Add -i option for conditional fetch, e.g. only fetch the file again, if
the remote version is newer.
2009-02-05 17:14:06 +00:00
joerg
5af00eebb3 libfetch-2.21:
Add support for conditional GET using the 'i' flag. Inspired by
the HTTP support for the same feature in FreeBSD by Murray Stokely, but
mostly rewritten and extended to work for all protocols.
2009-02-05 16:59:45 +00:00
sborrill
501ad95b84 Re-introduce support for APACHE_CUSTOM_CFLAGS in mk.conf 2009-02-05 16:39:18 +00:00
joerg
0ffd57fde6 Don't chdir back to the original directory at the end of make_dist,
pkg_create is about to exit() anyway.
2009-02-05 16:06:55 +00:00
obache
701259a22f Updated databases/tokyocabinet to 1.4.4 2009-02-05 15:37:01 +00:00
obache
50ea3526a3 Update TokyoCabinet to 1.4.4.
Changes:
2009-01-29  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tcmapputproc, tctreeputproc, tcmdbputproc, tcndbputproc): new functions.

	* tchdb.c (tchdbputproc): new function.

	* tchdb.c (TDBTHREADYIELD): "sched_yield" is now used instead of "pthread_yield".

	* tcbdb.c (tcbdbputproc): new function.

	* tcbdb.c (tcbdbcurkey, tcbdbcurval): the type of the return value was modified.

	* tcfdb.c (tcfdbputproc): new function.

	* tcadb.c (tcadbputproc): new function.

	* tcadb.c (tcadbmisc): sub funcitons "put", "out", and "get" were added.

	* tcadb.c (tcstrisnum): new function.

	- Release: 1.4.4
2009-02-05 15:36:34 +00:00
taca
46cdf0b1bc -sudo-1.7.0, tokyocabinet-1.4.0, zope25-*, zsh-4.3.9.
+samba-3.2.8, zope34-3.4.0.
2009-02-05 14:14:37 +00:00
taca
a067a6e2d6 Note remove of www/squid26 package. 2009-02-05 14:09:45 +00:00
taca
7a3de587aa Remove www/squid26.
Squid 2.6's support was end.  Please use www/squid27 instead.
2009-02-05 14:09:03 +00:00
taca
e779be9397 Remove squid26. 2009-02-05 14:08:13 +00:00
sketch
e650402bc4 Forgot to remove obsolete patches. 2009-02-05 14:03:20 +00:00
jnemeth
c04de002c7 add and enable openldap-nops and openldap-smbk5pwd 2009-02-05 13:57:58 +00:00
joerg
61cd396e07 Kill the remaining parts of netsaint. 2009-02-05 13:52:43 +00:00
taca
655e8093f2 Note updated of security/sudo package to 1.7.0. 2009-02-05 13:50:37 +00:00
he
d36e758e69 Note two updates (one belatedly, done yesterday):
Updated databases/mysql5-server to 5.0.67nb1
Updated databases/mysql4-server to 4.1.22nb3
2009-02-05 13:48:59 +00:00
taca
ff4641fd17 Update security/sudo package to 1.7.0.
* pkgsrc change: relax restriction to kerberos package.


What's new in Sudo 1.7.0?

 * Rewritten parser that converts sudoers into a set of data structures.
   This eliminates a number of ordering issues and makes it possible to
   apply sudoers Defaults entries before searching for the command.
   It also adds support for per-command Defaults specifications.

 * Sudoers now supports a #include facility to allow the inclusion of other
   sudoers-format files.

 * Sudo's -l (list) flag has been enhanced:
    o applicable Defaults options are now listed
    o a command argument can be specified for testing whether a user
      may run a specific command.
    o a new -U flag can be used in conjunction with "sudo -l" to allow
      root (or a user with "sudo ALL") list another user's privileges.

 * A new -g flag has been added to allow the user to specify a
   primary group to run the command as.  The sudoers syntax has been
   extended to include a group section in the Runas specification.

 * A uid may now be used anywhere a username is valid.

 * The "secure_path" run-time Defaults option has been restored.

 * Password and group data is now cached for fast lookups.

 * The file descriptor at which sudo starts closing all open files is now
   configurable via sudoers and, optionally, the command line.

 * Visudo will now warn about aliases that are defined but not used.

 * The -i and -s command line flags now take an optional command
   to be run via the shell.  Previously, the argument was passed
   to the shell as a script to run.

 * Improved LDAP support.  SASL authentication may now be used in
   conjunction when connecting to an LDAP server.  The krb5_ccname
   parameter in ldap.conf may be used to enable Kerberos.

 * Support for /etc/nsswitch.conf.  LDAP users may now use nsswitch.conf
   to specify the sudoers order.  E.g.:
	sudoers: ldap files
   to check LDAP, then /etc/sudoers.  The default is "files", even
   when LDAP support is compiled in.  This differs from sudo 1.6
   where LDAP was always consulted first.

 * Support for /etc/environment on AIX and Linux.  If sudo is run
   with the -i flag, the contents of /etc/environment are used to
   populate the new environment that is passed to the command being
   run.

 * If no terminal is available or if the new -A flag is specified,
   sudo will use a helper program to read the password if one is
   configured.  Typically, this is a graphical password prompter
   such as ssh-askpass.

 * A new Defaults option, "mailfrom" that sets the value of the
   "From:" field in the warning/error mail.  If unspecified, the
   login name of the invoking user is used.

 * A new Defaults option, "env_file" that refers to a file containing
   environment variables to be set in the command being run.

 * A new flag, -n, may be used to indicate that sudo should not
   prompt the user for a password and, instead, exit with an error
   if authentication is required.

 * If sudo needs to prompt for a password and it is unable to disable
   echo (and no askpass program is defined), it will refuse to run
   unless the "visiblepw" Defaults option has been specified.

 * Prior to version 1.7.0, hitting enter/return at the Password: prompt
   would exit sudo.  In sudo 1.7.0 and beyond, this is treated as
   an empty password.  To exit sudo, the user must press ^C or ^D
   at the prompt.

 * visudo will now check the sudoers file owner and mode in -c (check)
   mode when the -s (strict) flag is specified.
2009-02-05 13:48:12 +00:00
he
94064fb9fa Update from version 4.1.22nb2 to 4.1.22nb3.
One minor change to the rc.d script:

 o Postpone setting pidfile to after /etc/rc.conf has been consulted,
   so that a non-default setting of mysqld_datadir takes effect.
   Without this, mysqld will not start with a non-default mysqld_datadir.
   Should fix PR#30636.
2009-02-05 13:46:36 +00:00
tonio
799c6f6ece Avoid crash with 64bit time_t.
From PR pkg/40548
2009-02-05 13:45:28 +00:00
taca
3b0e157ac8 Note update of www/squid27 package to 2.7.6. 2009-02-05 13:45:27 +00:00
taca
cd8867401b Update www/squid27 package to 2.7.6(2.7.STABLE6).
Changes to squid-2.7.STABLE6 (4 February 2009)
	- Bug #2494: Fix tproxy url in configure
	- Correct latency measurements
	- Correct upgrade_http0.9 example
	- Correct parsing of invalid http version numbers
	- Crossreference authenticate_ip_shortcircuit_access and
	  authenticate_ip_shortcircuit_ttl
	- Add in some better documentation for override-expire.
2009-02-05 13:43:06 +00:00
jnemeth
4baec0b8e3 correctly mark this package as a meta-pkg 2009-02-05 13:40:21 +00:00
obache
e80d0edbd0 + gtkpod-0.99.14 [pkg/40493] 2009-02-05 12:44:45 +00:00
is
8f23f8879f Upgrade pmccabe to 2.5 2009-02-05 09:15:21 +00:00
jmcneill
f5da98081f Updated net/skype to 1.4.0.118nb1 2009-02-05 00:54:22 +00:00