Commit graph

3879 commits

Author SHA1 Message Date
rillig
dd54e26d30 Fixed "test ==". 2006-10-14 02:45:10 +00:00
rillig
e0461a6624 Fixed "test ==". 2006-10-14 02:18:37 +00:00
rillig
d7ff6c64b9 Fixed "test ==". 2006-10-14 02:03:50 +00:00
rillig
92b342beee Needs shells/scsh for a binary. 2006-10-14 02:01:33 +00:00
xtraeme
85fbd514cc Update to 0.14.3 (sigh):
* Fix a problem in the 'iso' target removing permissions in all files.
* Don't do the MULTIBOOT fix if the kernel is not available in WORKDIR.
2006-10-13 16:39:53 +00:00
xtraeme
00b6b7f418 Update to 0.14.2:
* Fix typos in mklivecd.sh that prevented to initialize /home
  and /usr/pkg/etc directories correctly.
2006-10-13 14:58:34 +00:00
xtraeme
0250871316 * Fix typo in mklivecd(8).
* In the clean target check for $packages_mntstat too.
2006-10-13 13:07:12 +00:00
is
2e366d259b Fix fencepost error when the filename length is N*13 characters.
Contributed by Michael Eriksson in PR 25439; reviewed by Joerg
Sonnenberger.
2006-10-13 13:04:31 +00:00
xtraeme
80e47f56a9 Update to 0.14.1:
* Don't modify menu.lst if it's not available.
* Update some comments.
2006-10-12 15:03:51 +00:00
martti
ce86843f32 Regenerate to fix some pkglint warnings. 2006-10-12 09:24:19 +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
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
xtraeme
b20cb1e98f Fix comment. 2006-10-08 19:15:02 +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
obache
58bb79a25a Update duplicity to 0.4.2.
Patch provided by Martin Wilke via PR 34574.
And also work with python24, so add 24 to PYTHON_VERSIONS_ACCEPTED.
2006-10-08 13:42:21 +00:00
reed
675c77c2f8 Update to 4.17. This is for PR 34337.
Recent changes include:

2006-03-02 16:06 Christos Zoulas <christos@zoulas.com>

	* Print empty if the file is (Mike Frysinger)

	* Don't try to read past the end of the buffer (Mike Frysinger)

	* Sort magic entries by strength [experimental]

2005-11-29 13:26 Christos Zoulas <christos@zoulas.com>

	* Use iswprint() to convert the output string.
	    (Bastien Nocera)

2005-10-31 8:54 Christos Zoulas <christos@zoulas.com>

	* Fix regression where the core info was not completely processed
	    (Radek Vokál)

2005-10-20 11:15 Christos Zoulas <christos@zoulas.com>

	* Middle Endian magic (Diomidis Spinellis)

2005-10-17 11:15 Christos Zoulas <christos@zoulas.com>

	* Open with O_BINARY for CYGWIN (Corinna Vinschen)

	* Don't close stdin (Arkadiusz Miskiewicz)

	* Look for note sections in non executables.

2005-09-20 13:33 Christos Zoulas <christos@zoulas.com>

	* Don't print SVR4 Style in core files multiple times
	    (Radek Vokál)

2005-08-27 04:09 Christos Zoulas <christos@zoulas.com>

	* Cygwin changes Corinna Vinschen

2005-08-18 09:53 Christos Zoulas <christos@zoulas.com>

	* Remove erroreous mention of /etc/magic in the file man page
	  This is gentoo bug 101639. (Mike Frysinger)

	* Cross-compile support and detection (Mike Frysinger)

2005-08-12 10:17 Christos Zoulas <christos@zoulas.com>

	* Add -h flag and dereference symlinks if POSIXLY_CORRECT
	  is set.

2005-07-29 13:57 Christos Zoulas <christos@zoulas.com>

	* Avoid search and regex buffer overflows (Kelledin)

2005-07-12 11:48 Christos Zoulas <christos@zoulas.com>

	* Provide stub implementations for {v,}nsprintf() for older
	  OS's that don't have them.
	* Change mbstate_t autoconf detection macro from AC_MBSTATE_T
	  to AC_TYPE_MBSTATE_T.

2005-06-25 11:48 Christos Zoulas <christos@zoulas.com>

	* Dynamically allocate the string buffers and make the
	  default read size 256K.

2005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de>

	* Dragonfly ELF note support

2005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it>

	* Avoid NULL pointer dereference in time conversion.

2005-03-06 00:00  Joerg Walter <jwalt@mail.garni.ch>

	* Add indirect magic offset support, and search mode.
2006-10-07 19:46:06 +00:00
rillig
832600fbd7 Imported checkperms.
checkperms is a small and simple program that detects many
inconsistencies in file and directory permissions. Theoretically, there
are 2^12 valid combinations (setuid, setgid, sticky, owner-rwx,
group-rwx, other-rwx), but only very few of them are actually used.

It can automatically fix the permissions if instructed so.
2006-10-06 23:46:29 +00:00
rillig
b0eef7bd3e Added a patch from Hauke Fath to fix the "test ==" in a second configure
script. This fixes PR 34732.
2006-10-06 20:55:46 +00:00
rillig
8b2adc5cb9 Applied a patch from Mark Davies, which greatly simplifies the package
by including meta-pkgs/kde3/kde3.mk. PKGREVISION++.
2006-10-06 18:15:10 +00:00
rillig
05f4e9951f Fixed "test ==". 2006-10-05 02:52:16 +00:00
rillig
39932df6fa Fixed "test ==". 2006-10-05 02:49:59 +00:00
rillig
92ee430079 Updated radmind to 1.7.1.
Major changes from 1.6.1:
- Performance improvements to fsdiff
In testing on linux, we've seen an 80x increase without checksums and a
4x increase with checksums.

Other Changes:

- Added -I to ra.sh for case insensitive compares
- Automated building of universal binaries on OS X
- lcksum supports multiple transcripts on the command line (patch #1448910)
- ra.sh supports alternative fsdiff root paths
  thanks to Jeremy Reichman
- ra.sh -V displays correct version number
- fixed a loop in ra.sh auto when ktcheck finds changes but fsdiff doesn't
- fixed lapply -w usage in ra.sh auto.
- twhich supports -r to recursively twhich all path elements (patch #1470196)
- twhich -I actually ignores case
- lcksum returns correct exit value when verifying multiple transcripts
- Server only loging POSIX stats for children
- Fixed type-o in base64.c
- Eliminated some warnings in base64 code
2006-10-05 02:49:30 +00:00
wiz
7938151fe6 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
wiz
c8bca92784 Needs qt3-tools to build, include its buildlink3.mk file. 2006-10-03 18:17:36 +00:00
wiz
ad4320ae1c Fix HOMEPAGE. 2006-10-03 00:36:21 +00:00
rillig
fc1bc93f39 Fixed invalid use of PKGSRC_COMPILER. 2006-10-02 21:49:55 +00:00
rillig
7df36a5b10 Fixed some pkglint warnings. 2006-10-02 21:45:05 +00:00
rillig
188d4938c1 Fixed pkglint warnings and the path to the manual pages. 2006-10-02 21:22:05 +00:00
rillig
bf3991c4ce Fixed pkglint warnings. 2006-10-02 21:05:44 +00:00
rillig
1a7d6d1468 Typo. 2006-10-02 21:02:43 +00:00
rillig
0b6d7f8810 Added some newly imported packages. 2006-10-02 20:08:59 +00:00
rillig
9854083949 Imported swatch.
Swatch was originally written to actively monitor messages as they are
written to a log file via the UNIX syslog utility. For a simple
demonstration type "perl swatch --examine=FILENAME" with FILENAME being
the file that you would like to see the contents of. All this example
will do is demonstrate the different text modes that are available with
to the echo action.
2006-10-02 19:53:17 +00:00
abs
7467307c69 Update sysutils/rsnapshot to 1.2.9
VERSION 1.2.9  (May 18 2006)
------------------------------------------------------------------------------
- Added utils/rsnapreport.pl, written by William Bear.
- Detect exit status 23 and 24 from rsync in rsync_cleanup_after_native_cp_al
- Add $! (system error message) to various warning messages in native_cp_al
- Add more examples and comments to rsnapshot.conf.default.in
- In Makefile*, for "make tar", include "t" (testing) in the tar file.
- Do not strip the trailing slash if it's a remote root filesystem.
  (This was a bug in rsnapshot 1.2.3 if you use "backup host:/  ...")
- Give a more descriptive error message "cannot have a remote snapshot_root"
  if user tries to configure an ssh path or rsync path as snapshot_root.
- Add some more description to the error "rsnapshot refuses to create
  snapshot_root when no_create_root is enabled", after checking whether
  the snapshot_root is a non-directory file, or just plain non-existent.
- Changed default syslog level to 'info' instead of 'notice'
- Added include_conf directive
- Allowed remote ssh directory paths starting with "~/" as well as "/".
- Changed rsnapshot maintainer from Nathan Rosenquist to David Cantrell
- David Cantrell <david@cantrell.org.uk> wrote the rsnapshot-diff utility
- Chris Petersen added cwrsync permanent-share support
- Robert Jackson <RobertJ@promedicalinc.com> added use_lazy_deletes
- Added rollback for backup_scripts
- Added rsnapshot-diff to Autoconf/Automake install/build process
- Added sha1sum to utils/sign_packages.sh
- Added a CVS Id to key files
- Fixed exit value for some test invocations
- Added 'rsnapshot diff' front-end to rsnapshot-diff
- Added cmd_rsnapshot_diff
- Added cmd_preexec
- Added cmd_postexec
- Added db prefs examples to utils/backup_mysql.sh and utils/backup_pgsql.sh
- Fixed formatting with email addresses under AUTHORS section of man page
- Added an extra safety check in copy_symlink()
- Fixed swapped config comments about rsync_long_args in
  write_upgrade_config_file()
- Added optional use of the CPAN Lchown module
- Added safe_chown() wrapper to handle chown() calls safely
- Added warning message if we can't properly lchown a symlink
- Added fixes in sync_cp_src_dest() and sync_rm_dest() to properly delete a
  file that is being replaced with a directory
- Fixed error message for dest not being specified in sync_rm_dest()
- Changed skip message level to 2 in rsync_backup_point()
- Added better file type checking in sync_cp_src_dest()
- Removed redundant stat() calls in sync_cp_src_dest() and sync_rm_dest()
- Removed trailing slashes from file paths when calling cp -al subroutines
- Changed show_usage() to use here printing
- Changed strip trailing slash operation in rsync_backup_point() to use
  strip_trailing_slash()
- Fixed incorrect call to cmd_rm_rf() in handle_interval()
- Fixed trailing slash on call to bail() in handle_interval()
- Added sync_first feature (touches a lot of code)
- When link_dest is enabled, rsnapshot will now hunt for the newest available
  directory to use as a link_dest target (up to the oldest directory)
- When use_lazy_deletes is enabled, remove the lockfile before the final
  delete
- Expanded on default (no args) and help messages
- Added show_latest_snapshot() subroutine for shell scripts
- Fixed sync_if_different() to allow alternating directories and files to be
  created with the same names between runs
- Removed redundant line width and indent values in wrap_cmd() calls
- Anthony Ettinger <apwebdesign@yahoo.com> wrote utils/mysqlbackup.pl
- Sherman Boyd wrote utils/random_file_verify.sh

VERSION 1.2.3 (Aug ?? ??:?? 2005)
------------------------------------------------------------------------------
- Fixed a bug introduced in 1.2.2 when rsync is not using --relative
- Fixed a bug where the snapshot_root could be included in backups if
  the root filesystem was being backed up and --relative was not set

VERSION 1.2.2 (Aug 20 18:07 2005)
------------------------------------------------------------------------------
- David Keegel <djk@cybersource.com.au> fixed a race condition in
  add_lockfile()
- David Keegel <djk@cybersource.com.au> improved error reporting when config
  file isn't present
- Provided a workaround for a bug in some versions of rsync which caused
  files to not be deleted properly when the --relative flag was set.
2006-10-02 19:51:37 +00:00
rillig
e27a9a4f3e Imported filelight.
Filelight allows you to understand exactly where your diskspace is being
used by graphically representating your filesystem as a set of
concentric segmented-rings.
2006-10-02 18:58:55 +00:00
rillig
dbf0b81f51 Fixed some pkglint warnings. 2006-10-01 15:13:22 +00:00
taca
395679955d update bkpupsd to 2.2.1; fix a small but critical bug.
* correct timing of pid file creation again.
2006-09-29 15:16:50 +00:00
scw
afde3d3d8c Restore some previous changes lost in the last commit.
Fixes a bulk build error pointed out by wiz@.
2006-09-28 07:07:15 +00:00
drochner
73b41cd7a6 patch-aa was removed 2006-09-26 16:42:38 +00:00
dsainty
c3dc01ce0c Add an .../OLD URL to the SITES list, since version 4.76 is now not the latest version. Even if it were the latest version, this URL should still remain for future-proofing the package. Since I'm here, add an HTTP option too for those of us that prefer HTTP downloads. 2006-09-26 13:14:03 +00:00
martin
23523cc06f Fix this for little endian args 2006-09-24 17:14:55 +00:00
adam
c9474312a7 Changes 2.16.0/2.15.1:
Gnome::Vfs::Mime:
 * Removed  get_default_component(), get_short_list_components(),
   get_all_components(), id_in_component_list(), and
   id_list_from_component_list().
   This is because the underlying functions have been removed from
   gnome-vfs. This _is_ an ABI break, but we are taking this
   extraordinary step because it is very unlikely that anyone is using
   these methods, and in order to remove the dependency on Bonobo.
   If you really need to use these methods, you should use
   the underlying C functions, which have been moved to
   libbonobo.
2006-09-24 16:50:47 +00:00
joerg
982e92296e Fix build on DragonFly 1.6+. 2006-09-24 15:40:38 +00:00
joerg
1f22cec03f Fix build on DragonFly 1.6+. 2006-09-24 15:33:54 +00:00
drochner
cacb4adb7a -make this build on -current where some fields were removed from
struct uvmexp -- use uvmexp_sysctl on NetBSD instead
-correct filesystem size calculation: the unit is vfsstat.f_frsize
-bump PKGREVISION
with jmmv's blessing
2006-09-22 15:57:47 +00:00
rillig
119d8ee846 The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
rillig
b6a67dc0ac Made the package work for unprivileged builds.
Fixed the file mode of the example rc.d script. (PR 34564)

This also fixes PR 32835, which had already suggested all the changes I
made, but I've seen it too late. :)
2006-09-20 07:19:59 +00:00
scw
adbad799df Update to version 1.2.2.
Notable changes are:

- Added "closeidle true/false" to the tty server's config file
  option list to tell the server that it should close the terminal
  device when there are no clients connected to the service.

- If tits is invoked as "stdio2pty", it will allocate a pseudo-tty
  device and connect its stdin/stdout to the master side. It will
  fork(2) and exec(2) a program specified on the command line.
  This program will have *its* stdin/stdout connected to the
  slave side of the pty. One application for this is to execute
  pppd(8) from inetd.conf.

- Add a "masterpty" client, which makes it possible associate
  a pseudo-tty device with a service. For example, you can now
  use tip(1) to connect to the slave pty, which will cause the
  master side to be connected to the server.

- Adapt to NetBSD's more stringent <ctype> parameter checks.

- Gcc4 fixes, from Martin Husemann.

Ok'd by agc@
2006-09-19 19:42:48 +00:00
wiz
17ad64f301 Update to 0.4.7, based on PR 34299 by Martin Wilke:
0.4.6 -> 0.4.7

    * Enforced non-empty Synopsis line.
    * do_sanity_checks() test before Send.
    * Default to ports as category.
    * Remove Help button and use a Prefs one.
    * Prepare code for future libification of the send_pr process.

0.4.5 -> 0.4.6

    * The user can use the -a command line option to include files
      up to 32 times and the program will include them in the Fix
      section.
    * Problem Report definitions are handled with an opaque PR_DEFS
      structure and accessed via a helper function.
    * Some of the code was moved into a new file (pr_defs.c).
    * Some whitespace cleanup was done.
2006-09-17 12:08:09 +00:00
jmmv
3b25b62447 Fix usage of the 'export' keyword in a shell script to fix build under Solaris.
Per PR pkg/33814 by Raymond Meyer.
2006-09-17 12:02:00 +00:00
jmmv
0183f102be Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

(These are some that I forgot in the previous commit because they weren't
initially in the file list.  Reported by hira@.)
2006-09-16 15:36:12 +00:00