Commit graph

4001 commits

Author SHA1 Message Date
obache
dc669e6130 Update ipa to 2.0.2.
Patch provided by MAINTAINER, Andrey Simonenko in PR 35323.

ipa-2.0.2       released

Changes:
    *   If a system does not have LOG_PERROR flag for syslog(3) (this
        is a non-standard flag), then "ipa -d" did not output log
        messages to stderr.

    *   Now the configure script checks vsyslog() function, which is
        not mentioned in SUSv3.

    *   Added checks for int32_t, uint32_t, int64_t and uint64_t
        to configure.

    *   autoconf 2.59 -> 2.61, automake 1.9.6 -> 1.10.

    *   Now autoheader is used for generating src/config.in.h.

    *   New options for configure: --enable-gcc-more-warns,
        --disable-gcc-warns.

    *   It was not possibly to correctly redefine SYM_PREFIX macro
        variable, added relevant description to INSTALL.

    *   If positive counter of some rule is overflowed, then
        statistics was incorrectly updated in databases.

    *   Initialization of descriptors in ipa was incorrect if
        stdin, stdout and stderr were closed.

    *   Usage of include_files parameter in ipastat.conf caused fake
        log messages about memory leak.

    *   Values in limit, expire, restart and threshold parameters
        could not be written with spaces, corrected.

    *   In the configure script --enable-FEATURE and --disable-FEATURE
        disabled FEATURE.
2007-01-03 12:31:00 +00:00
abs
d48ffda076 Update estd to -r5nb3
- Ensure rc.d script starts with #!/bin/sh
2007-01-02 23:20:06 +00:00
obache
c6ecbb533b Net::Server breaks rc.subr's techniques for detecting whether the
process running at a certain PID is actually the process we wish to
stop.  Just unconditionally send SIGTERM to the PID instead, like a
security/amavisd-new doing, fixed PR 35334.
2006-12-29 06:37:03 +00:00
jnemeth
9c8fb1175a Specify minimum required version of dbus.
Approved by: jmmv
Approved for commit during freeze by: joerg
2006-12-28 12:04:50 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
wiz
41c43e5bda regen patch-aa (fixing pkglint warning). From MAINTAINER. 2006-12-23 10:30:59 +00:00
bouyer
5917a315a4 Enable USB by default, it works fine once uhidev is disabled in kernel
and doesn't hurt serial connections. Bump pkgrevision.
2006-12-20 20:49:12 +00:00
joerg
3682cad903 + iwi-firmware3 2006-12-20 17:44:15 +00:00
joerg
ff4e4dc6d4 Restore old version with conflict on the new firmware version and
bump revision.
2006-12-20 17:40:53 +00:00
joerg
f24990e21d Reimport version 3.0 under sysutils/iwi-firmware3 as it is not
compatible and existing installations should be kept working.
2006-12-20 17:32:31 +00:00
skrll
ae5470c8e4 New firmware (version 3.0) required by the latest version of the iwi(4)
driver to be committed any minute now.
2006-12-20 16:29:26 +00:00
minskim
c0a7e17485 Do not use libcrypt on Darwin. Darwin has crypt(3) in libc. 2006-12-17 20:09:26 +00:00
jmmv
6e6cc9680e Make it clear how to boot a Multiboot-enabled kernel. Per suggestion in
PR pkg/34936.  Bump PKGREVISION to 7.
2006-12-17 19:21:42 +00:00
jmmv
6ae9543a0d Fix installation under RedHat and Slackware by always installing all possible
start-up scripts.  This also makes all installations consistent regardless of
the underlying OS.

Bump PKGREVISION to 1.
2006-12-17 15:39:33 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
drochner
78ec4c510f update to 1.0.2
changes:
-Fix bug where calling dbus_threads_init_default would assert
-Fix UUID output to match the spec
-Clear up documentation on UUIDs
-Fix security bug CVE-2006-6107 match rules can be removed by apps that
 did not create them
-pthread fix

pkgsrc changes:
-create /var/lib/dbus on startup
-build against X11 to get the automatic startup of the session bus
 (can be switched off per pkgsrc option)
2006-12-15 19:06:00 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
wiz
c932284aef Fix build with gcc4, based on patch provided by David Howland in
PR 35243.
2006-12-13 18:21:36 +00:00
plunky
af3c4e3325 sysutils/bcmfw
Because the firmware files do not strictly fall into the Free or
Open Source camps as explained in the Pkgsrc guide section 18.1.4,
introduce a bcmfw-license.

Also, because the licensing terms for the firmware files are not
especially clear, add NO_BIN_ON_* so that we don't distribute them
in an unapproved format.

prompted by gdt@
2006-12-12 19:40:24 +00:00
dmcmahill
aad2c39f9e add URL for upstream bug report 2006-12-12 13:45:07 +00:00
drochner
b99c6af0a5 reset PKGREVISION for base pkg update 2006-12-11 12:50:36 +00:00
drochner
967c7e5d96 sync with cdrdao: update to 1.2.2
changes:
Fixed GCC 4.1 compilation issues
Fixed hang when inserting WAV file

pkgsrc changes:
-doesn't need gnome-dirs
-use desktopdb/mimedb
-no need to override the "install" target
2006-12-11 12:31:53 +00:00
drochner
a0a0c5012f update to 1.2.2
changes: Man page cleanup
2006-12-11 12:28:36 +00:00
obache
17515dbfb1 Update gtk-send-pr to 0.4.8.
Patch provided by maintainer(updated the e-mail address) by PR 35209.

* The FreeBSD categories were updated to include sun4v
* Code was reorganized to make it easier to create new GUI code.
* Work began on the MacOS X native GUI
2006-12-08 14:21:20 +00:00
plunky
fce1bd90de not sure how they crept in there, remove them 2006-12-07 20:51:25 +00:00
plunky
3a2d1a2bf4 add new packages
sysutils/bcmfw
	sysutils/btpin-qt
2006-12-07 20:33:21 +00:00
plunky
ef941eb94b btpin-qt is a graphical Bluetooth PIN Client for NetBSD. It sits in
the background until a PIN request is sent by the bthcid(8) daemon,
when it puts up a dialog for the user to enter a PIN.
2006-12-07 20:32:15 +00:00
plunky
cc469088ac Firmware loading utility for Broadcom BCM2033 chip based Bluetooth USB devices. 2006-12-07 20:30:48 +00:00
joerg
b19921094c Add missing sys/stat.h include to fix build on DragonFly. 2006-12-06 15:31:35 +00:00
joerg
d196611245 Perl is not only needed as tool, but also as runtime dependency.
Bump revision.
2006-12-06 15:03:04 +00:00
joerg
a356f040f9 Fix build on DragonFly. 2006-12-06 14:58:01 +00:00
xtraeme
eeb3d527f4 Don't create /Munin/plugins, sigh. 2006-12-05 15:07:34 +00:00
xtraeme
272e6e990f Update munin packages to 1.3.2, latest development release
with fixes from the stable branch.

Changes since previous version:

This release implements proper TLS support, as well as all the
bugfixes from the 1.2 stable series.

pkgsrc changes:

* Fixed many pkglint warnings.
* Install munin.conf and munin-node.conf as ${INSTALL_DATA} not
  ${INSTALL_SCRIPT}, I couldn't see any reason why those were
  installed as scripts.
* Added VARBASE into BUILD_DEFS, as suggested by pkglint.
2006-12-05 14:53:32 +00:00
agc
8fc1a1d3b4 Add and enable i810switch 2006-12-04 07:20:15 +00:00
christos
f009429503 Utility to switch on and off the lcd and external crt for intel 8xx graphics
chips.
2006-12-04 04:42:03 +00:00
gdt
500df00625 update to 0.3
new script BUILD-NetBSD which is a wrapper around build.sh, setting
  OBJDIR, etc., and intended to start from a plain source tree and end
  up with a cdrom image, with or without x.  creates a manifest for
  etcmanage.  It also has an install option which does a merge of /etc
  with etcmanage, but this needs to be done on the same machine as the
  build.

  new script INSTALL-NetBSD which takes a releasedir and does a binary
  upgrade (kernel, userland, merges etc with etcmange, but DOES NOT
  TOUCH BOOTBLOCKS).  Can be run on a machine other than the build
  host.
2006-12-02 19:04:26 +00:00
xtraeme
ccb6d5f49f Update to 0.14.4:
Fixed a bug in the MULTIBOOT case with kernels like GENERIC.MPACPI.
These kind of kernels do not define "options MULTIBOOT" because
they include another config file that has defined the option.

Rather than using grep -q MULTIBOOT on the kernel config file,
use config(1) -x <kernel> and check if MULTIBOOT is set.
2006-12-02 01:04:47 +00:00
rillig
c4f4a05899 Added two patches that correct the localedir on Solaris. 2006-12-01 21:16:02 +00:00
joerg
3ff043a4ac Needs msgfmt. 2006-12-01 14:00:16 +00:00
joerg
0728104cfd configure wants Python 2.2+ 2006-12-01 11:06:04 +00:00
obache
3d29b58d3c Add and enable cpmtools. 2006-11-30 15:24:52 +00:00
obache
39ed3fa443 Import cpmtools version 2.5.
Based on PR 27778 by David Griffith.
I update from 2.4 to 2.5, adapt to recent pkgsrc tree and pkglint clean.

This package allows to access CP/M file systems similar to the
well-known mtools package, which accesses MSDOS file systems. I use it
for file exchange with a Z80-PC simulator, but it works on floppy
devices as well. Currently it contains:

* cpmls - list sorted directory with output similar to ls, DIR, P2DOS
        DIR and CP/M3 DIR[FULL]
* cpmcp - copy files from and to CP/M file systems
* cpmrm - erase files from CP/M file systems
* cpmchmod - change file permissions
* cpmchattr - change file attributes
* mkfs.cpm - make a CP/M file system
* fsck.cpm - check and repair a CP/M file system (only simple errors
        can be repaired so far). Some images of broken file systems
        are provided for testing.
* fsed.cpm - view CP/M file system
* manual pages for everything including the CP/M file system format
2006-11-30 12:04:16 +00:00
xtraeme
ca8bb385a4 Include bsd.prefs.mk before testing OPSYS. 2006-11-29 13:46:15 +00:00
ghen
6cbd8da26a Make the dbus user and group configurable, because (at least on NetBSD) the
defaults messagebus:messagebus trigger daily security warnings (more than 8
characters). The default values are set in mk/defaults/mk.conf but kept the
same for backwards compatibility, so no PKGREVISION bump.
2006-11-29 10:11:53 +00:00
rillig
fa766fc022 Added a patch for SunPro. 2006-11-28 20:11:07 +00:00
tv
8e4282fbe1 Use waitpid() on Interix (has no wait3()). 2006-11-28 16:48:31 +00:00
tv
160f65fccc Standards say that timeval is in <sys/time.h> (needed for Interix). 2006-11-28 16:46:16 +00:00
tv
69e52cdae9 Add getopt_long support on Interix too. 2006-11-28 16:42:51 +00:00
tv
cd6f2c332c Add libiberty on Interix. 2006-11-28 16:42:05 +00:00
drochner
7ce0a170fc update to 2.16.3
changes:
* Revert a patch that caused icons to move around
* Fix crash introduced in 2.16.2
2006-11-27 21:12:41 +00:00