aboutsummaryrefslogtreecommitdiff
path: root/audio/id3lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-221-0/+1
| | | | | | | xmms-imms to fail to build. Mail to ${MAINTAINER} bounces. Notes: svn path=/head/; revision=101759
* Update: audio/id3libEdwin Groothuis2004-01-031-1/+1
| | | | | | | | | | 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-211-0/+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
* Maintainer update: Cleaner libtool handling for audio/id3libEdwin Groothuis2003-01-281-6/+3
| | | | | | | | 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-071-9/+14
| | | | | | | | PR: several Submitted by: Roman Shterenzon <roman@xpert.com> and others Notes: svn path=/head/; revision=72672
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65346
* Fix build with gcc3.1 (-CURRENT).Christian Weisgerber2002-07-211-1/+1
| | | | | | | | | | | | PR: 40830 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> Minor cleanup while we're here. Approved by: maintainer Notes: svn path=/head/; revision=63334
* Add USE_NEWGCC since this port doesn't compile with RELENG_3 gcc.Will Andrews2001-01-071-0/+1
| | | | | | | | PR: 22608 Submitted by: maintainer Notes: svn path=/head/; revision=36898
* Make id3lib use libtool correctly. Use automake/autoconf along with a patchWill Andrews2000-12-211-2/+5
| | | | | | | | | | | to configure.in instead of configure. Sort plist. Remove redundate GNU_CONFIGURE. Use LOCALBASE in CONFIGURE_ENV rather than PREFIX. PR: 22584 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=36174
* Add id3lib 3.7.13, a software library for manipulating ID3v1/v1.1 andWill Andrews2000-10-281-0/+27
ID3v2 tags. It is required for freeamp. PR: 22320 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=34342