aboutsummaryrefslogtreecommitdiffstats
path: root/audio/id3lib
Commit message (Collapse)AuthorAgeFilesLines
* - Fix libtool TAG problems with gcc 4.2miwi2007-10-313-1/+43
| | | | | | PR: 117700 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav), maintainer
* - Bump PORTREVISIONdelphij2007-10-021-3/+2
| | | | | | - Use MASTER_SITE=SF for sourceforge project Approved by: maintainer
* Add a patch which fixes CVE-2007-4460, insecure temporary filedelphij2007-10-021-0/+49
| | | | | | handling. Approved by: maintainer
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* * Remove code which is only entered whenvd2006-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)
* - Fix a bug in id3lib that causes UTF-16 characters to be broken when writingehaupt2006-05-302-3/+17
| | | | | | | | | tags - Pass maintainer-ship to submitter PR: 98061 Submitted by: Khairil Yusof <kaeru@inigo-tech.com> Obtained from: Fedora (CVS)
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Reset maintainer, does not respond to mails for 19 days. Since a fewehaupt2005-10-291-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)
* Use libz while linking libid3.so to restore missing symbols.krion2005-09-083-10/+12
| | | | | | PR: ports/84917 Submitted by: "James E. Flemer" <jflemer@alum.rpi.edu> Approved by: maintainer timeout
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Reinitate maintainer:edwin2004-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
* Remove maintainer since he is blocked email from FreeBSD.org:edwin2004-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
* - Use USE_ICONV knobkrion2004-03-311-2/+1
| | | | Approved by: portmgr
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-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>
* Correct a C syntax error in the <id3/globals.h> header that causes, e.g.,green2004-02-232-0/+12
| | | | xmms-imms to fail to build. Mail to ${MAINTAINER} bounces.
* Update: audio/id3libedwin2004-01-033-3/+3
| | | | | | | Update: audio/id3lib to version 3.8.3 PR: ports/60830 Submitted by: Roman Shterenzon <roman@xpert.com>
* Remove dependency on devel/libstl for systems > 501103edwin2003-10-031-1/+1
| | | | | PR: ports/57001 (originally) Submitted by: KATO Tsuguru <tkato@prontomail.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Unbreak INDEX when CC is not "cc", "gcc" nor "icc".knu2003-02-181-4/+10
|
* [patch] audio/id3lib: fix plistedwin2003-02-131-1/+0
| | | | | PR: ports/48054 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Maintainer update: Cleaner libtool handling for audio/id3libedwin2003-01-282-6/+13
| | | | | PR: ports/47565 Submitted by: Roman Shterenzon <roman@xpert.com>
* Unbreak audio/id3lib for -currentedwin2003-01-171-4/+16
| | | | | Submitted by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> Approved by: Roman Shterenzon <roman@xpert.com> (maintainer)
* Update of audio/id3lib to 3.8.2edwin2003-01-0712-272/+38
| | | | | PR: several Submitted by: Roman Shterenzon <roman@xpert.com> and others
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Fix build with gcc3.1 (-CURRENT).naddy2002-07-2210-23/+255
| | | | | | | | | PR: 40830 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> Minor cleanup while we're here. Approved by: maintainer
* Fix pkg-plistdemon2001-03-161-1/+0
| | | | Found by: bento
* Add USE_NEWGCC since this port doesn't compile with RELENG_3 gcc.will2001-01-081-0/+1
| | | | | PR: 22608 Submitted by: maintainer
* Make id3lib use libtool correctly. Use automake/autoconf along with a patchwill2000-12-213-48/+29
| | | | | | | | 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>
* Add id3lib 3.7.13, a software library for manipulating ID3v1/v1.1 andwill2000-10-286-0/+102
ID3v2 tags. It is required for freeamp. PR: 22320 Submitted by: Roman Shterenzon <roman@xpert.com>