Commit graph

41 commits

Author SHA1 Message Date
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
markd
6e56a369fc Fix build on linux with gcc4.5 2011-01-30 01:59:59 +00:00
heinz
d653ce6a74 Added LICENSE information. 2010-01-24 17:11:17 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
34507931a3 Update to 7.1:
Sense codes are now transcribed into human-readable representation.
The -F/-free-space option was added. Solaris compatibility was
increased. Building on Mac OS X 10.5 was fixed.  A workaround for
missing direct I/O on Linux 2.4 was implemented.  SCSI devices are
now locked more aggressively on Linux. Error handling was improved.
Several other fixes and enhancements were made.
2008-04-23 15:35:50 +00:00
tnn
b25e65b3c7 Needs m4 2008-02-09 23:49:27 +00:00
heinz
b6633a332a Added support for installation to DESTDIR. 2008-01-11 20:05:27 +00:00
wiz
c25efdc763 Update to 7.0:
This release adds Blu-ray Disc support and Mac OS X 10>=2 support.
2007-06-08 08:07:04 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
abs
507980a6c8 USE_LANGUAGES needs c as well as c++ 2006-07-25 13:17:28 +00:00
joerg
5519d96fae Don't try to set PTHREAD_SCOPE_SYSTEM on DragonFly either.
From Iain Templeton. Bump revision.
2006-06-21 23:30:49 +00:00
wiz
4a9ec1a2ba Update to 6.1:
This is essentially minor bug-fix release, which most notably works
around "unable to anonymously mmap" failure at startup and fixes
typo in -speed interpretation code.  Besides bug-fixes this version
attempts to obtain exclusive lock on block device under Linux. This
opens possibility for safe deployment of automounting/autoplaying
facility under Linux 2.6. Keep in mind that it takes two to dance
tango, automounters/autoplayers has to play along as well.
2006-06-11 15:22:21 +00:00
hira
e5fcb876af Add missing USE_LANGUAGES. 2006-05-08 17:07:57 +00:00
joerg
2db15e8c1b No mlockall on DragonFly as well. 2006-03-22 15:26:30 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtraeme
0887a9d39c Disable the mlockall() call which triggers an assertion on NetBSD's
libpthread (lib/libpthread/pthread.c line 173) and it will give you
a precious core dump.

Tested by hira@ and by myself@
2006-02-01 12:51:27 +00:00
xtraeme
bd0cb283c8 Use LDFLAGS to link against librt correctly. 2006-01-31 19:26:32 +00:00
xtraeme
197ea72eda Looks like growisofs core dumped because it couldn't run the
pthread_attr_setscope() function (which is not implemented on NetBSD).

Also now it uses sem_* functions for semaphores, so link it to librt on
NetBSD.

This closes PR pkg/32675 by hira@.

Bump PKGREVISION.
2006-01-31 19:01:28 +00:00
xtraeme
1ab4470a86 Update to 6.0, changes unknown. 2006-01-16 23:03:20 +00:00
wiz
dc560ec778 Depend on cdrtools instead of cdrecord. Bump PKGREVISION.
Update some messages/comments.
2006-01-05 23:29:04 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
dbj
aad88c801d add ONLY_FOR_PLATFORM explicitly listing platforms listed in growisofs.c 2005-11-04 21:55:09 +00:00
joerg
795a7abdfb Add DragonFly support.
Patch privately provided by Jan Kosir.
2005-10-18 15:31:57 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
jmmv
14e2e5f4d3 Update to 5.21.4.10.8: sorry, changes unknown.
While here, move documentation out of share/doc/html.
2004-12-30 10:38:23 +00:00
wiz
393bf219a8 Update to 5.19-1.4.9.7, from FUKAUMI Naoki in PR 25433.
Make compile on statvfs systems.

Changes:
- growisofs 5.19-1 hotfix to address "flushing cache takes forever;
- 5.19.4.9.7 release;
- LG GSA-4081B fails to "SET STREAMING" with "LBA OUT OF RANGE" for
  DVD+RW media, but not e.g. DVD-R;
- dvd+rw-booktype: BTC support;
- make DVD-RAM work in "poor-man" mode;
- average write speed report at the end of recording;
- dvd+rw-format 4.9: permit for DVD-RW blank even if format descriptors
  are not present;
- Solaris: get rid of media reload, which made it possible to improve
  volume manager experience as well;
- address speed verification issues with NEC ND-2500 and Plextor
  PX-708A;
- IRIX: IRIX 6.x port is added;
- dvd+rw-tools-5.18.4.8.6: www.software.hp.com release;
- minimize amount of compiler warnings on 64-bit platforms;
- skip count-down if no_tty_check is set;
- -use-the-force-luke=tracksize:size option by suggestion from K3b;
- Linux: fix for "Bad file descriptor" with DVD+RW kernel patch;
- refuse to run if ${SUDO_COMMAND} is set;
2004-06-30 00:11:23 +00:00
wiz
a02e809d98 Bump PKGREVISION for newly added man page. 2004-06-26 15:56:33 +00:00
mrg
289b53e8ff intall growisofs.1. 2004-06-26 15:48:19 +00:00
tron
162e5737cc Make this build under NetBSD 2.0D and above with statvfs(2). 2004-05-30 17:57:52 +00:00
wiz
017f13dca7 Allow cdrtools-ossdvd as cdrecord too. 2004-03-31 08:50:25 +00:00
martin
76a72f03a1 Update to 5.17.4.8.6 2004-03-30 15:19:01 +00:00
wiz
472a1faef5 Update to 5.13.4.7.4, closes PR 23106 by Wolfgang S. Rupprecht.
Changes since 5.6.4.4.4:
5.7:
- Solaris USB workaround;
- 15 min timeout for FLUSH CACHE in DVD-RW DAO;
- revalidate recording speed;
- load media upon start-up (Linux used to auto-close tray upon open,
  but not the others, which is why this functionality is added so
  late);
5.8:
- elder Ricoh firmwares seem to report events differently, which
  triggered growisofs and dvd+rw-format to end-less loop at startup
  [event handling was introduced in 5.6 for debugging purposes];
- int ioctl_fd is transformed to void *ioctl_handle to facilitate
  port to FreeBSD;
- FreeBSD support contributed by Matthew Dillon;
- volume descriptors from second session were discarded in
  Restricted Overwrite since 5.6;
5.9:
- some [SONY] firmwares make it impossible to tell apart minimally
  and fully blanked media, so we need a way to engage DAO manually
  [in DVD-RW]... let's treat multiple -dvd-compat options as "cry"
  for DAO;
- refuse to finalize even DVD-R media with -M flag (advise to fill
  it up with -M /dev/cdrom=/dev/zero too), apparently DVD-units
  [or is it just SONY?] also "misplace" legacy lead-out in the same
  manner as DVD+units;
- oops! DAO hung at >4MB buffer because of sign overflow;
- couple of human-readable error messages in poor_mans_pwrite64;
- work around Plextor firmware deficiency which [also] manifests as
  end-less loop upon startup;
5.10:
- increase timeout for OPC, NEC multi-format derivatives might
  require more time to fulfill the OPC procedure;
- extended syntax for -use-the-force-luke option, it's now possible
  to engage DVD-R[W] dummy mode by -use-the-force-luke=[tty,]dummy
  for example, where "tty" substitutes for the original non-extended
  option meaning, see the source for more easter eggs;
- FreeBSD: compile-time option to pass -M /dev/fd/0 to mkisofs to
  make life easier for those who mount devfs, but not fdescfs;
- eliminate potential race conditions;
- avoid end-less loop if no media was in upon tray load;
- interpret value of MKISOFS environment variable as absolute path
  to mkisofs binary;
- to facilitate for GUI front-ends return different exit codes, most
  notably exit value of 128|errno denotes a fatal error upon program
  startup [messages worth popping up in a separate modal dialog
  perhaps?], errno - fatal error during recording and 1 - warnings
  at exit;
- to facilitate for GUI front-ends auto-format blank DVD+RW media;
- Linux: fix for failure to copy volume descriptors when DVD-RW
  Restricted Overwrite procedure is applied to patched kernel;
- FreeBSD: growisofs didn't close tray upon startup nor did the rest
  of the tools work with open tray;
- bark at -o option and terminate execution, the "problem" was that
  users seem to misspell -overburn once in a while, in which case it
  was passed down to mkisofs and an iso-image was dumped to current
  working directory instead of media;
- generalize -M /dev/cdrom=file.iso option, but if file.iso is not
  /dev/zero, insist on sane -C argument to be passed prior -M and
  double-verify the track starting address;
5.11:
- authorship statement in -version output;
- make speed_factor floating point and print "Current Write Speed"
  factor for informational purposes;
- Pioneer DVR-x06 exhibited degraded performance when recording DVD+;
- Pioneer DVR-x06 failed to complete DVD+ recording gracefully;
- alter set-root-uid behaviour under Linux from "PAM-junky" to more
  conservative one;
5.12:
- single Pioneer DVR-x06 user reported that very small fraction of
  his recordings get terminted with "LONG WRITE IN PROGRESS," even
  though growisofs explicitly reserves for this condition... It
  turned out that at those rare occasions unit reported a lot of free
  buffer space, which growisofs treated as error condition. It's not
  clear if it's firmware deficiency, but growisofs reserves even for
  this apparently rare condition now.
- [major] issue with MODE SENSE/SELECT on SANYO derivatives, such as
  Optorite, is addressed;
- Linux can't open(2) a socket by /dev/fd/N, replace it with dup(2);
- more relaxed command line option parsing and simultaneously a
  zealous check to make sure that no mkisofs options are passed
  along with -[ZM] /dev/cdrom=image;
- report I/O error if input stream was less than 64K;
- -M /dev/cdrom=/dev/zero didn't relocate the lead-out in DVD-RW
  Restricted Overwrite;
5.13:
- workarounds for Panasonic/MATSUSHITA DVD-RAM LF-D310;
- Solaris: media load upon start-up;
2003-11-10 00:07:41 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
dan
653e319ce3 PKGREVISION= 0 confuses lintpkgsrc -i
comment out until bumped.
2003-06-15 01:32:16 +00:00
reinoud
646c171dad Update dvd+rw-tools to dvd+rw-tools-5.6.4.4.4
Mainly bugfixing and and extra command `dvd+rw-mediainfo' that regretfully
only gives information when its really a DVD+/-R{W} disc ... this can be
used to get more information about the booktype used etc.
2003-06-04 16:12:11 +00:00
salo
62131cc5ab Bump PKGREVISION: Install html documentation into share/doc/html.
Whitespace police.
2003-05-03 07:08:37 +00:00
dan
3c7a20e0e8 Tools to write images (such as iso-9660 produced by mkisofs) to
DVD+R/RW drives.  It includes "growisofs" as a wrapper around mkisofs
for appending or modifying contents of existing media.

It is also able to write to some DVD- drives and media.
2003-05-03 05:42:47 +00:00