aboutsummaryrefslogtreecommitdiff
path: root/audio/id3lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert REINPLACE_CMD to patch filesSunpoet Po-Chuan Hsieh2020-11-2412-15/+81
| | | | | | | - Update patch files Notes: svn path=/head/; revision=556187
* audio/id3lib: fix build on powerpc 12.1-RELEASEPiotr Kubaj2020-04-051-1/+1
| | | | | | | | | | | | | Error: `_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section `.data.rel.ro' of tag.lo: defined in discarded section `.rodata._ZTSN12_GLOBAL__N_117ConstIteratorImplE[_ZTSN12_GLOBAL__N_117ConstIteratorImplE]' of tag.lo Using newer binutils alone doesn't help, but using also newer GCC helps. PR: 243715 Reported by: canardo909@gmx.com Notes: svn path=/head/; revision=530789
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-03-311-1/+2
| | | | Notes: svn path=/head/; revision=497401
* - Fix LICENSEDmitry Marakasov2018-09-011-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=478660
* Add LICENSESunpoet Po-Chuan Hsieh2018-07-297-31/+28
| | | | | | | | | | - Use USES=localbase - Cosmetic change - Regenerate patch files with makepatch: - Take maintainership Notes: svn path=/head/; revision=475683
* Reset maintainer: <kaeru@inigo-tech.com> Recipient not found.Mark Linimon2018-07-011-1/+1
| | | | Notes: svn path=/head/; revision=473661
* Mark these ports broken on mips64 and/or mips.Mark Linimon2018-07-011-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473660
* audio/id3lib: fix stack corruption bugRoman Bogorodskiy2017-07-132-1/+12
| | | | | | | | | | | | | | Add a patch to fix stack corruption bug when reading IDv3 tags and VBR header information. PR: 220374 Submitted by: bob@eager.cx Obtained from: https://sourceforge.net/p/id3lib/bugs/189/ MFH: 2017Q3 Approved by: maintainer timeout Notes: svn path=/head/; revision=445652
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-202-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=365447
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Patch configure so it prefers libc iconv over libiconv.Tijl Coosemans2014-02-275-47/+22
| | | | | | | | | | | - Replace USE_AUTOTOOLS=libtool with USES=libtool. This allows removing some libtool related patches. PR: ports/186692 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=346378
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
| | | | | | | Exp-run by: bdrewery Notes: svn path=/head/; revision=328096
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Unbreak clang/gcc46 buildChris Rees2012-01-231-0/+8
| | | | | | | | | PR: ports/163368 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout (kaeru@inigo-tech.com, >28d) Notes: svn path=/head/; revision=289689
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Fix libtool TAG problems with gcc 4.2Martin Wilke2007-10-313-1/+43
| | | | | | | | | PR: 117700 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav), maintainer Notes: svn path=/head/; revision=202458
* - Bump PORTREVISIONXin LI2007-10-021-3/+2
| | | | | | | | | - Use MASTER_SITE=SF for sourceforge project Approved by: maintainer Notes: svn path=/head/; revision=200582
* Add a patch which fixes CVE-2007-4460, insecure temporary fileXin LI2007-10-021-0/+49
| | | | | | | | | handling. Approved by: maintainer Notes: svn path=/head/; revision=200581
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* * Remove code which is only entered whenVasil Dimov2006-12-201-24/+2
| | | | | | | | | | | | ${OSVERSION} >= 500000 && ${OSVERSION} < 501103 because this OSVERSION is not supported anymore and the code in question includes references to the deprecated port devel/stlport-icc * Switch to USE_LDCONFIG Approved by: maintainer (implicit) Notes: svn path=/head/; revision=180274
* - Fix a bug in id3lib that causes UTF-16 characters to be broken when writingEmanuel Haupt2006-05-302-3/+17
| | | | | | | | | | | | tags - Pass maintainer-ship to submitter PR: 98061 Submitted by: Khairil Yusof <kaeru@inigo-tech.com> Obtained from: Fedora (CVS) Notes: svn path=/head/; revision=163968
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Reset maintainer, does not respond to mails for 19 days. Since a fewEmanuel Haupt2005-10-281-1/+1
| | | | | | | | | | | | | | days his MTA also remains unresponsive [1]. [1] Unable to deliver to destination domain Failed to deliver to domain oven.org after 73 tries. The last error was: CantConnectToHost Approved by: portmgr (linimon) Notes: svn path=/head/; revision=146588
* Use libz while linking libid3.so to restore missing symbols.Kirill Ponomarev2005-09-083-10/+12
| | | | | | | | | PR: ports/84917 Submitted by: "James E. Flemer" <jflemer@alum.rpi.edu> Approved by: maintainer timeout Notes: svn path=/head/; revision=142207
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Reinitate maintainer:Edwin Groothuis2004-04-051-1/+1
| | | | | | | | | | | | | | | Date: Mon, 5 Apr 2004 11:37:55 +0200 (IST) From: Roman Shterenzon <ports@oven.org> To: edwin@freebsd.org Subject: audio/id3lib Hi, I'm no longer using blars. Thanks, --Roman Notes: svn path=/head/; revision=106231
* Remove maintainer since he is blocked email from FreeBSD.org:Edwin Groothuis2004-04-051-1/+1
| | | | | | | | | | | | | | Reporting-MTA: dns; mx2.freebsd.org Arrival-Date: Sun, 4 Apr 2004 21:04:57 -0700 (PDT) Final-Recipient: rfc822; ports@oven.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; host mail.oven.org[192.115.22.32] said: 554 Service unavailable; Client host [216.136.204.119] blocked using block.blars.org Notes: svn path=/head/; revision=106191
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)Edwin Groothuis2004-03-121-1/+1
| | | | | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com> Notes: svn path=/head/; revision=103708
* Correct a C syntax error in the <id3/globals.h> header that causes, e.g.,Brian Feldman2004-02-222-0/+12
| | | | | | | xmms-imms to fail to build. Mail to ${MAINTAINER} bounces. Notes: svn path=/head/; revision=101759
* Update: audio/id3libEdwin Groothuis2004-01-033-3/+3
| | | | | | | | | | Update: audio/id3lib to version 3.8.3 PR: ports/60830 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=97218
* Remove dependency on devel/libstl for systems > 501103Edwin Groothuis2003-10-031-1/+1
| | | | | | | | PR: ports/57001 (originally) Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=90093
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Unbreak INDEX when CC is not "cc", "gcc" nor "icc".Akinori MUSHA2003-02-181-4/+10
| | | | Notes: svn path=/head/; revision=75786
* [patch] audio/id3lib: fix plistEdwin Groothuis2003-02-131-1/+0
| | | | | | | | PR: ports/48054 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=75448
* Maintainer update: Cleaner libtool handling for audio/id3libEdwin Groothuis2003-01-282-6/+13
| | | | | | | | PR: ports/47565 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=74135
* Unbreak audio/id3lib for -currentEdwin Groothuis2003-01-171-4/+16
| | | | | | | | Submitted by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> Approved by: Roman Shterenzon <roman@xpert.com> (maintainer) Notes: svn path=/head/; revision=73336
* Update of audio/id3lib to 3.8.2Edwin Groothuis2003-01-0712-272/+38
| | | | | | | | PR: several Submitted by: Roman Shterenzon <roman@xpert.com> and others Notes: svn path=/head/; revision=72672