pkgsrc/sysutils
wiz 9134fcba8b Update to 1.36.3nb1, provided by Geert Hendrickx in PR 31570.
This contains the update to 1.36.3 and an additional security fix,
thus the nb1.

Changes since 1.36.0:

Changes to 1.36.3 released 23Apr05:
22Apr05
- Correct return type of ftello to avoid overflow --
  thanks to Peter Eriksson.
13Apr05
- Fix seg fault if Name directive missing in Job resource.
12Apr05
- Add new LaTeX doc to 1.36.2 branch.
- Fix SuSE autostart routines to use /etc/init.d instead
  of /etc/rc.d/init.d.
- Increase index size on File table Name and Path table Path
  to improve performance.
- Second fix for not zeroing SD pointers on restarted job.
- Turn off old style Include/Excludes.
01Apr05
- Use fseeko and ftello so that attributes can exceed 4GB
- Flush console output after every line.
- Turn off Multiple Connections in catalog resource, which
  causes corruped databases.  It is silently ignored.
- Drop support for old style Include/Exclude.  There is a
  perl script that will convert them.
- Inhibit trying to reset attributes on a Win32 drive.
18Mar05 1.36.2-store.patch
- This patch fails a job if no Storage resource is specified and
  the job attempts to call the SD.
18Mar05 1.36.2-reschedule.patch
- This patch should fix a Segfault bug when a job is rescheduled.
  The storage pointers were being released when they should not
  have been.
17Mar05 1.36.2-restore-speed.patch
- This patch will fix a subtle bug that was introduced in 1.36.2
  which causes Bacula to be very slow restoring a few files. This
  is because it reads completely to the end of the Volume rather
  than stopping when all the files on the Volume are loaded. The
  introduction of the bug was caused by a patch that fixed
  Bacula truncating tapes after a restore.
  Note that all source files will be rebuilt during the make.
16Mar05 1.36.2-console.patch
- This patch causes the output directed to a file to be
  flushed after every line. This is a bit overkill, IMO, but
  a user complained about it.
15Mar05 1.36.2-netbsd.patch
- This patch corrects a compile problem because of no statfs()
  on NetBSD. The patch was submitted by kardel with bug 258.
09Mar05 1.36.2-win32-drive.patch
- This patch will prevent the Win32 FD from printing an error message
  when it attempts to restore the permissions for a drive (which Win32
  doesn't permit). The error is harmless in any case.
04Mar05 1.36.2-level.patch
- This patch should fix a problem with th %l editing in the
  client (FD) where it edited nothing. With this fix, it should
  edit "since".
04Mar05 1.36.2-pool.patch
- This patch corrects a problem preventing multiple
  simultaneous jobs from different pools.

Changes to 1.36.2 released 28Feb05:
27Feb05
- Fix pointer to stack variable in Verify jobs.
- Change reference to DEV_BSIZE to B_DEV_BSIZE to
  avoid colision with some OSes.
- Release storage[i] in job.c if allocated when
  starting/restarting a job. Avoids orpahanned buffers.
24Feb05
- Add awk check to configure.in
- Bring over a few files from 1.37.
18Feb05
- Fix some lower case character problems in sql_cmds.c reported
  by Debian.
- Fix seg fault if debug level 900 set in SD.
- Truncate Win32 child return code to 8 bits.
15Feb05
- Fix deadlock in multiple simultaneous jobs.
- Fix tape "truncation"/"number of files" after restore bug.
- Merge a few minor things from the 1.37 stream.
14Feb05
- Add a number of new features from 1.37, and apply fixes
  for all known bugs. See ReleaseNotes for details.
- Apply Tim's patch for ACLs.

Version 1.36.1 released 26Nov04:
24Nov04
- Take Dan's fix to the fix_postgresql_tables (thanks Dan)
- Increase Maximum Concurrent Jobs to 20 in SD and FD!
- Fix improper handling of autochanger Volumes that are not
  marked InChanger.
22Nov04
- Update authentication failure message to indicate possible
  problem with Maximum Concurrent Jobs. Add to doc too.
- Commit PostgreSQL BIGINT fix -- apparently some people didn't
  get it.
- Do not use a slot unless it is InChanger in the autochanger
  code, otherwise autochanger gets upset not finding the Volume.
21Nov04
- Make authentication timeout compile time configurable.
  The value is set in src/baconfig.h
- Fix removing items from watchdog queue, which apparently
  screwed up if there was more than one item.
- Rework mediaformat part of manual to separate out old
  tape format for easier reading.
- Add a lot of debug code to the authentication code.
- Add seconds to the start/end times printed in the job report.
19Nov04
- Fix mutex deadlock in dequeue of messages.
- Add debug code to FD authorization.
18Nov04
- Increase authentication timeouts to 10 minutes.
15Nov04
- Fix cancel bug in FD on /lib/tls with zero pid in
  pthread_kill.
- Add date/time to all messages.
- Make Qmsg use time message was queued rather than time
  printed.
- Indent job output two spaces.
13Nov04
- Fix web page links for new manual.
- Grant postgresql permission to cdimages.
- Correct crash after "list nextvol" "list media" bug 160
12Nov04
- Fix scripts/Makefile.in missing ;\  -- thanks Martin
- A bit of work on btape to keep if from going into infinite
  loops when things do not work well, and to print a bit
  better info.
11Nov04
- JobDefs Storage resource completely overrode anything
  specified in Job resource -- bug 159 -- fixed.
- Fix syntax of renaming postgresql per Dan.
- Add working_directory to be /tmp for wx_console.
10Nov04
- Allow both a JobId and a filename or list of files to be
  specified on a restore command line.
- Save old mtx-changer before installing new one: bug 156
- Fix errors in CDROM file pointed out by Scott.
09Nov04
- Fix exepath when Bacula executed without path.
- Move test for socket libraries for Solaris in configure.in
  before tcp wrapper tests so that linking works.
- Add "make copy-static-fd" to makefile in CDROM file to
  copy existing static fd to CDROM rather than building it.
08Nov04
- More doc updates
- Fix ps command for OpenBSD
- Rework the creation of indexes for SQL -- fall back
  to the old code, but document what can be added.
06Nov04
- Add new Daemon message handler in default DIR conf.
05Nov04
- Fix Seg Fault with -D100 in bpipe.c.
- Fix Seg Fault in run specifying a JobId.
- Make mail from daemon with a Messages Resource use
  the MailCommand with editing rather than the default
  sendmail.
- Replace Jmsg in dispatch_message() with Qmsg.
- Make edit_job_codes handle NULL jcr.
04Nov04
- Add M_ALERT class and put tape alerts into it.
- Fix Verify count vs found by not double counting files
  that are split across files/Volumes.
30Oct04
- Fix count returned from write_bsr_file() to handle multiple
  volumes. This fixes most cases of the Verify VolumeToCatalog.
- Cleanup a bit the make clean for the rescue cdrom and remove
  unneeded files from the CVS.
28Oct04
- Fixed acquiring a tape so that it does not block all acquires
  when operator intervention is needed.
- Platform build script updates from Scott
- Doc updates
- Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
  new /lib/tls. This is done in the startup scripts.
- Modify mtx-changer so that it checks for ONLINE while
  waiting.
- Modify make_postgresql_tables.in so that EndBlock is stored
  as a bigint. Prevents job failures when a disk volume is
  larger than 2GB.
24Oct04
- Add grep ONLINE to wait_for_drive() in mtx-changer.in
- More doc.
- Rebuild Scott's new configure
2005-10-14 15:44:51 +00:00
..
855resolution Fix installation part. Separate Makefile patch. 2005-10-12 02:15:30 +00:00
acpi-iasl Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
acpidump Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
adjustkernel Relinquish maintainership 2005-09-27 22:37:25 +00:00
adtool Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
afbinit Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
amanda Removed trailing white-space. 2005-05-23 08:26:03 +00:00
amanda-client Prevent paths of the build directories from being included in all amanda 2005-08-02 09:26:06 +00:00
amanda-common The real user name in PKG_USERS does not need to be escaped with double 2005-08-23 11:48:47 +00:00
amanda-plot Prevent paths of the build directories from being included in all amanda 2005-08-02 09:26:06 +00:00
amanda-server Prevent paths of the build directories from being included in all amanda 2005-08-02 09:26:06 +00:00
apcupsd Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
aperture Add RMD160 digests. 2005-02-24 12:51:41 +00:00
asapm Removed trailing white-space. 2005-09-28 14:15:48 +00:00
atitvout Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
bacula Update to 1.36.3nb1, provided by Geert Hendrickx in PR 31570. 2005-10-14 15:44:51 +00:00
bbsload Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
bchunk Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
bkpupsd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
burn Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ccd2iso Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ccze Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cdbkup Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
cdrdao Add support for DragonFly. 2005-10-10 21:36:56 +00:00
cdrecord Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl. 2005-05-22 21:04:41 +00:00
cdrecord-xcdroast Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cdrtools-ossdvd Update to 2.01.01a01 (pkgsrc version 2.01.1.34 to keep ordering increasing): 2005-06-24 21:47:57 +00:00
cfengine2 Fix PLIST. Bump PKGREVISION. 2005-09-22 02:08:14 +00:00
cfengine2-doc Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
checkpassword Whitespace. 2005-08-19 03:55:00 +00:00
checkpassword-pam Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
coreutils Change version check to figure out whether NetBSD supports the statvfs(2) 2005-08-28 09:07:21 +00:00
cpogm Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
cpuburn Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
cpuid Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
crashme Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
daemontools Ensure that DJB_ERRNO_HACK and any other configure-time actions 2005-05-17 08:41:36 +00:00
dbus The real user name in PKG_USERS does not need to be escaped with double 2005-08-23 11:48:47 +00:00
dbus-glib Update dbus and dbus-glib to 0.23.4: 2005-03-22 10:55:13 +00:00
depot Add RMD160 digests. 2005-02-24 12:51:41 +00:00
desktop-file-utils Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
dirsize Import dirsize from pkgsrc-wip. Packaged by Leonard Schmidt. 2005-05-28 07:20:34 +00:00
dmassage Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
dmesg2gif Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
dmidecode Update to 2.6, provided by Nicolas Joly in PR 30342. 2005-05-26 13:53:33 +00:00
dog Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
dptutil Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
duplicity Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dvd+rw-tools Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 2005-09-06 08:10:57 +00:00
dvdrecord Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
e2fsprogs Upate __NetBSD_Version__ statvfs check from 200060000 to 299000900 2005-09-08 22:28:03 +00:00
easydiskpasswd
estd Changes 0.4: 2005-10-07 08:52:14 +00:00
extipl Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
fakeroot Add RMD160 digests. 2005-02-24 12:51:41 +00:00
fam Add support for DragonFly. While we have sys/statvfs.h, we don't have 2005-10-10 22:06:51 +00:00
fastfs Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
fatback Remove the LICEN[CS]E part again - thanks to some excellent followup from 2005-05-25 16:52:49 +00:00
fdgw This package does only work on NetBSD 1.5. Mark it as "unavailable" 2005-07-08 19:15:25 +00:00
file Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
findutils Regenerated to match the current patches. 2005-10-13 18:19:14 +00:00
fix4SA110rev2 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
fixelfprot Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
free Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
fs-kit Initial import of fs-kit-0.4 into the Packages Collection. 2005-10-01 18:27:37 +00:00
fsv Change the CONFIGURE_ENV to use the variables users are supposed to set, 2005-06-24 21:15:21 +00:00
fsviewer Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gamin Port gamin to NetBSD by rewriting the routines that rely on socket 2005-08-30 23:24:33 +00:00
gcdmaster Dependencies cleaned up: use new *mm packages 2005-07-22 22:17:16 +00:00
gcombust Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
genpasswd Add RMD160 digests. 2005-02-24 12:51:41 +00:00
gentoo Changes 0.11.55: 2005-06-30 15:28:45 +00:00
gkrellm Update gkrellm to version 2.2.7. 2005-09-08 13:19:56 +00:00
gkrellm-est Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gkrellm-server Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gkrellm-share Update gkrellm to version 2.2.7. 2005-09-08 13:19:56 +00:00
gkrellm1 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 2005-09-06 08:10:57 +00:00
gkx86info Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnome-menus Update to 2.12.0: 2005-10-12 21:52:29 +00:00
gnome-pkgview Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gnome-vfs Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gnome-vfs2 Apply patch from Leonard Schmidt to fix build on 2.x and maybe in 2005-10-09 00:33:20 +00:00
gnome-vfsmm Changes 2.12.0: 2005-10-03 13:49:58 +00:00
gnome2-system-monitor Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gnometoaster Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gpart Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
grub There is some problem with compiling grub when using pkgsrc ncurses. 2005-09-24 00:20:44 +00:00
grun Fix PLIST. Bump PKGREVISION. 2005-09-22 02:04:03 +00:00
gst-plugins-gnomevfs Initial addition. 2005-03-20 11:06:27 +00:00
gtk-send-pr define strsep=strpbrk on Solaris. 2005-08-21 12:39:36 +00:00
gworkspace Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
hfsutils Sort. 2005-04-05 10:43:31 +00:00
i2ocfg Add RMD160 digests. 2005-02-24 12:51:41 +00:00
idesk Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
ipw-firmware Add RMD160 digests. 2005-02-24 12:51:41 +00:00
isapnptools Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
iwi-firmware Install the sniffer firmware files correctly. 2005-10-03 16:45:08 +00:00
kdirstat Update kdirstat to version 2.4.3 2005-06-30 10:25:33 +00:00
krusader Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
lambd Add a missing include to make the package compile on NetBSD 2.0. 2004-05-23 22:55:39 +00:00
lavaps Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
libgtop2 Fix plist, checksum for patch-bf was wrong 2005-10-13 18:13:02 +00:00
libirman Add RMD160 digests. 2005-02-24 12:51:41 +00:00
libol Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
logfinder Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
logrot Update to logrot 1.7. 2005-05-30 04:05:46 +00:00
lsof Add back what was patch-ac (from kristerw) as patch-ab since it's not 2005-09-15 02:45:13 +00:00
mbmon Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
mc Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
mdf2iso Update checksum, author modified the tarball: 2005-05-09 16:09:26 +00:00
medusa Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
memconf Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
memtest86 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
memtester Introduce DJB_MAKE_TARGETS boolean, on by default, off in the 2005-08-24 04:47:10 +00:00
mencvcd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
mesure Even if the program name is "mesure", the verb is still "measure". 2005-09-26 23:29:55 +00:00
mgm Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
mklivecd Update to 0.13.2: 2005-10-08 23:20:10 +00:00
mksunbootcd update to mksunbootcd-1.0. This is simply and autoconf-ed version. 2005-03-02 00:41:35 +00:00
mktemp Don't declare errno, ANSI C does this already. 2005-10-07 16:00:57 +00:00
mtools Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
mtoolsfm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mtscan Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
nautilus This needs msgfmt and plurals support. Patch provided by Leonard Schmidt 2005-10-13 20:58:49 +00:00
nautilus-cd-burner Update to 2.10.2: 2005-08-21 11:48:54 +00:00
news Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
nrg2iso Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ntfsprogs Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 2005-09-06 08:10:57 +00:00
osname Add RMD160 digests. 2005-02-24 12:51:41 +00:00
p5-File-NCopy Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-File-Remove Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Lchown Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Sys-Hostname-Long Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Unix-Syslog Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
pciutils Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
pcvt-utils Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
pear-Log Add RMD160 digests. 2005-02-24 12:51:41 +00:00
pflogsumm Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
pfstat Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
pftop Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
psmisc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
pstree Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
pv Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
pwgen Add RMD160 digests. 2005-02-24 12:51:41 +00:00
qlogtools Introduce DJB_MAKE_TARGETS boolean, on by default, off in the 2005-08-24 04:47:10 +00:00
radeontool Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
radmind Prevent paths to the build directories from being included in the package. 2005-07-08 20:09:00 +00:00
rconfig update sysutils/rconfig to 0.43: Add a -I to allow pushing one host's 2005-09-03 19:01:36 +00:00
rdiff-backup Update rdiff-backup from 0.12.7 to 1.0.1 2005-09-18 13:03:15 +00:00
rfstool Add RMD160 digests. 2005-02-24 12:51:41 +00:00
roller Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
rox Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
rox-archive Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
rox-edit Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rox-lib Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rox-memo Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rox-session Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
rox-wallpaper Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rox-wrappers Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rsnapshot Update rsnapshot to 1.2.1. Changes since 1.1.6 2005-09-13 11:47:49 +00:00
rtty Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
ruby-quota Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
safetynet Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
same Add RMD160 digests. 2005-02-24 12:51:41 +00:00
sarah Update to 0.9.1b: 2005-09-29 14:13:15 +00:00
screentest Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
scsiinfo Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
service-config Remove explicit BUILD_TARGET and INSTALL_TARGET definitions, as 2005-03-23 00:58:26 +00:00
setquota Correct PLIST. 2005-05-03 21:52:33 +00:00
sformat Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
shc Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
shmux Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
skill Make this build on Darwin. 2005-08-06 13:06:06 +00:00
slay Add RMD160 digests. 2005-02-24 12:51:41 +00:00
smartmontools Make this work on big endian NetBSD machines. 2005-09-07 07:32:10 +00:00
socket Fix build problem under NetBSD-current. 2005-10-04 16:12:28 +00:00
sredird Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
sshsh Add RMD160 digests. 2005-02-24 12:51:41 +00:00
storage-manager Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
stow Remove some unnecessarily strong dependencies on perl that resulted 2005-07-16 19:10:37 +00:00
su2 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
sux Add RMD160 digests. 2005-02-24 12:51:41 +00:00
swapd Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
sysgen Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
sysinfo no-commercial-use describes the license of this version of this software 2005-07-19 14:05:27 +00:00
tcx Removed trailing white-space. 2005-09-28 14:31:06 +00:00
tdir Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
tits Fix uninitialized warnings 2005-09-09 23:13:12 +00:00
tkcron Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tkdesk Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tload Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tob Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
top Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
toshutils Sort PLIST. 2005-04-23 20:39:50 +00:00
tpb Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ups-nut The real user name in PKG_USERS does not need to be escaped with double 2005-08-23 11:48:47 +00:00
ups-nut-cgi Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
usbutil Add RMD160 digests. 2005-02-24 12:51:41 +00:00
user Add RMD160 checksum. 2005-05-25 13:32:52 +00:00
user_darwin Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
user_interix Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
vcdimager Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
vcdimager-devel Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
vidc-tools Add RMD160 checksum. 2005-05-25 13:32:52 +00:00
vifm Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
vip Set AWK properly for NetBSD. Noticed by mrg@. 2005-09-28 20:59:08 +00:00
vobcopy Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 2005-09-06 08:10:57 +00:00
webmin Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
whowatch Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wipe Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wmcpuload Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wmmemmon Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wmSMPmon Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wtail Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xapply Use /bin/sh as the default shell, not whatever the SHELL environment 2005-07-02 16:52:59 +00:00
xbatt Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
xbattbar Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
xcdroast Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
xdu Update xdu to 3.0nb5. Changes: Add two patches by Nobuyuki Tsuchimura: 2005-07-12 20:16:00 +00:00
xen12 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
xenkernel20 Initial import of a package to retrieve the Xen kernel itself easily. 2005-10-13 20:58:20 +00:00
xentools12 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
xentools20 vif devices on NetBSD are called "xvif" not "vif", now it works 2005-10-01 02:38:51 +00:00
xenvstat Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xfce4-appfinder Updated xfce4 to 4.2.2 2005-05-18 06:10:30 +00:00
xfce4-cpugraph-plugin Fix xfce4 build problems 2005-03-30 07:04:05 +00:00
xfce4-diskperf-plugin Add RMD160 digests. 2005-02-24 12:51:41 +00:00
xfce4-fm Updated xfce4 to 4.2.2 2005-05-18 06:10:30 +00:00
xfce4-minicmd-plugin Add RMD160 digests. 2005-02-24 12:51:41 +00:00
xfce4-netload-plugin Updated xfce4-netload-plugin to 0.3.2 2005-06-23 07:25:06 +00:00
xfce4-showdesktop-plugin Fix xfce4 build problems 2005-03-30 07:04:05 +00:00
xfce4-systemload-plugin Fix compilation problems on NetBSD 1.6.2 2005-09-27 12:49:08 +00:00
xfce4-systray Updated xfce4 to 4.2.2 2005-05-18 06:10:30 +00:00
xfce4-xkb-plugin Fix xfce4 build problems 2005-03-30 07:04:05 +00:00
xfe Changes 0.84: 2005-07-25 10:55:44 +00:00
xfm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xhfs Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xmbmon Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xmeter Add RMD160 digests. 2005-02-24 12:51:41 +00:00
xnc Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xosview Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
xps Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
xraidadmin License file is named apple-admin-license. 2005-09-29 13:26:12 +00:00
xuvmstat Update to 20050909: 2005-09-13 12:43:48 +00:00
Makefile Add and enable xenkernel20 2005-10-13 20:59:26 +00:00