Commit graph

1565 commits

Author SHA1 Message Date
jmmv
fad8adc322 Update sysbuild to 1.7:
- Set DESTDIR properly while building toolchain.
- Create HOMEDIR if not exists when copying the sample configuration file
  (by the config target).
2002-12-28 14:58:31 +00:00
jmmv
c759671d65 Update etcupdate to 20021227:
- Fix a typo in the yesno() function: add a missing question mark.

Approved by martti.
2002-12-27 19:41:45 +00:00
mjl
ebe1d0da80 Update to 2.17 as our version is no longer at primary site.
No changelog available though.
2002-12-25 22:44:53 +00:00
wiz
9fe706fe68 Honor GNU_PROGRAM_PREFIX. Patch by Jeremy C. Reed. 2002-12-25 17:51:23 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
cjep
afa55834c5 Whitespace fix 2002-12-23 16:24:59 +00:00
jmmv
d6891004f7 Depend on GNU Tar (archivers/gtar) if we are running NetBSD 1.6K or above,
where tar(1) is pax(1). cdbkup needs several options that only exist in
GNU Tar (for now). Bump PKGREVISION to 1 because of the new dependancy.
2002-12-22 22:24:56 +00:00
atatat
9fb7624b7b Sorry. Botched distinfo file. This one should be fine. 2002-12-22 20:09:00 +00:00
atatat
3e074711b2 Upgrade lsof pkg to 4.66. Notable changes are:
...
                Implemented the HASNOSOCKSECURITY compile-time
                option.  When it and HASSECURITY are defined, lsof
                will be built to list only the user's open files,
                but will also list anyone else's open socket files,
                provided the "-i" option selects their listing.
                Updated the Customize script to ask about setting
                HASNOSOCKSECURITY.  Left it undefined in all dialect
                machine.h header files.  This change was requested
                by Kenneth Stailey <kstailey@speakeasy.net> for
                use with ntop.
...
                Improved lsof help (-h) and version (-v) information
                reporting.
...

In order to the provide a simple pkgsrc hook for the new
HASNOSOCKSECURITY option, we provide the LSOF_LESS_SECURE_SOCKETS
setting (as a complement to the LSOF_MORE_SECURE option we already
have).
2002-12-22 20:04:30 +00:00
seb
bd66a6e13a Add & enable cfengine2 and cfengine2-doc. 2002-12-22 13:13:39 +00:00
seb
74faa7fd67 Add a final dot. 2002-12-22 13:09:51 +00:00
seb
91938c51cc Initial import of documentation for cfengine version 2 into the NetBSD
Packages Collection.

Provided in PR pkg/19458 by Michael Santos <mike at ethmoid dot org>, slighty
edited by me.

Documentation for cfengine, a very high level language for building
expert systems to administrate and configure large computer
networks.
2002-12-22 13:08:59 +00:00
taca
19df480e2f Update bkpupsd package to 2.1.1. No functional change.
from CHANGES:

* bump version, now 2.1.1.

* Update copyright notice.

* Update my mail address.

* Fix LP64 problem from NetBSD pkgsrc.

* Add kernel patch for NetBSD 1.6_STABLE, it should be OK on
  NetBSD 1.6 release.

* Fix compile problem on FreeBSD 4.5 Release reported from
  Naoki IDO <ido@hitachi-ms.co.jp>.

* Add kernel patch for FreeBSD 4.4 based on mail from
  Yasuhiro Abe <abe@dzn.co.jp>.

* Convert shell script patching FreeBSD 3.4 into normal patch file.

* Add files for NEWLAYOUT style FreeBSD ports contributed by
  yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu).

* remove package support for NetBSD since bkpupsd is now included
  in NetBSD package collection.
2002-12-22 13:06:02 +00:00
seb
3b91c7b547 Initial import of Cfengine version 2 into the NetBSD Packages Collection.
Provided in PR pkg/19456 by Michael Santos <mike at ethmoid dot org>, slighty
edited by me.

Cfengine, or the "configuration engine" is a very high level language
for building expert systems which administrate and configure large
computer networks. Cfengine uses the idea of classes and a primitive
form of intelligence to define and automate the configuration of
large systems in the most economical way possible. Cfengine is
designed to be a part of computer immune system
2002-12-22 13:04:38 +00:00
lonewolf
f7e1402484 Add and enable fakeroot. 2002-12-20 11:30:20 +00:00
lonewolf
97f9b5cc18 Add fakeroot-0.5.8 from Debian.
fakeroot creates a faked root environment for building tar (or other) packages with proper file ownerships and permissions as normal user
2002-12-20 11:23:53 +00:00
jmmv
97998d0bce Fix typo: NO_PATH -> NO_PATCH 2002-12-19 14:23:00 +00:00
jmmv
f27242496f Update sysbuild to 1.6:
- When running install-kernel, unset DESTDIR variable so kernel is placed
  in the right location.
2002-12-19 12:55:56 +00:00
jmmv
5e13ca1257 Update sysbuild to 1.5. Changes in this version:
- Added build-x-release target to build a full X11R6 binary snapshot. The
  process works as an unprivileged user, keeping sources clean (using
  mount_union(8)).
- Added install-x-sets target to install the sets built by build-x-release.
2002-12-18 11:28:08 +00:00
jmmv
2fd9e4926a Update fam to 2.6.9. Changes since 2.6.7:
fam-2.6.9

    added idle_timeout and nfs_polling_interval options to fam.conf.
    [joup@bigfoot.com, wardle@sgi.com] (wardle@sgi.com)

    use daemon() as an alternative to _daemonize() to background the
    fam process if it is available.
    [wardle@sgi.com] (wardle@sgi.com)

    allow for different socket structure on FreeBSD and other small
    changes to assist FreeBSD build.
    [daverufino@btinternet.com, ports@geeksrus.net] (wardle@sgi.com)

fam-2.6.8

    #include some standard header files to help build on FreeBSD.
    (wardle@sgi.com)

    improved group handling from IRIX.
    (wardle@sgi.com)

    untrusted user's GID is set to NOGROUP if getgrmember() gave FAM
    an invalid or inconsistent GID.
    (wardle@sgi.com)

    should now handle strerror returning null.
    (wardle@sgi.com)

    initalize libtool earlier in the configure process to avoid binaries
    being created with a .C extension on some systems.
    [alexl@redhat.com] (wardle@sgi.com)

    added libstdc++ to linker flags to make libfam always build as a
    C++ library.
    (wardle@sgi.com)

    added CLEANFILES make target.
    (wardle@sgi.com)

    /etc/mtab (or equivalent) is now opened read-only.
    (wardle@sgi.com)

Approved by wiz.
2002-12-17 19:43:39 +00:00
lukem
84e01f1a33 bump pkgrevision for cgi move 2002-12-17 12:03:01 +00:00
lukem
ea7becbda8 install cgi into libexec/cgi-bin instead of share/nut/cgi 2002-12-17 05:53:41 +00:00
jmmv
bcb2e0c6bc Update sysbuild to 1.4.
Change since 1.3: Set BSDSRCDIR, OBJMACHINE and MKOBJDIRS when calling
build.sh and nbmake, so object directories are created in the right place,
not inside the sources.
2002-12-14 23:23:08 +00:00
salo
2b2c058270 Add and enable mktemp. 2002-12-13 09:50:19 +00:00
salo
446bfae487 Initial import of mktemp, version 1.4.
Mktemp is a simple utility designed to make temporary file handling in shell
scripts be safe and simple.

This package is in base system of *BSD so it's marked as:
NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-*
2002-12-13 09:32:08 +00:00
lukem
94bcc2b664 Update from nut 0.50.0 to 1.2.1.
Many changes, too many to list here.
See:
	http://www.exploits.org/nut/release/1.2/new-1.2.1.txt
and (after installation):
	/usr/pkg/share/doc/nut/UPGRADING
2002-12-13 04:23:17 +00:00
abs
6826b96b8b shorten COMMENT 2002-12-12 14:34:49 +00:00
christos
f9f1cfa841 comment out all the old swap code, because <sys/map.h> is no more. 2002-12-11 22:35:55 +00:00
christos
bbb0a917ac re-enable. 2002-12-11 21:38:20 +00:00
christos
b6939eba31 put the one line change needed to make this work under /current. 2002-12-11 21:38:06 +00:00
jmmv
39cc155e34 Add and enable vifm. 2002-12-11 21:10:29 +00:00
jmmv
6fc1f39517 Initial import of vifm, version 0.1. Description follows:
Vifm is a ncurses based file manager with vi like keybindings. If you
use vi, vifm gives you complete keyboard control over your files without
having to learn a new set of commands.

Features:
* Two file list windows.
* Bookmarks.
* User-defined association of file types/extensions with multiple
  applications per extension.
* Visual mode for selecting files.
* User-defined commands.

Package provided by Stefan Walter in PR pkg/18010, with several
modifications by me.

Approved by wiz (thanks for your suggestions!).
2002-12-11 21:09:25 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
ad
06fb337b73 Mention sysutils/dptutil. 2002-12-09 11:12:50 +00:00
ad
05ce6920fc raidutil -> dptutil. 2002-12-09 11:09:00 +00:00
ad
4fc97e5e66 Re-import of raidutil-3.31 as dptutil-3.31. 2002-12-09 11:07:20 +00:00
ad
71086417d2 Removed pending rename. 2002-12-09 10:58:51 +00:00
jmmv
c8c69a55da Update sysbuild to 1.3.
Changes since 1.2:
- Fixed several bugs in fast mode `-f' (directories were cleaned even if
  this flag was given, so it was of no use).
- Ability to keep tools while cleaning (KEEP_TOOLS variable); rebuild them
  only when necessary (not found).
- When directly calling "make" or "config", use the binaries in the TOOLDIR
  directory, not the ones of the current system.
- Fixed a typo in usage (pointed by Sergio Jiménez).
2002-12-08 11:37:18 +00:00
ad
ea522adfe3 Add & enable raidutil. 2002-12-07 19:59:28 +00:00
ad
3f117199b7 Initial import of raidutil-3.31.
DPT/Adaptec control utility for use with EATA and I2O controllers.
2002-12-07 19:58:57 +00:00
jmmv
bfb10044a7 Update gentoo to 0.11.34. Changes since 0.11.33:
* Added used bytes display to status line. Overdue, I guess.
* Reintroduced the [root] indicator in the main window title bar,
  for when you're running as root. Thanks, Roger Sondermann.
* Fixed horrible bug that seemed to be happy to just break the
  history saving when running as root, but should have done a
  lot more if there had been any justice in the universe. Thanks
  again, Roger.
* Incorporated an updated Polish translation. Thanks Slawomir.
* Made built-in pane menu translatable. This is temporary.
* Tweaked the man page (docs/gentoo.1x) a bit.

Update patch provided by Juan RP in PR pkg/19308.

I've also seized the opportunity to make this package honor PKG_SYSCONFDIR
and depend on gettext-lib, which is required by the program.
2002-12-07 10:12:42 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
grant
2242f67cbc ugh, fix last. 2002-12-06 17:58:07 +00:00
grant
be5252d81b USE_PKGLOCALEDIR (missed from last commit, grr cvs). 2002-12-06 17:18:56 +00:00
grant
8c450747fd USE_PKGLOCALEDIR.
Fix configure on Solaris by calling ${SH} (ksh) ./configure.
2002-12-06 16:12:55 +00:00
jdolecek
0746c2e1d0 add pwgen 2002-12-05 22:48:10 +00:00
jdolecek
205cde40a1 Add pwgen 2.02 - password generator which creates password which can
be easily memorized by a human.
Package submitted in PR pkg/19294 by <cdi at only mawhrin net>
2002-12-05 22:46:31 +00:00
drochner
7ea2d71dfe misc cleanup 2002-12-05 11:31:56 +00:00
tron
1122d8f780 Don't defined "BSDSRCDIR" to "/nonexistent" because it breaks people
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...".
2002-12-04 14:13:16 +00:00