Commit Graph

55 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 8ac5a94e3b Convert REINPLACE_CMD to patch files
- Update patch files
2020-11-24 20:48:24 +00:00
Piotr Kubaj f6a1d782da audio/id3lib: fix build on powerpc 12.1-RELEASE
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
2020-04-05 14:04:27 +00:00
Sunpoet Po-Chuan Hsieh bf5ffbc8bd Cosmetic change 2019-03-31 13:15:06 +00:00
Dmitry Marakasov 0a55736249 - Fix LICENSE
Approved by:	portmgr blanket
2018-09-01 09:08:15 +00:00
Sunpoet Po-Chuan Hsieh 616566084d Add LICENSE
- Use USES=localbase
- Cosmetic change
- Regenerate patch files with makepatch:
- Take maintainership
2018-07-29 19:09:29 +00:00
Mark Linimon 73a85a1a6b Reset maintainer: <kaeru@inigo-tech.com> Recipient not found. 2018-07-01 09:32:03 +00:00
Mark Linimon c7df1277c6 Mark these ports broken on mips64 and/or mips.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-01 09:17:45 +00:00
Roman Bogorodskiy 332c216193 audio/id3lib: fix stack corruption bug
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
2017-07-13 14:34:01 +00:00
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Baptiste Daroussin a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Dmitry Marakasov 154e061512 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-20 12:25:04 +00:00
Tijl Coosemans aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
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)
2014-04-23 13:25:16 +00:00
Tijl Coosemans 89a4958d3c - Patch configure so it prefers libc iconv over libiconv.
- Replace USE_AUTOTOOLS=libtool with USES=libtool.  This allows removing
  some libtool related patches.

PR:		ports/186692
Approved by:	maintainer timeout (2 weeks)
2014-02-27 16:14:30 +00:00
Baptiste Daroussin 110f3583b6 Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by:	bdrewery
2013-09-24 06:24:17 +00:00
Baptiste Daroussin 183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Marcus von Appen 821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Chris Rees a53eac7384 Unbreak clang/gcc46 build
PR:		ports/163368
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer timeout (kaeru@inigo-tech.com, >28d)
2012-01-23 20:39:56 +00:00
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Martin Wilke a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett 4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Jeremy Messenger 789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00
Martin Wilke 99a80b56c5 - Fix libtool TAG problems with gcc 4.2
PR:		117700
Submitted by:	pietro cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav), maintainer
2007-10-31 13:08:34 +00:00
Xin LI 0fe5e8ffe6 - Bump PORTREVISION
- Use MASTER_SITE=SF for sourceforge project

Approved by:	maintainer
2007-10-02 02:01:30 +00:00
Xin LI 7ab0401bee Add a patch which fixes CVE-2007-4460, insecure temporary file
handling.

Approved by:	maintainer
2007-10-02 01:59:40 +00:00
Kris Kennaway ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Vasil Dimov c90b84d8e1 * Remove code which is only entered when
${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)
2006-12-20 13:45:00 +00:00
Emanuel Haupt 7c0b707e71 - Fix a bug in id3lib that causes UTF-16 characters to be broken when writing
tags
- Pass maintainer-ship to submitter

PR:		98061
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
Obtained from:	Fedora (CVS)
2006-05-30 13:50:27 +00:00
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik 6329c4d7f9 - Add some SHA256 checksums 2005-11-23 23:29:54 +00:00
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Emanuel Haupt 09f6cf8bee Reset maintainer, does not respond to mails for 19 days. Since a few
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)
2005-10-28 17:05:15 +00:00
Kirill Ponomarev f56aa2d2e8 Use libz while linking libid3.so to restore missing symbols.
PR:		ports/84917
Submitted by:	"James E. Flemer" <jflemer@alum.rpi.edu>
Approved by:	maintainer timeout
2005-09-08 08:35:00 +00:00
Joe Marcus Clarke 9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Edwin Groothuis 4c5e44e8f6 Reinitate maintainer:
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
2004-04-05 11:13:25 +00:00
Edwin Groothuis 7d1eeeb27a Remove maintainer since he is blocked email from FreeBSD.org:
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
2004-04-05 04:15:17 +00:00
Kirill Ponomarev 4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Trevor Johnson 38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +00:00
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Edwin Groothuis 91256c15ab Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)
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>
2004-03-12 00:32:23 +00:00
Brian Feldman b7a539b619 Correct a C syntax error in the <id3/globals.h> header that causes, e.g.,
xmms-imms to fail to build.  Mail to ${MAINTAINER} bounces.
2004-02-22 22:51:59 +00:00
Edwin Groothuis b59b40de43 Update: audio/id3lib
Update: audio/id3lib to version 3.8.3

PR:		ports/60830
Submitted by:	Roman Shterenzon <roman@xpert.com>
2004-01-03 11:02:43 +00:00
Edwin Groothuis e2a03a442e Remove dependency on devel/libstl for systems > 501103
PR:		ports/57001 (originally)
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-10-03 11:27:46 +00:00
Akinori MUSHA 57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Akinori MUSHA 9a51f264e8 Unbreak INDEX when CC is not "cc", "gcc" nor "icc". 2003-02-18 06:30:06 +00:00
Edwin Groothuis 952a648a88 [patch] audio/id3lib: fix plist
PR:		ports/48054
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-02-13 11:22:28 +00:00
Edwin Groothuis fac6d01e38 Maintainer update: Cleaner libtool handling for audio/id3lib
PR:		ports/47565
Submitted by:	Roman Shterenzon <roman@xpert.com>
2003-01-28 12:59:13 +00:00
Edwin Groothuis 2bb92e4f11 Unbreak audio/id3lib for -current
Submitted by:	"Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Approved by:	Roman Shterenzon <roman@xpert.com> (maintainer)
2003-01-17 12:14:00 +00:00
Edwin Groothuis 17743c66c1 Update of audio/id3lib to 3.8.2
PR:		several
Submitted by:	Roman Shterenzon <roman@xpert.com> and others
2003-01-07 04:56:15 +00:00
Kris Kennaway 8fa8041fe5 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:	Tilman Linneweh <tilman@arved.de>
PR:		ports/40571
2002-08-31 02:38:29 +00:00