aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* devel/schilybase: update to 2024-03-21Robert Clausecker2024-03-281-1/+0
| | | | Changelog: http://fuz.su/pub/schilytools/AN-2024-03-21.txt
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-061-1/+1
| | | | | | | | 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
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* devel/schilybase: update to 2022-09-18Robert Clausecker2022-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* sysutils/cdrtools: Add CPE informationBernhard Froehlich2021-09-081-0/+4
| | | | Approved by: portmgr (blanket)
* devel/schilybase: update to 2021.07.29Robert Clausecker2021-07-301-0/+3
| | | | | | | | - Update to 2021.07.29 - Fix related PR (Do not install broken gnutar by default) PR: 257063 Reported by: ice@extreme.hu
* misc/schilytools: Consolidate old schily's toolsRobert Clausecker2021-07-011-213/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Integrate an official patch for isoinfo and mkisofs which adds directoryMarius Strobl2017-07-251-0/+5
| | | | | | | | | | loop recognition in order to prevent from an endless loops that in turn may consume all available memory. PR: 220868 Notes: svn path=/head/; revision=446622
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Don't depend on gettext if libiconv is part of base and cdrtools is builtMarius Strobl2015-12-291-1/+4
| | | | | | | without NLS support. Notes: svn path=/head/; revision=404747
* - Update to 3.01Marius Strobl2015-12-291-14/+11
| | | | | | | | | - Fix build when `uname -m` != `uname -p` [1] PR: 191424, 197794 [1] Notes: svn path=/head/; revision=404710
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* sysutils/cdrtools: Unbreak on DragonFlyJohn Marino2014-11-191-1/+1
| | | | | | | | The Makefile.DragonFly hack stopped working, so fix this properly. No-op for FreeBSD. Notes: svn path=/head/; revision=372803
* - Update MASTER_SITES.Marius Strobl2014-11-091-48/+41
| | | | | | | | | | - 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. Notes: svn path=/head/; revision=372376
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-031-2/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356363
* - Stage supportMartin Wilke2014-03-111-68/+52
| | | | | | | Reviewed by: antoine Notes: svn path=/head/; revision=347876
* Remove trailing whitespaces from category sysutilsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345435
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Once again remove the hacks allowing this port to be compiled as part ofMarius Strobl2013-08-131-6/+1
| | | | | | | | | | release builds. Since r251812, all architectures have been switched to using makefs(8) in all active release branches instead. Approved by: mentor (beat, implicit) Notes: svn path=/head/; revision=324669
* Partial convert to new options frameworkBaptiste Daroussin2013-05-051-9/+6
| | | | | | | Fix USES+= set after .pre.mk Notes: svn path=/head/; revision=317403
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Add an additional master site.Marius Strobl2012-12-161-0/+1
| | | | | | | | PR: 174447 Approved by: netchild Notes: svn path=/head/; revision=309014
* Bring back the workarounds from rev. 1.80 and 1.82 to potentially unbreakMarius Strobl2012-03-081-1/+6
| | | | | | | | | the sparc64 release builds. Approved by: netchild Notes: svn path=/head/; revision=292967
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* - Allow to build on powerpc64. [1]Marius Strobl2011-08-131-7/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=279597
* Refine the TARGET{,_ARCH} hack to not break CC being set to somethingMarius Strobl2010-09-221-2/+3
| | | | | | | | | relying on PATH. Approved by: netchild Notes: svn path=/head/; revision=261641
* - Mention support for BluRay in COMMENT and pkg-descr.Marius Strobl2010-09-211-7/+43
| | | | | | | | | | - Add knobs for additionally installing cdda2{mp3,ogg}. Requested by: upstream Approved by: netchild Notes: svn path=/head/; revision=261564
* Add a hack allowing to building with TARGET and TARGET_ARCH set in theMarius Strobl2010-09-171-0/+5
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=261338
* Update cdrtools to 3.00. For changes since 2.01 see:Marius Strobl2010-09-151-25/+72
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=261227
* Add CONFLICTS with cdrkit.Marius Strobl2010-02-081-2/+2
| | | | | | | | Submitted by: Alexander Best Approved by: netchild Notes: svn path=/head/; revision=249418
* Hardcode a compiler specification file so CC can also be set to somethingMarius Strobl2009-09-121-4/+3
| | | | | | | | | containing spaces. Approved by: netchild Notes: svn path=/head/; revision=241289
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-05-121-0/+1
| | | | | | | Approved by: marius (maintainer) Notes: svn path=/head/; revision=233790
* Fix build with r189136.Marius Strobl2009-03-071-0/+2
| | | | | | | | Submitted by: das via rnoland (principle patch) Approved by: netchild Notes: svn path=/head/; revision=229640
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-4/+0
| | | | Notes: svn path=/head/; revision=225335
* Compile mkisofs with '-O0' only in order to work around a bug causingMarius Strobl2008-06-171-1/+3
| | | | | | | | | | its '-root' option to not work. Reported by: Ben Korvemaker Approved by: netchild Notes: svn path=/head/; revision=215028
* Remove erroneous dependencies on audio/libcddb and sysutils/libcdio.Marius Strobl2008-04-111-10/+0
| | | | | | | | PR: 122620 Approved by: netchild Notes: svn path=/head/; revision=211099
* Rename fexecve() to js_fexecve() so it doesn't clash with the recentlyMarius Strobl2008-04-091-0/+3
| | | | | | | | | | added libc one. Reported by: marcus Approved by: netchild Notes: svn path=/head/; revision=210952
* Chase libcddb libver bumpMichael Johnson2007-04-161-2/+2
| | | | Notes: svn path=/head/; revision=190135
* Re-grab maintainership.Marius Strobl2006-08-031-1/+1
| | | | | | | Approved by: netchild Notes: svn path=/head/; revision=169542
* - Chase lib version bump to libcdioMichael Landin2006-05-241-2/+2
| | | | Notes: svn path=/head/; revision=163248
* Use SUB_FILES instead of post-patch commands.Sam Lawrance2006-05-141-4/+2
| | | | | | | | PR: ports/97225 Submitted by: Ports Fury Notes: svn path=/head/; revision=162314
* Allow this port to be compiled with CC set to something containing aMarius Strobl2006-05-071-3/+5
| | | | | | | | | path component. Approved by: netchild Notes: svn path=/head/; revision=161632
* - Fix coredump in TOC parsing in cdda2wavPav Lucistnik2006-03-181-2/+1
| | | | | | | | | PR: ports/94554 Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> Obtained from: cdrtools-devel Notes: svn path=/head/; revision=157558
* - Replace the fix to make `readcd -scanbus` work which was added inMarius Strobl2006-02-181-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=156303
* Fix readcd -scanbus work.Andrey Slusar2006-01-151-1/+1
| | | | | | | | PR: ports/91763 Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> Notes: svn path=/head/; revision=153577
* - Add knob WITH_CDDB, adds cddb support.Michael Johnson2005-07-241-1/+11
| | | | | | | | | | 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. Notes: svn path=/head/; revision=139999