pkgsrc/sysutils
wiz a9bd5ae521 Update to 3.01a06:
All:

-	A new rule RULES/profiled.lnk allows to call:

	smake COPTX=-pg LDOPTX=-pg LINKMODE=profiled

	to create binaries that use gprof.

-	The Makefile System is now able to switch gmake-3.82 into a more POSIX
	compliant mode to tell the shell to report problems back to gmake.

-	New autocof tests on whether printf supoorts %lld and %jd

-	Fixed the vc9-setup files to make VC9 work.

-	Newer Cygwin "tail" versions do no longer support UNIX syntax.
	change tail +2 to tail -n +2 in RULES/cc-mcs.rul to allow to use
	the Microsoft compiler again

-	A new environment variable MKLINKS_COPY allows to tell all
	MKLINS scripts to generate file copies rather than symlinks.
	Call:
		MKLINKS_COPY=true
		export MKLINKS_COPY
	to enable this feature

-	Run an additional test -h command in MKLNKS to verify whether mingw
	supports symlinks

-	MKLINKS now creates copies instead of symlink when we use MSC
	as MSC does not support to read symlinks files

-	Fixed a typo in include/schily/libport.h (group functions have been
	defined to return struct passwd* instead of struct group*

-	Fixed wrong bracketing for C++ in include/schily/stdlib.h

-	Fixed wrong bracketing for C++ in include/schily/utypes.h

-	Added a workaround for MSC to include/schily/utypes.h
	MSC believes that a 32 bit int and a 32 bit long are incompatible
	and cannot even be casted, so we need to make uint32_t a n unsigned long

-	Let include/schily/archdefs.h define the standard processor #defines
	when compiling with MSC.

-	New include file include/schily/windows.h works around the oddities
	from the MSC include file windows.h

-	include/schily/stdio.h now defines popen()/pclose() to _popen()/_pclose()
	if on WIN-DOS

-	include/schily/limits.h now defines PIPE_BUF

-	include/schily/utsname.h now defines struct utsname for our MSC uname()
	emulation.


-	The setup for the PATHs needed by Visual Studio 9 has been
	corrected.

-	autoconf has been modified to avoid optimizing away code that
	is intended for testing. This help to work against a problem
	with detecting mbrtowc() on MinGW

-	autoconf now tests for mbtowc() and wctomb()

-	RULES/i*86-mingw32_nt-gcc.rul now link against -lmingw32 instead
	of -lmgw32.

-	include/schily/stat.h now defines S_IREAD/S_IWRITE/S_IEXEC
	These macros are available on typical UNIX systems but not
	on Android. The definition comes from UNIX V7 and is not in
	POSIX. Needed by SCCS and the Bourne Shell

-	include/schily/wait.h now defines WIFCONTINUED() if needed

-	include/schily/wchar.h now defines mbtowc() to mbrtowc() if
	needed (e.g. on Android)

-	include/schily/ccomdefs.h now correctly knows about the GCC
	release that introduced __attribute__ (used).

-	Android is not POSIX (by not defining various functions as functions
	in libc as required by POSIX) because it tries to define many
	functions that are part of the standard as inline macros in
	include files only. This breaks autoconf, so we needed to rewrite
	some tests (e.g for getpagesize, tcgetpgrp, tcsetpgrp)

-	The Schily autoconf system has been enhanced to support cross
	compilation. Schily autoconf is based on GNU autoconf and
	GNU autoconf does not support cross compilation because it needs
	to run scripts on the target system for some of the tests.

	The "configure" script that is delivered with the Schily makefile
	system runs 718 tests and 68 of them need to be run on the target
	system.

	The Schily autoconf system now supports a method to run these 65
	tests natively on a target system. You either need a machine with
	remote login features or you need an emulator with a method to
	copy files into the emulated system and to run binaries on the
	emulated system as e.g. the Android emulator.

	We currently deliver three scripts for "remote" execution of
	programs on the target system:

	runrmt_ssh		runs the commands remove via ssh
	runrmt_rsh		runs the commands remove via rsh
	runrmt_android		runs the commands remove via the debug bridge

	If you need to remotely run programs on a system that is not
	supported by one of there three scripts, you need to modify one
	of them to match your needs.

	To enable Cross Compilation use the following environment variables:

	CONFIG_RMTCALL=		Set up to point to a script that does
				the remote execution, e.g.:

				CONFIG_RMTCALL=`pwd`/conf/runrmt_ssh

	CONFIG_RMTHOST=		Set up to point to your remote host, e.g.:

				CONFIG_RMTHOST=hostname
				or
				CONFIG_RMTHOST=user@hostname

				use a dummy if you like to use something
				like to the Android emulator.

	CONFIG_RMTDEBUG=	Set to something non-null in order to
				let the remote execution script mark
				remote comands. This will result in
				configure messages like:

				checking bits in minor device number... REMOTE 8

	Note that smake includes automake features that automatically
	retrieve system ID information. For this reason, you need to overwrite
	related macros from the command line if you like to do a
	cross compilation.

	Related make macros:

	K_ARCH=			# (sun4v) Kernel ARCH filled from uname -m / arch -k
	M_ARCH=			# (sun4)  Machine filled from arch
	P_ARCH=			# (sparc) CPU ARCH filled from uname -p / mach
	OSNAME=			# sunos, linux, ....
	OSREL=			# 5.11
	OSVERSION=		# snv_130
	CCOM=			# generic compiler name (e.g. "gcc")
	CC_COM=			# compiler to call (name + basic args)

	ARCH=			overwrites M_ARCH and P_ARCH

	It is usually suffucient to set ARCH and OSNAME.

	In order to use a cross compiler environment instead of a native compiler,
	set the make macro CC_COM to something different than "cc".

	If you are on Linux and like to compile for Android, do the following:

	1) 	set up CC acording to the instructions from the cross compiler
		tool chain

	2)	set environment variables CONFIG_RMTCALL / CONFIG_RMTHOST, e.g.:
		setenv CONFIG_RMTCALL `pwd`/conf/runrmt_android
		setenv CONFIG_RMTHOST NONE

	3)	call smake:

		smake ARCH=armv5 OSNAME=linux CCOM=gcc "CC_COM=$CC"


-	Several programs no longer test for HAVE_DEV_* but for HAVE__DEV_*
	as we did switch from hand written tests for /dev/tty, /dev/null
	and similar to  AC_CHECK_FILES(/dev/tty /dev/null /dev/zero)

-	The Makefile system now links dynamic libraries on Mac OS X against
	libgcc_s.1 instead of libgcc.

Libschily:

-	New function permtostr() in libschily allows to convert a
	mode_t like stat.st_mode into a chmod compliant string like:

		u=rw,g=r,o=r

	that is accepted by libschily::getperm() to allow a  conversion
	back to a mode_t variable.

-	libschily::rename() now uses mktemp() to temorarily save the
	rename target file.

-	comerr() now maps exit codes that would fold to '0' to EX_CLASH
	which is -64

-	New functions zerobytes() and cmpmbytes() added to libschily.

-	New functions strstr() and wcsstr() added to libschily.

-	libschily/fexec.c moved the workaround against the Mac OS X linker
	for "environ" upwards to cover the new code also.

-	Fixed libschily/gettimeofday.c to compile with MSC

-	Fixed libschily/sleep.c to compile with MSC

-	Fixed libschily/usleep.c to be empty with MSC as sleep.c includes
	a working usleep()

-	libschily/gethostname.c enhanced to support Win-DOS with cl.exe

-	libschily/uname.c New function to support Win-DOS with cl.exe

-	libschily/dirent.c New functions: opendir()/closedir()/readdir()
				to support Win-DOS with cl.exe

-	libschily/kill.c New function to support Win-DOS with cl.exe

-	libschily/stdio/fgetline.c 64 bit speedup by calling fgets() in
	case that getc() is not a macro.

-	libschily/stdio/fgetstr.c 64 bit speedup by calling fgets() in
	case that getc() is not a macro.

-	libschily/chown.c new to support Win-DOS with cl.exe

Libfind:

-	libfind/find.c disables -exec in case there is no fork().
	This is in order to support MINGW

Libscg:

-	libscg::scsi-aix.c was updated with some experimental code to support
	two new SCSI kernel interfaces on AIX.

-	Allow to disable the SCSI low level transport adoption layer
	from libscg by adding -DNO_SCSI_IMPL

-	libscg/scsihack.c now supports the MSC compiler

-	Several small changes to work around oddoties fount in MS include files

-	Trying to better support AIX again.

Cdrecord:

-	Several changes to support mingw and MSC

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Several changes to support mingw and MSC

Readcd:

-	Better algorithm for -edc-corr

Scgcheck:

-	Several changes to support mingw and MSC

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	The mkisofs diagnostic tools now support MSC that does not support
	POSIX terminal handling.
2011-10-10 13:54:47 +00:00
..
9base Fix getline usage. 2011-08-04 11:37:58 +00:00
855resolution
915resolution
acpica-utils
acpidump
adtool
afbinit
agedu
amanda
amanda-client
amanda-common
amanda-plot
amanda-server
amtterm Import amtterm-1.2 as sysutils/amtterm. 2011-05-13 13:24:01 +00:00
apcupsd PR/38104 - remove conflict with nut: rename upsimage.cgi to apcupsimage.cgi 2011-08-14 21:42:14 +00:00
aperture replace funny trick to avoid PKGREVISION in PKGNAME with PKGNAME_NOREV. 2011-03-19 01:36:20 +00:00
asapm * add user-destdir installation support 2011-03-02 13:15:23 +00:00
atitvout
bacula Ignore missing Perl for make_catalog_backup 2011-09-24 12:59:34 +00:00
bacula-clientonly PR/42954 -- disable libtool if static-bacula option is on. Doesn't yet 2011-08-17 20:23:11 +00:00
bacula-doc
bacula-qt-console recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bacula-tray-monitor recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bacula-wx-console recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bbsload
bchunk
bcmfw
bcollect
bkpupsd
boxbackup-client fix fime namespace problems to make this compile with g++-4.5 2011-07-18 19:06:02 +00:00
boxbackup-server participate in the client pkg's patches 2011-07-18 19:18:09 +00:00
brasero recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
brasero-nautilus recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
bsign
btpin-qt recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bubblemon recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bup Reset maintainer. 2011-09-08 21:57:55 +00:00
burn
capistrano Fix dependency pattern. 2011-08-12 17:13:38 +00:00
ccd2iso
ccze
cdbkup
cdrdao include <string.h> explicitely to get the memset() prototype, fixes 2011-07-08 18:18:16 +00:00
cdrkit
cdrtools Update to 3.01a06: 2011-10-10 13:54:47 +00:00
cfengine2
cfengine3 Updated MASTER_SITES, HOMEPAGE 2011-06-19 16:40:52 +00:00
checkpassword
checkpassword-pam
checkperms
clex
consolekit Use SunOS-specific system shutdown mechanism when building for SunOS. 2011-09-14 17:42:08 +00:00
coreutils Update coreutils and gnuls to 8.13 (from the ancient 6.12). 2011-10-03 16:17:08 +00:00
cpmtools
cpogm service suspended. prevent timeout. fetch from backup. 2011-03-18 20:28:21 +00:00
cpuburn PR/34029 -- gtar is probably not required any more. 2011-07-03 13:59:53 +00:00
cpuid
crashme
cvsreport
daemond Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
daemontools Use PKGSRC_SHELL instead of /bin/sh. Fixes build on SunOS. 2011-09-14 17:43:32 +00:00
dbus Add patch for CVE-2011-2200 (SA44896) from 2011-06-13 22:06:39 +00:00
dbus-glib recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
dbus-qt3
dd_rescue
dd_rhelp
ddrescue
depot
desktop-file-utils recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
detox
devkitd recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
dirsize
dirvish
diskscrub
dmassage
dmesg2gif
dmg2img
dmidecode Update dmidecode to 2.11. Changes: 2011-02-12 11:09:30 +00:00
dmsdos
dog
dptutil Fix makefile provided by patch-ai to work properly with make -j. 2011-05-22 19:17:57 +00:00
dtpstree
duplicity recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
dvd+rw-tools Fix build on linux with gcc4.5 2011-01-30 01:59:59 +00:00
dvdisaster recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
dvdrecord
e2fsprogs
easydiskpasswd
eggdbus recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
estd add support for macppc. 2011-03-16 05:09:16 +00:00
etcmanage
etcutils
eventlog Initial import of eventlog 0.2.12, required by the upcoming syslog-ng 2011-09-21 19:29:24 +00:00
extipl
fabric Update sysutils/fabric to 1.2.2 2011-10-04 19:47:43 +00:00
fakeroot
fam
fastfs
fatback
fdupes
file remove dead mirror. 2011-03-18 20:38:37 +00:00
filelight recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
findutils recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
fix4SA110rev2
fixelfprot
flashrom Update flashrom to 0.9.4. 2011-07-29 13:35:42 +00:00
foremost
free
fs-kit fix getline conflict 2011-10-02 03:18:39 +00:00
fsviewer recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ftwin
gamin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gcdmaster recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gcombust recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
genpasswd service suspended. prevent timeout. fetch from backup. 2011-03-18 20:40:08 +00:00
gentoo recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gio-fam USE_TOOLS+=pkg-config. According to dholland, this used to be 2011-09-13 08:16:12 +00:00
gkrellm recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gkrellm-est recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gkrellm-server PR/36803 -- remove stray '&'. Thanks to Jukka Salmi for noticing this. 2011-09-08 20:59:13 +00:00
gkrellm-share Add user-destdir installation support. 2011-03-18 12:09:31 +00:00
gnome-commander recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnome-device-manager recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnome-menus recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnome-mount recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnome-nds-thumbnailer recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnome-pkgview recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnome-power-manager recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnome-settings-daemon make pulseaudio requirement an option (default off, to keep the 2011-09-08 20:09:25 +00:00
gnome-system-monitor recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnome-system-tools recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnome-vfs correctly export avahi buildlink to callers when required. 2011-10-08 08:02:21 +00:00
gnome-vfs-monikers recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnome-vfsmm recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnome-volume-manager recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gnometoaster Fix trivial broken build. Then, fix extensive but straightforward LP64 2011-10-02 01:20:55 +00:00
gpart
grub
grun recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gst-plugins0.10-gio reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
gst-plugins0.10-gnomevfs recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
gtk-send-pr recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gvfs Fix build on -current with fuse option turned on (default off). 2011-09-29 22:04:31 +00:00
gworkspace Fix build on SunOS. 2011-09-14 18:12:57 +00:00
hal Upstream patch to build on Linux systems without V4L1 support. 2011-10-04 10:31:37 +00:00
hal-info
hddtemp
heirloom-basename DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-cat DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-chmod DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-chown DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-cksum DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-cmp DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-copy DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-cp DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-csplit DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-dd DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-dirname DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-doc Update my email 2011-10-09 10:02:44 +00:00
heirloom-du DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-env DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-file DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-find DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-getconf DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-groups DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-hostname DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-id DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-listusers DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-ln DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-logins DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-logname DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-ls DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-mesg DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-mkdir DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-mkfifo DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-mknod DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-nice DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-nohup DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-pathchk DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-pgrep DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-priocntl DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-ps DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-psrinfo DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-pwd DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-renice DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-rm DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-rmdir DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-setpgrp DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-shl heirloom-shl, a part of heirllom tools 2011-05-28 10:01:05 +00:00
heirloom-sort DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-split DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-stty DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-sync DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-tapecntl DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-tee DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-touch DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-tsort DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-tty DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-uname DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-users DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-who DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-whoami DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-whodo DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-xargs DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-yes DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
hfsutils Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
htop Update to version 0.9. This fixes build failures on Linux (PR 44001). 2011-08-06 16:36:41 +00:00
i2ocfg
i810switch - fix amd64 build (use size_t, not int, with getline) 2011-10-01 22:32:11 +00:00
iat
idesk LICENSE=modified-bsd 2011-04-26 13:36:55 +00:00
install-sh
ipa Update ipa to 2.1. 2011-02-11 11:50:02 +00:00
ipmitool Update to ipmitool 1.8.11 2011-02-17 08:38:56 +00:00
ipw-firmware
ir-account Update to 0.2. (Changes are due to Richard Hansen of BBN.) 2011-05-04 22:26:56 +00:00
isapnptools remove dead mirror. 2011-03-18 20:41:44 +00:00
iwi-firmware
iwi-firmware3
iwn-firmware
k3b recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
kdirstat recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
krusader recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
lambd
lavaps
libdevkit-gobject recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libgamin
libgksu recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libgtop recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libirman
libnotify Fix building with GDK with Quartz (Mac OS X) backend; switch to .tar.bz2; added LICENSE; fixed pkglint complaints 2011-04-25 08:55:28 +00:00
libol
liboobs recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libpciaccess Revert previous commit; I didn't noticed revision 1.8 of patches/patch-ac. 2011-05-09 15:26:16 +00:00
libvirt Initial import of libvert version 0.9.3 into the packages collection. 2011-07-26 06:05:00 +00:00
lilo
logfinder
logrot
lsof welcome to 4.84 2011-09-03 12:32:32 +00:00
magicrescue check-interpreter fix. 2011-07-03 11:52:55 +00:00
mbmon
mc Update my email 2011-10-09 10:02:44 +00:00
mc46 Fix installation for rename of vfs option to mc-vfs. 2011-09-29 20:57:30 +00:00
mdf2iso
memconf
memtest86
memtester
memtestplus Update memtest86+ to 4.20. 2011-05-30 19:58:07 +00:00
mencvcd
mesure
mgm
mklivecd
mkmemstick Initial import of Jared Mcneill's script to create a memory stick from a 2011-05-05 06:53:27 +00:00
mksunbootcd
mktemp Update to 1.7, based on PR 44014 from Aleksey Cheusov. 2011-03-23 10:16:22 +00:00
monit
mtools update MASTER_SITES. Saves one redirect. 2011-10-09 14:57:24 +00:00
mtoolsfm recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
mtree
mtscan
munin-doc Add a line describing which part of munin is in this package. 2011-09-15 12:33:49 +00:00
munin-node Add a line describing which part of munin is in this package. 2011-09-15 12:33:49 +00:00
munin-server Add a line describing which part of munin is in this package. 2011-09-15 12:33:49 +00:00
nautilus recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
nautilus-sendto recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
ndesk-dbus recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
ndesk-dbus-glib recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
neb-wipe
netbsd-kmod-tools Adjust ONLY_FOR_PLATFORM to not match 5.99 2011-08-27 12:37:45 +00:00
netbt-hcidump update to bluez-hcidump-2.1 2011-06-19 13:02:35 +00:00
news
notification-daemon recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
nrg2iso
ntfsprogs
nvnet
nvramtool Per suggestion from Joerg, we don't need NO_SRC_ON_FTP. 2011-02-08 19:59:48 +00:00
oak
open-vm-tools recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
osname service suspended. prevent timeout. fetch from backup. 2011-03-18 20:42:43 +00:00
p5-File-chmod Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-File-Copy-Recursive Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-File-Remove Update p5-File-Remove to 1.50. 2011-10-06 12:44:27 +00:00
p5-Filesys-Df Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Filesys-DfPortable Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Filesys-Statvfs Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Gnome2-VFS Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-GTop Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-IO-BufferedSelect Import p5-IO-BufferedSelect-1.0 as sysutils/p5-IO-BufferedSelect. 2011-08-30 11:39:28 +00:00
p5-IO-KQueue Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Lchown Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Linux-Inotify2 Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Mac-AppleScript Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Mac-AppleScript-Glue Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Parse-Syslog Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Server-Starter Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-SSH-Batch Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Sys-CpuLoad Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Sys-Filesystem Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Sys-Hostname-Long Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Sys-SigAction Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Sys-Utmp Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Unix-ConfigFile Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
p5-Unix-Syslog Add HOMEPAGE and LICENSE. 2011-10-06 14:42:42 +00:00
p5-UPS-Nut GC redundant PKG_DESTDIR_SUPPORT. 2011-09-29 14:46:22 +00:00
pciutils
pcmanfm Depend on gamin as well as libgamin, so the gamin server exists at runtime. 2011-04-30 23:54:02 +00:00
pcvt-utils Buildlink with curses correctly. Fix build. Add patch comments. 2011-10-01 21:42:16 +00:00
pdumpfs * fixes for ruby-1.9. 2011-01-28 13:28:08 +00:00
pear-Log Update pear-Log pacakge to 1.12.6. 2011-06-19 15:57:09 +00:00
pflogsumm
pfstat Update pfstat to 2.5. 2011-04-15 11:27:04 +00:00
pftop remove bpf_dump() definition from sf-gencode.h. 2011-06-10 11:45:01 +00:00
php-fileinfo PHP bindings for libmagic, from pkgsrc-wip (filip@joyent.com) 2011-10-04 07:42:35 +00:00
pluged
pscpug
psftools Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
psmisc
pstree
puppet
pv recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
pwgen
py-dbus recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
py-gnome-menus recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
py-notify recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
qlogtools
radeontool
radmind
rconfig
rdiff-backup recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
rename fix #elif botch which prevented build under gcc-4.5.3. No functional change 2011-09-10 16:35:04 +00:00
rfstool
roller service suspended. prevent timeout. fetch from backup. 2011-03-18 20:42:43 +00:00
rox recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
rsnapshot
rtty
ruby-activesambaldap
ruby-directory-watcher Update ruby-directory-watcher pacakge to 1.4.1. 2011-09-12 13:36:18 +00:00
ruby-facter Update sysutils/ruby-facter package to 1.6.0. 2011-08-12 17:14:42 +00:00
ruby-fssm Importing ruby-fssm package version 0.2.7. It is needed by newer 2011-06-19 07:36:15 +00:00
ruby-notify
ruby-quota Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-rb-appscript
safetynet service suspended. prevent timeout. fetch from backup. 2011-03-18 20:54:44 +00:00
same
sarah
screentest recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
scsiinfo
service-config
setquota
sformat
shc
shelldap to prevent this in the future link to the changeset not to the tip. 2011-03-31 20:53:54 +00:00
shmux
skill
slay
smartmontools
smbldap-tools Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
socket
sredird
sshsh service suspended. prevent timeout. fetch from backup. 2011-03-18 20:42:43 +00:00
storage-manager
stow
strace PR/45323: Robert Elz: Make this work for 5.0; from kre 2011-09-03 14:44:03 +00:00
strigi Fix build on SunOS. 2011-09-14 17:46:13 +00:00
su2
sux service suspended. prevent timeout. fetch from backup. 2011-03-18 20:42:43 +00:00
swapd
swatch Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
sysgen
sysinfo
syslog-ng Some fixes and improvements: 2011-10-09 10:59:31 +00:00
system-tools-backends Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
tarsnap Update to 1.0.30. Drop maintainership since I never actually used it... 2011-08-25 15:24:14 +00:00
tcx
tdir
tits
tkcron service suspended. prevent timeout. fetch from backup. 2011-03-18 20:42:43 +00:00
tkdesk
tload update master_sites and homepage. 2011-03-18 20:51:26 +00:00
tob
top
torsmo
toshutils recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
tpb recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
tphdisk
tree Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
ts Initial import of ts-0.7.0, packaged for wip by Jan Šmydke. 2011-10-03 11:02:28 +00:00
ups-nut Update ups-nut* from 2.0.5 to 2.6.1. Changes are too large to list here, 2011-07-29 15:11:40 +00:00
ups-nut-cgi Update ups-nut* from 2.0.5 to 2.6.1. Changes are too large to list here, 2011-07-29 15:11:40 +00:00
ups-nut-snmp Update ups-nut* from 2.0.5 to 2.6.1. Changes are too large to list here, 2011-07-29 15:11:40 +00:00
ups-nut-usb Update ups-nut* from 2.0.5 to 2.6.1. Changes are too large to list here, 2011-07-29 15:11:40 +00:00
usbutil support HID descriptors larger than 256 bytes 2011-07-24 18:00:06 +00:00
user_darwin
user_interix
user_irix Update my email 2011-10-09 10:02:44 +00:00
vbetool Update HOMEPAGE and MASTER_SITES, from Thomas Mueller on current-users. 2011-02-02 08:44:28 +00:00
vcdimager recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
vcdimager-devel Update to 0.7.24, set LICENSE, remove patch that was integrated and another 2011-09-12 21:35:10 +00:00
vidc-tools
vifm
vip
vobcopy Fix build on SunOS. 2011-05-15 09:59:18 +00:00
vxargs
wbm-apache
wbm-at
wbm-bandwidth
wbm-bind8
wbm-change-user
wbm-cluster-copy
wbm-cluster-cron
wbm-cluster-passwd
wbm-cluster-shell
wbm-cluster-useradmin
wbm-cluster-webmin
wbm-custom
wbm-cyrus-imapd
wbm-dhcpd
wbm-dovecot
wbm-fetchmail
wbm-file
wbm-htaccess-htpasswd
wbm-inetd
wbm-ipfilter
wbm-ldap-useradmin
wbm-lpadmin
wbm-mailboxes
wbm-mount
wbm-mysql
wbm-net
wbm-openslp
wbm-passwd
wbm-postfix
wbm-postgresql
wbm-qmailadmin
wbm-quota
wbm-sendmail
wbm-shell
wbm-sshd
wbm-status
wbm-syslog
wbm-telnet
wbm-time
wbm-tunnel
wbm-useradmin
wbm-virtual-server
webmin Convert to "PKG_DESTDIR_SUPPORT=user-destdir". 2011-06-20 23:49:36 +00:00
whowatch
wipe
wmcpuload
wmmemmon
wmSMPmon
wpi-firmware
wpi-firmware2
wtail
xapply Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
xbatt
xbattbar
xc5k-firmware
xc3028l-firmware Initial import of XC3028L firmware package. 2011-07-11 18:26:29 +00:00
xcdroast recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xdu
xe-guest-utilities Fix another broken DEPENDS line. 2011-10-07 03:58:04 +00:00
xenkernel3 Apply patch from http://www.openwall.com/lists/oss-security/2011/09/02/2, 2011-09-10 18:35:51 +00:00
xenkernel20
xenkernel33 Apply patch from http://www.openwall.com/lists/oss-security/2011/09/02/2, 2011-09-10 18:35:51 +00:00
xenkernel41 Fix build with gcc 4.5.3 under NetBSD 2011-08-14 20:42:40 +00:00
xenstoretools This package is a subset of the xentools41 package. It contains 2011-10-03 16:55:34 +00:00
xentools3 PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
xentools3-hvm Conflict with xenstoretools 2011-10-03 17:01:23 +00:00
xentools20 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xentools33 PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
xentools41 PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
xenvstat
xfce4-appfinder recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-battery-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-cpugraph-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-diskperf-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-fsguard-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-genmon-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-netload-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-quicklauncher-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-systemload-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-thunar recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-volman recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-xarchiver recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfce4-xkb-plugin recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfe recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfm
xfsprogs
xhfs Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
xmbmon
xmeter
xnc Set LICENSE. 2011-04-05 11:56:34 +00:00
xosview
xps
xuvmstat Fix build on NetBSD-current. 2011-09-29 21:00:19 +00:00
zidrav
Makefile Add xenstoretools and xe-guest-utilities 2011-10-03 16:59:23 +00:00