Commit graph

75 commits

Author SHA1 Message Date
nia
d75334de07 sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:19:17 +00:00
nia
67e36f8dd3 sysutils: Remove SHA1 hashes for distfiles 2021-10-07 14:57:31 +00:00
nia
4b51d9715f *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
markd
797b099a0a cdrdao: build uses pkg-config 2019-12-23 20:38:15 +00:00
rillig
9cc0c5e45d sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
2019-11-04 21:28:40 +00:00
markd
10ce2c5ef7 {cdrdao,gcdmaster}: update to 1.2.4
This is a maintenance release containing only minor bug, warning and
compilation fixes.

* Fixed autocon warnings (Denis Leroy)
* Ported to lame 3.100 (from Fedora)
* G++ compile fixes (Nick Bailey)
* Renamed xdao folder to gcdmaster (Denis Leroy)
* pccts format security patch (from Fedora)
* Fixed compile issues with glibc >= 2.12
* Gcdmaster segfault fix (Adrian Knoth)
* Prevent a FTBFS on kfreebsd (Christoph Egger)
* Also look in /etc/default/cdrdao config (Andrew Suffield)
* Fix printf format security issues (Frantisek Kluknavsky Fedora)
* Add missing options to man page (Honza Horák)
* CD_TEXT fix for HL-DT-ST (Kees Cook)
* Man page hyphen fixes (Markus Koschany)
* Some updates to the old scsilib smake files (Ubuntu patches)
2018-11-15 01:13:01 +00:00
joerg
bb386cc0c1 glib smart pointers should not be compared to integers. 2017-02-14 21:22:43 +00:00
wiz
9839f9a066 Simplify for pkglint. 2016-06-16 12:58:07 +00:00
jperkin
36eaaf6066 Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
dholland
ab3f5e199e pkglint. 2015-12-29 05:06:06 +00:00
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
joerg
27d21e7b83 Convert gcdmaster to C++11 and fix some harmless implicit casts that are
no longer valid with C++11.
2015-11-03 19:08:44 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
8b765c474f Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
drochner
1e0bb28697 adapt to a change in libao's WAV output format, cdrdao can now
import mp3 files directly again
bump PKGREV
2013-05-03 16:14:47 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
hans
e8edae8277 Let the schily makefiles know when we're using gcc. 2012-03-22 11:28:38 +00:00
drochner
2ed26db5b6 include <string.h> explicitely to get the memset() prototype, fixes
the build of cdrdao at least on NetBSD-current/gcc45
2011-07-08 18:18:16 +00:00
hans
ec6dbc1402 Fix build on SunOS. 2011-04-14 21:47:24 +00:00
markd
0c7723e7e9 Fix build with glibc2.12 - see gentoo bug 332237 2011-01-29 20:48:07 +00:00
drochner
469219a867 zero-initialize format specifier for libao, bump PKGREVISION 2010-05-19 18:22:14 +00:00
obache
ff56372c11 Need to include "util.h" for strdupCC.
Fixes build failure on DragonFly (and probably on FreeBSD),
noticed by Rumko via PR#42601.
2010-01-10 05:39:29 +00:00
drochner
7b13dfd363 update to 1.2.3
changes:
- many bug and compile fixes
- new native Linux SCSI backend
- See ChangeLog for details
2009-11-22 21:05:17 +00:00
taca
54e9225bbc Add patches to avoid conflict with getline(3). 2009-08-11 15:44:14 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
heinz
f484c25be4 Added support for installation to DESTDIR. 2008-01-03 23:18:07 +00:00
drochner
4cc3bc2462 replace some deprecated use of SigC::slot() -- libsigc++-2.1 will
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-10-30 19:01:29 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
drochner
a0a0c5012f update to 1.2.2
changes: Man page cleanup
2006-12-11 12:28:36 +00:00
joerg
65f16a2523 Move post-extract rule into Makefile.common, so that gcdrtoaster
profits as well.
2006-06-30 01:44:55 +00:00
drochner
ebf7e3b44d update to 1.2.1
changes:
-builds with gcc4 now
-some fixes for problems with compiler optimization
2006-05-29 15:22:29 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
f93a357660 Add support for DragonFly. 2005-10-10 21:36:56 +00:00
jmmv
e8b8851405 Bump revision due to a new dependency on a default libao plugin.
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-08 12:35:14 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
fredb
c3e9ede746 Fix another uninitialized return value. This one was negating the assurance
that the length could be omitted from the last track of an AUDIO CD.  The
length fixer-upper would quit consistently on certain (innocent) TOC files,
which lead to an error about zero-length tracks. Bump PKGREVISION.
2005-09-26 01:01:46 +00:00
drochner
f0aa6b9da5 untangle cdrdao and gcdmaster so that PKGREVISIONs can be set
individually, and avoid unnecessary tricks with the PLIST location
2005-07-19 16:33:57 +00:00
adrianp
03049d9611 - Remove old PLIST which is no longer needed 2005-06-16 09:32:52 +00:00
adrianp
78cca92b01 - Add distinfo update for new patch-ak for yesterdays bump 2005-06-16 09:29:22 +00:00
adrianp
c0d307c686 - Fix writing for cdrdao
- Reported by Mathieu in PR# 30438, thanks for the PR and the patch.
- Bump to nb2
2005-06-15 21:45:12 +00:00
adrianp
831ba1aba1 - Merge gcdmaster and cdrdao files but keep them as separate packages 2005-06-04 19:01:46 +00:00
tron
4c50c3126f Add missing dependences on "libao", "libmad" and "libvorbis" for full
audio support. Bump package revision.
2005-05-28 21:50:19 +00:00
adrianp
d1f1c827bb - Update cdrdao to 1.2.0
- NOTE: pkgsrc does _not_ install cdrdao suid root so the noted security fix
  does not apply to us.
- From the ChangeLog:
> --------------------------------------------------------------------------
>   cdrdao 1.2.0 (2005-05-12)
> --------------------------------------------------------------------------
>
>  o  SECURITY FIX: cdrdao now gives up its root privileges after setting
>     up real-time scheduling, as well as before saving settings through
>     the --save option. This fixes a potential local root exploit when
>     cdrdao is installed with the +s chmod flag. Using --save now also
>     forces an early exit after the settings are saved.
>
>  o  Added MP3 and Ogg Vorbis file support (through respectively the
>     libmad and libvorbis libraries). cdrdao will decode the MP3 and
>     Ogg files into temporary WAV files that will be deleted upon exit
>     (unless the new option --keep is used). The directory used to
>     store those temporary WAV files can be specified with the --tmpdir
>     option (default is /tmp).
>
>  o  Improved native CUE file support: replaced old incomplete existing
>     parser with the one from Matthias Czapla's excellent
>     cue2toc. Added support for cutting binary files.
>
>  o  Added --rspeed option to manually set the device reading speed. Be
>     warned not all devices support this.
>
>  o  Packaged scsilib library upgraded from cdrtools 2.01 (previously
>     was from 2.01a31).
>
>  o  Added --no-mode2-mixed option. Don't read a MODE2 disk as
>     MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu
>     Castet).
>
>  o  Added help for little-known drive-info command.
>
> GCDMaster changes:
>
>  o  MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
>     .ogg files from Nautilus into the sample display window.
>
>  o  Switched to gtkmm24 API. Improved file browsers.
>
>  o  CUE files support.
>
>  o  Sound output now uses libao library.
>
>  o  Added help for little-known drive-info command.
>
> GCDMaster changes:
>
>  o  MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
>     .ogg files from Nautilus into the sample display window.
>
>  o  Switched to gtkmm24 API. Improved file browsers.
>
>  o  CUE files support.
>
>  o  Sound output now uses libao library.
>
>  o  Added 'Select All' item in menu.
>
>  o  Added 'Eject' button to progress dialog
>
>  o  Bug fixes (sample selection weirdness, couldn't close window during
>     play, problems with gcdmaster command-line argument, crashes with
>     multiple project windows, drive status not reported correctly).
2005-05-27 08:39:26 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
minskim
8c1170628f Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2005-02-23 04:09:50 +00:00
fredb
aa43dcd1c1 Fill in blank "vendor" and "product_id" fields with "UNKNOWN", to make it
possible to match a valid entry in ~/.cdrdao-drivers.
2004-07-19 02:21:57 +00:00
wiz
3f8841115a Remove duplicate line in install arg. Reported by Sebastian Prause on tech-pkg. 2004-06-27 19:15:37 +00:00