Commit graph

4285 commits

Author SHA1 Message Date
joerg
90b4a6a8ab DragonFly support and fix detection of modular Xorg. 2007-06-30 19:18:47 +00:00
joerg
ed40e0e9aa Add untested DragonFly support. 2007-06-30 18:14:35 +00:00
joerg
f8e39e1d99 Add untested DragonFly support. 2007-06-30 17:40:50 +00:00
joerg
74d7e13fdf Fix build on DragonFly. 2007-06-27 13:40:49 +00:00
joerg
2e2abb6ffb Fix build on DragonFly 1.8+. 2007-06-25 21:18:52 +00:00
tron
e9fe55194e Fix build problems with GCC 4.x if netboot support is enabled.
Patches provided by Dieter Roelants in PR pkg/36549.
2007-06-25 13:05:56 +00:00
wiz
c58e278497 Fix PR 35481 for cdrtools too.
Patches provided by Sergey Svishchev in private mail.
2007-06-21 18:16:16 +00:00
xtraeme
181b5ce956 Add a comment before the MAINTAINER line explaining that people
committing to that package should ask me first.
2007-06-21 12:31:51 +00:00
xtraeme
0834be84e9 Bump to 0.15.2 because a fix for MULTIPLE_KERNELS (there was a typo:
-f rather than ! -f, so the test was inverted) was done by hauke.
2007-06-21 12:28:31 +00:00
hauke
9c3c76433d Only complain about a missing kernel config file if we did actually
_not_ find it.
2007-06-21 12:21:10 +00:00
jlam
ef6921d005 * Honor PKG_SYSCONFDIR.
* Simplify the PLISTs by merging them.  This makes it easier to handle
  future platforms that want to install fsck.
* Don't compress the info files during installation.  The plist module
  can handle that automatically.
* Install the example mke2fs.conf file into the right place.

This should fix the latest bulk build error for e2fsprogs.
Bump PKGREVISION to 1.
2007-06-20 19:51:08 +00:00
jlam
920dc8cdbf Update sysutils/install-sh to 20070620. Changes from the previous
version include modifications to the script to pass the regression
test suite in regress/bootstrap-install-sh.  This makes the installed
install-sh script more closely match NetBSD's /usr/bin/install.
2007-06-20 16:18:36 +00:00
bouyer
26b576f47a Properly handle config files in $PREFIX/etc. Not sure how this worked with
the previous version of the package ...
Pointed out by Bernd Ernesti.
2007-06-19 22:22:55 +00:00
dogcow
038a4adfde correct build for modular-xorg. no functional changes. 2007-06-18 04:43:45 +00:00
taca
ba62c9b6b5 Oops, add missing backslash. 2007-06-16 09:36:04 +00:00
taca
dab4c20a6a Trying to fix bulk build problem again. 2007-06-16 05:11:55 +00:00
bouyer
564268b946 Use a more up-to-date config file as example
Add rc.d keywords to the startup script
both suggested by Bernd Ernesti.
2007-06-15 21:15:38 +00:00
bouyer
1b21dcb0fb Update to 3.14.1, based on patches sent in PR pkg/35594 and pkg/36246.
As a side effect this should make apcupsd build on netbsd-4 and current.

pkgsrc changes: cgi and snmp are now enabled by default.
Relevant changes since 3.12.4:
Unreliable MASTER/SLAVE networking mode is removed
PowerChute Network Shutdown driver (protocol available in the AP9617 family
    of smart slot modules)
New configuration directives to set paths at runtime
2007-06-15 19:05:56 +00:00
jlam
12351d2476 * Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.

* Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15 18:15:06 +00:00
jlam
32b215df05 Put build actions into a do-build target. Keep do-install as a pure
"install stuff I already built" step.

Also remove an unnecessary creation of ${PREFIX}/share/mklivecd which
is already handled in INSTALLATION_DIRS.
2007-06-15 15:44:25 +00:00
bouyer
7dc551fd23 Renamed xen*30 to xen*3 2007-06-14 19:44:41 +00:00
bouyer
e3c02d59e3 Rename xentools30-hvm to xentools3-hvm to acknowledge that Xen dropped one
digit in version numbers, and upgrade to 3.1.0.
Changes since 3.0.4:
    *   XenAPI 1.0 support
          o XML configuration files for virtual machines;
          o VM life-cycle management operations; and
          o Secure on- or off-box XML-RPC with bindings for many languages
    * Basic save/restore/migrate support for HVM (e.g. Windows) VMs;
    * Dynamic memory control for HVM guests;
    * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and
    * Blktap copy-on-write disk support.

It also fixes some HVM bugs.
Note that this package contains a backport of the pcnet emulation from
xen-unstable, to make it useable. It gives better performances than the
default realtek emulation.
2007-06-14 19:42:12 +00:00
bouyer
f9a2cde352 Rename xentools30 to xentools3 to acknowledge that Xen dropped one digit
in version numbers, and upgrade to 3.1.0.
Changes since 3.0.4:
    *   XenAPI 1.0 support
          o XML configuration files for virtual machines;
          o VM life-cycle management operations; and
          o Secure on- or off-box XML-RPC with bindings for many languages
    * Basic save/restore/migrate support for HVM (e.g. Windows) VMs;
    * Dynamic memory control for HVM guests;
    * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and
    * Blktap copy-on-write disk support.

It also fixes some HVM bugs.
2007-06-14 19:39:45 +00:00
bouyer
15760d93dd Rename xenkernel30 to xenkernel3 to acknowledge that Xen dropped one digit
in version numbers, and upgrade to 3.1.0.
Changes since 3.0.4:
    *   XenAPI 1.0 support
          o XML configuration files for virtual machines;
          o VM life-cycle management operations; and
          o Secure on- or off-box XML-RPC with bindings for many languages
    * Basic save/restore/migrate support for HVM (e.g. Windows) VMs;
    * Dynamic memory control for HVM guests;
    * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and
    * Blktap copy-on-write disk support.

It also fixes some HVM bugs.
2007-06-14 19:37:00 +00:00
gdt
5f103079ec add RESTRICTED. 2007-06-14 18:39:05 +00:00
gdt
343765f96d fix license, add restricted 2007-06-14 18:37:19 +00:00
gdt
c89826e5d5 add license, set RESTRICTED 2007-06-14 17:50:09 +00:00
adrianp
51f863b292 Update to 4.21
+2007-05-24 10:00 Christos Zoulas <christos@zoulas.com>
+
+       * Fix another integer overflow (Colin Percival)
+
+2007-03-26 13:58 Christos Zoulas <christos@zoulas.com>
+
+       * make sure that all of struct magic_set is initialized appropriately
+         (Brett)
+
+2007-03-25 17:44 Christos Zoulas <christos@zoulas.com>
+
+       * reset left bytes in the buffer (Dmitry V. Levin)
+
+       * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
+         (Peter Avalos)
+
+2007-03-15 10:51 Christos Zoulas <christos@zoulas.com>
+
+       * fix fortran and nroff reversed tests (Dmitry V. Levin)
+
+       * fix exclude option (Dmitry V. Levin)
2007-06-14 16:29:42 +00:00
joerg
3b13b6d7dc rillig@ fixed the install_sh issue, so nuke patch that worked around.
Proxy commit for xtraeme.
2007-06-13 20:32:37 +00:00
joerg
0fd3943742 Add pthread variables to environement, needed for FOX.
Use gettext instead of internal libintl. Bump revision.
2007-06-13 20:15:22 +00:00
joerg
a09256e4f3 Dependency works better if it is well-formed.
Found during pbulk testing.
2007-06-09 23:02:41 +00:00
obache
bf82f9ce7b List complete directories required by this package. 2007-06-09 01:19:20 +00:00
wiz
d9d01368bd Remove unnecessary patches. 2007-06-08 23:05:58 +00:00
wiz
f8e12186ab Clean pkglint warning. 2007-06-08 23:05:15 +00:00
wiz
4b588b7221 Instead of patch+SUBST just use SUBST (as done in pkgsrc-wip version
of the package).
2007-06-08 23:04:54 +00:00
wiz
ee94952303 Sync with pkgsrc-wip version of the patch. 2007-06-08 23:04:35 +00:00
heinz
9abf25edac Set PKGREVISION in order not to confuse people running the package from
pkgsrc-wip.
2007-06-08 20:35:37 +00:00
heinz
3944cf9ea2 Activated dvdisaster. 2007-06-08 20:22:00 +00:00
heinz
9bf485c3a8 Initial import of dvdisaster 0.70.4. from pkgsrc-wip.
The package was created by Sergey Svishchev, some changes done by me.

CD and DVD media keep their data only for a finite time (typically for
many years). After that time, data loss develops slowly with read errors
growing from the outer media region towards the inside.

Dvdisaster stores data on CD/DVD in a way that it is fully recoverable
even after some read errors have developed. This enables you to rescue
the complete data to a new medium.

Data loss is prevented by using error correcting codes. Error correction
data is either added to the medium or kept in separate error correction
files. dvdisaster works at the image level so that the recovery does not
depend on the file system of the medium. The maximum error correction
capacity is user-selectable.
2007-06-08 20:19:13 +00:00
wiz
57f5d5e4ae Sergevy Svishchev writes (in PR 35481):
k3b uses cdrecord for CD-R[W] writing tasks and invokes it with
'dev=<bus>,<target>,<lun>' argument.  The code in scsi-bsd.c attempts
to find a device node (/dev/rcd?d) that matches these <bus>, <target>
and <lun>; this code stops after first failure.  If cd0 does not
exist, but cd1 does, the code will fail to match cd1.

Also, the code doesn't use getrawpartition().

Apply his patches for both problems. Bump PKGREVISION.
2007-06-08 17:30:09 +00:00
wiz
b830dba2aa Reset PKGREVISION after update. 2007-06-08 12:58:45 +00:00
wiz
5d4498b5fc PKGREVISION bump for db4 shlib name change. 2007-06-08 12:24:59 +00:00
wiz
0916f150b4 Remove p5-File-NCopy -- it is deprecated, new code should use
p5-File-Copy-Recursive, and in pkgsrc no dependencies are left.
2007-06-08 11:41:16 +00:00
wiz
032f2d0119 Update to 0.35:
0.35 Apr 14 2007 by Alexandr Ciornii
    - Marked distribution as deprecated
    - Added Readme
2007-06-08 08:44:55 +00:00
wiz
c25efdc763 Update to 7.0:
This release adds Blu-ray Disc support and Mac OS X 10>=2 support.
2007-06-08 08:07:04 +00:00
obache
73554b2d44 Update webmin to 1.350.
Version 1.350 (1 June 2007)
 * Fixed an XSS security bug in pam_login.cgi.
 * Added plain-text mode and head section preservation to the File Manager HTML editor, and a field to select which user uploaded files are owned as.
 * Added Postfix module configuration options for the start, stop and restart commands.
 * Use the HTML output mode from the pgsql command in the PostgreSQL module, for more reliable data editing when DBI is not available.
 * The Running Processes module now shows real and virtual memory on Solaris.
 * Added Redhat Enterprise 5 support, and fixed SuSE 10 and Solaris-specific bugs
2007-06-07 15:13:46 +00:00
obache
9222ce7234 Update wbm-cyrus-imapd to 1.6.
Current version: 1.6, 2007-05-04
Supported languages: italian, english, german (partial)

 * Start/stop the Cyrus server;
 * Activates/deactivates services (imap, imaps, pop3, sieve etc.)
 * Configures the main IMAP parameters;
 * Manage IMAP partitions;
 * Creates and deletes mailboxes and folders;
 * Manage virtual domains;
 * Copies a mailbox to another, renames and moves mailboxes and subfolders;
 * Sets default quota for new mailboxes;
 * Edit and remove quotas on mailboxes;
 * Displays the size, the quota and the number of messages for each mailbox or folder;
 * Assigns and removes permissions (ACLs) for any user
 * Reconstruct the mailboxes DB;
 * Optionally synchronizes the creation and deletion of mailboxes with the system account management in the appropriate standard module of Webmin
 * Accepts international characters (UTF-8) in mailbox names
 * Automatically checks for updates
2007-06-07 15:11:51 +00:00
taca
b47d4dc91e Add more INSTALLATION_DIRS. 2007-06-07 15:08:50 +00:00
taca
17d4a3a3ec Add INSTALLATION_DIRS to create ${PREFIX}/sbin directory. 2007-06-07 15:06:03 +00:00
martti
65d37af33c New patches. 2007-06-06 10:29:14 +00:00