Commit graph

30 commits

Author SHA1 Message Date
Tijl Coosemans
9a1afddbdd Convert to USES=libtool and add INSTALL_TARGET=install-strip 2014-09-18 08:16:29 +00:00
John Marino
4f2057da37 audio/libid3tag: Add dragonfly support to configure script 2014-02-06 00:05:53 +00:00
Guido Falsi
44ed5f2529 - Convert to staging 2013-10-09 23:51:05 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +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
Sunpoet Po-Chuan Hsieh
18bf8bb498 - Fix LICENSE 2013-09-05 18:24:58 +00:00
Dirk Meyer
b55d3bc9a5 - revert r325819 2013-09-03 04:21:35 +00:00
Sunpoet Po-Chuan Hsieh
d5705118c5 - Use USES=pkgconfig
- libdata/pkgconfig is already in mtree
- Cosmetic change
- Remove superfluous license information in pkg-descr if LICENSE presents
2013-08-31 17:30:39 +00:00
Dirk Meyer
20913fcf40 - drop maintainership
Feature safe: yes
2012-10-18 19:36:44 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
3d7e506643 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 07:20:16 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dirk Meyer
d2a5a46507 LICENSE GPLv2 2010-06-04 13:49:15 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Dirk Meyer
f4415e6623 - add LICENSE: 2009-01-16 16:23:46 +00:00
Dirk Meyer
bc85034afa - make use of USE_LDCONFIG 2007-07-22 20:59:32 +00:00
Dirk Meyer
eab05bbeca - take maintainership 2007-04-10 10:02:01 +00:00
Joe Marcus Clarke
cb29cd38b8 Fix the build after the removal of objformat.
Reported by:	pointyhat via kris
2007-02-04 07:51:28 +00:00
Mark Linimon
03a4b76d0d Reset inactive maintainer asa@gascom.ru.
Hat:		portmgr
2006-11-12 19:01:29 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +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
Jean-Yves Lefort
f28051c4b0 Create the ${PREFIX}/libdata/pkgconfig directory. It is needed on
4.x/5.x -RELEASE systems built exclusively from ports.

Forgotten by:	jylefort
2005-10-28 08:45:25 +00:00
Jean-Yves Lefort
a38f9f2945 - Update to 0.15.1b [1]
- While here, fix library major version number

[1]:
PR:		ports/87405
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
Approved by:	maintainer timeout (15 days)
2005-10-28 07:58:27 +00:00
Kirill Ponomarev
a49a3fbd9b Add missing dependency. 2005-01-31 09:50: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
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Joe Marcus Clarke
8483cf6b8a Create and install a pkg-config file for id3tag. There are some ports
that require this.

Submitted by:	maintainer
Adapted from:	RedHat spec
2003-12-29 19:54:29 +00:00
Joe Marcus Clarke
1fd44aa844 Add libid3tag, an MPEG level 3 tagging library that is used by the MAD
project.

PR:		59703
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-12-07 00:56:43 +00:00