non port: sysutils/cdrtools/Makefile |
Number of commits found: 77 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Monday, 19 Sep 2022
|
15:37 Neel Chauhan (nc) Author: Robert Clausecker
devel/schilybase: update to 2022-09-18
- point MASTER_SITES to new upstream
- split bosh from sysutils/schilyutils into new port shells/bosh
- stop installing pfbosh, a SunOS-only feature
- install jsh as jbosh to avoid a conflict
- patch shell names in man pages
- point WWW to subproject-specific sites if available
- misc/schilytools: deprecate man2html component
- devel/schilybase: add missing file to pkg-plist
- make test suite work better
- do not pass INS_*BASE/DESTDIR to smake tests
- account for devel/sccs placing files in /tmp
- make sh/tests/common/test-common find bosh after
we patched out the hardlink to sh
- Test suite passes on armv7 except for archivers/star.
Will have to investigate further.
- sysutils/schilyutils: add vctags command
I forgot about that one when I made the port initially.
The ctags link is not installed to avoid conflicts.
Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt
PR: 266475
e69a181 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 10 Jan 2022
|
15:15 Stefan Eßer (se)
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Wednesday, 8 Sep 2021
|
20:53 Bernhard Froehlich (decke)
sysutils/cdrtools: Add CPE information
Approved by: portmgr (blanket)
3035b66 |
Friday, 30 Jul 2021
|
13:26 Juraj Lutter (otis) Author: Robert Clausecker
devel/schilybase: update to 2021.07.29
- Update to 2021.07.29
- Fix related PR (Do not install broken gnutar by default)
PR: 257063
Reported by: ice@extreme.hu
774298c |
Thursday, 1 Jul 2021
|
21:11 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:
devel/schilybase (libraries)
archivers/star
devel/sccs
devel/smake
devel/sunpromake
editors/ved
net/rscsi (split out from cdrtools for security reasons)
sysutils/cdrtools
sysutils/schilyutils (command line helpers, shells)
misc/schilytools (meta port for all of these)
Where appropriate, I've tried to keep existing patches and conventions
in tact. Some options have been renamed to more appropriate names,
others have been added or removed. The schilytools have been patched
not to install binaries with the same name as system binaries, though
some man pages with such names remain.
The split into slave ports largely follows the OpenCSW packages provided
by the author. Some differences are present:
* strar has been moved from schilyutils to star
* rscsi has been moved from cdrtools into a package on its own as it
needs to be installed setuid to function.
* mountcd is a Solaris only program and is not shipped
* man2html is not shipped as it's already available in textproc/man2html
* cdrecord, cdda2wav, and readcd are only installed setuid root if the
user specifically requests so using a non-default option
This changeset unobsoletes the editors/ved port.
This changeset obsoletes the sysutils/cdrtools-devel port as schilytools
provide a newer version than the old development version shipped therein.
This changeset overwrites the following ports, the maintainers have
previously been informed via PR and direct email but haven't responded.
They have also been added as reviewers to this changeset.
archivers/star (mm@freebsd.org)
devel/smake (no maintainer)
sysutils/cdrtools (marius@freebsd.org)
sysutils/cdrtools-devel (marius@freebsd.org)
PR: 256467
Differential Revision: https://reviews.freebsd.org/D30669
2a40da7 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 25 Jul 2017
|
20:11 marius
Integrate an official patch for isoinfo and mkisofs which adds directory
loop recognition in order to prevent from an endless loops that in turn
may consume all available memory.
PR: 220868
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 29 Dec 2015
|
14:55 marius
Don't depend on gettext if libiconv is part of base and cdrtools is built
without NLS support.
 |
00:33 marius
- Update to 3.01
- Fix build when `uname -m` != `uname -p` [1]
PR: 191424, 197794 [1]
 |
Thursday, 14 May 2015
|
10:15 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
 |
Wednesday, 19 Nov 2014
|
18:49 marino
sysutils/cdrtools: Unbreak on DragonFly
The Makefile.DragonFly hack stopped working, so fix this properly.
No-op for FreeBSD.
 |
Sunday, 9 Nov 2014
|
21:17 marius
- Update MASTER_SITES.
- Add LICENSE.
- Convert the remainder of build knobs to OPTIONS.
- Account for the fact that libiconv now may live in base, merging r348916.
- Partially merge pkg-plist modernization from r370671.
 |
Tuesday, 3 Jun 2014
|
13:47 amdmi3
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
 |
Tuesday, 11 Mar 2014
|
12:50 miwi
- Stage support
Reviewed by: antoine
 |
Friday, 21 Feb 2014
|
13:39 ehaupt
Remove trailing whitespaces from category sysutils
 |
Monday, 10 Feb 2014
|
13:54 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)
 |
Friday, 20 Sep 2013
|
23:06 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
 |
Tuesday, 13 Aug 2013
|
14:16 marius
Once again remove the hacks allowing this port to be compiled as part of
release builds. Since r251812, all architectures have been switched to
using makefs(8) in all active release branches instead.
Approved by: mentor (beat, implicit)
 |
Sunday, 5 May 2013
|
08:15 bapt
Partial convert to new options framework
Fix USES+= set after .pre.mk
 |
Saturday, 27 Apr 2013
|
18: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
 |
Sunday, 16 Dec 2012
|
15:32 marius (src committer)
Add an additional master site.
PR: 174447
Approved by: netchild
 |
Thursday, 8 Mar 2012
|
12:36 marius
Bring back the workarounds from rev. 1.80 and 1.82 to potentially unbreak
the sparc64 release builds.
Approved by: netchild
 |
Saturday, 14 Jan 2012
|
22:27 netchild
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
 |
Saturday, 13 Aug 2011
|
13:34 marius
- Allow to build on powerpc64. [1]
- 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. [2]
PR: 159671 [1], 151486 [2], 152309 [2], probably some more for [2]
Approved by: netchild
 |
Wednesday, 22 Sep 2010
|
19:51 marius
Refine the TARGET{,_ARCH} hack to not break CC being set to something
relying on PATH.
Approved by: netchild
 |
Tuesday, 21 Sep 2010
|
18:53 marius
- Mention support for BluRay in COMMENT and pkg-descr.
- Add knobs for additionally installing cdda2{mp3,ogg}.
Requested by: upstream
Approved by: netchild
 |
Friday, 17 Sep 2010
|
17:09 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
 |
Wednesday, 15 Sep 2010
|
17:35 marius
Update cdrtools to 3.00. For changes since 2.01 see:
ftp://ftp.berlios.de/pub/cdrecord/AN-3.00
Note that this breaks and obsoletes sysutils/cdrtools-cjk as mkisofs now
employs iconv for character conversion. Consequently USE_CDRTOOLS=cjk and
USE_CDRTOOLS together with WITH_CJK are now defunct and bsd.port.mk is
expected to be updated by portmgr@ accordingly (PR 150362).
PR: 127608, 149644
Approved by: netchild
 |
Monday, 8 Feb 2010
|
09:15 marius
Add CONFLICTS with cdrkit.
Submitted by: Alexander Best
Approved by: netchild
 |
Saturday, 12 Sep 2009
|
19:02 marius
Hardcode a compiler specification file so CC can also be set to something
containing spaces.
Approved by: netchild
 |
Tuesday, 12 May 2009
|
20:01 pav
- Mark MAKE_JOBS_UNSAFE
Approved by: marius (maintainer)
 |
Saturday, 7 Mar 2009
|
16:52 marius
Fix build with r189136.
Submitted by: das via rnoland (principle patch)
Approved by: netchild
 |
Tuesday, 6 Jan 2009
|
17:59 pav
- Remove conditional checks for FreeBSD 5.x and older
 |
Tuesday, 17 Jun 2008
|
20:35 marius
Compile mkisofs with '-O0' only in order to work around a bug causing
its '-root' option to not work.
Reported by: Ben Korvemaker
Approved by: netchild
 |
Friday, 11 Apr 2008
|
22:35 marius
Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.
PR: 122620
Approved by: netchild
 |
Wednesday, 9 Apr 2008
|
20:40 marius
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one.
Reported by: marcus
Approved by: netchild
 |
Monday, 16 Apr 2007
|
17:28 ahze
Chase libcddb libver bump
 |
Thursday, 3 Aug 2006
|
09:29 marius
Re-grab maintainership.
Approved by: netchild
 |
Wednesday, 24 May 2006
|
09:13 mich
- Chase lib version bump to libcdio
 |
Sunday, 14 May 2006
|
11:08 lawrance
Use SUB_FILES instead of post-patch commands.
PR: ports/97225
Submitted by: Ports Fury
 |
Sunday, 7 May 2006
|
18:52 marius
Allow this port to be compiled with CC set to something containing a
path component.
Approved by: netchild
 |
Saturday, 18 Mar 2006
|
15:19 pav
- Fix coredump in TOC parsing in cdda2wav
PR: ports/94554
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
Obtained from: cdrtools-devel
 |
Saturday, 18 Feb 2006
|
15:55 marius
- Replace the fix to make `readcd -scanbus` work which was added in
2.01_2 with the "official" version from cdrtools 2.01.01a06.
- Patch i386-freebsd-cc.rul to allow compilation with CC set to a
compiler other than the default (as long as it doesn't include a
path component, which requires considerably changes to make work).
- Make the direct ATAPI transport of cdda2wav work again with FreeBSD
after device major numbers were abandoned; bump PORTREVISION for
this.
Approved by: netchild
 |
Sunday, 15 Jan 2006
|
17:08 anray
Fix readcd -scanbus work.
PR: ports/91763
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
 |
Sunday, 24 Jul 2005
|
03:46 ahze
- Add knob WITH_CDDB, adds cddb support.
this is also auto-detected and can not be turned off because
there is no configure knob to turn off.
- Bump PORTREVISION because libcddb just got bumped so people wont' run
in to problems with libver stuff.
 |
Sunday, 10 Jul 2005
|
13:48 marius
Resign from maintainership.
Approved by: netchild
 |
Wednesday, 29 Dec 2004
|
22:17 marius
- Update to 2.01. For changes since 2.00.3 please see:
ftp://ftp.berlios.de/pub/cdrecord/AN-2.01
- Once again remove the patch for the configure script to disable the use
of mlockall(2) as it no longer causes negative side effects on FreeBSD
=> 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2)
as such changes are not allowed according to a comment in xconfig.h.in.
A patch for aclocal.m4 was submitted upstream but didn't get integrated.
Mkisofs 2.01 was verified to produce working FreeBSD install images for
alpha, i386, ia64 and sparc64.
Thanks to: marcel for verifying mkisofs on ia64
Approved by: netchild
 |
Sunday, 29 Aug 2004
|
14:40 marius
Fix a security bug in the rscsi client code.
Approved by: netchild
Obtained from: cdrtools 2.01a38
 |
Monday, 7 Jun 2004
|
13:20 netchild
Make usable as master port for the upcomming sysutils/cdrtools-cjk.
Submitted by: marius
 |
Wednesday, 2 Jun 2004
|
17:16 netchild
- Add a workaround for the problem that cdda2wav doesn't use a page
aligned buffer for the SCSI transfers in paranoia mode. [1]
- Stop the artificial separation of mkisofs from cdrtools and merge
sysutils/mkisofs into sysutils/cdrtools which brings us in line
with other distributions. The separation of mkisofs caused quite
some confusion among users as well as committers about why its
PORTVERSION was different from the cdrtools port, how to install
it, etc.
PR: 63775 [1]
Submitted by: marius
 |
Tuesday, 25 May 2004
|
14:26 netchild
- Fix installation when CC is not set to "cc". [1]
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.
PR: 66925 [1]
Submitted by: marius
 |
Tuesday, 20 Apr 2004
|
20:46 netchild
erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:
Changes common to cdrtools and mkisofs:
- Delete targets for mkisofs and friends when building cdrtools and vice
versa to speed up the build of the respective port.
- Respect CC already at the configure-stage.
- Manually replace included copies of config.guess and config.sub with
versions from ${PORTSDIR}/Templates.
- Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some
manual pages also reference these.
- Add a workaround for what appears to be a problem with gmake and certain
locales on -current. [1]
Changes to cdrtools:
- Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s.
- Install scgcheck, a tool to check and validate the ABI of libscg.
- Patch cdrecord to use ${PREFIX}/etc as the location of the global
configuration file, rather than using /etc/default. The installed
documentaion also gets patched accordingly and a PKGMESSAGE reflecting
this change as required by the terms in cdrecord/defaults.c (PR 50835).
- Install a sample configuration file for cdrecord, also install a
configuration file if it doesn't already exist.
- Patch manpages to better correspond to files and locations on FreeBSD.
- Add a knob to optionally build and install rscsi, a tool that allows using
SCSI-devices over the network. The required rscsi user gets added
automatically and templates for the configuration file also get installed.
PKGINSTALL points to for further information on how to configure remote
access to SCSI-devices.
Note that the stock rscsi of cdrtools 2.00.3 has a small security issue,
the fix from the cdrtools alpha version has been added to the port.
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see revision 1.48
of sysutils/cdrtools-devel/Makefile for a more detailed description).
- Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
(e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
- Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
interface is used so it's disabled by default.
- Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100
originated in the FreeBSD port of cdrtools but the relevant parts were
incorporated in cdrtools-1.10a14.
- Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for
a description of the problem).
Changes to mkisofs:
- Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8.
- Install isodebug, a simple tool to display the creation date and the
commandline options used to create a certain ISO-image with mkisofs.
- Remove apple_driver.8, this tool doesn't get installed.
- Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8.
- Remove patch-bb, its purpose is unclear and there's no indication in the
CVS history why it was added.
Requested by: pav [1]
Submitted by: marius (maintainer)
Changes to UPDATING:
- add a note about the new location of the global configuration of cdrecord.
 |
13:49 netchild
Use the @FreeBSD.org address of the maintainer.
Approved by: marius
 |
Wednesday, 17 Mar 2004
|
14:34 netchild
Give this port into the hands of Marius Strobl, he already maintains
cdrtools-devel and is willing to sync both ports as necessary.
Requested by: Marius Strobl <marius@alchemy.franken.de>
 |
Sunday, 22 Feb 2004
|
01:40 kris
Don my portmgr hat and return dirk@FreeBSD.org's ports back to the
unmaintained pool. He has not committed in over a year and has been
unresponsive to emails over a similar time period.
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Sunday, 18 Jan 2004
|
18:20 eivind
Remove mkisofs mention from comment; it disappeared from the port sometime in
1998
 |
Saturday, 3 Jan 2004
|
07:53 edwin
Make MAINTAINER section conditional, a slave port might want to set it.
PR: ports/58051 (related)
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
 |
Tuesday, 19 Aug 2003
|
16:22 netchild
cdrtools and mkisofs:
- Add CONFLICTS for corresponding -devel ports.
mkisofs:
- Rearrange a line in the Makefile in oder to quiet portlint (3 errors/
1 warning -> 0 errors/1 warning).
PR: ports/52849
Submitted by: Marius Strobl <marius@alchemy.franken.de>
 |
Sunday, 6 Jul 2003
|
21:25 osa
Update to 2.0.3 (maintainer timeout after 19 days)
Approved by: fjoe (mentor) (implicit)
 |
Tuesday, 20 May 2003
|
20:33 oliver
Fix a securety issue which may cause a local root exploit
(if the cdrecord binary is suid 0).
For more information about this, feel free to take a look at
http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2
Approved by: maintainer hasn't responded within 3 days, alex (mentor)
 |
Thursday, 6 Mar 2003
|
19:23 ade
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
 |
Saturday, 11 Jan 2003
|
20:48 obrien
Always use -f with ln.
 |
20:16 obrien
Unbreak mkisofs.
 |
20:09 obrien
Update to version 2.0.
 |
20:01 obrien
Update to 1.11.a40 (which is really a version 2.0 alpha).
 |
Friday, 20 Dec 2002
|
04:37 marcel
Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386
version in the RULES directory if the build machine is not i386.
This fixes the port on ia64 because it simply wasn't enumerated.
No response: dirk@
 |
Sunday, 27 Oct 2002
|
19:29 dirk
Upgrade to 1.11.a39.
 |
Monday, 14 Oct 2002
|
22:13 jake
Make this compile on sparc64. Needed for make release.
 |
Sunday, 4 Aug 2002
|
08:02 dirk
Upgrade to cdrtools-1.11a28.
 |
Tuesday, 16 Apr 2002
|
19:02 dirk
Upgrade to cdrtools-1.11a21.
 |
Sunday, 18 Nov 2001
|
11:50 dirk
Fix cdda2wav for ATAPI drives.
 |
Thursday, 2 Aug 2001
|
09:55 dirk
Upgrade to cdrtools-1.10 after repository copy from cdrecord.
 |
Number of commits found: 77 |