Commit graph

45 commits

Author SHA1 Message Date
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
Christian Weisgerber
3003a8c055 Fix build with gcc3.1 (-CURRENT).
PR:		40830
Submitted by:	Jan Stocker <Jan.Stocker@t-online.de>

Minor cleanup while we're here.

Approved by:	maintainer
2002-07-21 20:11:00 +00:00
Dmitry Sivachenko
4d3a277c01 Fix pkg-plist
Found by:	bento
2001-03-16 15:07:47 +00:00
Will Andrews
60dc3a18a6 Add USE_NEWGCC since this port doesn't compile with RELENG_3 gcc.
PR:		22608
Submitted by:	maintainer
2001-01-07 18:22:32 +00:00
Will Andrews
f2dd42fd29 Make id3lib use libtool correctly. Use automake/autoconf along with a patch
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>
2000-12-21 07:07:39 +00:00
Will Andrews
16e7216f90 Add id3lib 3.7.13, a software library for manipulating ID3v1/v1.1 and
ID3v2 tags.  It is required for freeamp.

PR:		22320
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-10-28 07:19:07 +00:00