pkgsrc/sysutils
wiz 4b0c2c279e Update to 3.01a01:
All:

-	The macros XARCH_GEN & XARCH_OPT are now in RULES/cc-sunpro*.rul

-	The include file include/schily/ccomdefs.h now allows to disable
	the printf() format checks for GCC with -DNO_PRINTFLIKE
	This is needed in order to allow star to compile in the Solaris ON
	cosolidation as GCC id too dumb for the printf() extensions.

-	All include files (even those created by autoconf) are now protected
	against multiple includion.

-	New autoconf test for pathconf() and fpathconf()

-	New autoconf test for /dev/stdin, /dev/stdout, /dev/stderr,
	/dev/fd/0, /dev/fd/1, /dev/fd2

-	New autoconf tests for: qecvt() qfcvt() qgcvt()
	_ldecvt() _ldfcvt() _ldgcvt() _ldecvt_r() _ldfcvt_r() _ldgcvt_r()
	qeconvert() qfconvert() qgconvert()
	needed for long double support.

-	New autoconf test for _qecvt() _qfcvt() _qgcvt()
	and _qecvt_r() _qfcvt_r() _qgcvt_r() on AIX

-	All linker map files have been modified to allow platform
	dependent #ifdef's

-	include/schily/wchar.h now includes a workyround for platforms
	that do not have wcwidth().

-	Make NLS the default (i.e. gettext() is called in case that schily/nlsdefs.h
	was included)


Libschily:

-	libschily/seterrno.c no longer overwrite the _TS_ERRNO definition
	in order to pass the compile constrints in the Solaris ON consoliation.

-	Several new global symbols in the mapfile for libschily/libschily-mapvers

-	libschily/wcsndup.c had frgotten code and still did internaly implement
	strndup()

-	libschily now by default renames getline(), fgetline() and
	fexec*() into js_getline(), js_fgetline() and js_fexec*().
	This was needed because the POSIX standard commitee ignored
	POSIX basic rules not to define functions that are in conflict
	with existing published functions. The functions from linschily
	have been in the public since more than 25 years and the
	functions defined by POSIX.1-2008 even violate POSIX naming rules.
	The POSIX fexec*() functions would e.g. have to be correctly called
	fdexec*().

	Existing programs can keep the official names getline(), fgetline()
	and fexec*() as they are by default #defined to the new js_*() names.
	To disable this convenience, add:

	#define NO_SCHILY_GETLINE	To disable schily getline(), fgetline()
	#define	NO_SCHILY_FEXEC		To disable schily fexec*()
	#define	NO_SCHILY_FSPAWN	To disable schily fspawn*()

-	Libschily now has new "long double" support functions:
	qftoes() and qftofs()

-	Libschily now supports a locale dependend decimal point for printing
	floating point numbers.

-	Libschily now supports to print long double numbers using the
	format() based portable printf() implementation. If this does not
	work for your platform or if this does not work correctly for
	your platform, please report. This was needed for out new "od"
	implementation.

-	The option parsing implementation getargs()/getfiles() from
	libschily now supports to combine single character boolean
	flags even in case the option string mentions to call a callback
	function if a valid option was found. This was needed for out new
	"od" implementation.

-	filereopen() from libschily no longer calls open() internally
	as long as there is no need to create or truncate the file.

-	libschily's findinpath() now includes a new path parameter
	to allow to use the function from bsh.

-	fnmatch is now always available as js_fnmatch()

-	New autoconf test for _qecvt() _qfcvt() _qgcvt()
	and _qecvt_r() _qfcvt_r() _qgcvt_r() on AIX

-	smake's searchfileinpath() moved into libschily to allow it
	to be generally used for searching for program resources.

Libfind:

-	New functions: find_hasprint() and find_hasexec()

Libscg:

-	libscg/scg/aspi-dos.h now uses viod instead of VOID ti allow a compilation
	with gcc.

-	libscg/scsi-wnt.c (MS-WIN) now supports 64 SCSI busses

Cdrecord:

-	A typo in cdrecord.c was corrected.

-	cdrecord/cue.c now uses a correct byte order for RAW audio data in
	Intel byte-order


Cdda2wav

-	Fixed a typo in cdda2wav/cdda2ogg.1 (man page)

Mkisofs

-	Added a hint that the option -b needs a boot image argument that is
	located inside the ISO image tree.

-	Added an additional hint on changed files in case that mkisofs encounteres
	a file that did grow or shrink .

-	Removed a superfluious second #include <schily/stat.h> from isoinfo.c

-	Typo corrections in mkisofs/mkisofs.8 man page

-	A bug was fixed with -sort and files > 4 GB. Mkisofs now correctly sorts the
	disk addresses of the file content is such a case.

-	New options -long-rr-time -no-long-rr-time -short-rr-time allow to control
	the time format used for files with Rock Ridge extensions.

	-	The short time format supports year 1900..2155 with a one second
		granularity

	-	The long time format supports year 0..9999 with a 10ms granularity.

	Note that the Linux kernel only implements partial Rock Ridge support and
	unfortunately does not support the long time format. It is planned to
	make the long time stamp format the default in the future, so I encourage
	the Linux kernel folks to add support for this time format.

-	isoinfo now supports the new option -find and (via libfind) allows to use
	find expressions on ISO-9660 images. If the find expression neither contains
	-print nor -ls and isoinfo is called:

		isoinfo -i xxx.iso -l -find .....

	the ISO-9660 listing function from isoinfo is called whenever the find expression
	returns TRUE. If there is a print or list primary in the find expression, then
	the ISO-9660 listing is never called.
2010-12-02 13:25:58 +00:00
..
9base Bump PKGREVISION to reflect the recent change in pkginstall/shells to use 2010-05-07 12:02:43 +00:00
855resolution Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
915resolution Fix build on DragonFly and FreeBSD, by Alexander Polakov in PR 43487. 2010-06-20 11:06:03 +00:00
acpica-utils Install iasl as iasl, with a symlink from acpi-iasl for backward 2010-10-19 14:33:19 +00:00
acpidump
adtool Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
afbinit DESTDIR support 2010-01-27 18:25:46 +00:00
agedu Initial import of agedu-8590: 2009-06-07 13:48:20 +00:00
amanda
amanda-client Basic DESTDIR support 2010-06-28 10:09:26 +00:00
amanda-common Use REAL_ROOT_USER here. 2010-02-19 18:55:56 +00:00
amanda-plot Basic DESTDIR support 2010-06-28 10:09:26 +00:00
amanda-server Basic DESTDIR support 2010-06-28 10:09:26 +00:00
apcupsd Really use root for the config files. Bump revision. 2010-02-19 19:05:26 +00:00
aperture Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
asapm
atitvout DESTDIR support 2010-01-27 18:25:46 +00:00
bacula Fix building with older OpenSSL 2010-05-25 06:47:31 +00:00
bacula-clientonly Changes 5.0.1: 2010-03-09 07:06:00 +00:00
bacula-doc Changes 5.0.2: 2010-05-08 09:05:47 +00:00
bacula-qt-console PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
bacula-tray-monitor PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
bacula-wx-console PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
bbsload Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
bchunk
bcmfw Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
bcollect Import bcollect version 0.6.0. 2010-04-28 00:29:21 +00:00
bkpupsd Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
boxbackup-client Depend on zlib -- this package won't build without it. 2010-11-02 21:14:23 +00:00
boxbackup-server Depend on zlib -- this package won't build without it. 2010-11-02 21:14:23 +00:00
brasero PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
brasero-nautilus PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
bsign DESTDIR support. Not MAKE_JOBS_SAFE. 2010-01-27 18:36:54 +00:00
btpin-qt PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
bubblemon PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
burn More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
capistrano * Add two CONFLICTS patterns: 2010-09-13 14:49:54 +00:00
ccd2iso
ccze Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
cdbkup Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
cdrdao zero-initialize format specifier for libao, bump PKGREVISION 2010-05-19 18:22:14 +00:00
cdrkit Use the cmake infrastructure. Makes it work in bulk builds. 2010-01-08 16:19:18 +00:00
cdrtools Update to 3.01a01: 2010-12-02 13:25:58 +00:00
cfengine2 fixes pkg/43289 2010-05-11 14:50:27 +00:00
cfengine3 The newer committed version had a client locking problem. 2010-11-08 07:36:39 +00:00
checkpassword DESTDIR support 2010-01-27 18:38:15 +00:00
checkpassword-pam
checkperms avoid catpage regeneration 2010-04-20 16:01:38 +00:00
clex USE_NCURSES=# -> USE_NCURSES=yes 2010-03-17 14:17:38 +00:00
consolekit Do not create etc/ConsoleKit/seats.d/ inside prefix during install. This 2010-04-18 19:51:47 +00:00
coreutils Add a fix for coreutils' CVE-2009-4135. Instead of using /tmp/coreutils 2009-12-20 16:12:06 +00:00
cpmtools DESTDIR support 2010-01-27 18:38:15 +00:00
cpogm DESTDIR support 2010-01-27 18:38:15 +00:00
cpuburn
cpuid Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
crashme Correctly disable master site. PR pkg/42076 2009-09-17 14:00:53 +00:00
cvsreport Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
daemond Fix installation. Honour PKGMANDIR. 2009-03-26 19:05:29 +00:00
daemontools Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
dbus kqueue is BSD-specific; add it to PKG_SUPPORTED_OPTIONS only on *BSD. 2010-11-07 15:24:50 +00:00
dbus-glib No need gtkdoc-rebase workaround anymore. 2010-08-29 09:41:31 +00:00
dbus-qt3 Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
dd_rescue Update to dd_rescue 1.23. Changelog: 2010-11-05 08:32:19 +00:00
dd_rhelp
ddrescue Update to 1.11, provided by Mustafa Dogan in private mail. 2010-02-25 20:21:44 +00:00
depot DESTDIR support 2010-02-12 14:42:45 +00:00
desktop-file-utils Added LICENSE. 2010-01-16 23:37:48 +00:00
detox Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
devkitd Do not allow NetBSD<5. 2009-09-22 10:12:12 +00:00
dirsize PKG_DESTDIR_SUPPORT=user-destdir 2009-12-10 23:53:00 +00:00
dirvish Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
diskscrub
dmassage DESTDIR support 2010-01-27 18:25:46 +00:00
dmesg2gif Add LICENSE 2010-01-24 23:13:31 +00:00
dmg2img Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
dmidecode Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
dmsdos DESTDIR support 2010-01-27 18:38:15 +00:00
dog Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
dptutil DESTDIR support 2010-01-27 18:38:15 +00:00
dtpstree Fixes variable name to detect builtin. 2010-08-15 12:01:32 +00:00
duplicity Update to duplicity-0.5.20: 2009-09-05 22:11:50 +00:00
dvd+rw-tools Added LICENSE information. 2010-01-24 17:11:17 +00:00
dvdisaster PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
dvdrecord +PKG_DESTDIR_SUPPORT 2009-05-19 22:03:44 +00:00
e2fsprogs
easydiskpasswd Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
eggdbus Not MAKE_JOBS_SAFE 2010-07-27 14:16:41 +00:00
estd Update to r7 (pkgsrc 0.7). Provided by Johannes Hofmann in private mail. 2009-10-26 00:30:10 +00:00
etcmanage New in Version 0.6.1 2009-04-01 19:05:03 +00:00
etcutils Fix tool reference leaks. Bump revision 2010-07-01 18:08:38 +00:00
extipl Update MASTER_SITES and HOMEPAGE. 2010-09-23 07:39:26 +00:00
fabric Update to fabric 0.9.1 2010-06-28 18:45:21 +00:00
fakeroot Update faekroot to 1.5.10. 2010-04-23 09:00:15 +00:00
fam Added LICENSE. 2010-01-16 23:37:48 +00:00
fastfs DESTDIR support 2010-01-27 18:51:33 +00:00
fatback
fdupes
file Avoid errors on gcc2 2009-12-30 11:00:24 +00:00
filelight Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
findutils
fix4SA110rev2
fixelfprot DESTDIR support 2010-01-27 18:51:33 +00:00
flashrom import flashrom 0.9.3 prerelease 2010-10-23 15:56:19 +00:00
foremost DESTDIR support 2010-06-28 10:13:01 +00:00
free Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
fs-kit DESTDIR support 2010-01-27 18:56:54 +00:00
fsv Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
fsviewer Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
ftwin change dependency on "check" to "build", it is just used for test. 2010-08-18 04:34:28 +00:00
gamin Add support for the debug option to the libgamin and gamin packages. 2010-04-18 18:22:43 +00:00
gcdmaster PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gcombust Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
genpasswd Support DESTDIR and PKGMANDIR 2009-10-29 21:34:12 +00:00
gentoo Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
gio-fam deal with giomodule.cache, should fix PRs pkg/43578 and pkg/44104 2010-11-17 14:35:32 +00:00
gkrellm PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gkrellm-est PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gkrellm-server Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
gkrellm-share Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
gnome-commander update to 1.2.8.8 2010-11-29 18:51:50 +00:00
gnome-device-manager PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-menus update to 2.30.5 2010-11-24 20:22:49 +00:00
gnome-mount PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-nds-thumbnailer PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-pkgview PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-power-manager PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-settings-daemon update to 2.32.1 2010-11-24 20:51:19 +00:00
gnome-system-monitor update to 2.28.2 2010-11-28 13:00:33 +00:00
gnome-system-tools PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-vfs PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-vfs-monikers PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-vfsmm PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnome-volume-manager PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnometoaster
gpart Provided a working, although outdated, HOMEPAGE. 2010-02-04 21:27:46 +00:00
grub Apply patch: 2010-02-21 16:44:52 +00:00
grun PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gst-plugins0.10-gio Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
gst-plugins0.10-gnomevfs PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gtk-send-pr PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gvfs deal with giomodule.cache, should fix PRs pkg/43578 and pkg/44104 2010-11-17 14:35:32 +00:00
gworkspace Update HOMEPAGE from PR 43847. 2010-11-28 07:42:19 +00:00
hal Disable OS (i.e. Linux distro) specific behaviour. 2010-08-17 10:59:13 +00:00
hal-info Added missing TEST_TARGET. 2010-01-16 14:39:59 +00:00
hcidump Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
hddtemp DESTDIR support 2010-06-28 10:23:08 +00:00
hfsutils
htop
i2ocfg
i810switch Fixed borked install rule. (hi joerg) 2009-11-30 01:01:56 +00:00
iat Initial import of iat-0.1.7: 2010-01-26 19:37:23 +00:00
idesk Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
install-sh Make -c (copy) the default operation (vs. move) to come in line with other 2010-10-08 19:57:05 +00:00
ipa Remove trailing whitespace. 2010-03-11 21:40:46 +00:00
ipmitool Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
ipw-firmware Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
ir-account Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
isapnptools Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
iwi-firmware Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
iwi-firmware3 Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
iwn-firmware Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
k3b Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
kdirstat Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
krusader Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
lambd Don't use intermediate values for ports > 255. Bump revision. 2010-10-12 22:28:53 +00:00
lavaps Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
libdevkit-gobject Initial import of libdevkit-gobject-003, part of DeviceKit. 2009-09-16 19:03:10 +00:00
libgamin Add support for the debug option to the libgamin and gamin packages. 2010-04-18 18:22:43 +00:00
libgksu PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
libgtop update to 2.28.2 2010-11-28 12:55:46 +00:00
libirman
libnotify PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
libol * marked as user-destdir ready 2009-12-09 11:07:01 +00:00
liboobs No need gtkdoc-rebase workaround anymore. 2010-08-29 09:15:50 +00:00
libpciaccess Update to libpciaccess-0.11. 2010-04-09 08:09:11 +00:00
lilo DESTDIR support 2010-01-27 19:13:37 +00:00
logfinder Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
logrot DESTDIR support 2010-01-27 19:13:37 +00:00
lsof fix build on FreeBSD 2010-05-14 19:01:11 +00:00
magicrescue DESTDIR support 2010-01-27 19:13:37 +00:00
mbmon DESTDIR support 2010-01-27 19:13:37 +00:00
mc build against libslang2 rather than libslang1, initialize its UTF8 2010-02-24 17:56:20 +00:00
mdf2iso DESTDIR support 2010-01-27 19:13:37 +00:00
memconf DESTDIR ready 2010-03-07 23:15:11 +00:00
memtest86 Support staged installation. 2009-12-12 19:34:46 +00:00
memtester Update memtester to 4.2.1 2010-10-26 20:22:04 +00:00
memtestplus Update memtest86+ to 4.10 with blessing of smb@. 2010-07-08 18:54:22 +00:00
mencvcd DESTDIR support 2010-01-27 19:13:37 +00:00
mesure Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
mgm DESTDIR support 2010-01-27 19:24:27 +00:00
mklivecd DESTDIR support 2010-01-27 19:27:24 +00:00
mksunbootcd DESTDIR support. Fix man page location. 2010-01-27 19:29:47 +00:00
mktemp Support staged installation. 2009-12-12 23:20:52 +00:00
monit Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
mtools * set LICENSE=gnu-gpl-v3 2010-08-30 02:22:32 +00:00
mtoolsfm Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
mtree
mtscan Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
munin-doc DESTDIR support 2010-07-08 17:00:06 +00:00
munin-node Add plugin to monitor swap usage. 2010-11-26 19:16:02 +00:00
munin-server Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
nautilus update to 2.32.1 2010-11-24 20:29:04 +00:00
nautilus-sendto update to 2.28.5 2010-11-29 15:17:00 +00:00
ndesk-dbus recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
ndesk-dbus-glib recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
neb-wipe Added sysutils/neb-wipe version 1.0 2009-12-10 17:31:58 +00:00
news
notification-daemon PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
nrg2iso
ntfsprogs Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
nvnet DESTDIR support 2010-01-27 19:31:05 +00:00
oak DESTDIR support 2010-01-27 22:26:39 +00:00
open-vm-tools PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
osname
p5-File-chmod Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Copy-Recursive Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Remove Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Filesys-Df Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Filesys-DfPortable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Filesys-Statvfs Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Gnome2-VFS PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
p5-GTop Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-KQueue Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Lchown Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Linux-Inotify2 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mac-AppleScript Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mac-AppleScript-Glue Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parse-Syslog Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Server-Starter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SSH-Batch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sys-CpuLoad Reset maintainer. 2010-09-28 13:21:29 +00:00
p5-Sys-Filesystem Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sys-Hostname-Long Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sys-SigAction Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sys-Utmp Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Unix-ConfigFile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Unix-Syslog Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
pciutils Reset maintainer. 2010-11-01 00:08:09 +00:00
pcmanfm PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
pcvt-utils Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
pdumpfs * Add two CONFLICTS patterns: 2010-09-13 14:39:30 +00:00
pear-Log Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more 2010-03-15 16:45:59 +00:00
pflogsumm
pfstat Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
pftop DragonFly fixes from Rumko in PR 42345. 2010-09-18 20:48:23 +00:00
pluged It's an event notifier for USB devices only actually. It can attach 2010-09-08 10:20:15 +00:00
pscpug Update to 0.3.5. 2009-03-21 17:35:06 +00:00
psftools
psmisc
pstree Add MESSAGE file to warn the user that they should be running proctree, 2010-09-17 10:04:45 +00:00
puppet Correct one grammar and one spelling error. 2010-09-16 13:40:37 +00:00
pv Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
pwgen
py-dbus Update to 0.83.1: 2010-05-02 13:31:54 +00:00
py-gnome-menus sync w/ base pkg 2010-11-24 20:35:52 +00:00
py-notify PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
qlogtools Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
radeontool
radmind Maintainer update to Radmind v1.14.0 2010-11-29 15:24:23 +00:00
rconfig
rdiff-backup Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
rename
rfstool DESTDIR support 2010-01-27 19:51:55 +00:00
roller DESTDIR support 2010-01-27 19:51:55 +00:00
rox PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
rsnapshot DESTDIR support 2010-01-27 19:51:55 +00:00
rtty DESTDIR support 2010-01-27 19:51:55 +00:00
ruby-activesambaldap Update sysutils/ruby-activesambaldap to 0.0.8. 2010-09-10 07:53:14 +00:00
ruby-directory-watcher Update sysutils/ruby-directory-watcher to 1.3.2. 2010-09-10 07:54:20 +00:00
ruby-facter Update sysutils/ruby-facter to 1.5.8. 2010-09-10 07:56:40 +00:00
ruby-gnome2-gnomevfs Update ruby-gnome2 packages to 0.90.5. 2010-11-27 06:14:45 +00:00
ruby-notify Update ruby-notify to 0.3.0. 2010-11-26 13:52:18 +00:00
ruby-quota * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:58:44 +00:00
ruby-rb-appscript * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:59:29 +00:00
safetynet Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
same
sarah Really enable destdir support 2010-01-28 00:19:41 +00:00
screentest PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
scsiinfo Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
service-config Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
setquota
sformat No need for both real MAINTAINER and generic one. 2009-03-18 19:18:59 +00:00
shc DESTDIR support 2010-01-27 20:01:36 +00:00
shmux Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
skill user-destdir support 2009-07-07 19:58:19 +00:00
slay DESTDIR support 2010-01-27 20:01:36 +00:00
smartmontools Update to smartmontools-5.40 (ok shattered@) 2010-11-13 10:10:45 +00:00
smbldap-tools Finish DESTDIR support 2010-01-27 20:05:28 +00:00
socket Added support for installation to DESTDIR and LICENSE information. 2010-02-04 20:58:45 +00:00
sredird DESTDIR support 2010-01-27 20:09:09 +00:00
sshsh Support DESTDIR and PKGMANDIR 2009-10-31 19:53:17 +00:00
storage-manager DESTDIR support 2010-01-27 20:09:09 +00:00
stow
strace * LICENSE=modified-bsd 2010-10-09 11:55:22 +00:00
strigi PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
su2 DESTDIR support 2010-01-27 20:09:09 +00:00
sux DESTDIR support 2010-01-27 20:09:09 +00:00
swapd Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
swatch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
sysgen
sysinfo Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
syslog-ng * Set LICENSE=gnu-gpl-v2 2009-12-09 11:12:21 +00:00
system-tools-backends Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
tcx DESTDIR support 2010-01-27 20:19:36 +00:00
tdir Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
tits
tkcron DESTDIR support 2010-01-27 20:19:36 +00:00
tkdesk DESTDIR support 2010-02-17 15:39:02 +00:00
tload DESTDIR support 2010-01-27 20:19:36 +00:00
tob DESTDIR support. Create runtime directories at install time. Bump revision. 2010-01-27 20:22:54 +00:00
top pass OWNER/GROUP/MODE to configure script for unprivileged installation, 2010-10-09 13:02:27 +00:00
torsmo Fix build on DragonFly. From Matthias Schmidt in PR 44020. 2010-10-31 23:38:32 +00:00
toshutils Some fixes and improvements: 2009-09-18 09:37:01 +00:00
tpb PR/42084: include libXinerama buildlink. 2010-11-18 21:00:58 +00:00
tphdisk DESTDIR support 2010-01-27 20:28:15 +00:00
tree merge patch (build fix for some platform where MB_CUR_MAX is not defined?) 2009-08-08 05:20:02 +00:00
ups-nut Fix permissions. 2010-02-19 21:23:34 +00:00
ups-nut-cgi Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
ups-nut-snmp
ups-nut-usb
usbutil
user_darwin DESTDIR support 2010-01-27 20:28:15 +00:00
user_interix DESTDIR support 2010-01-27 20:28:15 +00:00
vbetool
vcdimager
vcdimager-devel libcdio updated changed its shlib major version, so bump depends. 2009-10-31 14:46:51 +00:00
vidc-tools
vifm Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
vip
vobcopy Update to 1.2.0: 2010-09-16 12:02:16 +00:00
vxargs Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
wbm-apache DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-at DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-bandwidth DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-bind8 DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-change-user DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-copy DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-cron DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-passwd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-shell DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-useradmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cluster-webmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-custom DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-cyrus-imapd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-dhcpd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-dovecot DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-fetchmail DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-file DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-htaccess-htpasswd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-inetd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-ipfilter DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-ldap-useradmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-lpadmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-mailboxes DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-mount DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-mysql DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-net DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-openslp DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-passwd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-postfix DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-postgresql DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-qmailadmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-quota DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-sendmail DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-shell DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-sshd DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-status DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-syslog DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-telnet DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-time DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-tunnel DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-useradmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
wbm-virtual-server DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
webmin DESTDIR support for webmin packages. 2010-07-11 17:41:01 +00:00
whowatch DESTDIR support 2010-01-27 20:28:15 +00:00
wipe Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
wmcpuload
wmmemmon
wmSMPmon DESTDIR support 2010-01-27 20:41:16 +00:00
wpi-firmware Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wpi-firmware2 Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wtail Support DESTDIR and PKGMANDIR 2009-10-29 21:53:10 +00:00
xapply Needs m4, add it to USE_TOOLS. 2009-04-18 14:29:07 +00:00
xbatt DESTDIR support 2010-01-27 20:41:16 +00:00
xbattbar
xcdroast PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xdu
xenkernel3 Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
xenkernel20 user-destdir support, and add LICENSE (gnu-gpl-v2). 2010-03-08 01:19:42 +00:00
xenkernel33 Update to Xen 3.3.2. 2009-08-07 12:43:46 +00:00
xentools3 MAKE_JOBS_SAFE=no 2010-10-08 04:58:58 +00:00
xentools3-hvm Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
xentools20 LICENSE + user-destdir. 2010-05-04 18:55:46 +00:00
xentools33 Add patch from emulators/qemu to let NetBSD hvm guest use emulated wm(4) NIC. 2010-10-30 20:06:52 +00:00
xenvstat DESTDIR support 2010-01-27 20:41:16 +00:00
xfce4-appfinder PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-battery-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-cpugraph-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-diskperf-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-fsguard-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-genmon-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-netload-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-quicklauncher-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-systemload-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-thunar PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-volman PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-xarchiver PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfce4-xkb-plugin PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xfe Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
xfm * Add user-destdir installation support. 2010-03-07 09:03:14 +00:00
xfsprogs Stop messing with libtool by hand. Bump revision. 2010-10-12 16:43:00 +00:00
xhfs
xmbmon DESTDIR support 2010-01-27 20:57:22 +00:00
xmeter
xnc Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
xosview DESTDIR support from cheusov@tut.by in PR 43531. Extended to build 2010-06-27 17:34:35 +00:00
xps
xuvmstat NetBSD 5.99.21 and newer does not swap out user areas 2010-03-04 14:56:13 +00:00
zidrav give to pkgsrc-users@ 2009-03-21 09:44:19 +00:00
Makefile add cfengine3 2010-11-05 13:59:27 +00:00