summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam35-35/+70
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam3-6/+9
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-07update to 2.14.2drochner3-8/+9
changes: * Support relative paths from command line. -trandlation updates
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-07Add a workaround for GNOME bug #338015. This fixes PR pkg/33233.minskim3-1/+142
2006-07-07Add a workaround for GNOME bug #337993. This fixes "undefined symbols"minskim5-14/+157
errors on Darwin.
2006-07-06Add a missing file from neon sources to fix an "undefined symbols" errorminskim4-1/+148
on Darwin. This addresses one of the errors reported in PR pkg/33233. Patches obtained from GNOME CVS.
2006-07-06In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",jlam5-10/+10
not "netbsd.org".
2006-07-06Fixed pkglint warnings.rillig1-5/+5
2006-07-06Fixed the Size checksum.rillig1-2/+2
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam7-22/+14
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04Drop -Werror. Fixing all gkrellm warnings requires supernatural powers.cube2-2/+2
Superheroes, feel welcomed to help.
2006-07-03When trying to link against FOX, use pthread libs explicitly.joerg3-2/+35
2006-07-03Add and enable xenkernel30.agc1-1/+2
2006-07-03Initial import of a xen3 kernel package, to facilitate xen3 dom0 supportagc4-0/+42
in NetBSD. Xen is a virtual machine monitor for x86 hardware (runs only on i686-class CPUs), which supports running multiple guests operating systems on a single machine. Guest OSes (also called "domains") require a modified kernel which supports Xen hypercalls in replacement to access to the physical hardware. At boot, the xen kernel is loaded (via grub) along with the guest kernel for the first domain (called domain0). domain0 has privileges to access the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains. This package contains the Xen3 kernel itself.
2006-07-02+ xentools30bouyer1-1/+2
2006-07-02Initial import of a packages for Xen 3.0 domain0 tools.bouyer72-0/+2932
2006-07-02wpi-firmware dirrpaulo1-1/+2
2006-07-02Firmware for wpi(4).rpaulo4-0/+34
2006-07-02Needs a C compiler.rillig1-2/+2
2006-07-02Fixed the case when PREFIX != "/usr/pkg". The ifdef directive of GNUrillig2-6/+6
Make takes a variable _name_, not its value as argument.
2006-07-02Apply io_sysctl patch by Kibum Han (pkg/33772)martti2-1/+86
2006-06-30Needs intltool. Add DragonFly support. The latter from walt onjoerg6-9/+82
DragonFly's submit list.
2006-06-30Move post-extract rule into Makefile.common, so that gcdrtoasterjoerg2-5/+5
profits as well.
2006-06-29Make this build/install on NetBSD -current.xtraeme2-6/+14
Aproved by Johnny C.Lam <jlam>.
2006-06-28sndfile is deactivated when pkg-config is not available, so add it asjoerg1-2/+2
build time dependency.
2006-06-27Reset maintainer, mail bounced with Host not found.wiz1-2/+2
2006-06-27Fixed package to build with CHECK_INTERPRETER=yes.heinz1-1/+3
2006-06-27USE_TOOLS+=lexminskim1-1/+2
2006-06-27Make sure /var/run/munin gets created on restart; /var/run is cleanedhe2-5/+13
out by NetBSD's rc.d scripts. Also make STATEDIR overridable. Bump revision to 2.
2006-06-26USE_TOOLS+=flexminskim1-2/+2
2006-06-26Add Bacula's 1.38.10-scheduler.patch as patch-al. From the announce mail:ghen3-2/+25
> I have released a patch (1.38.10-scheduler.patch) to the patches area of the > Bacula Source Forge releases. I *strongly* recommend that everyone using > Bacula version 1.38.10 apply this patch. It applies only to the Director > (the SD and FD are unchanged) and *only* to version 1.38.10. The patch will > prevent the Director for crashing or hanging (depending on your OS) whenever > you do a "reload" command or whenever there is a sudden clock shift, which > occurs much more often than one would imagine. Bump PKGREVISION.
2006-06-26make this build on recent -current, fixes PR pkg/33631drochner4-22/+53
by Steven M. Bellovin
2006-06-25This package needs man/cat8 to install correctly into a previously emptyrillig1-1/+4
${LOCALBASE}.
2006-06-24Forgot patchsum.joerg1-3/+3
2006-06-23fix the other problem with gnomevfs-smb: need runtime library path,drochner2-3/+12
bump PKGREVISION
2006-06-22Not supported on DragonFly.joerg1-2/+3
2006-06-22Needs libtool.joerg1-1/+2
2006-06-22Needs pkg-config.joerg1-1/+3
2006-06-21Don't try to set PTHREAD_SCOPE_SYSTEM on DragonFly either.joerg3-5/+6
From Iain Templeton. Bump revision.
2006-06-21Add DragonFly support.joerg4-2/+103
2006-06-21Add DragonFly support.joerg2-1/+62
2006-06-21USE_TOOLS+=lexminskim1-2/+2
2006-06-21Fix PLIST by removing entries which don't make sense at all.joerg2-170/+3
Bump revision.
2006-06-20Back out previous as the cause of the bulk build error was in msgfmt.shjlam2-15/+1
not automatically checking for "*.po" suffixed files. This is fixed as of revision 1.24 of pkgsrc/mk/tools/msgfmt.sh.
2006-06-20Fix path to the PO file... it ends in ".po". This fixes the error notedjlam2-1/+15
in the bulk build: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20USE_TOOLS+=yaccminskim1-1/+3
2006-06-20Needs msgfmt.joerg1-2/+2
2006-06-20Add DragonFly support. Replace the static FILE magic with a differentjoerg4-7/+122
(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-20Add DragonFly support.joerg4-11/+45
XXX When does *stat64 finally die and everyone just uses The Right Way?