Commit graph

104247 commits

Author SHA1 Message Date
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
ben
6e91391722 Fix build on Linux. Replace link to -ldb with BDB_LIBS. Avoid automake
refresh.  This addresses PR#33802
2006-10-09 01:34:10 +00:00
rillig
f321ce8944 Updated emacs-packages to 0.7. 2006-10-09 01:07:44 +00:00
rillig
a78b3a9c43 Updated emacs-packages to 0.7, since mail/mew3 does not exist anymore. 2006-10-09 01:07:07 +00:00
tv
3b24506490 net/tor -> 0.1.1.24 2006-10-09 00:52:04 +00:00
tv
eb438c3af7 Update to 0.1.1.24. Changes:
Changes in version 0.1.1.24 - 2006-09-29
 o Major bugfixes:
   - Allow really slow clients to not hang up five minutes into their
     directory downloads (suggested by Adam J. Richter).
   - Fix major performance regression from 0.1.0.x: instead of checking
     whether we have enough directory information every time we want to
     do something, only check when the directory information has changed.
     This should improve client CPU usage by 25-50%.
   - Don't crash if, after a server has been running for a while,
     it can't resolve its hostname.
   - When a client asks us to resolve (not connect to) an address,
     and we have a cached answer, give them the cached answer.
     Previously, we would give them no answer at all.

 o Minor bugfixes:
   - Allow Tor to start when RunAsDaemon is set but no logs are set.
   - Don't crash when the controller receives a third argument to an
     "extendcircuit" request.
   - Controller protocol fixes: fix encoding in "getinfo addr-mappings"
     response; fix error code when "getinfo dir/status/" fails.
   - Fix configure.in to not produce broken configure files with
     more recent versions of autoconf. Thanks to Clint for his auto*
     voodoo.
   - Fix security bug on NetBSD that could allow someone to force
     uninitialized RAM to be sent to a server's DNS resolver. This
     only affects NetBSD and other platforms that do not bounds-check
     tolower().
   - Warn user when using libevent 1.1a or earlier with win32 or kqueue
     methods: these are known to be buggy.
   - If we're a directory mirror and we ask for "all" network status
     documents, we would discard status documents from authorities
     we don't recognize.
2006-10-09 00:51:26 +00:00
dmcmahill
c20546a552 add missing distfile info for solaris 2006-10-08 23:13:41 +00:00
dmcmahill
3ff9fadfb4 The variable modifier $${dir#${PREFIX}/} is not portable so eliminate its
use.  Fixes R packaging on solaris.
2006-10-08 23:12:48 +00:00
ben
7b580cb0fd pkgsrc symlinks config/config.guess and config.sub to mk/gnu-config
when you do not preserve timestamps in mk, this can cause
config.guess and config.sub to be newer than config.guess.1 and
config.sub.1.  In that case, the man pages need to be rebuilt, and
build fails because pkgsrc lacks help2man.  Work around this situation.
2006-10-08 23:02:30 +00:00
rillig
92ef9d08b2 Fixed "test ==". 2006-10-08 22:14:54 +00:00
rillig
62ed52cc83 No Makefile -- no tests. 2006-10-08 22:13:07 +00:00
rillig
6265e80d04 Disabled the portability check for this package because one file is
declared unchangeable. Unfortunately, exactly that file contains the
non-portable code.

Not my problem. ;)
2006-10-08 22:12:09 +00:00
rillig
c134122136 This package has GNU and non-GNU configure scripts. 2006-10-08 21:58:47 +00:00
rillig
e528a3d5ed Fixed "test ==". 2006-10-08 21:35:13 +00:00
rillig
ed7c93f18f Needs OVERRIDE_DIRDEPTH=3. 2006-10-08 21:31:31 +00:00
rillig
dfdc046c67 Fixed "test ==". 2006-10-08 21:21:41 +00:00
rillig
b30f92b310 Added two patches that replace $RANDOM with $$, since $RANDOM is only
available in ksh and bash.
2006-10-08 20:55:12 +00:00
rillig
3fce7deb80 Added a new variable MAKE_PACKAGE_AS_ROOT that controls whether the
package needs to be packed by root or whether the unprivileged user can
do that as well. Most packages don't need root privileges, but the
default value is nevertheless "yes" to not break too many existing
packages.

pkgsrc users are encouraged to add the following to their mk.conf:

    MAKE_PACKAGES_AS_ROOT?= no

The "?=" operator here is important because after the testing phase,
this variable is only intended to be set by packages. If "=" would be
used instead, packages could not override the value.
2006-10-08 20:31:38 +00:00
rillig
b52b81957a Remove the +BUILD_DEFS file before overwriting it. This is necessary to
allow most of the packages to be created as unprivileged user, since the
+BUILD_DEFS file is created by the privileged user in the "install"
phase.
2006-10-08 20:25:43 +00:00
rillig
28003a7775 Made the code simpler and added "set -e". 2006-10-08 20:24:03 +00:00
xtraeme
b20cb1e98f Fix comment. 2006-10-08 19:15:02 +00:00
xtraeme
a399334ae8 Update sysutils/mklivecd to 0.14 [now with tmpfs support and more...] 2006-10-08 19:10:25 +00:00
xtraeme
f2c8f2d36b Update to the long awaited 0.14 version with the following changes:
* Support for tmpfs, enabled via MNT_RAMFS_{ARGS,CMD}.

To use tmpfs and all the available RAM in the machine, use the
following lines in your configuration file:

	MNT_RAMFS_CMD="mount_tmpfs"
	MNT_RAMFS_ARGS="tmpfs"

By default it will default to MNT_RAMFS_CMD="mount_mfs" and
MNT_RAMFS_ARGS="-s 128m swap" to maintain compatibility with NetBSD
versions < 4.0.

* Support to mount a specific PACKAGES directory via PACKAGESDIR
  in the configuration file.
* Added CDRECORD_BIN and MKISOFS_BIN to specify alternative binaries.
* Remove MNT_FOO_ARGS, mount_null(8) is used on the root memory filesystem
  to mount all dependent directories.
* Fix booting with GNU GRUB and MULTIBOOT on >=4.0.

Please upgrade to this version and let me know if you are not
happy...
2006-10-08 19:08:38 +00:00
ben
4a6b339bdc Fix patch-aa to correctly use strcat, and to be C89 compliant.
Patch supplied by Christian Biere in PR#34738.
2006-10-08 18:40:23 +00:00
ben
9af81a7cb2 Remove extraneous interix change from patch-cb.
Perhaps this change was accepted upstream, and not yet removed from pkgsrc.
2006-10-08 17:48:30 +00:00
wiz
ec8050f2db Add patch addressing PR 33916, supplied by David Holland.
Bump PKGREVISION.
2006-10-08 17:16:59 +00:00
wiz
007bf35f3d + gcin-1.2.7, guile-1.8.1, konversation-1.0.1, kye-0.9.1,
libdvdread-0.9.7, libpreludedb-0.9.10, miredo-1.0.4, nautilus-2.16.1,
  p5-Error-0.17006, p5-Test-Exception-0.23, p5-Test-Inline-2.105.
2006-10-08 17:06:47 +00:00
joerg
32884b213a Newer versions of NetBSD have the plague-spot called strndup.
While here, also use errx from the system on BSDs and don't
segfault in strndup if malloc failed.

From Don Woodstock in #netbsd-code.
2006-10-08 16:24:26 +00:00
joerg
e3fe75f490 Readd bug URLs. Requested by wiz. 2006-10-08 14:51:57 +00:00
obache
6d3c22961c Updated sysutils/duplicity to 0.4.2. 2006-10-08 13:45:18 +00:00