Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.02a09,1 01 Jul 2021 21:11:52 |
Juraj Lutter (otis) Author: Robert Clausecker |
misc/schilytools: Consolidate old schily's tools
- Update and consolidate schily's tools into more reasonable state
- Transfer maintenance to Robert Clausecker <fuz@fuz.su>
From Robert Clausecker <fuz@fuz.su> (new maintainer):
In 2018, Jörg Schilling consolidated all his projects into the
schilytools project and stopped providing new separate releases for the
individual projects (such as cdrtools, smake, star, and ved). Hence,
the FreeBSD ports of these projects have been stuck on outdated versions
for years.
With this changeset, the schilytools are added to the ports collection
as a collection of 10 ports: (Only the first 15 lines of the commit message are shown above ) |
3.02a09,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.02a09,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.02a09,1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
3.02a09,1 20 May 2018 00:34:02 |
marius |
- Update to 3.02a09
- Pet portlint |
3.02a07,1 27 Dec 2016 20:40:35 |
marius |
Update to 3.02a07 |
3.02a06,1 03 Dec 2016 13:36:11 |
dim |
Make frame pointer tracing in cdrtools(-devel) work correctly
The cdrtools ports compile and run a small program ('avoffset') after
their configuration phase, which is supposed to figure out the stack
direction, frame pointer offset to main(), and so on. This program
relies on the compiler not optimizing away certain constructs, so after
the import of clang 3.9.0 into base, it got stuck in an endless loop.
Fix it by marking a few functions as noinline, and making one particular
variable volatile.
Reported by: antoine
Approved by: marius (maintainer) |
3.02a06,1 06 Aug 2016 22:34:20 |
marius |
Update to 3.02a06 |
3.02a04,1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
3.02a04,1 29 Dec 2015 15:16:21 |
marius |
Replace r404748 with the correct change. |
3.02a04,1 29 Dec 2015 14:55:30 |
marius |
Don't depend on gettext if libiconv is part of base and cdrtools-devel is
built without NLS support. |
3.02a04,1 29 Dec 2015 00:33:56 |
marius |
- Update to 3.02a04
- Fix build when `uname -m` != `uname -p` |
3.01a24,1 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
3.01a24,1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.01a24,1 09 Nov 2014 21:12:50 |
marius |
- Update to 3.01a24.
- Add LICENSE.
- Convert the remainder of build knobs to OPTIONS. |
3.01a23,1 11 Oct 2014 21:57:13 |
jhale |
- Convert USE_BZIP2 to USES
- Modernize plist
Approved by: portmgr blanket |
3.01a23,1 29 Jul 2014 15:00:13 |
adamw |
Rename sysutils/ patch-xy patches to reflect the files they modify. |
3.01a23,1 24 Mar 2014 00:55:05 |
marius |
- Update to 3.01a23. For release notes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-3.01a23
Note that some versions were skipped as they made no net difference for
FreeBSD.
- Account for the fact that libiconv now may live in base.
- Base LDPATH on ${LOCALBASE} rather than ${PREFIX}.
- Add staging support based on r347876.
Approved by: beat (mentor, implicit) |
3.01a16,1 21 Feb 2014 13:39:38 |
ehaupt |
Remove trailing whitespaces from category sysutils |
3.01a16,1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.01a16,1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
3.01a16,1 28 Jul 2013 12:59:22 |
marius |
Update to 3.01a16. For the changes since 3.01a14 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a15
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a16
Approved by: beat (mentor, implicit) |
3.01a14,1 31 May 2013 13:36:36 |
marius |
Update to 3.01a14. For the changes since 3.01a13 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a14
Approved by: bapt (mentor) |
3.01a13,1 05 May 2013 08:15:24 |
bapt |
Partial convert to new options framework
Fix USES+= set after .pre.mk |
3.01a13,1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
3.01a13,1 02 Mar 2013 20:14:35 |
marius |
Update to 3.01a13. For the changes since 3.01a12 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a13
Approved by: bapt (mentor) |
3.01a12,1 02 Mar 2013 18:32:12 |
marius |
Update to 3.01a12. For the changes since 3.01a11 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a12
Approved by: beat (mentor) |
3.01a11,1 20 Jan 2013 15:56:35 |
marius |
Update to 3.01a11. For the changes since 3.01a10 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a11
Approved by: bapt (mentor) |
3.01a10,1 18 Dec 2012 20:29:43 |
marius (src committer) |
- Update to 3.01a10. For the changes since 3.01a09 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a10
- Trim Makefile header.
Approved by: netchild |
3.01a09,1 16 Dec 2012 15:27:28 |
marius (src committer) |
- Update to 3.01a09. For the changes since 3.01a08 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a09
- Add an additional master site. [1]
PR: 174447 [1]
Approved by: netchild |
3.01a08,1 20 Oct 2012 13:56:04 |
marius (src committer) |
Fix a bug preventing compilation with clang 3.1 (r156863).
PR: 172799
Approved by: netchild
Obtained from: NetBSD
Feature safe: yes |
3.01a08,1 30 Aug 2012 21:57:25 |
marius (src committer) |
Update to 3.01a08. For the changes since 3.01a07 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a08
Approved by: netchild |
3.01a07,1 09 Mar 2012 15:42:10 |
marius |
Update to 3.01a07. For the changes since 3.01a06 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a07
Approved by: netchild
Feature safe: yes |
3.01a06_1,1 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
3.01a06,1 08 Jan 2012 07:01:25 |
eadler |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
3.01a06,1 14 Sep 2011 15:58:25 |
marius |
Update to 3.01a06. For the changes since 3.01a05 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a06
Approved by: netchild |
3.01a05,1 13 Aug 2011 13:37:20 |
marius |
- Allow to build on powerpc64.
- Revert the hack allowing to cross-compile FreeBSD/i386 releases on amd64
as it caused more problems than it solved. As of r224838 all of head,
stable/8 and stable/7 are switch to use use makefs(8) instead of mkisofs(8)
so this hack is no longer necessary.
Approved by: netchild |
3.01a05,1 17 Jun 2011 19:09:22 |
marius |
Update to 3.01a05. For the changes since 3.01a04 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a05
Approved by: netchild |
3.01a04,1 22 Apr 2011 07:51:13 |
marius |
Update to 3.01a04. For the changes since 3.01a03 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a04
Approved by: netchild |
3.01a03,1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.01a03,1 12 Mar 2011 19:19:54 |
marius |
Update to 3.01a03. For the changes since 3.01a02 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a03
Approved by: netchild |
3.01a02,1 08 Jan 2011 21:21:48 |
marius |
Update to 3.01a02. For the changes since 3.01a01 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a02
Approved by: netchild |
3.01a01,1 27 Nov 2010 13:42:58 |
marius |
Update to 3.01a01.
Approved by: netchild |
2.01.01a79_2,1 22 Sep 2010 19:51:27 |
marius |
Refine the TARGET{,_ARCH} hack to not break CC being set to something
relying on PATH.
Approved by: netchild |
2.01.01a79_2,1 21 Sep 2010 18:53:47 |
marius |
- Mention support for BluRay in COMMENT and pkg-descr.
- Add knobs for additionally installing cdda2{mp3,ogg}.
Requested by: upstream
Approved by: netchild |
2.01.01a79_1,1 17 Sep 2010 17:09:34 |
marius |
Add a hack allowing to building with TARGET and TARGET_ARCH set in the
environment as done by the release building scripts. The former causes
some targets in the Makefiles of the port to be overridden and the later
is added to the default COMPILE.c variable by gmake. Arguably the release
building scripts should be fixed to not set TARGET and TARGET_ARCH when
compiling the cdrtools port in case of a cross-release but for reasons
beyond me this just worked with cdrtools 2.01
Approved by: netchild |
2.01.01a79_1,1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.01.01a79,1 18 May 2010 16:31:41 |
marius |
Update to 2.01.01a79. For the changes since 2.01.01a78 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a79
Note that this release is advertised as release candidate of cdrtools 3.0.
Approved by: netchild |
2.01.01a78,1 30 Apr 2010 08:08:30 |
marius |
Update to 2.01.01a78. For the changes since 2.01.01a77 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a78
Approved by: netchild |
2.01.01a77,1 01 Mar 2010 19:42:43 |
marius |
Update to 2.01.01a77. For the changes since 2.01.01a75 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a76
and
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a77
Approved by: netchild
Feature safe: yes |
2.01.01a75,1 08 Feb 2010 09:10:21 |
marius |
- Update to 2.01.01a75. For the changes since 2.01.01a74 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a75
- Add CONFLICTS with cdrkit and cjk-cdrtools. [1]
Submitted by: Alexander Best [1]
Approved by: netchild |
2.01.01a74,1 07 Feb 2010 16:17:21 |
marius |
Update to 2.01.01a74. For the changes since 2.01.01a73 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a74
Approved by: netchild |
2.01.01a73,1 31 Jan 2010 15:50:07 |
marius |
Update to 2.01.01a73. For the changes since 2.01.01a72 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a73
Approved by: netchild |
2.01.01a72,1 12 Jan 2010 20:00:06 |
marius |
Update to 2.01.01a72. For the changes since 2.01.01a71 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a72 |
2.01.01a71,1 05 Jan 2010 21:24:07 |
marius |
Update to 2.01.01a71. For the changes since 2.01.01a70 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a71
Approved by: netchild |
2.01.01a70,1 29 Dec 2009 13:56:45 |
marius |
Update to 2.01.01a70. For the changes since 2.01.01a69 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a70
Approved by: netchild |
2.01.01a69,1 13 Dec 2009 16:08:03 |
marius |
Update to 2.01.01a69. For the changes since 2.01.01a68 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a69
Approved by: netchild |
2.01.01a68,1 21 Nov 2009 12:13:06 |
marius |
Update to 2.01.01a68. For the changes since 2.01.01a67 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a68
Approved by: netchild |
2.01.01a67,1 03 Nov 2009 17:00:15 |
marius |
Update to 2.01.01a67. For the changes since 2.01.01a66 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a67
Approved by: netchild |
2.01.01a66,1 25 Oct 2009 12:53:33 |
marius |
Update to 2.01.01a66.
Approved by: netchild |
2.01.01a63,1 12 Sep 2009 18:51:17 |
marius |
- Update to 2.01.01a63. For changes since 2.01.01a62 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a63
- Hardcode a compiler specification file so CC can also be set to something
containing spaces.
Approved by: netchild |
2.01.01a62,1 02 Aug 2009 14:47:39 |
marius |
Update to 2.01.01a62. For the changes since 2.01.01a61 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a62
Approved by: netchild |
2.01.01a61,1 12 Jul 2009 21:19:04 |
marius |
Update to 2.01.01a61. For the changes since 2.01.01a60 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a61
Approved by: netchild |
2.01.01a60,1 10 Jun 2009 19:55:46 |
marius |
Update to 2.01.01a60. For the changes since 2.01.01a59 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a60
Approved by: netchild |
2.01.01a59,1 12 May 2009 20:01:11 |
pav |
- Mark MAKE_JOBS_UNSAFE
Approved by: marius (maintainer) |
2.01.01a59,1 08 May 2009 20:04:44 |
marius |
Update to 2.01.01a59. For the changes since 2.01.01a58 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a59
Approved by: netchild |
2.01.01a58,1 09 Mar 2009 21:01:47 |
marius |
Update to 2.01.01a58.
Approved by: netchild |
2.01.01a55,1 14 Jan 2009 20:03:24 |
marius |
Update to 2.01.01a55.
Approved by: netchild |
2.01.01a53,1 09 Nov 2008 20:32:37 |
marius |
Update to 2.01.01a53. For the changes since 2.01.01a52 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a53
Approved by: netchild |
2.01.01a52,1 22 Oct 2008 19:47:49 |
marius |
- Update to 2.01.01a52. For the changes since 2.01.01a51 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a52
- Remove the fexecve() workaround which is no longer needed since
2.01.01a51.
Approved by: netchild |
2.01.01a51,1 11 Oct 2008 10:54:41 |
marius |
- Update to 2.01.01a51. This has the fix from PR 127608 incorporated.
Approved by: netchild |
2.01.01a48,1 06 Sep 2008 16:57:59 |
marius |
- Update to 2.01.01a48. 2.01.01a46 and 2.01.01a47 had to be skipped due
to broken configure scripts.
- Fix build when audio/cdparanoia is installed. [1]
PR: 126955 [1]
Submitted by: jkim [1]
Approved by: netchild |
2.01.01a45,1 17 Aug 2008 12:44:08 |
marius |
Update to 2.01.01a45.
Approved by: netchild |
2.01.01a43,1 13 Jul 2008 14:42:15 |
marius |
Update to 2.01.01a43. For the changes since 2.01.01a42 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a43
Approved by: netchild |
2.01.01a42,1 03 Jul 2008 19:11:17 |
marius |
- Update to 2.01.01a42.
- Drop FreeBSD 5 anti-footshooting.
Approved by: netchild |
2.01.01a41,1 17 Jun 2008 20:16:18 |
marius |
Update to 2.01.01a41.
Approved by: netchild |
2.01.01a39_1,1 06 Jun 2008 14:03:26 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.01.01a39,1 28 Apr 2008 19:48:03 |
marius |
Update to 2.01.01a39. For the changes since 2.01.01a38 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a39
Approved by: netchild |
2.01.01a38_1,1 11 Apr 2008 22:36:52 |
marius |
Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.
PR: 122636
Approved by: netchild |
2.01.01a38_1,1 09 Apr 2008 20:40:00 |
marius |
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.
Reported by: marcus
Approved by: netchild |
2.01.01a38_1,1 09 Mar 2008 21:35:18 |
marius |
Update to 2.01.01a38. For the changes since 2.01.01a37 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a38
Approved by: netchild |
2.01.01a37_1,1 18 Feb 2008 21:48:57 |
marius |
Fix `mkisofs -input-charset`:
- The configure script adds dependencies on libiconv and libintl when
found so set USE_GETTEXT and USE_ICONV accordingly. If these libraries
are not yet installed, these dependencies can be turned off by defining
WITHOUT_NLS. There's no easy way to force these dependencies off as
the configure script doesn't offer such a knob and modifying its tests
is not allowed.
- When setting USE_GETTEXT and USE_ICONV, also add OSDEFS to the MAKE_ENV
as a hack to pass -I${LOCALBASE}/include as CPPFLAGS so the installed
iconv.h is found.
- Install the charset conversion tables.
- Set ${INS_BASE} to ${LOCALBASE} in DEFAULTS/Defaults.freebsd so the
path constructed by libsiconv and mkisofs points to the installed
conversion tables.
- Fix a bug that caused the 'iconv:' prefix not to be stripped from the
implied '-output-charset' when the conversion tables are not found or
'-input-charset' is used with the 'iconv:' prefix.
Submitted by: jkim
Approved by: netchild |
2.01.01a37,1 05 Jan 2008 16:37:17 |
marius |
Update to 2.01.01a37. For the changes since 2.01.01a36 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a37
Approved by: netchild |
2.01.01a36,1 29 Oct 2007 22:34:12 |
marius |
- Update to 2.01.01a36.
- Comply with the CDDL and the CDDL HEADER used; given that the port
Makefile and patches contain Covered Code we need to accomplish
CDDL 3.3 by denoting the Contributor and include the CDDL HEADER
in these files. [1]
Discussed with: author [1]
Approved by: netchild |
2.01.01a11_1,1 16 Apr 2007 17:28:53 |
ahze |
Chase libcddb libver bump |
2.01.01a11,1 03 Aug 2006 09:32:12 |
marius |
- Update to 2.01.01a11. For the changes since 2.01.01a10 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a11
- Re-grab maintainership.
Approved by: netchild |
2.01.01a10,1 08 Jun 2006 19:34:37 |
sat |
- Chase lib version bump to libcdio |
2.01.01a10,1 07 Jun 2006 19:03:29 |
anray |
cdrtools-2.01.01a10 were released.
The announcement can be found at:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a10
PR: ports/98587
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> |
2.01.01a09_1,1 16 May 2006 19:45:42 |
marius |
- Update COMMENT and the description of cdrecord in pkg-descr to
reflect the DVD recording support included since 2.01.01a09.
- Add btcflash, included since 2.01.01a05, to the list of cdrtools
package contents in pkg-descr.
- Correct a grammo in pkg-descr.
- Bump PORTREVISION, as these changes affect the contents of the
binary package.
Submitted by: Fabian Keil (modulo COMMENT part)
Approved by: netchild |
2.01.01a09,1 16 May 2006 18:13:28 |
marius |
Update to 2.01.01a09, which now includes DVD support in cdrecord and
changed the licenses of the various cdrtools components from GPL to
CDDL and LGPL respectively. For the full announcement of 2.01.01a09
see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a09 |
2.01.01a08,1 14 May 2006 11:07:17 |
lawrance |
Use SUB_FILES instead of post-patch commands.
PR: ports/97219
Submitted by: Ports Fury |
2.01.01a08,1 10 May 2006 09:03:17 |
marius |
Update to 2.01.01a08, which includes the remaining cdda2wav ports patches.
For the other changes since 2.01.01a07 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a08
Approved by: netchild |
2.01.01a07,1 07 May 2006 18:49:38 |
marius |
- Allow this port to be compiled with CC set to something containing a
path component.
- Remove obsolete USE_REINPLACE.
Approved by: netchild |
2.01.01a07,1 20 Feb 2006 20:25:47 |
marius |
Add btcflash(1) installed since 2.01.01a07,1.
Reported by: kris
Approved by: netchild (in principle) |
2.01.01a07,1 18 Feb 2006 19:05:21 |
anray |
Fix conflicts with system SIZE_T_MAX. |
2.01.01a07,1 18 Feb 2006 15:53:48 |
marius |
o Update to 2.01.01a07. Noteworthy changes since 2.01.01a04 are:
- With 2.01.01a05 a new tool btcflash for flashing the firmware of
BTC DRW1008 DVD+/-RW drives was added.
- With 2.01.01a06 `readcd -scanbus` was finally fixed (the "fix" in
2.01.01a05 did not work). Thus the respective ports patch was
removed.
- With 2.01.01a07 my changes to make the direct ATAPI transport
(cooked_ioctl interface) of cdda2wav work again with FreeBSD
after ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed
were finally integrated, but unfortunately a modified, buggy
version. Thus the respective ports patches were removed and the
bug corrected.
For the complete list of changes since 2.01.01a04 see
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a0[5-7]
o Make the direct ATAPI transport of cdda2wav work again with FreeBSD
after device major numbers were abandoned. |
2.01.01a04,1 16 Jan 2006 09:24:48 |
marius |
Update to 2.01.01a04. For a list of changes please see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a04
Approved by: netchild |
2.01.01a03_2,1 15 Jan 2006 17:08:04 |
anray |
Fix readcd -scanbus work.
PR: ports/91763
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> |
2.01.01a03_1,1 25 Nov 2005 18:14:52 |
pav |
- Add SHA256 |
2.01.01a03_1,1 28 Sep 2005 06:02:02 |
linimon |
Update www site. |