aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.02a07Marius Strobl2016-12-272-4/+4
| | | | Notes: svn path=/head/; revision=429656
* 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
* Update to 3.02a06Marius Strobl2016-08-062-3/+4
| | | | Notes: svn path=/head/; revision=419756
* 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
* Replace r404748 with the correct change.Marius Strobl2015-12-291-3/+6
| | | | Notes: svn path=/head/; revision=404750
* Don't depend on gettext if libiconv is part of base and cdrtools-devel isMarius Strobl2015-12-291-2/+2
| | | | | | | built without NLS support. Notes: svn path=/head/; revision=404748
* - Update to 3.02a04Marius Strobl2015-12-294-11/+10
| | | | | | | - Fix build when `uname -m` != `uname -p` Notes: svn path=/head/; revision=404711
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=394508
* 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
* - Update to 3.01a24.Marius Strobl2014-11-093-55/+43
| | | | | | | | - Add LICENSE. - Convert the remainder of build knobs to OPTIONS. Notes: svn path=/head/; revision=372375
* - Convert USE_BZIP2 to USESJason E. Hale2014-10-112-16/+4
| | | | | | | | | - Modernize plist Approved by: portmgr blanket Notes: svn path=/head/; revision=370671
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2911-0/+0
| | | | Notes: svn path=/head/; revision=363335
* - Update to 3.01a23. For release notes see:Marius Strobl2014-03-245-91/+136
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=348916
* 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
* Update to 3.01a16. For the changes since 3.01a14 see:Marius Strobl2013-07-282-3/+3
| | | | | | | | | | 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) Notes: svn path=/head/; revision=323825
* Update to 3.01a14. For the changes since 3.01a13 see:Marius Strobl2013-05-312-3/+3
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a14 Approved by: bapt (mentor) Notes: svn path=/head/; revision=319491
* Partial convert to new options frameworkBaptiste Daroussin2013-05-051-5/+5
| | | | | | | 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
* Update to 3.01a13. For the changes since 3.01a12 see:Marius Strobl2013-03-022-3/+3
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a13 Approved by: bapt (mentor) Notes: svn path=/head/; revision=313294
* Update to 3.01a12. For the changes since 3.01a11 see:Marius Strobl2013-03-023-14/+17
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a12 Approved by: beat (mentor) Notes: svn path=/head/; revision=313284
* Update to 3.01a11. For the changes since 3.01a10 see:Marius Strobl2013-01-202-3/+3
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a11 Approved by: bapt (mentor) Notes: svn path=/head/; revision=310696
* - Update to 3.01a10. For the changes since 3.01a09 see:Marius Strobl2012-12-182-7/+3
| | | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a10 - Trim Makefile header. Approved by: netchild Notes: svn path=/head/; revision=309199
* - Update to 3.01a09. For the changes since 3.01a08 see:Marius Strobl2012-12-162-3/+4
| | | | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a09 - Add an additional master site. [1] PR: 174447 [1] Approved by: netchild Notes: svn path=/head/; revision=309013
* Fix a bug preventing compilation with clang 3.1 (r156863).Marius Strobl2012-10-201-0/+15
| | | | | | | | | | PR: 172799 Approved by: netchild Obtained from: NetBSD Feature safe: yes Notes: svn path=/head/; revision=306180
* Update to 3.01a08. For the changes since 3.01a07 see:Marius Strobl2012-08-302-3/+3
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a08 Approved by: netchild Notes: svn path=/head/; revision=303392
* Update to 3.01a07. For the changes since 3.01a06 see:Marius Strobl2012-03-092-4/+3
| | | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a07 Approved by: netchild Feature safe: yes Notes: svn path=/head/; revision=293012
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-0/+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
* Update to 3.01a06. For the changes since 3.01a05 see:Marius Strobl2011-09-143-11/+12
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a06 Approved by: netchild Notes: svn path=/head/; revision=281770
* - Allow to build on powerpc64.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. Approved by: netchild Notes: svn path=/head/; revision=279598
* Update to 3.01a05. For the changes since 3.01a04 see:Marius Strobl2011-06-172-3/+3
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a05 Approved by: netchild Notes: svn path=/head/; revision=275741
* Update to 3.01a04. For the changes since 3.01a03 see:Marius Strobl2011-04-222-3/+3
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a04 Approved by: netchild Notes: svn path=/head/; revision=273027
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update to 3.01a03. For the changes since 3.01a02 see:Marius Strobl2011-03-122-4/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a03 Approved by: netchild Notes: svn path=/head/; revision=270758
* Update to 3.01a02. For the changes since 3.01a01 see:Marius Strobl2011-01-082-4/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-3.01a02 Approved by: netchild Notes: svn path=/head/; revision=267530
* Update to 3.01a01.Marius Strobl2010-11-272-7/+4
| | | | | | | Approved by: netchild Notes: svn path=/head/; revision=265276
* 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-9/+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
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update to 2.01.01a79. For the changes since 2.01.01a78 see:Marius Strobl2010-05-182-4/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=254562
* Update to 2.01.01a78. For the changes since 2.01.01a77 see:Marius Strobl2010-04-302-4/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a78 Approved by: netchild Notes: svn path=/head/; revision=253464
* Update to 2.01.01a77. For the changes since 2.01.01a75 see:Marius Strobl2010-03-012-4/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=250465
* - Update to 2.01.01a75. For the changes since 2.01.01a74 see:Marius Strobl2010-02-082-5/+5
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=249417
* Update to 2.01.01a74. For the changes since 2.01.01a73 see:Marius Strobl2010-02-072-4/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a74 Approved by: netchild Notes: svn path=/head/; revision=249392
* Update to 2.01.01a73. For the changes since 2.01.01a72 see:Marius Strobl2010-01-312-4/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a73 Approved by: netchild Notes: svn path=/head/; revision=248977
* Update to 2.01.01a72. For the changes since 2.01.01a71 see:Marius Strobl2010-01-122-4/+4
| | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a72 Notes: svn path=/head/; revision=247728
* Update to 2.01.01a71. For the changes since 2.01.01a70 see:Marius Strobl2010-01-052-4/+4
| | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a71 Approved by: netchild Notes: svn path=/head/; revision=247232