Commit graph

104376 commits

Author SHA1 Message Date
minskim
6d3afc789d Note update of ruby-actionwebservice. 2006-10-09 23:28:40 +00:00
minskim
7f25d31bd0 Update ruby-actionwebservice to 1.1.6.
Changes since 0.9.1:
* Do not convert driver options to strings (#4499)
* Make ActiveWebService::Struct type reloadable
* Fix scaffolding action when one of the members of a structural type has
  date or time type
* Remove extra index hash when generating scaffold html for parameters of
  structural type #4374 [joe@mjg2.com]
* Fix Scaffold Fails with Struct as a Parameter #4363 [joe@mjg2.com]
* Fix soap type registration of multidimensional arrays (#4232)
* Fix that marshaler couldn't handle ActiveRecord models defined in a
  different namespace (#2392).
* Fix that marshaler couldn't handle structs with members of ActiveRecord
  type (#1889).
* Fix that marshaler couldn't handle nil values for inner structs (#3576).
* Fix that changes to ActiveWebService::API::Base required restarting of
  the server (#2390).
* Fix scaffolding for signatures with :date, :time and :base64 types
  (#3321, #2769, #2078).
* Fix for incorrect casting of TrueClass/FalseClass instances (#2633,
  #3421).
* Fix for incompatibility problems with SOAP4R 1.5.5 (#2553) [Kent Sibilev]
* Update from LGPL to MIT license as per Minero Aoki's permission. [Marcel
  Molina Jr.]
* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
* Fix that XML-RPC date/time values did not have well-defined behaviour
  (#2516, #2534). This fix has one caveat, in that we can't support
  pre-1970 dates from XML-RPC clients.
2006-10-09 23:27:59 +00:00
minskim
fbe48239dc Use RUBY_SITELIBDIR. 2006-10-09 23:21:41 +00:00
minskim
d14bc14633 Note update of ruby-actionmailer. 2006-10-09 23:10:10 +00:00
minskim
56029486e0 Update ruby-actionmailer to 1.2.5.
Changes since 1.1.1:
* Backport of documentation enhancements. [Kevin Clark, Marcel Molina Jr]
* Correct spurious documentation example code which results in a
  SyntaxError. [Marcel Molina Jr.]
* Mailer template root applies to a class and its subclasses rather than
  acting globally. #5555 [somekool@gmail.com]
* Nil charset caused subject line to be improperly quoted in implicitly
  multipart messages #2662 [ehalvorsen+rails@runbox.com]
* Parse content-type apart before using it so that sub-parts of the header
  can be set correctly #2918 [Jamis Buck]
* Make custom headers work in subparts #4034 [elan@bluemandrill.com]
* Template paths with dot chars in them no longer mess up implicit template
  selection for multipart messages #3332 [Chad Fowler]
* Make sure anything with content-disposition of "attachment" is passed to
  the attachment presenter when parsing an email body [Jamis Buck]
* Make sure TMail#attachments includes anything with content-disposition of
  "attachment", regardless of content-type [Jamis Buck]
* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
* Stricter matching for implicitly multipart filenames excludes files
  ending in unsupported extensions (such as foo.rhtml.bak) and without a
  two-part content type (such as foo.text.rhtml or
  foo.text.really.plain.rhtml). #2398 [Dave Burt <dave@burt.id.au>, Jeremy
  Kemper]
* Allow Mailers to have custom initialize methods that set default instance
  variables for all mail actions #2563 [mrj@bigpond.net.au]
2006-10-09 23:09:44 +00:00
snj
e8eb44c2d4 Update to 1.43. Claim maintainership.
Changes since 1.41:
- fix to avoid modifying data which is being used by tsearch() for
  ordering the binary tree (report by Adrian Bunk).
- do not ignore pathnames in /tmp/, since some tools create usable
  pathnames for both old/new files there (Debian #376086).
- correct ifdef for fgetc_unlocked().
- updated configure macros CF_GCC_VERSION, CF_PATH_SYNTAX and
  CF_XOPEN_SOURCE
- add configure check for compress, gzip and bzip2 programs that may be
  used to decompress files.
2006-10-09 23:09:20 +00:00
rillig
4fb63bd4af Since a few hours, the .PLIST file does not contain the full pathnames
anymore. Therefore, cd to ${LOCALBASE} to correctly resolve the relative
pathnames.
2006-10-09 23:06:48 +00:00
minskim
873150431a Note update of ruby-actionpack. 2006-10-09 22:48:40 +00:00
minskim
0d52281032 Update ruby-actionpack to 1.12.5. This version includes a security fix
for path string handling.  See ${RUBY_DOCDIR}/actionpack/CHANGELOG for
the complete list.
2006-10-09 22:48:10 +00:00
rillig
1bbb2cc8ef Removed the interactivity by redirecting stdin from /dev/null. 2006-10-09 22:19:00 +00:00
rillig
ec77758bec Some package's self-tests require a lot of high-quality random data, so
the bulk build may seem to hang on otherwise idle machines.
2006-10-09 22:08:41 +00:00
mlelstv
bf486336c3 Make package compile with gcc-4. 2006-10-09 20:04:38 +00:00
ghen
93e0daf837 Updated mail/dovecot to 1.0rc8. 2006-10-09 19:07:41 +00:00
ghen
962d2941fd Update to dovecot-1.orc8. From the release announcement mail:
I've still over 200 mails unread in the mailing list, and important
things left in TODO. This release is an improvement over rc7 anyway,
hopefully I'll have time to fix the rest soon.

	* GSSAPI: Changed POP3 service name to "pop", which is what the
	  standard says
	* "mbox:/var/mail/%u" no longer works as the mail location. You'll
	  have to specify the mail root explicitly, just like the examples
	  always have: "mbox:~/mail:INBOX=/var/mail/%u"

	+ SHA1, LDAP-MD5, PLAIN-MD5, PLAIN-MD4: The password can be now either
	  hex or base64 encoded. The encoding is detected automatically based
	  on the password string length.
	+ Allow running only Dovecot master and dovecot-auth processes with
	  protocols=none setting
	+ deliver: -f <envelope sender> parameter can be used to set mbox
	  From_-line's sender address
	+ deliver: Log all mail saves and failures
	+ Tru64 SIA passdb support. Patch by Simon L Jackson.
	- INBOX was listed twice in mailbox list if namespace prefix was used
	- INBOX-prefixed namespaces were a bit broken
	- kqueue: Fix 100% CPU usage
	- deliver: Duplicate storage was a bit broken
	- dictionary code was broken (ie. dict quota)
	- SIGHUP caused crashes sometimes
2006-10-09 19:06:57 +00:00
joerg
703f64e4dd Fix build on DragonFly. 2006-10-09 18:48:35 +00:00
wiz
771cdce835 + bglibs-1.101 [pkg/34761], bluefish-1.0.6, gnome-themes-2.16.1.1,
gnucash-2.0.2, gnucash-docs-2.0.1, libntlm-0.3.12, mailfront-1.01
  [pkg/34765], maradns-1.2.12.03, moc-2.4.1, skill-4.1.3.
2006-10-09 17:57:18 +00:00
wiz
ac62f3ce7a Fix build on Solaris. Noted by dmcmahill. 2006-10-09 17:53:25 +00:00
ghen
cf2ce675e7 - bacula-1.38.11. 2006-10-09 14:22:25 +00:00
ghen
9511a65ff0 Updated sysutils/bacula, sysutils/bacula-clientonly, sysutils/bacula-doc,
sysutils/bacula-gnome-console, sysutils/bacula-tray-monitor and
sysutils/bacula-wx-console to 1.38.11.
2006-10-09 14:21:52 +00:00
ghen
4443f9c67b Update sysutils/bacula* to 1.38.11. Changes:
- Add test for IRIX64 as OS
- Minor tweaks to bregex.c
- Fix to block.c to correctly check for DVD number of parts.
- Fix to dev.c to permit DVD seeking in spool file.  Corrects label rewriting
  problems.
- Clarify license for techlogs (GPL). I consider them "part" of the source code
  of Bacula.
- Use FDL license for developer's manual, French translation, German
  translation, bimagemgr manuals (same as the main manual), and the web site.
2006-10-09 14:20:28 +00:00
ben
a283283796 Fix patch-ae to allow hobbitmon to be built on systems that use bash as
/bin/sh.  This addresses PR#32955
2006-10-09 13:29:00 +00:00
joerg
393d580d9d Rename sig_t to avoid conflict with the type of the same name from
sys/signal.h on DragonFly.
2006-10-09 13:23:37 +00:00
mishka
c2aaeefffb Add documentation for MASTER_SORT_RANDOM variable. 2006-10-09 13:15:07 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
joerg
297e6be4e8 distutils allows installation in a separate tree by passing
--root. Do so when using destdir.
2006-10-09 12:50:38 +00:00
obache
c3a1f9bfbc Updated mail/cyrus-imapd to 2.2.13nb1. 2006-10-09 12:47:21 +00:00
joerg
46f0756fe7 Use Python distuils logic. 2006-10-09 12:46:26 +00:00
obache
c4915ec13e Add patch to imap/backend.c(r1.38), diff came from cyrus cvs repository.
r1.39: initialize err to revent segfault
r1.40: only free() the backend struct if we allocated it (don't free cached connections)

Bump PKGREVISION.
2006-10-09 12:46:01 +00:00
joerg
5b374e445d Main infrastructure for DESTDIR support.
Packages may set PKG_DESTDIR_SUPPORT to either "destdir" or
"user-destdir" to flag support for this, following the same
rules as PKG_INSTALLATION_TYPES (e.g. define before first include
of bsd.prefs.mk).

The user activates it via USE_DESTDIR. When set to "yes",
packages with "user-destdir" are handled as "destdir".
The installation of the package will not go to ${LOCALBASE},
but a subdirectory of ${WRKDIR} instead. pre/post install scripts are
not run and the package is not registered either. A binary package
can be created instead to be installed normally with pkg_add.

For "user-destdir" packages, everything is run as normal user and
ownership is supposed to be correctled by pkg_create later. Since
the current pkg_install code uses pax and it doesn't allow overwriting
owners, this does not work yet.

For "destdir" packages, installation, packaging and cleaning is run as
root.

This commit does not change the handling of DEPENDS_TARGET or
bin-install to allow recursive usage.
2006-10-09 12:25:44 +00:00
joerg
a8e7008902 Add variable to control whether the install target is run as root. 2006-10-09 11:59:08 +00:00
martti
51fd0bdbad vim-7.0.121 2006-10-09 11:54:11 +00:00
martti
c7ee727d3c Added optional ruby support (from Matthias-Christian Ott in a private mail)
Updated to 7.0.121

  2952  7.0.092  (after 7.0.082) list of internal function args is obsolete
  2320  7.0.093  matchparen plugin can't handle some values of 'matchpairs'
  2394  7.0.094  fileinfo message is given too often after ":buf N"
 52575  7.0.095  Greek tutor is not available in utf-8
  2561  7.0.096  taglist() does not use path of tags file
  2617  7.0.097  tab pages line was not updated for ":tabclose N"
  2196  7.0.098  redirection didn't work inside cmdline completion
  2189  7.0.099  GUI: scrolling causes problems for the popup menu
  2086  7.0.100  "zug" may report the wrong filename
  2732  7.0.101  "zw" mostly doesn't work; "zg" may create wrong directory
  1634  7.0.102  redraw problem in cmdline when using SCIM
  1617  7.0.103  (after 7.0.101) compiler warning for uninitialized variable
  2522  7.0.104  CursorHold[I] may trigger when it is not wanted
  1513  7.0.105  during incremental search the ruler is not updated
  5102  7.0.106  spell popup menu may have side effects
  1805  7.0.107  tab pages line was not redrawn when using 'incsearch'
  1923  7.0.109  Lisp indenting gets confused by an escaped quote in a string
  2557  7.0.110  Amiga: Compilation problems when not using libnix
 10411  7.0.111  gzip plugin can't handle file names with special characters
  2687  7.0.112  Python interface doesn't compile with Python 2.5
  1878  7.0.113  crash when using CTRL-L in Insert mode completion
  1964  7.0.114  get extra undo point when using CTRL-C to abort Insert mode
  2339  7.0.115  missing some matches when Insert mode completion ignores case
  1508  7.0.116  MS-Windows: :version reported 32 bits for 64 bits systems
  5028  7.0.117  problem when mixing keepend and extend in syntax highlighting
  1529  7.0.118  printf() doesn't allow zero padding for strings
  1412  7.0.119  CursorHold event is not triggered when leaving Insert mode
  1780  7.0.120  crash when using getreg('=') in the = register
  1549  7.0.121  GUI: dragging last status line doesn't work with text tabline
2006-10-09 11:53:30 +00:00
joerg
977a821a8f Add two variables to control whether make package and make clean
are run with elevated privileges. Remove MAKE_PACKAGE_AS_ROOT
for now, since it is not sure whether the functionality in the current
form will stay and developers should spend time on the destdir support
instead.
2006-10-09 11:44:06 +00:00
joerg
c0ec39a99b Use get_local_offset() instead of timezone as external symbol.
The latter conflicts with timezone(3) at leat on DragonFly and
FreeBSD. Bump revision.
2006-10-09 11:34:09 +00:00
markd
8ccd7eb576 Fix build on Solaris. 2006-10-09 10:54:12 +00:00
gdt
620608ffa5 Updated graphics/exiv2 to 0.11 [gdt 2006-10-09] 2006-10-09 10:50:53 +00:00
gdt
af00b87808 Update to 2.0.11:
Bug fixes and minor enhancements plus

	- [exif] Added read support for PNG images (Gilles Caulier)
2006-10-09 10:48:41 +00:00
joerg
bc2ee3463c Introduce _SU_ROOT_USER, which can be used for partially unprivileged
builds, when the normal ROOT_USER overrides should happen, but
su-target is still desired to work.
2006-10-09 10:30:27 +00:00
joerg
bafcfef842 Backout rev 1.13 of rillig. Addresses PR 34764 and complains on
pkgsrc-users.
2006-10-09 08:57:39 +00:00
joerg
32703ad53d Set HOME in the extract environment to prevent creation
of ${HOME}/.mailcap and resulting breakage of it is
not writeable.
2006-10-09 07:24:06 +00:00
joerg
c598c080f6 Fix PLIST for fonts.alias. Bump revisions. 2006-10-09 07:02:55 +00:00
minskim
4d7898d402 Note update of ruby-activerecord. 2006-10-09 06:31:46 +00:00
minskim
a59f5b7328 Update ruby-activerecord to 1.14.4, which is used by Ruby on Rails 1.1.6.
Too many changes since 1.12.1.  See ${RUBY_DOCDIR}/activerecord/CHANGELOG
for the complete list.
2006-10-09 06:17:20 +00:00
rillig
8e791b10fa Fixed bash and Perl interpreters. This made it necessary that the distfile
is first extracted into the working directory and later copied.

PKGREVISION++
2006-10-09 03:08:24 +00:00
rillig
78ad3f5a1b The directory share/misc must be pre-created, otherwise it will be a
regular file after installation. PKGREVISION++.
2006-10-09 02:41:11 +00:00
rillig
39f8019a3e Forgot to provide the default value for EXTRACT_DIR.
EXTRACT_DIR may be given relative to WRKDIR.
2006-10-09 02:37:32 +00:00
rillig
22d4a3747a Added the EXTRACT_DIR variable, which can be used if the distfiles should
not be extracted into ${WRKDIR}.
2006-10-09 02:31:57 +00:00
ben
502c102123 Fix build on Linux. Use ncurses instead of termlib. Defined SYSV
instead of BSD.  This addresses PR#29424
2006-10-09 02:06:58 +00:00
rillig
7eb56d3e0e Fixed the Perl interpreter in one file, but didn't add a dependency on
Perl, since it's only an example script. Nevertheless, PKGREVISION++.
2006-10-09 01:53:06 +00:00
rillig
f8810ba028 Replaced the pipe operator with temporary files, since the former hides
errors. Now "make depends" stops on dependency directories that don't
exist.

The dependencies are first extracted into two temporary files and then
combined with cat(1) because otherwise "make depends" passes silently on
errors when it is called for the second time. Somehow ${.TARGET} didn't
get removed.
2006-10-09 01:40:49 +00:00