pkgsrc/sysutils
rodent c52ca67627 2014-07-26 Christian Franke <franke@computer.org>
smartmontools 6.3

2014-07-25  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Apple SD/SM/TS...E/F SSDs: Rename, add TS*[EF]
	- JMicron based SSDs: Fix regex for Apple TS*C
	- Marvell based SanDisk SSDs: X210

2014-07-25  Alex Samorukov  <samm@os2.kiev.ua>

	drivedb.h: Apple SM* SSD - add attribute 173 description (guessed)

2014-07-23  Christian Franke  <franke@computer.org>

	ataprint.cpp: Print SCT Status regardless of SCT Data Table support.
	atacmds.cpp: ataReadSCTTempHist(): Do not reread initial SCT Status.
	configure.ac: Fix typo in help text.  Add MinGW comment.

2014-07-22  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Apple SD/SM...E/F SSDs (ticket #342)
	- Apple SSD SM128, Asus-Phison SSD: Remove (missing attribute info)

2014-07-20  Christian Franke  <franke@computer.org>

	atacmds.cpp: Rework heuristics for 'tempminmax' format.
	Now supports negative values (ticket #291) and WDC over temperature
	counter.
	Change default for Head_Flying_Hours to 'raw24(raw8)'.  This provides
	more reasonable output for Seagate HDDs missing in drivedb.h.
	drivedb.h: Comment new default for Head_Flying_Hours.
	smartctl.8.in, smartd.8.in, smartd.conf.5.in:
	Fix usage of line breaks and empty lines.

2014-07-19  Christian Franke  <franke@computer.org>

	smartctl.8.in, smartd.8.in, smartd.conf.5.in, update-smart-drivedb.8.in:
	Add FILES section.  Move FULL PATH info to FILES section.
	Rename REFERENCES section.  Move HOME PAGE info to REFERENCES section.
	Remove AUTHORS section from smartd.conf man page.
	Update or remove various outdated info.

2014-07-18  Christian Franke  <franke@computer.org>

	configure.ac: Use 'email' instead of 'mail' on Cygwin.
	Remove outdated '-mno-cygwin' error check.
	Makefile.am, smartd.conf.5.in: Replace 'mail' by actual platform
	specific mailer.
	examplescripts/README, examplescripts/Example[123]: Remove bashisms.
	Use '/usr/bin/mail' instead of '/bin/mail'.
	os_win32/daemon_win32.cpp: Support older MinGW headers with missing
	struct SERVICE_DELAYED_AUTO_START_INFO.

2014-07-17  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Crucial/Micron MX100/M500/M510/M550 Client SSDs: Rename, add MX100,
	  update MX510/550
	- Indilinx Barefoot based SSDs: OCZ Vertex 1.10
	- Intel 320 Series SSDs: 'L' variant
	- JMicron based SSDs: Transcend *18M-M variant
	- Plextor M3/M5 (Pro) Series SSDs: M5M (mSATA) variant
	- Samsung based SSDs: 840 EVO

2014-07-16  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Marvell based SanDisk SSDs: Extreme II (ticket #334), others
	- SanDisk based SSDs: iSSD P4 (ticket #272), U100 (ticket #337), others
	- USB: Iomega (0x059b:0x047a)
	- USB: WD My Passport: Merge entries
	- USB: WD My Passport USB 3.0 (0x1058:0x074a, 0x1058:0x0820)
	- USB: ADATA (0x125f:0xa[13]1a)
	- USB: JMicron JMS539 (0x152d:0x0539): New FW supports SAT (ticket #338)
	- USB: TrekStor Datastation (0x1e68:0x0050) (Red Hat Bugzilla 954162)

2014-07-13  Christian Franke  <franke@computer.org>

	atacmds.cpp: Add missing const and initialization.
	Don't print extra '\n' if self-test log is empty.
	ataprint.cpp: Add new ACS-4 log.
	cciss.cpp: Fix C++11 builds on Linux.  GCC and CLang do not
	predefine 'linux' when in '-std=c++11' mode.
	smartd.cpp: Update description of Windows smartd service.
	README: Update license info.  Remove outdated ATA references.

2014-07-10  Christian Franke  <franke@computer.org>

	Makefile.am: Rework build of Solaris specific man pages.
	This fixes some bogus and some missing replacements.
	smartctl.8.in, smartd.8.in, smartd.conf.5.in: Minor typo and syntax
	fixes.

2014-07-09  Christian Franke  <franke@computer.org>

	smartctl.8.in, smartd.8.in, smartd.conf.5.in: Avoid '.SH' macros with no
	argument.  Remove colons from section names.
	Merge sections CONTRIBUTORS and CREDITS with AUTHORS.
	Update SEE ALSO sections.

2014-07-05  Christian Franke  <franke@computer.org>

	configure.ac: Remove snprintf() compile time test.
	Add '--with-working-snprintf' configure option.
	Add __USE_MINGW_ANSI_STDIO test for MinGW GCC.
	utility.cpp: Add snprintf() runtime test.
	Add GCC version to output of -V option.
	Makefile.am: Add update-smart-drivedb.1m for Solaris.

2014-06-30  Christian Franke  <franke@computer.org>

	configure.ac: Update macros as suggested by 'autoconf --warnings=obsolete'.
	Makefile.am: Add creation of empty directories to install targets.

2014-06-29  Christian Franke  <franke@computer.org>

	configure.ac, Makefile.am, smartd.cpp, smartd_warning.sh.in:
	Add '--with-smartdscriptdir' configure option to change location of
	smartd_warning.sh (Debian bug 710815).
	Add '--with-smartdplugindir' configure option to change (or disable)
	smartd_warning.sh plugin location.
	smartd.conf.5.in: Optionally hide the plugin documentation.

2014-06-27  Christian Franke  <franke@computer.org>

	Makefile.am: Add update-smart-drivedb.8 target.
	update-smart-drivedb.8.in: Add copyright and version info.
	Adjust path names for make target.
	Add FreeBSD/OpenBSD specific info.

2014-06-27  Hannes von Haugwitz  <hannes@vonhaugwitz.com>

	update-smart-drivedb.8.in: New man page (Debian bug 708433).

2014-06-27  Christian Franke  <franke@computer.org>

	configure.ac: Suppress pkg-config warnings about missing 'systemd.pc'.
	Makefile.am: Silence build of man pages and svnversion.h.
	This makes '--enable-silent-rules' or 'make V=0' more effective
	(available since automake 1.13).

2014-06-27  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Crucial/Micron RealSSD C300/M500: New attributes (ticket #326)
	- SandForce Driven SSDs: ADATA XM11, Corsair Force LS, OWC Aura Pro 6G
	  OWC Mercury Electra Pro 3G, PNY Prevail Elite, Transcend SSD320/720

2014-06-25  Christian Franke  <franke@computer.org>

	os_win32.cpp: Fix calculation of SCSI resid.

2014-06-23  Christian Franke  <franke@computer.org>

	scsiata.cpp: usbjmicron_device: Fix SMART Status check for USB bridges
	which always return 0x01.  Add JMicron specific error messages.

2014-06-22  Christian Franke  <franke@computer.org>

	atacmds.cpp, ataprint.cpp: Improve messages for unsupported SMART Status
	command.
	ataprint.cpp: Print form factor.

2014-06-21  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Crucial/Micron M500/M510/M550 Client SSDs
	- Micron M500DC Enterprise SSDs
	Based on patch provided by Clayton Hawkings from Micron.

2014-06-20  Christian Franke  <franke@computer.org>

	autogen.sh: automake 1.14.1 works.

2014-06-20  Christian Franke  <franke@computer.org>

	scsiata.cpp: usbjmicron_device: Check SCSI resid for SMART STATUS.
	Some (Prolific) USB bridges do not transfer a status byte.
	os_win32.cpp: Include SCSI resid in debug output.

2014-06-19  Douglas Gilbert  <dgilbert@interlog.com>

	scsiprint.cpp:
	- minor comment clean-up

2014-06-19  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Intel 730 and DC S3500/S3700 Series SSDs: rename, add 730 and S3700.
	Remove extra S3700 entry.  Based on patch provided by Tim Small.

2014-06-18  Christian Franke  <franke@computer.org>

	os_win32.cpp: Fix CSMI support for older Intel RST drivers which set
	bPortIdentifier=0xff (regression from r3888).
	os_win32/installer.nsi: Create standard InstallLocation registry entry.
	Keep old Install_Dir entry if needed for GSmartControl.
	Update links in registry and shortcuts.

2014-06-18  Christian Franke  <franke@computer.org>

	drivedb.h:
	- USB: Buffalo MiniStationHD-PCFU3 (0x0411:0x0240)
	- USB: Toshiba Stor.E Plus (0x0480:0xa00a) (Debian bug 734395)
	- USB: Samsung D3 Station (0x04e8:0x6124) (ticket #332)
	- USB: Samsung M3 Portable (0x04e8:0x61b[45])
	- USB: Seagate Expansion Portable (0x0bc2:0x2312)
	- USB: Seagate Expansion External (0x0bc2:0x3312) (ticket #320)
	- USB: WD Elements (0x1058:0x10[ab]8) (ticket #331)
	- USB: ASMedia AS2105 (0x174c:0x5136)

2014-06-16  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Seagate Laptop Thin HDD
	- Seagate Barracuda 7200.14 (AF): *DM000 variant
	- Seagate Barracuda Green (AF): no warnings for newer firmware versions
	- Seagate Constellation.2 (SATA)
	- Seagate NAS HDD
	- Seagate Video 3.5 HDD

2014-06-15  Christian Franke  <franke@computer.org>

	drivedb.h, smartctl.8.in, smartd.8.in, INSTALL, NEWS, TODO, WARNINGS:
	Fix old Trac links.

2014-05-23 Alex Samorukov  <samm@os2.kiev.ua>

	os_freebsd.cpp: fixed #321 (compiler warning on 32 bit architectures),
	patch provided by tijl

2014-05-01  Christian Franke  <franke@computer.org>

	os_linux.cpp: Clarify copyright info in GPL header.
	smartctl.8.in, smartd.conf.5.in: Update '-d aacraid' info.

2014-04-30  Douglas Gilbert  <dgilbert@interlog.com>

	scsiprint.cpp:
	- Lowest aligned LBA > 0 not common so only output in that case

2014-04-28  Christian Franke  <franke@computer.org>

	autogen.sh: Allow automake 1.14, suppress 'subdir-objects' warning.
	Makefile.am: Add new 'compile' script to target 'maintainer-clean'.

2014-04-28  Douglas Gilbert  <dgilbert@interlog.com>

	scsicmds.h, scsicmds.cpp, scsiprint.h:
	- improve handling of modern SCSI disks (SAS SSDs)
	  show compliance (SCSI version), show 12 Gbps SAS-3
	  speed, and flag ZBC presence

2014-04-27  Alex Samorukov  <samm@os2.kiev.ua>

	drivedb.h:
	- Toshiba 3.5" MG03ACAxxx(Y) Enterprise HDD

2014-04-27  Christian Franke  <franke@computer.org>

	Fixes for aacraid patch:
	aacraid.h: Fix typo which breaks 32-bit build.
	os_linux.cpp:  Remove useless member variable afd.
	Fix error handling of /proc/devices parsing.
	Avoid unsafe sprintf().  Fix help text.

2014-04-27  Raghava Aditya  <raghava.aditya@pmcs.com>

	os_linux.cpp:
	- Added support for aacraid drivers
	- Created a new interface for aacraid
	         smartctl -d aacraid,H,L,ID /dev/sdx

2014-04-18  Douglas Gilbert  <dgilbert@interlog.com>

	scsicmds.cpp:
	- supported_vpd_pages(): lower response length to stop sense data
          noise on old disks (pre SPC-3)

2014-04-17  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Western Digital RE4 (SATA 6Gb/s): WD2000FYYX
	- Western Digital Se
	- Western Digital Caviar Green (AF, SATA 6Gb/s): 4TB
	- Western Digital Black: Rename, add 3TB, AF, remove extra AF entry
	- Western Digital Red: 4TB (ticket #322)
	- Western Digital Blue Mobile

2014-04-10  Christian Franke  <franke@computer.org>

	os_win32.cpp: Rework CSMI port scanning.
	Use bPortIdentifier instead of Phy array index for addressing.
	Ignore possibly bogus bNumberOfPhys (ticket #325).

2014-04-09  Douglas Gilbert  <dgilbert@interlog.com>

	scsiprint.cpp:
	- add guard to scsiPrintSasPhy() invocation; resolve ticket #204

2014-04-06  Christian Franke  <franke@computer.org>

	WARNINGS: Remove all entries.  Add link to Warnings page in Wiki.

2014-03-13  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Crucial/Micron RealSSD C300/M500: *SSD1 variant
	- SandForce Driven SSDs: ADATA SP300, ADATA SP800, ADATA SP900 DL2,
	Corsair Force SSD, Kingston SE50S3, Kingston SKC380S3,
	Smart Storage XceedIOPS2, VisionTek GoDrive
	- Indilinx Barefoot 3 based SSDs: OCZ VERTEX 450
	- JMicron based SSDs: ADATA SP600
	- Plextor M3/M5 (Pro) Series SSDs: Rename, add M5S (ticket #297), M5Pro

2014-03-06  Christian Franke  <franke@computer.org>

	drivedb.h:
	- OCZ Intrepid 3000 SSDs
	- Intel 320 Series SSDs: 'D' variant (ticket #315)
	- Intel DC S3500 Series SSDs: 'T' variant (ticket #315)

2014-03-05  Christian Franke  <franke@computer.org>

	ataprint.cpp: Check SCT Feature Control support bit for '-g/-s wcreorder'.
	This prevents bogus error messages if SCT support excludes SCT Feature
	Control command.
	atacmds.cpp: Fix error message text for SCT Feature Control command.

2014-03-03  Christian Franke  <franke@computer.org>

	smartctl.8.in, smartd.8.in, smartd.conf.5.in: Remove bashisms from
	shell script examples.

2014-03-03  Christian Franke  <franke@computer.org>

	Makefile.am, os_win32/smart*_res.rc.in: Set Copyright year in
	Windows VERSIONINFO resource.

2014-03-03  Christian Franke  <franke@computer.org>

	os_linux.cpp: Fix glob(3) max path count (ticket #317).

2014-03-03  Christian Franke  <franke@computer.org>

	configure.ac, Makefile.am: Add '--with-systemdenvfile=[FILE|no]'
	configure option to change or remove (ticket #316) the systemd
	EnvironmentFile setting.
	smartd.service.in: Add a reference to documentation (ticket #316).

2014-02-18  Alex Samorukov  <samm@os2.kiev.ua>
	os_freebsd.cpp: use %lu for iop->resp_sense_len

2014-02-16  Alex Samorukov  <samm@os2.kiev.ua>
	os_freebsd.cpp: mass updates, provided by Tijl Coosemans
	- Remove some unused private fields from some classes (found by Clang)
	- In freebsd_scsi_device::scsi_pass_through:
	* Make sure this function returns false on error instead of an error
	  code that gets converted to true.
	* Put printing of the "Incoming data" debug info right after the
	  cam_send_ccb() call and before the error checking to make debugging
	  easier.
	* When copying sense data make sure the fields in the CCB are actually
	  valid with CAM_AUTOSNS_VALID.  Also make sure that the size of the
	  sense data doesn't overflow max_sense_len.  This was the real cause for
	  the crash in ports/181836.
	* Add some debug printing on the sense data.

2014-02-03  Christian Franke  <franke@computer.org>

	dev_areca.cpp: Check cmds index before use (ticket #312).
	Make cmds array static const.

2014-01-01  Christian Franke  <franke@computer.org>

	Happy New Year! Update copyright year in version info.

2013-12-21  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Intel 525 Series SSDs
	- Intel 530 Series SSDs (ticket #308)

2013-12-19  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Seagate Samsung Spinpoint F4
	- Seagate Desktop SSHD
	- Seagate Constellation CS
	- Western Digital Red: *JFCX variant
	- Western Digital Green Mobile
	- Western Digital Elements / My Passport (USB): rename

2013-12-19  Christian Franke  <franke@computer.org>

	autogen.sh: automake 1.13.3 works.

2013-12-14  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Toshiba 2.5" HDD MK..65GSX: "... H" (USB?) variant
	- Toshiba 2.5" HDD MQ01UBD... (USB 3.0)
	- USB: Toshiba Stor.E Slim USB 3.0 (0x0480:0x0100)
	- USB: Toshiba Stor.E Basics (0x0480:0xa009)
	- USB: Toshiba Stor.E (0x0939:0x0b15)
	- USB: Seagate FreeAgent GoFlex (0x0bc2:0x5020)
	- USB: WD My Passport Ultra (0x1058:0x0741)
	- USB: WD Elements (0x1058:0x1048)
	- USB: Initio (0x13fd:0x1640) (ticket #295)
	- USB: LucidPORT (0x1759:0x5100)

2013-12-08  Christian Franke  <franke@computer.org>

	drivedb.h:
	- Apacer SDM4: SFDDA01C firmware (ticket #304).
	- Crucial/Micron RealSSD m4/C400/P400: M4 SSD1 (ticket #306).
	- Seagate Barracuda 7200.14: Check part number to avoid bogus
	firmware bug warning (ticket #298).

2013-11-23  Christian Franke  <franke@computer.org>

	configure.ac, utility.cpp: Remove __DATE__, __TIME__
	and SMARTMONTOOLS_CONFIGURE_DATE.
	This obsoletes OpenSUSE nobuild-date.patch.
	Reproducible builds are now supported.

2013-11-15  Alex Samorukov <samm@os2.kiev.ua>

       os_freebsd.cpp: Fix crash on FreeBSD 9.2 caused by wrong
       SCSI status check condition.
       os_freebsd.cpp: Print debug info on errors only if requested.

2013-11-07  Matt Kraai  <...>

	smartctl.cpp: Add missing stdlib.h.
	This fixes build on QNX 6.3.2 (ticket #300).

2013-11-07  Roger Röhrig  <...>

	drivedb.h: Intel DC S3500 Series SSDs: Add -F xerrorlba.

2013-11-07  Roger Röhrig  <...>

	atacmds.cpp: Fix Extended Comprehensive Error Log timestamp
	byte order on big endian machines.

2013-09-12  Christoph Egger  <christoph@debian.org>

	dev_areca.h: Fix build on kFreeBSD (Debian bug 717567).
	This obsoletes Debian kfreebsd.patch.

2013-08-17  Christian Franke  <franke@computer.org>

	examplescripts: Add scripts from Debian and Fedora packages.

2013-08-17  Christian Franke  <franke@computer.org>

	Add spaces between string literals and macro identifiers.
	This avoids the interpretation as user-defined literals if
	C++11 is enabled (g++ -std=gnu++11).

2013-08-15 Dan Lukes  <dan+smartmontools.changelog@obluda.cz>

	drivedb.h: Intel DC S3500 Series SSDs

2013-08-12  Christian Franke  <franke@computer.org>

	drivedb.h: Intel 320 Series SSDs: Add attribute 183 and 199.

2013-08-10  Christian Franke  <franke@computer.org>

	autogen.sh: automake 1.10.3, 1.12.6, and 1.13.4 work.
	The new automake 1.14 is left out for now due to the
	'subdir-objects' warning and the new 'compile' script.
	Add options '--force' and '--warnings=CATEGORY'.
2015-04-08 01:43:32 +00:00
..
9base Fix PKGMANDIR support 2015-03-13 16:39:10 +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 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
acpidump define int types on SunOS 2014-02-16 01:19:32 +00:00
adtool (pkgsrc) 2014-12-10 09:43:29 +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 In amanda*, reduce default options. 2015-02-09 18:35:12 +00:00
amanda-common Regen distinfo. 2015-03-30 01:14:22 +00:00
amanda-plot In amanda*, reduce default options. 2015-02-09 18:35:12 +00:00
amanda-server Add 2 fixes to for amanda-server to work on NetBSD. 2015-03-27 23:45:29 +00:00
amtterm Add patch from GIT repository to improve AMT protocol support. 2015-03-16 19:19:58 +00:00
ansible Add all the rest releases of 1.6.x: 2015-02-05 15:22:06 +00:00
apcupsd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +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
attr - g/c url2pkg marker 2015-03-13 17:13:26 +00:00
augeas Needs readline/editline. 2015-01-06 22:59:07 +00:00
backuppc Change dependency to samba to net/samba from net/samba35. 2015-03-01 15:58:04 +00:00
bacula Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
bacula-clientonly Enable ssl option by default. 2014-10-12 00:08: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 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
bacula-wx-console Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
baloo Ignore xattr header check on SunOS. 2015-01-07 13:09:30 +00:00
baloo-widgets Restore xapian buildlink3.mk, it is required to correctly pull in libuuid 2015-01-09 10:50:38 +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 update MAINTAINER and MASTER_SITES (previous is defunct) 2014-12-30 08:57:00 +00:00
bcollect Not MAKE_JOBS_SAFE. 2013-11-29 13:00:08 +00:00
bkpupsd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
boxbackup-client Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
boxbackup-server Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
brasero Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
brasero-nautilus Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
bsdinstall Ensure we do not try to regenerate the catpage. Avoids possible issues 2015-04-02 23:03:31 +00:00
bsign Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
btpin-qt update MAINTAINER and MASTER_SITES (previous were defunct) 2014-12-30 08:58:57 +00:00
bubblemon Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
bup Remove patch that's not needed any longer after 0.26 update. 2014-09-11 06:26:21 +00:00
burn Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
capistrano pkg_alternatives support was added, too. 2015-03-14 08:04:26 +00:00
ccd2iso Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
ccze Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
cdbkup Don't leak tooldir paths. Ride previous bump. 2015-03-14 13:56:49 +00:00
cdrdao Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
cdrkit Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
cdrtools fix iconv linkage when converters/libiconv is in use 2015-03-13 17:51:15 +00:00
cfengine2 Needs USE_TOOLS+=yacc. 2014-09-06 06:24:07 +00:00
cfengine3 Update sysutils/cfengine3 to 3.6.5. Add lmdb support option. 2015-04-07 08:43:35 +00:00
checkpassword Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
checkpassword-pam Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
checkperms Fix build under SCO OpenServer 5.0.7/3.2 2014-03-14 22:30:36 +00:00
clex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
collectd Update collectd to 5.4.2. 2015-04-07 13:20:41 +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 collectd-dns needs net/libpcap on NetBSD, built-in one lacks some headers. 2015-04-07 13:18:25 +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 Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
collectd-rrdtool Update collectd to 5.4.2. 2015-04-07 13:20:41 +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 revbump from x11/pixman 2014-05-05 00:47:34 +00:00
consolekit Remove patches that are not needed after 0.4.5 update. 2014-08-17 15:59:48 +00:00
coreutils Explicitly disable inotify support on SunOS whilst it is Linux-specific. 2015-01-29 21:58:34 +00:00
cpmtools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
cpogm Bump for perl-5.20.0. 2014-05-29 23:35:13 +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 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
cuisine Updated sysutils/cuisine to 0.7.1. 2014-06-12 00:58:38 +00:00
cvsreport Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
daemond Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
daemontools Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
dbus Update to 1.8.16: 2015-02-17 13:48:24 +00:00
dbus-glib Update to 0.104. You should read the changelog below. 2015-02-17 14:03:54 +00:00
dbus-python-common Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +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 2015-04-06 08:17:13 +00:00
dbus-sharp-glib Revbump after updating textproc/icu 2015-04-06 08:17:13 +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.19. Changes: 2014-11-11 21:36:53 +00:00
deforaos-browser Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
deforaos-terminal Recursive revbump from x11/pixman 2014-05-05 00:47:34 +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
direvent Import direvent-5.0 as sysutils/direvent. 2014-09-08 09:13:02 +00:00
dirsize Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
dirvish Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
disk-filltest Added sysutils/disk-filltest version 0.7.1 2014-05-31 22:04:35 +00:00
diskscrub Add a new header check for sys/mman.h & use it in src/util.h 2015-03-05 21:29:20 +00:00
dmassage Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
dmesg2gif Bump for perl-5.20.0. 2014-05-29 23:35:13 +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 needs termcap 2015-03-14 14:55:35 +00:00
duplicity Update duplicity to v0.6.24: 2014-05-12 20:39:33 +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 x11/pixman 2014-05-05 00:47:34 +00:00
dvdrecord Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
e2fsprogs +LICENSE (from -wip) 2014-05-04 00:43:00 +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 Removed the "estd: Forked" message 2015-03-06 18:08:38 +00:00
etckeeper Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
etcmanage Update to 0.9.2. 2015-01-04 01:53:22 +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 that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
eventlog Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
extipl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
fabric Update sysutils/fabric to 1.9.1. 2014-08-13 20:05:14 +00:00
fakeroot +LICENSE (from -wip) 2014-05-04 00:43:00 +00:00
fam Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
fastfs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
fatback Fix build on SunOS 2015-01-18 19:53:27 +00:00
fdupes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
file Patches to fix compilation on SunOS. From Richard PALO in private mail. 2015-03-27 18:57:43 +00:00
filelight Update to KDE SC 4.14.3 2014-11-13 11:05:43 +00:00
filelight-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +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 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
flashrom Remove impossible check. 2014-03-06 15:46:39 +00:00
foremost Fix build on SunOS (needs u_int64_t) 2015-01-18 22:50:42 +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 Fix clang build by avoiding implicit casts. 2014-05-18 21:24:04 +00:00
fsviewer Fix build on SunOS (needs explicit -lWUtil). 2014-08-21 08:37:52 +00:00
ftwin Add some bug report URLs. 2015-01-23 10:11:47 +00:00
gamin Always return a value from !void functions. 2012-12-25 21:02:56 +00:00
gcdmaster Recursive revbump from x11/pixman 2014-05-05 00:47:34 +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 x11/pixman 2014-05-05 00:47:34 +00:00
gio-fam Reset PKGREVISION after update. 2014-09-05 21:12:38 +00:00
gkrellm Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
gkrellm-est Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gkrellm-server Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
gkrellm-share Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
gnome-commander Recursive bump for poppler-0.32.0 shlib major bump. 2015-03-09 09:02:19 +00:00
gnome-device-manager Bump for perl-5.20.0. 2014-05-29 23:35:13 +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 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gnome-nds-thumbnailer Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnome-pkgview Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnome-power-manager Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
gnome-settings-daemon Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
gnome-system-monitor Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnome-system-tools Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gnome-vfs SunOS inotify requires sys/filio.h for FIONREAD. 2015-01-31 22:52:56 +00:00
gnome-vfs-monikers Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnome-vfsmm Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnome-volume-manager Bump for perl-5.20.0. 2014-05-29 23:35:13 +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 Fix PR pkg/49041 and update the dejavu-ttf dependency 2014-09-05 12:14:24 +00:00
grun Recursive revbump from x11/pixman 2014-05-05 00:47:34 +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 revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gst-plugins1-gio Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gtk-send-pr Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gvfs Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
gworkspace Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
hal Another fix for hald from Sergio Lenzi. Bump PKGREVISION. 2015-01-31 12:08:55 +00:00
hal-info netbsd-desktop@ is a retired list. 2014-08-06 12:21:02 +00:00
hddtemp Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05: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 Don't depend on the wrapper sorting library dependencies last during 2014-12-03 14:08:40 +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
hs-temporary Bump PKGREVISION for hs-transformers-0.4.2.0 2014-11-23 12:52:31 +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 set LICENSE 2015-03-10 02:41:57 +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 to 20150121: 2015-03-27 07:14:35 +00:00
ipa Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
ipmitool Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ipw-firmware add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +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 add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
iwi-firmware3 add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
iwn-firmware add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
k3b Update k3b to 2.0.3a 2014-11-15 03:35:26 +00:00
k3b-kde3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
k4dirstat Update k4dirstat to 2.7.8 2014-11-14 20:42:39 +00:00
kcron Update to KDE SC 4.14.3 2014-11-13 11:05:43 +00:00
kdf Update to KDE SC 4.14.3 2014-11-13 11:05:43 +00:00
kdirstat Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kfilemetadata Recursive bump for poppler-0.32.0 shlib major bump. 2015-03-09 09:02:19 +00:00
kfloppy Update to KDE SC 4.14.3 2014-11-13 11:05:43 +00:00
krusader Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
ksystemlog Update to KDE SC 4.14.3 2014-11-13 11:05:43 +00:00
kuser Update to KDE SC 4.14.3 2014-11-13 11:05:43 +00:00
lambd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
lastfss Fix two bugs in a three line function. 2015-03-18 15:04:17 +00:00
lavaps add errno.h for macos build 2014-06-29 05:59:01 +00:00
libburn wants to link with libpthread 2015-03-12 18:43:38 +00:00
libdevkit-gobject Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libgamin Expand --version-script removals for SunOS back out into package Makefiles 2014-09-10 15:59:33 +00:00
libgksu Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
libgtop Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
libirman Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
libisoburn Update to 1.3.8: 2014-07-19 11:13:55 +00:00
libisofs needs iconv() 2015-03-12 18:40:37 +00:00
liblogging Update liblogging to 1.0.5. 2015-01-16 16:35:37 +00:00
liblognorm Update liblognorm to 1.1.1. 2015-04-07 14:47:11 +00:00
libnotify Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
libol Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
liboobs Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
libpciaccess Fix configure to compile on i386. 2015-03-21 22:35:45 +00:00
libvirt Revbump because of security/libbsh2 update. 2015-03-23 09:24:50 +00:00
lilo Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
lockf pkglint cleanups. 2014-10-05 16:27:25 +00:00
logfinder Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +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 Reset maintainer, lukem has no pkgsrc capabilities. 2015-02-24 08:58:56 +00:00
logrotate Updated to version 3.8.9. 2015-03-11 21:34:16 +00:00
lsof define dummy VFS_PROTOS(fsname) which is otherwise only available under _KERNEL. 2015-02-26 17:31:23 +00:00
magicrescue Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
manifold Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
mbmon Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
mc Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mc46 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mcollective Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
mdf2iso Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
memconf Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
memtest86 Note that this program is no longer maintained upstream as Free 2014-05-01 15:07:31 +00:00
memtester Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
memtestplus fix build with clang ... but mark the package as BROKEN because even though 2015-03-21 02:18:39 +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 Remove undocumented OpenBSD restriction that does not appear to be 2015-01-04 04:12:32 +00:00
mgm Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mklivecd Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mkmemstick Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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 Use BROKEN_ON_PLATFORM for "no platform specific code yet" 2015-01-04 04:13:26 +00:00
monitoring Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
mrsync Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
munin-node Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
munin-server Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
nautilus Avoid warnings due to non-standard mimetypes. 2014-08-10 09:19:28 +00:00
nautilus-sendto Revbump after updating textproc/icu 2015-04-06 08:17:13 +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 2015-04-06 08:17:13 +00:00
ndesk-dbus-glib Revbump after updating textproc/icu 2015-04-06 08:17:13 +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 on ILP32 platforms with 64bit time_t. 2015-03-19 19:16:31 +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 x11/pixman 2014-05-05 00:47:34 +00:00
nrg2iso Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ntfsprogs Changes 2014.2.15: 2014-05-19 12:22:06 +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 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
open-vm-tools Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
openstack_init Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
openxenmanager Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +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-Config-Augeas Add Perl and Python bindings for augeas. 2014-12-30 17:04:15 +00:00
p5-Config-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-File-chmod Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-File-Copy-Recursive Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-File-Inplace Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-File-Remove Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Filesys-Df Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Filesys-DfPortable Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Filesys-Statvfs Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Gnome2-VFS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-GTop Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-IO-BufferedSelect Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-IO-KQueue Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Lchown Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Linux-Inotify2 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Mac-AppleScript Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Mac-AppleScript-Glue Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Parse-Syslog Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Quota Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Server-Starter Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-SSH-Batch Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Sys-CPU Import p5-Sys-CPU-0.61 as sysutils/p5-Sys-CPU, packaged for wip by noud4 2014-08-13 20:20:23 +00:00
p5-Sys-CpuLoad Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Sys-Filesystem Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Sys-Hostname-Long Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Sys-SigAction Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Sys-Syslog Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Sys-Utmp Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Unix-ConfigFile Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Unix-Statgrab Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Unix-Syslog Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-UPS-Nut Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pciutils Haiku is also supported. 2014-12-08 04:50:17 +00:00
pcmanfm Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
pcvt-utils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
pdumpfs Set MAINTAINER to pkgsrc-users. 2015-03-15 17:00:29 +00:00
pear-Log Update to 1.12.8 2014-07-19 02:38:03 +00:00
pflogsumm Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pfstat recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
pftop sysutils/pftop: fix build on fbsd >= 10 2015-01-14 20:39:42 +00:00
pidof Missing patches subdirectory from perevious commit 2014-07-22 08:20:24 +00:00
pluged Requires lex. 2014-09-29 08:29:46 +00:00
polysh Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +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 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
pstree Update to 2.36 2013-05-09 15:41:23 +00:00
puppet Allow build with ruby21. 2014-03-26 14:27:22 +00:00
pv Add vars.mk to REPLACE_LOCALEDIR_PATTERNS for autoconf/make/vars.mk. 2013-09-01 06:32:11 +00:00
pwgen Update to 2.07: 2015-01-16 11:41:00 +00:00
py-augeas Add Perl and Python bindings for augeas. 2014-12-30 17:04:15 +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 that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-kazoo 2.0 (2014-06-19) 2015-04-01 11:43:57 +00:00
py-magic Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-notify Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-notify-python Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-pefile Fix build with py-setuptools-0.8. 2014-12-16 22:59:50 +00:00
py-psutil Better PLIST processing; won't fail if built as a dependency. 2015-01-24 23:23:48 +00:00
py-setproctitle Import py27-setproctitle-1.1.8 as sysutils/py-setproctitle. 2014-03-31 14:03:03 +00:00
py-structlog ========= 2015-04-02 22:23:31 +00:00
py-xattr Changes 0.7.6: 2014-05-27 06:35:19 +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 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
rconfig Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
rdiff-backup Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
rename Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
rfstool Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
rmtrash Try improving DESCR for joerg. 2015-02-08 22:04:16 +00:00
roller Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
rox <stdint.h> is needed to make it build on FreeBSD. 2014-06-26 20:36:53 +00:00
rsnapshot Install rsnapshot-diff. From ISIHARA Takanori in PR 49619. 2015-02-01 01:48:36 +00:00
rsyslog Update rsyslog to 8.9.0. 2015-04-07 14:48:28 +00:00
rsyslog-dbi Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-gnutls Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-gssapi Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-libgcrypt Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-mysql Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-pgsql Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-rabbitmq Fix build. With 8.6.0 the rabbitmq plugin moved to contrib/. 2014-12-18 18:06:02 +00:00
rsyslog-snmp Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rtty Tricky tricky Makefile here. Add some clarification for future reference. 2014-08-09 11:27:31 +00:00
ruby-activesambaldap Update ruby-activesambaldap to 0.1.0. 2012-09-16 11:13:08 +00:00
ruby-capistrano-stats Add ruby-capistrano-stats package version 1.1.1. 2015-02-07 14:52:26 +00:00
ruby-chef Update sysutils/ruby-chef to 12.0.3. 2015-01-20 10:10:50 +00:00
ruby-chef-zero Switch to depend ruby-hashi2 package. 2015-02-04 14:10:50 +00:00
ruby-childprocess Update ruby-childprocess to 0.5.5. 2015-03-13 15:56:20 +00:00
ruby-directory-watcher Update ruby-directory-watcher to 1.5.1. 2013-09-15 15:59:31 +00:00
ruby-facter Wrong, fix typo. 2015-03-08 16:57:12 +00:00
ruby-fssm Update ruby-fssm to 0.2.10. 2013-02-11 04:14:58 +00:00
ruby-libnotify Set MAINTAINER to pkgsrc-users. 2015-03-15 19:31:44 +00:00
ruby-listen Update ruby-listen to 2.9.0. 2015-03-13 16:05:19 +00:00
ruby-notify Set MAINTAINER to pkgsrc-users. 2015-03-15 19:51:07 +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 Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
ruby-rb-inotify Add ruby-rb-inotify 0.9.5. 2015-03-13 15:58:33 +00:00
safetynet Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
salt Updated salt to version 2014.7.2 2015-02-23 13:58:13 +00:00
salt-docs Fix build with versioned spinx. 2015-03-18 15:04:35 +00:00
same Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
sarah Update MASTER_SITES, using $MASTER_SITE_SOURCEFORGE 2015-01-17 16:08:00 +00:00
screenbrightness Import screenbrightness-1.1 as sysutils/screenbrightness 2015-01-17 15:34:21 +00:00
screentest Recursive revbump from x11/pixman 2014-05-05 00:47:34 +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 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
shc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
shelldap Updated shelldap to version 1.3.0 2014-12-11 15:01:54 +00:00
shmux Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
skill Use BROKEN_ON_PLATFORM for "currently no machdep support". 2015-01-04 04:15:21 +00:00
slay Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05: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 2014-07-26 Christian Franke <franke@computer.org> 2015-04-08 01:43:32 +00:00
smbldap-tools Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
socket Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
spice-protocol Major changes in 0.12.7 2014-06-09 00:18:25 +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 change rpm build dependencies to rpm2cpio 2015-02-27 21:42:57 +00:00
stow Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
strace document NOT_FOR_PLATFORM 2015-01-04 04:28:16 +00:00
strigi Add -lclucene-shared on NetBSD. 2014-11-19 21:01:32 +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 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
swatch Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
sysbuild Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
sysbuild-user Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
system-tools-backends Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
systester Fill in COMMENT and only link against libcompat on NetBSD. 2014-08-09 15:56:33 +00:00
sysupgrade Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
tarsnap Fix build on SunOS (needs explicit -lnsl). 2014-08-21 16:02:11 +00:00
tcx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
tdir Remove stale HP-UX bulk build quirks 2015-02-27 14:35:01 +00:00
tenshi The SMF default signaling method, :kill, sends a signal to all 2015-01-26 23:03:37 +00:00
testdisk Fixes missing buidlink with curses. 2014-06-02 12:18:06 +00:00
tits Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +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 Simplify the conditional block for Darwin 2015-03-03 00:38:08 +00:00
torsmo Use BROKEN_ON_PLATFORM for missing OS config. 2015-01-04 04:29:27 +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 Remove unneeded patch. 2014-04-29 07:10:09 +00:00
ts Update to 0.7.4: 2014-05-18 13:23:32 +00:00
upower needs msgfmt and friends 2015-03-15 16:48:17 +00:00
ups-nut Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +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 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
user_darwin Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
user_interix Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
vcdimager-devel Expand --version-script removals for SunOS back out into package Makefiles 2014-09-10 15:59:33 +00:00
vidc-tools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
vifm Update to 0.7.8 2015-02-15 12:50:53 +00:00
vip Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
virt-manager Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
virtinst Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
vobcopy Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
vxargs Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
watchman wants to link with pthreads 2015-03-15 15:28:24 +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 for perl-5.20.0. 2014-05-29 23:35:13 +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 Remove stale HP-UX bulk build quirks 2015-02-27 14:35:01 +00:00
whowatch Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
wipe Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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 add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
wtail Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
xapply Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05: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 x11/pixman 2014-05-05 00:47:34 +00:00
xdu Use more void. 2013-01-11 23:32:38 +00:00
xe-guest-utilities Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
xenkernel3 Make it build on netbsd-6: 2014-05-14 20:21:19 +00:00
xenkernel33 Don't bail out on unused local typedefs. 2014-09-22 11:55:59 +00:00
xenkernel41 xsa123-4.3-4.2.patch from upstream: 2015-03-10 20:27:16 +00:00
xenkernel42 Fix build with Clang. 2015-03-18 15:05:51 +00:00
xenkernel45 xsa123.patch from upstream: 2015-03-10 20:08:43 +00:00
xenstoretools Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
xentools3 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xentools3-hvm Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xentools33 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xentools41 Use xm, not xl in xendomains. 2014-12-27 00:27:11 +00:00
xentools42 xsa119-4.2.patch from upstream: 2015-03-13 09:43:41 +00:00
xentools45 xsa119-unstable.patch from upstream: 2015-03-13 10:27:48 +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 x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-battery-plugin Typo in ${COMMENT} 2015-01-04 09:35:23 +00:00
xfce4-cpugraph-plugin Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-diskperf-plugin Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-fsguard-plugin Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-genmon-plugin Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-netload-plugin Fix build on SunOS (needs explicit -lnsl). 2014-08-21 14:51:30 +00:00
xfce4-quicklauncher-plugin Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-systemload-plugin Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-thunar Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-volman Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-xarchiver Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xfce4-xkb-plugin Fix build on SunOS (needs explicit -lX11). 2014-08-21 14:32:08 +00:00
xfe Update to 1.40 2015-02-15 14:09:38 +00:00
xfm Pass rpath options with -Wl prefix. 2013-10-20 17:52:57 +00:00
xfsprogs needs pthreads 2015-03-15 15:10:01 +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 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
xps Bump for perl-5.20.0. 2014-05-29 23:35:13 +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
znapzend Update znapzend to 0.14 2015-01-17 18:53:48 +00:00
Makefile Add and enable ruby-rb-inotify. 2015-03-13 15:59:08 +00:00