Commit graph

3728 commits

Author SHA1 Message Date
minskim
c3e75b8acf USE_TOOLS+=yacc 2006-06-20 22:19:38 +00:00
joerg
6dcdc0278f Needs msgfmt. 2006-06-20 22:19:11 +00:00
joerg
b8724d8bc8 Add DragonFly support. Replace the static FILE magic with a different
(messy) magic, which doesn't relay on sizeof(FILE), but on two integer
variables having separate addresses and pointer casts not changing
this fact.
2006-06-20 20:41:22 +00:00
joerg
7357e7eee1 Add DragonFly support.
XXX When does *stat64 finally die and everyone just uses The Right Way?
2006-06-20 19:08:13 +00:00
rillig
2064acf872 Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds.
Bumped PKGREVISION.
2006-06-18 21:35:43 +00:00
rillig
7f5493d106 Added {BIN,MAN}{OWN,GRP} to MAKE_ENV, which fixes unprivileged builds.
Bumped PKGREVISION.
2006-06-18 16:13:58 +00:00
rillig
f5170acc6b Added BINOWN and BINGRP to MAKE_ENV, which fixes unprivileged builds.
Bumped PKGREVISION.
2006-06-18 16:06:44 +00:00
rillig
feb32ba07c USE_LANGUAGES= c++ 2006-06-18 16:04:28 +00:00
rillig
3ca9c647ba Added {BIN,MAN}{OWN,GRP} to MAKE_ENV, which fixes unprivileged builds.
Bumped PKGREVISION.
2006-06-18 16:00:41 +00:00
wiz
ba2018d61f Add munin-doc and munin-server. 2006-06-17 09:08:47 +00:00
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
jlam
827643d4bb Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:

	DEINSTALL_TEMPLATE+=	path/to/INSTALL

in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15 20:40:15 +00:00
joerg
7dd9d27fdd Needs msgfmt. 2006-06-15 15:18:03 +00:00
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
joerg
28f61d9d8f Needs msgfmt. 2006-06-14 12:06:53 +00:00
drochner
6fa4afbee6 base revision has changed, reset PKGREVISION 2006-06-14 11:22:00 +00:00
adam
e1fa84422b Changes 2.14.0:
* Increased version number for GNOME 2.14
2006-06-14 07:27:57 +00:00
ghen
43208512ef Update the Bacula packages to 1.38.10.
Here are the major highlights for 1.38.10:
=============
Warning for version 1.38.8 and greater:
- The Windows FD no longer automatically folds the case in wild-card
  comparions. To get the same behavior as before, you must explicitly use
  "Ignore Case = yes" in your FileSet.
- Backslashes are no longer permitted in File directives (typical error for
  Windows users), unless the string is enclosed in double quotes, in which
  case, the backslashes must be doubled.

Major Changes for 1.38.10:
- This is a primarily a bug fix release, with the following bugs being
  resolved #570, 609, 611, 613, 614, 617 as well as other bugs not
  reported in the bugs database. See below for details.
- The bconsole "reload" command should now work properly in virtually
  all situations thanks to the efforts of a number of people (Eric,
  Christopher, and myself).
- There is an untested fix to eliminate the scheduling problems (either
  no job run or the same job run twice) during sudden clock shifts (daylight
  savings time change).
- The manual has been released under the GNU Free Documentation License (FDL).
  The major difference is that this removes the prior restriction on
  commercial reproduction of the manual.
- Fixed a race condition (thanks to Christopher) on dual processor machines
  that caused jobs to block when starting with the SD.
===========

Please read the ReleaseNotes for more details.
2006-06-13 16:00:39 +00:00
markd
a275f174a7 Rework how device locking/ejecting is done. Bump PKGREVISION. 2006-06-13 12:36:16 +00:00
joerg
85c794f77c Needs msgfmt. 2006-06-13 11:47:25 +00:00
joerg
cf79e82f6c UVM stats don't make much sense on !NetBSD, so mark it as
ONLY_FOR_PLATFORM. Discussed with wiz@.
2006-06-12 21:38:44 +00:00
joerg
e2f0dcac72 Add DragonFly support. 2006-06-12 16:41:30 +00:00
wiz
4a9ec1a2ba Update to 6.1:
This is essentially minor bug-fix release, which most notably works
around "unable to anonymously mmap" failure at startup and fixes
typo in -speed interpretation code.  Besides bug-fixes this version
attempts to obtain exclusive lock on block device under Linux. This
opens possibility for safe deployment of automounting/autoplaying
facility under Linux 2.6. Keep in mind that it takes two to dance
tango, automounters/autoplayers has to play along as well.
2006-06-11 15:22:21 +00:00
markd
79eeadac88 Add 915resolution. 2006-06-11 14:05:35 +00:00
markd
656b72759d Initial import of 915resolution version 0.5.2
915resolution is a tool to modify the video BIOS of the 800 and 900 series
Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets,
as well as 915G, 915GM, and 945G chipsets. This modification is neccessary
to allow the display of certain graphics resolutions for an Xorg or XFree86
graphics server.
915resolution's modifications of the BIOS are transient. There is no risk
of permanent modification of the BIOS. This also means that 915resolution
must be run every time the computer boots in order for it's changes to
take effect.
915resolution is derived from the tool 855resolution. However, the code
differs substantially. 915resolution's code base is much simpler.
915resolution also allows the modification of bits per pixel.
2006-06-11 14:03:58 +00:00
joerg
71710055ec Needs pkg-config. 2006-06-11 12:40:41 +00:00
minskim
ac82fbec63 USE_TOOLS+=lex 2006-06-09 16:05:11 +00:00
he
0a42a052a2 Uh, trim trailing whitespace. 2006-06-09 13:25:22 +00:00
he
091248ea21 Show suggested entries for newsyslog.conf.
Package contents the same, so no revision bump.
2006-06-09 13:24:20 +00:00
he
8ef8e7cdb0 Add a message hinting with a sample newsyslog.conf entry.
Package contents the same, so revision not bumped.
2006-06-09 13:22:44 +00:00
joerg
b71c80b776 Needs msgfmt. 2006-06-09 09:50:37 +00:00
joerg
755379da0e Uses C++. 2006-06-08 20:08:23 +00:00
joerg
f99addf6f0 Uses C++. 2006-06-08 19:29:16 +00:00
he
0867e45951 We can now depend on the munin-doc package, where the man pages
shared by munin-server and munin-node can be found.
2006-06-08 19:19:05 +00:00
he
b1c2748f67 Import a package for the server end of the Munin monitoring system.
This version has a patch so that it works properly with RRDtool of
version 1.2 or newer.
2006-06-08 19:16:24 +00:00
he
dc0a5b618a Import a package to install the documentation to munin-node and the
soon-to-be-committed munin-server package.
2006-06-08 19:03:34 +00:00
he
7b30d32b99 Remove installation of the documentation from this package, to be
provided by the soon-to-be-committed munin-doc package.

Other minor changes:
 o Remove comented-out bits from package Makefile
 o Re-ordered variables reported by NetBSD's cpu plugin script
 o Use shorter legend text in NetBSD's interrupts plugin script

Bumped package revision.
2006-06-08 18:59:25 +00:00
joerg
06cfe8ee7c Needs libintl. Bump revision. 2006-06-08 16:09:11 +00:00
joerg
b56b61d102 Kill local strdup completely and also remove the malloc and calloc
definitions. ANSI C is portable enough for us.
2006-06-08 15:39:25 +00:00
joerg
e799e6d1a2 Fix errno. 2006-06-08 15:34:52 +00:00
joerg
802ebd80d6 Fix errno. Uses C++ and msgfmt. 2006-06-08 15:20:20 +00:00
joerg
d177c8b04f Depend on _SC_PAGESIZE alone for DragonFly, _SC_PAGE_SIZE doesn't exist. 2006-06-07 23:30:34 +00:00
minskim
1864706cd9 Regen patch-ad with pkgdiff. 2006-06-06 22:11:57 +00:00
minskim
860a0ecc01 Skip the interpreter check for webmin-gentoo-init, which is used on Gentoo
Linux only.
2006-06-06 22:01:25 +00:00
minskim
daced48459 dbus{,-glib} need msgfmt; add it to USE_TOOLS. 2006-06-06 21:49:35 +00:00
rillig
6940489d89 Fixed pkglint warnings. 2006-06-06 17:21:42 +00:00
christos
63f0e844f0 don't include nfs statistics in the iostats; pointed by Veego 2006-06-05 20:20:26 +00:00
christos
65ee1e9f17 Make this compile again. 2006-06-05 02:35:30 +00:00
christos
964d14766a We don't export struct lockf anymore, thus we cannot print lock info. 2006-06-04 21:00:51 +00:00
he
37e8f8d048 Add munin-node. 2006-06-04 20:56:49 +00:00
he
93964f9c93 Import the client version of the Munin system monitoring/graphing
tool -- project homepage is at http://munin.sourceforge.net/

This package has added support for NetBSD, via a number of new plugin
scripts where specific steps needs to be taken to collect information.

I also modified the ntp_ plugin script to make it possible to not
plot the NTP poll delay, leaving just jitter and offset, which IMO
produces a more telling graph.
2006-06-04 20:53:56 +00:00
joerg
4faa907ed6 First step to support DragonFly. Bump revision. 2006-06-04 14:44:13 +00:00
joerg
80e83a90b9 Don't go interactive when the OS can't be detected. 2006-06-04 14:08:36 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
1f4a2edc3a Appease configure by providing a C++ compiler, even though it doesn't
actually need it to compile the code.
2006-06-02 16:47:39 +00:00
martin
149cd7411d gcc 4.1 police 2006-06-02 09:52:31 +00:00
joerg
08f24008b7 Add DragonFly support based on base version. 2006-06-01 21:55:28 +00:00
joerg
14fd0b2dfd Install README in share/doc/cpuburn, following the normal convention.
Ensure that the directory exists. Bump revision.
2006-06-01 20:56:33 +00:00
drochner
bf85c41b46 update to 2.14.2
xhanges:
* fix timout error string
* Use less connections for smb
* fix crash on cd eject
* ftp: handle anon login failure better
* Handle more parameter expansions in desktop files
* Hide automountable drives in various places, except in computer://
* ftp: handler files larger than 2 gig better
* Fix some locking issues in the mime code
2006-05-31 18:32:40 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
tron
d112515fd8 Make this build and work under NetBSD 3.99.20 and newer.
Bump package revision because of this fix.
2006-05-31 02:31:56 +00:00
drochner
ebf7e3b44d update to 1.2.1
changes:
-builds with gcc4 now
-some fixes for problems with compiler optimization
2006-05-29 15:22:29 +00:00
rh
4b2d28c8af Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
jmmv
f321a97e63 Mention how to enable rpcbind(8); may avoid confusion. 2006-05-27 14:10:28 +00:00
drochner
b83b968a03 get default OSS sound device from oss.buildlink3.mk, so that "cdda2wav -e"
just works
bump PKGREVISION
2006-05-27 10:55:52 +00:00
joerg
c9ce5af20f Remove explicit GNU tar dependency. It is an unnecessary alternative
and the tools framework already does the right thing. Bump revisions.
2006-05-26 13:19:38 +00:00
markd
5e61679dda Update krusader to 1.70.0
Changes 1.70:
New zip/tar slave supports writing to archive. A Safari-like Jump-Back
feature. Quick Navigation. Checksum creation/verification supports md5,
sha1, sha256, tiger, and whirlpool. Editor/viewer is now tabbed. Column
types can be changed and saved individually. Synchronizer is now in color.
Calculates space in archives and remote FS. Improved performance when
reading directories with many files. Preserves date for local targets on
copy / move.

Changes 1.60:
Many changes and bug fixes.
2006-05-25 12:49:39 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
wiz
3964778db3 USE_LANGUAGES=c++ 2006-05-22 19:06:28 +00:00
wiz
977ae040a3 Regen symmetrically for GNU patch (found in irix bulk build). 2006-05-21 23:02:29 +00:00
rillig
f0801ee3e6 Sorted. 2006-05-21 11:31:29 +00:00
jmmv
90092f98f8 Add and enable vxargs. 2006-05-20 11:28:14 +00:00
jmmv
4d6e883af3 Initial import of vxargs, version 0.3.3:
vxargs is an utility inspired in xargs and pssh.  It provides a parallel
versions of any arbitrary command, including ssh, rsync, scp, wget or
curl, just to mention a few.

It is specially useful to control a large set of machines in a wide-area
network.  For example, it can be used on PlanetLab to control hundreds of
machines spread around the world.

Its main features are:
* Parallelism: Runs many jobs at the same time.
* Flexibility: Runs arbitrary commands with arbitrary options.
* Visualization: Monitors the total/per job progress in a curses-based UI.
* Redirection: The standard and error outputs of each individual job are
  redirected to local files for further analysis.
2006-05-20 11:27:09 +00:00
rillig
f8d6eb0e4a Synchronized the Makefiles with the filesystem. 2006-05-19 19:57:26 +00:00
jlam
55a76842a4 Fix patch checksums broken by previous commit. 2006-05-19 17:22:18 +00:00
jlam
7ee25967b7 * Pull in some changes discussed on the Webmin mailing list to allow
running an individual module's uninstall action

* Add an DEINSTALL_TEMPLATE file that is pulled in by all wbm-* modules
  that will run the module's uninstall action at DEINSTALL time.

* Fix the "time" module to ignore "sched_mode" -- verified by Jamie
  Cameron on the Webmin mailing list as a bug.

* Fix the "postfix" module to remove its temp files at DEINSTALL time
  so that we cleanly pkg_delete.

Bump the PKGREVISION of sysutils/webmin as well as all sysutils/wbm-*
packages that have uninstall.pl scripts.
2006-05-19 17:14:53 +00:00
joerg
946daaf938 Fix errno usage. 2006-05-19 08:32:04 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
wiz
2e2edb00d5 Remove BROKEN_IN, this builds in current 3.0 bulk builds. 2006-05-18 19:55:34 +00:00
gavan
5f8eedc659 Add rc.d script 2006-05-18 15:45:09 +00:00
adrianp
877736293a Rename spoof option to syslogng-spoof
Use PKG_OPTIONS_LEGACY_OPTS to transition.
2006-05-16 22:54:08 +00:00
jlam
6b60c9a30c dd and enable the wbm-* Webmin modules. 2006-05-16 21:45:32 +00:00
jlam
fb5a1a5b7f Initial import of wbm-qmailadmin-1.270 as sysutils/wbm-qmailadmin.
This is the standard "qmailadmin" Webmin module to configure the QMail
mail server, a simpler alternative to Sendmail.
2006-05-16 21:42:22 +00:00
jlam
66d3a4291b Initial import of wbm-passwd-1.270 as sysutils/wbm-passwd.
This is the standard "passwd" Webmin module to change the password of
any user on the system.
2006-05-16 21:42:00 +00:00
jlam
08e87e3d5a Initial import of wbm-openslp-1.270 as sysutils/wbm-openslp.
This is the standard "openslp" Webmin module to configure the service
location protocol server.
2006-05-16 21:41:50 +00:00
jlam
294838648e Initial import of wbm-htaccess-htpasswd-1.270 as sysutils/wbm-htaccess-htpasswd.
This is the standard "htaccess-htpasswd" Webmin module to create
.htaccess and htpasswd files to protect web-acessible directories.
2006-05-16 21:41:36 +00:00
jlam
662247cebf Initial import of wbm-fetchmail-1.270 as sysutils/wbm-fetchmail.
This is the standard "fetchmail" Webmin module to configure the popular
fetchmail program for automatically retrieving mail from other servers.
2006-05-16 21:41:23 +00:00
jlam
8fad3b3dfa Initial import of wbm-dovecot-1.270 as sysutils/wbm-dovecot.
This is the standard "dovecot" Webmin module to configure the Dovecot
IMAP and POP3 mail retrieval server.
2006-05-16 21:41:09 +00:00
jlam
3f2bcf5301 Initial import of wbm-custom-1.270 as sysutils/wbm-custom.
This is the standard "custom" Webmin module to create buttons to execute
commonly used commands or edit files on your system.
2006-05-16 21:40:57 +00:00
jlam
19e0223ec2 Initial import of wbm-cluster-webmin-1.270 as sysutils/wbm-cluster-webmin.
This is the standard "cluster-webmin" Webmin module to install and
manage modules, themes, users, groups and access control settings
across multiple Webmin servers.
2006-05-16 21:40:45 +00:00
jlam
a76257a9c1 Initial import of wbm-cluster-useradmin-1.270 as sysutils/wbm-cluster-useradmin.
This is the standard "cluster-useradmin" Webmin module to create,
update and delete users and groups across multiple servers.  Unlike
NIS, each server has its own passwd and group files which are remotely
updated by this module.
2006-05-16 21:40:32 +00:00
jlam
3e65acb650 Initial import of wbm-cluster-shell-1.270 as sysutils/wbm-cluster-shell.
This is the standard "cluster-shell" Webmin module to run commands on
multiple servers at once.
2006-05-16 21:40:17 +00:00
jlam
722d858f8b Initial import of wbm-cluster-passwd-1.270 as sysutils/wbm-cluster-passwd.
This is the standard "cluster-passwd" Webmin module to change passwords
on multiple systems in a Webmin cluster at once.
2006-05-16 21:40:03 +00:00
jlam
877da81892 Initial import of wbm-cluster-cron-1.270 as sysutils/wbm-cluster-cron.
This is the standard "cluster-cron" Webmin module to create scheduled
Cron jobs that run on multiple servers simultaneously.
2006-05-16 21:39:44 +00:00
jlam
aad92214da Initial import of wbm-cluster-copy-1.270 as sysutils/wbm-cluster-copy.
This is the standard "cluster-copy" Webmin module to schedule the
transfer of files from this server to multiple servers in a Webmin
cluster.
2006-05-16 21:39:30 +00:00
jlam
bfa30c3c7c Initial import of wbm-at-1.270 as sysutils/wbm-at.
This is the standard "at" Webmin module to schedule the execution of
one-off commands or scripts.
2006-05-16 21:39:15 +00:00
jlam
d7a99aa20c Initial import of wbm-apache-1.270 as sysutils/wbm-apache.
This is the standard "apache" Webmin module to configure almost all
Apache directives and features.
2006-05-16 21:39:04 +00:00
jlam
6589918263 Add a MESSAGE noting the default port, username and password for a pkgsrc
Webmin installtion.  Bump the PKGREVISION to 1.
2006-05-16 18:30:20 +00:00
jlam
d5b9fff5f7 Add and enable wbm-change-user. 2006-05-16 17:36:43 +00:00
jlam
000009f6f6 Initial import of wbm-change-user-1.270 as sysutils/wbm-change-user.
This is the standard "change-user" Webmin module to allow the current
Webmin user to change his language, theme and possibly password.
2006-05-16 17:36:16 +00:00