aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508909
* Integrate an official patch for isoinfo and mkisofs which adds directoryMarius Strobl2017-07-252-0/+8
| | | | | | | | | | 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
* Make frame pointer tracing in cdrtools(-devel) work correctlyDimitry Andric2016-12-033-0/+102
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=427613
* 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-297-49/+95
| | | | | | | | | - 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-092-56/+43
| | | | | | | | | | - 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
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2910-0/+0
| | | | Notes: svn path=/head/; revision=363335
* - Fix build with Q/A testsMartin Wilke2014-06-281-6/+2
| | | | Notes: svn path=/head/; revision=359711
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-031-2/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356363
* - Stage supportMartin Wilke2014-03-112-68/+62
| | | | | | | 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
* Fix a bug preventing compilation with clang 3.1 (r156863).Marius Strobl2012-10-201-0/+14
| | | | | | | | | | PR: 172799 Approved by: netchild Obtained from: NetBSD Feature safe: yes Notes: svn path=/head/; revision=306180
* 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
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* - 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* 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-213-8/+46
| | | | | | | | | | - 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-1517-312/+312
| | | | | | | | | | | | | | | 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-142-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-182-2/+21
| | | | | | | | | 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-184-36/+69
| | | | | | | | | | | | | | | 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-152-1/+32
| | | | | | | | PR: ports/91763 Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> Notes: svn path=/head/; revision=153577
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149455
* Update www site.Mark Linimon2005-09-281-1/+1
| | | | Notes: svn path=/head/; revision=143660
* - 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
* Resign from maintainership.Marius Strobl2005-07-101-1/+1
| | | | | | | Approved by: netchild Notes: svn path=/head/; revision=138800