1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Brian Somers
c44867d8ea Change MAINTAINER from brian@FreeBSD.org to ports@freebsd-services.com 2002-03-12 16:37:47 +00:00
Brian Somers
8d7739e998 constify dvdtape.c
Correct format arguments for unsigned long longs;

  In printf, use %llu
  In sscanf, use %qu

These were both previously using %Ld...

This fixes generation of DVDs >4Gb in size.
2001-09-23 00:52:44 +00:00
Brian Somers
3651ff4ba6 Upgrade to version 1.6 2001-07-07 17:47:58 +00:00
Brian Somers
a891a73796 Add back this patch which was missing in the release 1.5 tarball :( 2001-07-07 00:28:57 +00:00
Brian Somers
650e3176f5 Upgrade to version 1.5
This version pushes a better (working) version of the local changes
back into the main yggdrasil sources.
2001-07-03 15:45:54 +00:00
Brian Somers
4ea5ea75c1 Remove -O and -Wall from CFLAGS and use whatever's already there
Suggested by: will
2001-06-11 07:31:18 +00:00
Brian Somers
4a166800d8 Fix some option-parsing bugs (missing breaks)
Change sprintf -> snprintf
Change -O2 -> -O
2001-06-10 22:04:44 +00:00
Brian Somers
a22aeb324c dvdtape - a utility for creating a DVD master on a DLT drive 2001-04-03 21:34:23 +00:00