pkgsrc/sysutils
agc b0170cd6a2 Update libvirt from 1.2.1 to 1.2.2, including a vulnerability fix for
(CVE-2013-6456) -- LXC device hotplug handling.  For more information
on this CVE, see

	http://secunia.com/advisories/56187


Changes from previous version (not summarised, sorry):

Features:
	bhyve: add a basic driver (Roman Bogorodskiy),
	add LXC from native conversion tool (Cédric Bosdonnat),
	vbox: add support for v4.2.20+ and v4.3.4+ (Jean-Baptiste Rouault),
	Introduce Libvirt Wireshark dissector (Yuto KAWAMURA)
Security:
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC hotunplug code (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC chardev hostdev hotplug (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC block hostdev hotplug (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC USB hotplug (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC disk hotplug (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC shutdown/reboot code (Eric Blake)
Documentation:
	bhyve: add basic documentation (Roman Bogorodskiy),
	Add docs about use of systemd journal for logging (Daniel P. Berrange),
	Auto-generate the table of contents in logging doc (Daniel P. Berrange),
	Fix heading level in logging docs (Daniel P. Berrange),
	Document the keyboard as a valid input type (Ján Tomko),
	bandwidth: Adjust documentation (John Ferlan),
	remove <auth> from secret XML format (Ján Tomko),
	LXC: added some doc on domxml-from-native with mention of limitations (Cédric Bosdonnat),
	libxl: fix libxlDoDomainSave documentation (Jim Fehlig),
	grammar fixes in formatdomain (Chen Hanxiao),
	maint: fix grammar in conf file (Eric Blake),
	Fix minor typo in governance doc (Justin Clift),
	Write up the project governance process (Daniel P. Berrange),
	man: shm-merge-across-nodes is optional (Ján Tomko),
	docs/page.xls: remove unnecessary namespace attribute (Pavel Hrdina),
	add a permalink to html headers (Dan Kenigsberg),
	storage: Add document for possible problem on volume detection (Osier Yang),
	Add "note" for node-memory-tune (Osier Yang),
	Improve the document for nodesuspend (Osier Yang),
	refer to the correct event ID for DomainEventIOErrorReasonCallback (Claudio Bley),
	Add sample output of Wireshark dissector (Yuto KAWAMURA),
	Add missing space in <clock> documentation (Christophe Fergeau)
Portability:
	build: skip virportallocatortest on cygwin (Eric Blake),
	build: ignore cygwin toolchain droppings (Eric Blake),
	build: avoid ld_preload tests on mingw (Eric Blake),
	build: fix cgroups on non-Linux (Eric Blake),
	build: fix build on 32-bit hosts (Eric Blake),
	maint: update to latest gnulib, for older autoconf (Eric Blake),
	Fix build of portallocator on mingw (Ján Tomko),
	lxc: Don't shadow global symbol "link" (Peter Krempa),
	storage: Fix build with older compilers afeter gluster snapshot series (Peter Krempa),
	spec: add missing dep of libvirt-daemon-config-network (Thierry Parmentelat),
	spec: require libvirt-daemon-driver-interface only when built (Thierry Parmentelat),
	Fixed build with clang. (Cédric Bosdonnat),
	Rename 'index' in virCapabilitiesGetCpusForNode (Ján Tomko),
	qemuxml2argvmock: Mock time() on non-linux platforms too (Michal Privoznik),
	build: Fix 'make rpm' in VPATH with wireshark (Martin Kletzander),
	Remove windows thread implementation in favour of pthreads (Daniel P. Berrange),
	Fix pthread_sigmask check for mingw32 without winpthreads (Daniel P. Berrange),
	Skip check-augeas-lockd when QEMU is disabled (Daniel P. Berrange),
	maint: add configure checks for BSD CPU affinity (Roman Bogorodskiy),
	BSD: implement virProcess{Get,Set}Affinity (Roman Bogorodskiy),
	tests: Fix PCI test data filenames for Windows (Matthias Bolte),
	wireshark: Fix VPATH build (Jiri Denemark),
	Honour prefix in wireshark install dir (Daniel P. Berrange),
	Use AC_PATH_PROG to search for dmidecode (Roman Bogorodskiy)
Bug fixes:
	bhyve: defined domains should be persistent (Roman Bogorodskiy),
	Fix journald PRIORITY values (Daniel P. Berrange),
	spec: Fix braces around macros (Peter Krempa),
	spec: Use correct versions of libgfapi in RHEL builds (Peter Krempa),
	network: unplug bandwidth and call networkRunHook only when appropriate (Laine Stump),
	network: don't even call networkRunHook if there is no network (Laine Stump),
	Fix memory leak in virSCSIDeviceListDel() (Nehal J Wani),
	libxl: queue domain event earlier in shutdown handler (Jim Fehlig),
	virsh: mark CPU usage field names as translatable (Ján Tomko),
	virsh: initialize str to NULL to solve a build issue (Chen Hanxiao),
	virsh: Don't leak buffer if GetFDs fails in cmdCreate (Ján Tomko),
	libvirt-guests: Wait for libvirtd to initialize (Michal Privoznik),
	virSystemdCreateMachine: Set dependencies for slices (Michal Privoznik),
	Ignore additional fields in iscsiadm output (Ján Tomko),
	libxl: always use libxlVmCleanupJob in shutdown thread (Jim Fehlig),
	qemu: adjust maxmem/maxvcpu computation (Eric Blake),
	Fix multiple bugs in LXC domainMemoryStats driver (Daniel P. Berrange),
	Fix misspelled cpuacct.usage_percpu in cgroup mock. (Thorsten Behrens),
	virsh: fix memleak when starting a guest with invalid fd (Jincheng Miao),
	networkRunHook: Run hook only if possible (Michal Privoznik),
	bridge_driver.h: Fix build --without-network (Michal Privoznik),
	Fix conflicting types of virInitctlSetRunLevel (Ján Tomko),
	Fix reset of cgroup when detaching USB device from LXC guests (Daniel P. Berrange),
	Fix path used for USB device attach with LXC (Daniel P. Berrange),
	Don't block use of USB with containers (Daniel P. Berrange),
	storage: gluster: Don't leak private data when storage file init fails (Peter Krempa),
	storage: handle NULL return from virGetStorageVol (Michael Chapman),
	Fix leaks in vircapstest (Ján Tomko),
	AppArmor: Fix the place where the template should be installed (Cédric Bosdonnat),
	Libvirt lose sheepdogs volumes on pool refresh or restart. When restarting sheepdog pool, all volumes are missing. This patch add automatically all volume from the added pool. (Joel SIMOES),
	maint: fix line numbers in check-aclrules reports (Yuri Myasoedov),
	qemu: Use correct permissions when determining the image chain (Peter Krempa),
	virpci: Resolve coverity issues (John Ferlan),
	qemu: keep pre-migration domain state after failed migration (Martin Kletzander),
	qemu: Fix crash in virDomainMemoryStats with old qemu (Jiri Denemark),
	network: disallow <bandwidth>/<mac> for bridged/macvtap/hostdev networks (Laine Stump),
	Honor blacklist for modprobe command (John Ferlan),
	qemu: be sure we're using the updated value of backend during hotplug (Laine Stump),
	Resolve Coverity dead_error_begin (John Ferlan),
	qemu: Fix the error message for scsi host device's shareable checking (Osier Yang),
	xen: fix parsing xend http response (Jim Fehlig),
	storage: Fix the memory leak (Osier Yang),
	Fix buffer size in linuxNodeGetCPUstats (Bing Bu Cao),
	util: Correct the NUMA node range checking (Osier Yang),
	qemu: Avoid crash in qemuDiskGetActualType (Peter Krempa),
	linuxNodeGetCPUStats: Correctly handle cpu prefix (Bing Bu Cao),
	qemu: snapshot: Forbid snapshots when backing is a scsi passthrough disk (Peter Krempa),
	qemu: snapshot: Avoid libvirtd crash when qemu crashes while snapshotting (Peter Krempa),
	lxc: Fix coverity (Martin Kletzander),
	qemu: Don't detach devices if passthrough doesn't work (Jincheng Miao),
	pci: Fix failure paths in detach (Jiri Denemark),
	virSecuritySELinuxSetFileconHelper: Don't fail on read-only NFS (Michal Privoznik),
	Fix possible memory leak in virsh-domain-monitor.c in cmdDomblklist (Pavel Hrdina)
Improvements:
	virsh: add --all flag to 'event' command (Eric Blake),
	virsh: support remaining domain events (Eric Blake),
	bhyve: support domain undefine (Roman Bogorodskiy),
	Add comments describing the different log sources (Daniel P. Berrange),
	Include error domain and code in log messages from errors (Daniel P. Berrange),
	Send virLogMetadata fields onto the journal (Daniel P. Berrange),
	qemu: Enable 'host-passthrough' cpu mode for arm (Oleg Strikov),
	domblkstat: Produce error message that at least sounds like English (Michal Privoznik),
	virDomainBlockStats(Flags): Produce saner error message on empty disk path (Michal Privoznik),
	tests: avoid littering /tmp (Eric Blake),
	sanlock: Truncate domain names longer than SANLK_NAME_LEN (Jiri Denemark),
	maint: Fix minor typo (unkown) (Yuri Chornoivan),
	libxl: Recognise ARM architectures (Ian Campbell),
	virsh: Honour -q in domblklist, vcpupin and emulatorpin (Michal Privoznik),
	spec: make systemd_daemon usage configurable (Eric Blake),
	spec: require device-mapper-devel for storage-disk (Eric Blake),
	spec: explicitly avoid bhyve on Linux (Eric Blake),
	build: use --with-systemd-daemon as configure option (Eric Blake),
	virNetDevVethCreate: Serialize callers (Michal Privoznik),
	network: include plugged interface XML in "plugged" network hook (Laine Stump),
	conf: output actual netdev status in <interface> XML (Laine Stump),
	conf: new function virDomainActualNetDefContentsFormat (Laine Stump),
	conf: re-situate <bandwidth> element in <interface> (Laine Stump),
	conf: make virDomainNetDefFormat a public function (Laine Stump),
	conf: handle null pointer in virNetDevVlanFormat (Laine Stump),
	conf: clarify what is returned for actual bandwidth and vlan (Laine Stump),
	rbd: Set timeout options for librados (Wido den Hollander),
	rbd: Include return statuses from librados/librbd in logging (Wido den Hollander),
	virsh: kill over-engineered asprintf failure recovery (Eric Blake),
	virsh: use more compact VIR_ENUM_IMPL (Eric Blake),
	libxl: handle on_crash coredump actions (Jim Fehlig),
	libxl: add dump dir to libxlDriverConfig object (Jim Fehlig),
	libxl: honor domain lifecycle event configuration (Jim Fehlig),
	Ensure systemd cgroup ownership is delegated to container with userns (Richard Weinberger),
	bhyve: implement node information reporting (Roman Bogorodskiy),
	Add virStringReplace method for substring replacement (Daniel P. Berrange),
	Add virStringSearch method for regex matching (Manuel VIVES),
	virNetServerRun: Notify systemd that we're accepting clients (Michal Privoznik),
	Add a stub for virCgroupGetDomainTotalCpuStats (Ján Tomko),
	maint: update to latest gnulib (Eric Blake),
	virsh: add net-event command (Eric Blake),
	virsh: add event command, for lifecycle events (Eric Blake),
	virsh: common code for waiting for an event (Eric Blake),
	virsh: common code for parsing --seconds (Eric Blake),
	libxl: queue shutdown event on domain shutdown (Jim Fehlig),
	Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget (Daniel P. Berrange),
	Introduce new OOM testing support (Daniel P. Berrange),
	Add unit test for virCgroupGetPercpuStats. (Thorsten Behrens),
	Add unit test for virCgroupGetMemoryUsage. (Thorsten Behrens),
	Add unit test for virCgroupGetBlkioIo*Serviced (Thorsten Behrens),
	Widening API change - accept empty path for virDomainBlockStats (Thorsten Behrens),
	Implement lxcDomainBlockStats* for lxc driver (Thorsten Behrens),
	Implement domainGetCPUStats for lxc driver. (Thorsten Behrens),
	Make qemuGetDomainTotalCPUStats a virCgroup function. (Thorsten Behrens),
	Implement domainMemoryStats API slot for LXC driver. (Thorsten Behrens),
	Add util virCgroupGetBlkioIo*Serviced methods. (Thorsten Behrens),
	lxc: Add destroy support for suspended domains (Richard Weinberger),
	libxl: use job functions in libxlDomainSetSchedulerParametersFlags (Jim Fehlig),
	libxl: use job functions in libxlDomainSetAutostart (Jim Fehlig),
	libxl: use job functions in device attach and detach functions (Jim Fehlig),
	libxl: use job functions in vcpu set and pin functions (Jim Fehlig),
	libxl: use job functions in libxlDomainCoreDump (Jim Fehlig),
	libxl: use job functions in domain save operations (Jim Fehlig),
	libxl: use job functions when cleaning up a domain (Jim Fehlig),
	libxl: use job functions in libxlDomain{Suspend,Resume} (Jim Fehlig),
	libxl: use job functions in libxlDomainSetMemoryFlags (Jim Fehlig),
	libxl: use job functions in libxlVmStart (Jim Fehlig),
	libxl: Add job support to libxl driver (Jim Fehlig),
	libxl: remove libxlVmReap function (Jim Fehlig),
	libxl: always set vm id to -1 on shutdown (Jim Fehlig),
	qemu: Use virtio network device for aarch64/virt (Oleg Strikov),
	Add a default USB keyboard and USB mouse for PPC64 (Li Zhang),
	xen: format xen config for USB keyboard (Li Zhang),
	qemu: format qemu command line for USB keyboard (Li Zhang),
	qemu: Add USB keyboard capability (Li Zhang),
	conf: Remove the implicit PS2 devices for non-X86 platforms (Li Zhang),
	conf: Add keyboard input device type (Li Zhang),
	conf: Add one interface to add default input devices (Li Zhang),
	network: Taint networks that are using hook script (Michal Privoznik),
	network: Introduce network hooks (Michal Privoznik),
	network_conf: Expose virNetworkDefFormatInternal (Michal Privoznik),
	Add helper for running code in separate namespaces (Daniel P. Berrange),
	Add virFileMakeParentPath helper function (Daniel P. Berrange),
	Move check for cgroup devices ACL upfront in LXC hotplug (Daniel P. Berrange),
	Disks are always block devices, never character devices (Daniel P. Berrange),
	Record hotplugged USB device in LXC live guest config (Daniel P. Berrange),
	qemu: Implement VIR_DOMAIN_TAINT_HOOK (Michal Privoznik),
	virDomainTaintFlags: Introduce VIR_DOMAIN_TAINT_HOOK (Michal Privoznik),
	Add tests for secret XML parsing (Ján Tomko),
	Forgot to add lxcconf2xmldata to dist. (Cédric Bosdonnat),
	Support IPv6 in port allocator (Ján Tomko),
	Split out bind() from virPortAllocatorAcquire (Ján Tomko),
	qemu: snapshot: Add support for external active snapshots on gluster (Peter Krempa),
	qemu: snapshot: Use new APIs to detect presence of existing storage files (Peter Krempa),
	qemu: Switch snapshot deletion to the new API functions (Peter Krempa),
	storage: Add storage file backends for gluster (Peter Krempa),
	storage: add file functions for local and block files (Peter Krempa),
	storage: Add file storage APIs in the default storage driver (Peter Krempa),
	conf: Move qemuSnapshotDiskGetActualType to virDomainSnapshotDiskGetActualType (Peter Krempa),
	conf: Move qemuDiskGetActualType to virDomainDiskGetActualType (Peter Krempa),
	spec: add missing dep of libvirt-daemon-config-nwfilter (Eric Blake),
	lxc from native: removed now remaining useless line (Cédric Bosdonnat),
	Fix stream related spelling mistakes (Philipp Hahn),
	LXC from native: convert blkio throttle config (Cédric Bosdonnat),
	LXC from native: map vlan network type (Cédric Bosdonnat),
	LXC from native: map block filesystems (Cédric Bosdonnat),
	LXC from native: map lxc.arch to /domain/os/type@arch (Cédric Bosdonnat),
	LXC from native: add lxc.cgroup.blkio.* mapping (Cédric Bosdonnat),
	LXC from native: map lxc.cgroup.cpuset.* (Cédric Bosdonnat),
	LXC from native: map lxc.cgroup.cpu.* (Cédric Bosdonnat),
	LXC from native: migrate memory tuning (Cédric Bosdonnat),
	LXC from native: convert lxc.id_map into <idmap> (Cédric Bosdonnat),
	LXC from native: convert macvlan network configuration (Cédric Bosdonnat),
	LXC from native: convert lxc.tty to console devices (Cédric Bosdonnat),
	LXC from native: convert phys network types to net hostdev devices (Cédric Bosdonnat),
	LXC from native: migrate veth network configuration (Cédric Bosdonnat),
	LXC from native: implement no network conversion (Cédric Bosdonnat),
	LXC from native: migrate fstab and lxc.mount.entry (Cédric Bosdonnat),
	LXC from native: import rootfs (Cédric Bosdonnat),
	LXC driver: started implementing connectDomainXMLFromNative (Cédric Bosdonnat),
	Improve virConf parse to handle LXC config format (Cédric Bosdonnat),
	event: pass reason for PM events (Eric Blake),
	event: convert remaining domain events to new style (Eric Blake),
	event: client RPC protocol tweaks for domain lifecycle events (Eric Blake),
	event: prepare client to track domain callbackID (Eric Blake),
	event: server RPC protocol tweaks for domain lifecycle events (Eric Blake),
	event: dynamically manage server-side RPC domain events (Eric Blake),
	qemu: Implement a stub cpuArchDriver.baseline() handler for aarch64 (Oleg Strikov),
	libxl: register for domain events immediately after creation (Jim Fehlig),
	libxl: rename libxlCreateDomEvents to libxlDomEventsRegister (Jim Fehlig),
	vircapstest: Introduce virCapabilitiesGetCpusForNodemask test (Pradipta Kr. Banerjee),
	Handle non-sequential NUMA node numbers (Pradipta Kr. Banerjee),
	storage: gluster: Set volume metadata in a separate function (Peter Krempa),
	qemu: introduce spiceport chardev backend (Martin Kletzander),
	qemu: remove pointless condition (Martin Kletzander),
	qemu: rework '-serial none' (Martin Kletzander),
	conf: introduce spiceport chardev backend (Martin Kletzander),
	rbd: Use rbd_create3 to create RBD format 2 images by default (Wido den Hollander),
	build: correctly check for SOICGIFVLAN GET_VLAN_VID_CMD command (Laine Stump),
	virNetworkLoadState: Disallow mangled 'floor' element (Michal Privoznik),
	networkStartNetwork: Be more verbose (Michal Privoznik),
	qemu: hyperv: Add support for timer enlightenments (Peter Krempa),
	conf: Enforce supported options for certain timers (Peter Krempa),
	schema: Fix guest timer specification schema according to the docs (Peter Krempa),
	apparmor: Improve profiles (Felix Geyer),
	Add glusterfs to VIR_CONNECT_LIST_STORAGE_POOLS_FILTERS_POOL_TYPE (Christophe Fergeau),
	libxl: remove unneeded locking of driver when restoring (Jim Fehlig),
	libxl: improve subprocess handling (Jim Fehlig),
	libxl: handle domain shutdown events in a thread (Jim Fehlig),
	libxl: remove list of timer registrations from libxlDomainObjPrivate (Jim Fehlig),
	libxl: fix leaking libxlDomainObjPrivate (Jim Fehlig),
	qemu_driver: Introduce <filesystem/> support in device attach/detach (Matthieu Coudron),
	virDomainHostdev{Insert,Delete}: Replace VIR_REALLOC_N by VIR_{APPEND,DELETE}_ELEMENT (Matthieu Coudron),
	qemuxml2argvtest: Set timezone (Michal Privoznik),
	virsh: only report filled values in nodecpustats (Ján Tomko),
	BSD: implement nodeGetCPUStats (Roman Bogorodskiy),
	qemu: blockjob: Print correct file name in error message (Peter Krempa),
	maint: Change the text of the NULLSTR() macro to "<null>" (Peter Krempa),
	qemuxml2argvtest: Test localtime clock basis (Michal Privoznik),
	qemuBuildClockArgStr: Allow localtime clock basis (Michal Privoznik),
	Generate a valid imagelabel even for type 'none' (Ján Tomko),
	event: move event filtering to daemon (regression fix) (Eric Blake),
	rpm: create libvirt-wireshark sub-package (Eric Blake),
	tests: Add test for new virkmod functions (John Ferlan),
	utils: Introduce functions for kernel module manipulation (John Ferlan),
	network: change default of forwardPlainNames to 'yes' (Laine Stump),
	network: only prevent forwarding of DNS requests for unqualified names (Laine Stump),
	virnetdevbandwidthtest: Link with libxml2 (Michal Privoznik),
	spice: don't force user to specify spicevmc channel (Martin Kletzander),
	virnetdevbandwidthtest: Introduce some more tests (Michal Privoznik),
	virnetdevbandwidthtest: fix hard coded /sbin/tc (Cédric Bosdonnat),
	Push nwfilter update locking up to top level (Daniel P. Berrange),
	Add a read/write lock implementation (Daniel P. Berrange),
	tests: Modify the scsi util tests (Osier Yang),
	util: Accept test data path for scsi device's sg_path (Osier Yang),
	tests: Add tests for scsi utils (Osier Yang),
	util: Add one argument for several scsi utils (Osier Yang),
	qemu: Don't fail if the SCSI host device is shareable between domains (Osier Yang),
	virnetdevbandwidthtest: Introduce testVirNetDevBandwidthSet (Michal Privoznik),
	virCommand: Introduce virCommandSetDryRun (Michal Privoznik),
	snapshot: Add support for specifying snapshot disk backing type (Peter Krempa),
	tests: Add more tests for virConnectBaselineCPU (Jiri Denemark),
	cpu: Try to use source CPU model in virConnectBaselineCPU (Jiri Denemark),
	cpu: Fix VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES (Jiri Denemark),
	tests: Better support for VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES (Jiri Denemark),
	Reword error message for oversized cpu time fields (Ján Tomko),
	Simplify linuxNodeGetCPUStats (Ján Tomko),
	Add hw random number generator (/dev/hwrng) to cgroup ACL (Pradipta Kr. Banerjee),
	tests: Introduce virnetdevbandwidthtest (Michal Privoznik),
	Add test for linuxNodeGetCPUStats (Ján Tomko),
	Move test-local declarations to nodeinfopriv.h (Ján Tomko),
	qemu: Enable 'host-passthrough' cpu mode for aarch64 (Oleg Strikov),
	Block info query: Add check for transient domain (John Ferlan),
	maint: update to latest gnulib, for mingw improvements (Eric Blake),
	util: Add "shareable" field for virSCSIDevice struct (Osier Yang),
	storage: Fix autostart of pool with "fc_host" type adapter (Osier Yang),
	api: require write permission for guest agent interaction (Eric Blake),
	virtlockd: make re-exec more robust (Michael Chapman),
	build: add $(prefix) to SYSTEMD_UNIT_DIR (Laine Stump),
	spice: expose the QEMU disable file transfer option (Francesco Romani),
	spice: detect if qemu can disable file transfer (Francesco Romani),
	lxc: allow to setup throttle blkio cgroup through virsh (Gao feng),
	Add test for transient disk support in VMX files (Wout Mertens),
	Make syntax check notice assignments w/o surrounding spaces. (Thorsten Behrens),
	maint: align whitespaces with project conventions. (Thorsten Behrens),
	virpcitest: Test virPCIDeviceDetach failure (Jiri Denemark),
	virpcimock: Add PCI driver which always fails (Jiri Denemark),
	virpcitest: More tests for device detach and reattach (Jiri Denemark),
	virpcimock: Mock /sys/bus/pci/drivers_probe (Jiri Denemark),
	pci: Publish some internal code for virpcitest (Jiri Denemark),
	virpcitest: Show PCI device tested by each test (Jiri Denemark),
	pci: Make reattach work for unbound devices (Jiri Denemark),
	qemu: allow to setup throttle blkio cgroup through virsh (Gao feng),
	virsh: add setting throttle blkio cgroup option to blkiotune (Gao feng),
	blkio: Setting throttle blkio cgroup for domain (Gao feng),
	domain: introduce xml elements for throttle blkio cgroup (Gao feng),
	maint: replace remaining virLib*Error with better names (Eric Blake),
	maint: simplify driver registration at startup (Eric Blake),
	maint: clean up error reporting in migration (Eric Blake),
	maint: don't lose error on canceled migration (Eric Blake),
	maint: avoid nested use of virConnect{Ref,Close} (Eric Blake),
	maint: don't leave garbage on early API exit (Eric Blake),
	qemu: Change the default unix monitor timeout (Martin Kletzander),
	storage: Sheepdog: Separate creating of the volume from building (Peter Krempa),
	storage: RBD: Separate creating of the volume from building (Peter Krempa),
	storage: Support deletion of volumes on gluster pools (Peter Krempa),
	conf: Always use VIR_ERR_CONFIG_UNSUPPORTED on enumFromString() failures (Christophe Fergeau)
Cleanups:
	build-sys: Removed unused variable from configure.ac (Christophe Fergeau),
	qemu: remove memset params array to zero in qemuDomainGetPercpuStats (Gao feng),
	util: Fix the indention (Osier Yang),
	virsh: Fix the string breaking style (Osier Yang)
2014-03-07 00:30:11 +00:00
..
9base Fix flags on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:11:32 +00:00
855resolution Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
915resolution Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
acpica-utils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
acpidump define int types on SunOS 2014-02-16 01:19:32 +00:00
adtool Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
afbinit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
agedu Distfile changed in place, but seems stable now. 2014-02-14 13:48:40 +00:00
amanda Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
amanda-client * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
amanda-common Fix race condition. 2014-01-06 22:15:06 +00:00
amanda-plot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
amanda-server Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
amtterm Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
ansible Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
apcupsd Package requires libusb. Patch from Sebastian Wiedenroth. 2013-12-11 11:55:17 +00:00
asapm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
atitvout Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
bacula Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
bacula-clientonly Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
bacula-doc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
bacula-qt-console Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
bacula-tray-monitor Update bacula to 5.2.13 2014-01-14 10:58:17 +00:00
bacula-wx-console Update bacula to 5.2.13 2014-01-14 10:58:17 +00:00
bbsload NetBSD/current requires uvm/uvm_extern.h and _KMEMUSER. 2013-01-11 23:30:17 +00:00
bchunk Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
bcmfw This uses BSD makefile rules. Ignore tautologies for clang. 2013-09-10 14:42:05 +00:00
bcollect Not MAKE_JOBS_SAFE. 2013-11-29 13:00:08 +00:00
bkpupsd Drop -Wno-traditional for clang. 2013-09-10 14:42:19 +00:00
boxbackup-client Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
boxbackup-server Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
brasero Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
brasero-nautilus Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
bsdinstall bsdinstall-20130905: Install pre-generated catman page where necessary. 2013-09-05 12:19:49 +00:00
bsign Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
btpin-qt Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
bubblemon Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
bup Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
burn Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
capistrano Update capistrano to 2.15.5. 2013-09-15 15:56:12 +00:00
ccd2iso Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
ccze link network libs on SunOS 2014-02-16 01:08:00 +00:00
cdbkup Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cdrdao adapt to a change in libao's WAV output format, cdrdao can now 2013-05-03 16:14:47 +00:00
cdrkit Needs bzip2 and zlib. 2014-01-09 14:42:54 +00:00
cdrtools Update to 3.01a22: 2014-01-25 10:49:43 +00:00
cfengine2 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cfengine3 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
checkpassword Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
checkpassword-pam Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
checkperms Don't force ACTIVE_CC for clang. Explicitly disable noreturn checks. 2013-09-08 16:33:59 +00:00
clex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
collectd fix compilation on netbsd current; compile-tested hack for CIRCLEQ vs TAILQ in tcpconns 2014-02-23 16:34:27 +00:00
collectd-amqp Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-curl Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-dbi Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-dns Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-memcached Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-mysql Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-network Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-notify-email Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-postgresql Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-rrdtool Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
collectd-snmp Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5. 2014-02-17 11:21:54 +00:00
conky Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
consolekit Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
coreutils Add comment. 2014-02-04 15:07:46 +00:00
cpmtools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
cpogm Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cpuburn Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
cpuid Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
crashme Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
cuisine Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
cvsreport Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
daemond Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
daemontools USE_TOOLS+= file, required for FILE_CMD. 2013-05-17 14:48:49 +00:00
dbus Restrict lib/dbus-1.0/include/dbus/dbus-arch-deps.h buildlink 2014-01-29 13:01:53 +00:00
dbus-glib Update to 0.102: 2014-02-20 10:17:45 +00:00
dbus-python-common Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
dbus-qt3 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
dbus-sharp Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
dbus-sharp-glib Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
dc-tools Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
dd_rescue patch-ab modified to fix clang build problem: 2013-06-14 01:07:58 +00:00
dd_rhelp Hand in maintainership. 2013-04-13 07:55:01 +00:00
ddrescue Update to 1.17. Changes: 2013-11-16 07:59:27 +00:00
deforaos-browser Packaged DeforaOS Browser 0.4.13, with: 2014-01-11 21:11:53 +00:00
deforaos-terminal Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
depot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
desktop-file-utils Update to 0.22: 2013-09-02 16:08:11 +00:00
detox Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
devkitd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
di Import di-4.34 as sysutils/di. 2013-01-30 12:29:06 +00:00
dirsize Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
dirvish Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
diskscrub Actually use my DIOCGDISKINFO ioctl implementation by regenerating configure. 2014-02-21 01:13:00 +00:00
dmassage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
dmesg2gif Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
dmg2img Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
dmidecode Update to 2.12. Changes: 2013-05-19 11:07:26 +00:00
dmsdos Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
dog Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
dptutil Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
dtpstree Fix various case of missing includes due to libstdc++'s namespace 2013-04-30 22:34:29 +00:00
duplicity Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
dvd+rw-tools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
dvdisaster Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
dvdrecord Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
e2fsprogs Force GNU inline semantic. 2012-11-19 03:02:14 +00:00
easydiskpasswd Drop -Wno-traditional for clang. 2013-09-10 14:43:42 +00:00
edbus Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
efreet Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
eggdbus automake-1.13 compat. 2013-01-26 22:02:26 +00:00
entr Import entr-1.9 as sysutils/entr. 2013-04-19 07:57:12 +00:00
estd Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
etckeeper Don't use multiple RCS IDs, it confuses the +BUILD_VERSION logic. 2013-06-26 14:26:47 +00:00
etcmanage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
etcutils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
euca2ools Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
eventlog Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
extipl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
fabric Remove the FETCH_USING change, it does not belong here 2014-02-15 07:27:34 +00:00
fakeroot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
fam Use find-headers instead of find-files to detect builtin header files. 2013-11-23 12:10:13 +00:00
fastfs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
fatback Resolves: 2013-04-06 20:27:16 +00:00
fdupes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
file Use find-headers instead of find-files to detect builtin header files. 2013-11-23 12:10:13 +00:00
filelight Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
filelight-kde3 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
findutils DESCR: 2012-12-16 18:13:28 +00:00
fix4SA110rev2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
fixelfprot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
flashrom Remove impossible check. 2014-03-06 15:46:39 +00:00
foremost Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
free Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
fs-kit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
fscd Drop -Wno-traditional for clang. Detect invalid client messages instead 2013-09-10 14:43:23 +00:00
fsviewer Fix build with current windowmaker. 2013-12-07 18:24:59 +00:00
ftwin Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gamin Always return a value from !void functions. 2012-12-25 21:02:56 +00:00
gcdmaster Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gcombust Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
genpasswd Revive MASTER_SITES. 2013-03-14 14:19:52 +00:00
gentoo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
gfm Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
gio-fam share hacks.mk with its base package. 2013-08-24 09:36:43 +00:00
gkrellm Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gkrellm-est Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gkrellm-server define u_int32_t on SunOS 2014-02-16 00:45:28 +00:00
gkrellm-share Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
gnome-commander Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnome-device-manager Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnome-menus Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
gnome-mount Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
gnome-nds-thumbnailer Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
gnome-pkgview Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnome-power-manager Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnome-settings-daemon PKGREVISION bump for json-c shlib rename. 2013-11-25 12:00:45 +00:00
gnome-system-monitor Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
gnome-system-tools Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
gnome-vfs Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnome-vfs-monikers Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnome-vfsmm Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnome-volume-manager Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnometoaster include sys/soundcard.h on SunOS 2014-02-16 15:37:53 +00:00
gnuit lib/charset.alias is skipped by check-files.mk 2013-07-21 09:11:43 +00:00
gpart Define int types on SunOS 2014-02-16 16:59:37 +00:00
grub Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
grub2 GCC_REQD should be appended to, not set. 2014-02-19 09:44:56 +00:00
grun Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
gsettings-desktop-schemas Update gsettings-desktop-schemas to 3.10.1 2014-02-12 01:16:24 +00:00
gst-plugins0.10-gio Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
gst-plugins0.10-gnomevfs Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gst-plugins1-gio Import gst-plugins1-gio-1.0.3 as sysutils/gst-plugins1-gio. 2012-11-29 08:31:31 +00:00
gtk-send-pr Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gvfs Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gworkspace Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
hal Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
hal-info Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
hddtemp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
heirloom-basename
heirloom-cat
heirloom-chmod
heirloom-chown
heirloom-cksum
heirloom-cmp
heirloom-copy
heirloom-cp
heirloom-csplit
heirloom-dd
heirloom-dirname
heirloom-doc Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
heirloom-du
heirloom-env
heirloom-file
heirloom-find
heirloom-getconf
heirloom-groups
heirloom-hostname
heirloom-id
heirloom-listusers
heirloom-ln
heirloom-logins
heirloom-logname
heirloom-ls
heirloom-mesg
heirloom-mkdir
heirloom-mkfifo
heirloom-mknod
heirloom-nice
heirloom-nohup
heirloom-pathchk
heirloom-pgrep
heirloom-priocntl
heirloom-ps
heirloom-psrinfo
heirloom-pwd
heirloom-renice
heirloom-rm
heirloom-rmdir
heirloom-setpgrp
heirloom-shl
heirloom-sort
heirloom-split
heirloom-stty
heirloom-sync
heirloom-tapecntl
heirloom-tee
heirloom-touch
heirloom-tsort
heirloom-tty
heirloom-uname
heirloom-users
heirloom-who
heirloom-whoami
heirloom-whodo
heirloom-xargs
heirloom-yes
hfsutils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
htop Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
i2ocfg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
i810switch Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
iat Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
idesk Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
install-sh Fixes: 2013-04-06 03:45:05 +00:00
intel-microcode-netbsd update a comment 2014-02-19 19:31:08 +00:00
ipa Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
ipmitool Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ipw-firmware Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
ir-account Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
isapnptools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
iwi-firmware Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
iwi-firmware3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
iwn-firmware Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
k3b Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
k3b-kde3 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
k4dirstat Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
kcron Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
kdf Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
kdirstat Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
kfloppy Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
krusader Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ksystemlog Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
kuser Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
lambd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
lavaps Adjust TCL version. 2014-02-04 00:20:17 +00:00
libdevkit-gobject Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libgamin
libgksu Fix gtk-doc fallout. 2014-02-24 16:11:13 +00:00
libgtop Fix gtk-doc fallout. 2014-02-21 20:32:12 +00:00
libirman Don't conflict with log from libm. 2012-10-26 20:29:15 +00:00
libnotify Update libnotify to 0.7.6 2013-12-08 16:30:15 +00:00
libol Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
liboobs Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
libpciaccess Add support for Darwin. Patch from nixpkgs. 2013-12-21 11:05:23 +00:00
libvirt Update libvirt from 1.2.1 to 1.2.2, including a vulnerability fix for 2014-03-07 00:30:11 +00:00
lilo Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
lockf Use Mt for email addresses. 2013-07-20 21:50:52 +00:00
logfinder No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
logrider Import logrider-0.2 as sysutils/logrider, packaged for wip by Franck Lesage. 2013-05-07 08:49:28 +00:00
logrot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
logrotate Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
lsof Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
magicrescue Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
manifold Convert to distutils.mk. Mark as not for python-3.x. 2014-01-23 17:39:32 +00:00
mbmon Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
mc Remove legacy support that was scheduled for removal. 2013-10-25 06:53:33 +00:00
mc46 Remove legacy support that was scheduled for removal. 2013-10-25 06:53:33 +00:00
mcollective Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
mdf2iso Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
memconf Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
memtest86 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
memtester Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
memtestplus Fix build on NetBSD-5* using a patch from John D. Baker in PR 48469. 2013-12-22 21:32:36 +00:00
mencvcd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
menu-cache new package: menu-cache 2013-01-31 03:25:53 +00:00
mesure ANSIfy do_work. 2013-03-02 17:55:27 +00:00
mgm Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mklivecd Use Mt for email addresses. 2013-07-20 21:50:52 +00:00
mkmemstick Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
mksunbootcd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
mktemp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
monit Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
monitoring Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
mrsync Pick up ${CC} from the environment, if it's defined 2013-05-11 21:39:43 +00:00
mtools Add comments on patches (from cvs log etc). 2013-01-18 00:34:30 +00:00
mtoolsfm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
mtscan Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
munin-doc Set LICENSE. 2013-06-17 13:28:34 +00:00
munin-node Add an entropy monitoring script for NetBSD. This script needs to run 2013-07-25 11:41:25 +00:00
munin-server Fix PKG_USERS usage. 2013-10-31 15:58:30 +00:00
nautilus Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
nautilus-sendto Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
ncdu Import ncdu-1.10 as sysutils/ncdu, packaged for wip by slitvinov. 2013-08-23 11:31:29 +00:00
ndesk-dbus Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
ndesk-dbus-glib Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
neb-wipe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
netbsd-kmod-tools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
netbt-hcidump Fix format string. 2013-09-10 14:44:03 +00:00
news Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
notification-daemon Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
nrg2iso Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
ntfsprogs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
nvnet Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
nvramtool Update nvramtool to git HEAD as of today using local distfile. 2013-12-09 18:40:07 +00:00
oak Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
open-vm-tools Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
openxenmanager Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
osname BUILD_MAKE_FLAGS and INSTALL_MAKE_FLAGS can be merged into MAKE_FLAGS 2013-03-14 14:25:31 +00:00
p5-File-chmod Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-File-Copy-Recursive Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-File-Inplace Import p5-File-Inplace-0.20 as sysutils/p5-File-Inplace. 2013-07-06 00:59:04 +00:00
p5-File-Remove Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Filesys-Df Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Filesys-DfPortable Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Filesys-Statvfs Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Gnome2-VFS Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-GTop Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-IO-BufferedSelect Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-IO-KQueue Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lchown Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Linux-Inotify2 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mac-AppleScript Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mac-AppleScript-Glue Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Parse-Syslog Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Quota Update p5-Quota to 1.7.0. 2013-08-27 08:06:56 +00:00
p5-Server-Starter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-SSH-Batch Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Sys-CpuLoad Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Sys-Filesystem Updating package for Perl5 module Sys::Filesystem from CPAN in 2014-02-16 11:57:22 +00:00
p5-Sys-Hostname-Long Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Sys-SigAction Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Sys-Syslog Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Sys-Utmp Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Unix-ConfigFile Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Unix-Statgrab Updating package for Perl module Unix::Statgrab from CPAN distribution 2014-02-23 15:18:19 +00:00
p5-Unix-Syslog Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-UPS-Nut Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
pciutils Enable package on Solaris 11 and friends. 2012-12-19 14:05:26 +00:00
pcmanfm Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
pcvt-utils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
pdumpfs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
pear-Log Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
pflogsumm Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
pfstat recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
pftop PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
pluged Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
polysh Convert to distutils.mk. Fix interpreter path in installed file 2014-01-23 18:30:20 +00:00
pscpug Requires _KMEMUSER on NetBSD/current 2013-01-11 23:30:39 +00:00
psftools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
psmisc Need limits.h for PATH_MAX on SunOS. 2013-12-13 09:58:58 +00:00
pstree Update to 2.36 2013-05-09 15:41:23 +00:00
puppet Remove the versionable feature of the pkgin provider for now. 2014-01-02 01:41:48 +00:00
pv Add vars.mk to REPLACE_LOCALEDIR_PATTERNS for autoconf/make/vars.mk. 2013-09-01 06:32:11 +00:00
pwgen Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
py-dbus Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-gnome-menus Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-notify Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-notify-python Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-psutil Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-xattr Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
qlogtools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
radeontool Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
radmind Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
rconfig Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
rdiff-backup Convert to distutils.mk. Mark as not for python-3.x. 2014-01-23 18:56:44 +00:00
rename Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
rfstool Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
roller Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
rox Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
rsnapshot Fixed build with perl-5.18's pod2man, and sent patch upstream. 2013-06-04 18:48:48 +00:00
rtty define int types on SunOS 2014-02-15 23:54:46 +00:00
ruby-activesambaldap Update ruby-activesambaldap to 0.1.0. 2012-09-16 11:13:08 +00:00
ruby-directory-watcher Update ruby-directory-watcher to 1.5.1. 2013-09-15 15:59:31 +00:00
ruby-facter Update ruby-facter to 1.7.3. 2013-09-15 16:03:33 +00:00
ruby-fssm Update ruby-fssm to 0.2.10. 2013-02-11 04:14:58 +00:00
ruby-libnotify Inherit version restrictions of ruby-gnome-gtk3. 2014-01-15 13:52:43 +00:00
ruby-notify Fixes CATEGORIES 2013-08-14 08:55:49 +00:00
ruby-quota Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
ruby-rb-appscript Fix build problem and clean up PLIST. 2013-10-01 15:24:02 +00:00
safetynet Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
salt Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
salt-docs Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
same Use z modifier for size_t. 2013-09-10 14:44:28 +00:00
sarah Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
screentest Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
scsiinfo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
service-config Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
setquota Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
sformat Fixes: 2013-04-06 03:45:05 +00:00
shc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
shelldap Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
shmux Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
skill Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
slay Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
slocate Import slocate-3.1 as sysutils/slocate, packaged for wip by diro, Adam Hoka, 2012-12-12 15:24:17 +00:00
smartmontools Install the script that generates warning mail messages. From Petar Bogdanovic in private mail. 2013-12-02 22:26:22 +00:00
smbldap-tools Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
socket Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
spice-protocol Updated to latest release, 0.12.6. From ChangeLog: 2013-06-30 23:46:19 +00:00
sredird Fix build on SunOS: 2014-02-16 15:45:52 +00:00
sshsh Revive MASTER_SITES. 2013-03-14 16:09:20 +00:00
storage-manager "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
stow Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
strace Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
strigi Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
su2 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
sux Revive MASTER_SITES. 2013-03-14 16:47:44 +00:00
swapd Update sysutils/swapd to 1.0.3nb2 2013-09-13 10:15:40 +00:00
swatch Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
sysbuild Depend on atf 0.20 (not atf-libs) and bump PKGREVISION. 2014-02-08 15:59:30 +00:00
sysbuild-user Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
sysgen Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
sysinfo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
syslog-ng Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
system-tools-backends We reached NetBSD "6". 2013-08-24 15:34:39 +00:00
sysupgrade Depend on atf 0.20 (not atf-libs) and bump PKGREVISION. 2014-02-08 15:59:30 +00:00
tarsnap Bulk build wants openssl 2014-02-26 18:20:11 +00:00
tcx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
tdir No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
testdisk Update sysutils/testdisk to testdisk-6.14. 2013-09-09 17:45:58 +00:00
tits Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
tkcron "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
tkdesk Update fkdesk to 2.0p2, apply upstream patches, with fixes build with TCL 8.6, 2014-02-22 07:53:47 +00:00
tload Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
tob Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
top Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
torsmo Hand in maintainership. 2013-04-13 07:55:01 +00:00
toshutils Patch out -m486, which was breaking the build. Not really tested as 2013-06-17 06:15:39 +00:00
tpb Update to 0.6.4 (released in 2005). Changes: 2013-06-01 12:18:23 +00:00
tphdisk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
tree update patch commentary in tree 2013-08-25 14:29:52 +00:00
ts link network libs on SunOS 2014-02-15 22:32:10 +00:00
ups-nut Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
ups-nut-cgi recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
ups-nut-snmp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
ups-nut-usb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
usbutil Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
user_cygwin Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, 2013-07-12 10:41:58 +00:00
user_darwin Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, 2013-07-12 10:41:58 +00:00
user_interix Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, 2013-07-12 10:41:58 +00:00
user_irix Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, 2013-07-12 10:41:58 +00:00
vbetool Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
vcdimager Resolves: 2013-04-06 20:27:16 +00:00
vcdimager-devel Remove GNU ld options on Darwin too. 2013-12-21 11:15:08 +00:00
vidc-tools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
vifm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
vip Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
virt-manager Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
virtinst Convert to distutils.mk. Mark as not for python-3.x. 2014-01-23 19:18:07 +00:00
vobcopy Enable large file support on NetBSD. 2014-02-02 20:20:50 +00:00
vxargs No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
wbm-apache Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-at Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-bandwidth Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-bind8 Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-change-user Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-cluster-copy Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-cluster-cron Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-cluster-passwd Fix PLIST for base package update. 2012-12-22 03:47:33 +00:00
wbm-cluster-shell Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-cluster-useradmin Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-cluster-webmin Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-custom Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-cyrus-imapd Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
wbm-dhcpd Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-dovecot Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-fetchmail Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-file Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-htaccess-htpasswd Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
wbm-inetd Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-ipfilter Fix PLIST for base package update. 2012-12-22 01:49:16 +00:00
wbm-ldap-useradmin Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-lpadmin Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-mailboxes Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-mount Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-mysql Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-net Update PLIST after base package update. 2012-12-20 23:02:17 +00:00
wbm-openslp Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-passwd Fix PLIST for base package update. 2012-12-22 01:49:16 +00:00
wbm-postfix Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-postgresql Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-qmailadmin Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-quota Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-sendmail Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-shell Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-sshd Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-status Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-syslog Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
wbm-telnet Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wbm-time Fix PLIST for base package update. 2012-12-22 01:39:29 +00:00
wbm-tunnel Fix PLIST for base package update. 2012-12-22 02:21:42 +00:00
wbm-useradmin Update PLIST after base package update. 2012-12-20 23:02:17 +00:00
wbm-virtual-server Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
webmin Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
whowatch Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
wipe Fix build on SunOS. Patch from Sebastian Wiedenroth. 2013-10-24 09:43:49 +00:00
wmcpuload Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
wmmemmon NetBSD/current needs explicit include of sys/vmmeter.h 2013-01-11 00:07:41 +00:00
wmSMPmon Requires sys/vmmeter.h on NetBSD/current 2013-01-11 23:31:14 +00:00
wpi-firmware Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
wpi-firmware2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
wtail Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
xapply Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
xbatt "Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead." 2013-04-06 04:07:24 +00:00
xbattbar Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
xc5k-firmware Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
xc3028l-firmware Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
xcdroast Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xdu Use more void. 2013-01-11 23:32:38 +00:00
xe-guest-utilities "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
xenkernel3 Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
xenkernel20 Move LICENSE to correct place. 2014-01-25 09:16:52 +00:00
xenkernel33 Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
xenkernel41 Ignore tautologic pointer checks. 2014-03-06 15:45:45 +00:00
xenkernel42 Update xenkernel42 to 4.2.4 2014-02-22 01:22:49 +00:00
xenstoretools Add ipxe-git to DISTFILES (like in xentools41). It's not really used, but 2013-04-29 11:23:58 +00:00
xentools3 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
xentools3-hvm Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
xentools20 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
xentools33 No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
xentools41 add patch from upstream to fix use-after-free under memory pressure 2014-02-13 11:12:58 +00:00
xentools42 Fix dependency pattern. 2014-03-03 16:42:00 +00:00
xenvstat Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
xfce4-appfinder Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-battery-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-cpugraph-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-diskperf-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-fsguard-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-genmon-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-netload-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-quicklauncher-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-systemload-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-thunar Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-volman Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-xarchiver Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfce4-xkb-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xfe PR 48357 Germain Le Chapelain: don't crash if opendir fails. 2013-11-02 18:27:39 +00:00
xfm Pass rpath options with -Wl prefix. 2013-10-20 17:52:57 +00:00
xfsprogs * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
xhfs Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
xmbmon Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
xmeter Fix return type of function to match the (missing) return values. 2012-12-20 21:37:37 +00:00
xnc Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
xosview Pass rpath options with -Wl prefix. 2013-10-20 17:52:57 +00:00
xps Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
xuvmstat Use correct format strings for 64bit uvm structure layout. 2013-09-10 14:45:05 +00:00
zidrav Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
Makefile Add collectd and plugins 2014-02-17 11:23:01 +00:00