1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Tijl Coosemans
2ffbea1568 Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too.

audio/scrobbler:
- USES=tar:bzip2.
- Don't link with libstdc++.

audio/xmms-bonk:
- Don't link with libstdc++.

audio/xmms-flac:
- Remove unneeded dependencies.
- Remove $FreeBSD$ from patches.

audio/xmms-scrobbler:
- Use OPTIONS_SLAVE.

audio/xmms-timidity:
- USES=tar:bzip2.
- Install the library instead of the source code file.

audio/xmms-volnorm:
- Remove do-install.
2014-05-04 18:48:54 +00:00
Christian Weisgerber
8a2bb97360 XMMS is not going away soon, so unexpire the plugins that build. 2014-04-09 17:25:20 +00:00
Antoine Brodin
fd6ff44be2 Chase multimedia/xmms deprecation and expiration date
With hat:	portmgr
2014-03-23 21:59:04 +00:00
Baptiste Daroussin
75d1dff36d Fix properties on pkg-plist 2014-01-21 22:55:59 +00:00
Christian Weisgerber
ce17b5c12a Support staging, general clean-up. 2013-09-28 16:59:55 +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
Christian Weisgerber
9c7a77ab1e For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
Christian Weisgerber
6f90146232 Convert to OptionsNG and trim Makefile headers. 2012-12-18 21:29:04 +00:00
Erwin Lansing
1daeb80ca7 - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		153513
Submitted by:	sunpoet
2011-01-02 17:56:14 +00:00
Christian Weisgerber
75a6657bad Mark MAKE_JOBS_SAFE for parallel building. 2009-03-27 18:03:20 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00
Martin Wilke
52c5d58921 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 17:02:27 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Christian Weisgerber
0e48a18bbb Update to 2.4.1. Changes in this release:
- Disable seeking in files with seektables that cannot possibly be valid.
- Included libtool doesn't require objformat(1) any longer.
2007-03-29 17:05:55 +00:00
Emanuel Haupt
e2601bfc14 - Cleanup objformat-removal fallout
- Use USE_LDCONFIG

Approved by:	portmgr (pav; implicit)
2007-03-29 12:59:19 +00:00
Christian Weisgerber
ae447a8e58 Fix master site.
PR:		107898
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-01-14 18:53:02 +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
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
Christian Weisgerber
9850fb94bc Shrink description and update to 2.4.0.
Notable changes in this release:
- Ability to play files that contain an ID3v2 tag.
- Seek table fixes.
2004-05-05 23:16:21 +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
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Christian Weisgerber
e01e7fd879 Fix MASTER_SITES and WWW links.
Submitted by:	fenner	(distfiles survey)
2003-12-07 18:53:50 +00:00
Sergey A. Osokin
253384a218 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 11:24:02 +00:00
Christian Weisgerber
a908b57769 Maintenance update to 2.2.8. 2003-08-27 15:14:46 +00:00
Joe Marcus Clarke
5aba753137 Remove the USE_GNOMENG macro. 2003-04-08 00:40:09 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Mario Sergio Fujikawa Ferreira
bdbf1030b2 After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms			-->	multimedia/xmms
graphics/avifile		-->	multimedia/avifile
graphics/divx4linux		-->	multimedia/divx4linux
graphics/ffmpeg			-->	multimedia/ffmpeg
graphics/libdv			-->	multimedia/libdv
graphics/libdvdcss		-->	multimedia/libdvdcss
graphics/libdvdread		-->	multimedia/libdvdread
graphics/libmpeg2		-->	multimedia/libmpeg2
graphics/linux-realplayer	-->	multimedia/linux-realplayer
graphics/mjpegtools		-->	multimedia/mjpegtools
graphics/mplayer		-->	multimedia/mplayer
graphics/mplayer-fonts		-->	multimedia/mplayer-fonts
graphics/openquicktime		-->	multimedia/openquicktime
graphics/win32-codecs		-->	multimedia/win32-codecs

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 16:37:35 +00:00
Christian Weisgerber
45ea149a59 * Update to 2.2.7. Minor build changes only.
* Take MAINTAINER.

Approved by:	fenner
2002-11-02 17:18:09 +00:00
Christian Weisgerber
6c0f968dc3 * Update to 2.2.6.
* Home page and master site have moved.
* Use standard way of not installing .la library wrapper.

Approved by:	fenner
2002-10-05 18:05:17 +00:00
Joe Marcus Clarke
8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00
Christian Weisgerber
740bce094f * Update master site and homepage.
* autoconf -> configure
* Update to release 2.2.5.  Notable changes in this version:
  + added configuration window option to swap bytes on audio output

Approved by:	fenner
2002-01-31 21:20:24 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
David W. Chapman Jr.
673676fffc - Update to 2.2.4
- delete patch-a{a,b}
- add patch-ltmain.sh
- Remove useless .a and .la from pkg-plist and from being installed
- Add Author: tag to pkg-descr
- Add post-install target to install README to ${DOCSDIR} and support NOPORTDOCS

PR:		29815
Submitted by:	pat@databits.net
No Response:	maintainer
2001-09-03 22:40:46 +00:00
Bill Fenner
1321aac119 Stick a distfile copy in ${MASTER_SITE_LOCAL} until shnutils.freeshell.org
comes back.

Noticed by:	Trevor Johnson <trevor@jpj.net>
2001-06-04 15:46:36 +00:00
Bill Fenner
1bb837be40 Update to version 2.2.3 2001-04-22 05:10:42 +00:00
Vanilla I. Shu
9edf2e2b52 Use "USE_GTK" & "USE_GNOME" forever. 2001-03-14 19:33:30 +00:00
Bill Fenner
1540cc61a5 Use X Prefix, like xmms itself. 2001-03-10 01:28:49 +00:00
Will Andrews
272b15896e Fix violations of COMMENT files.
PR:		22986
Submitted by:	Ports Fury
2000-12-21 08:54:25 +00:00
Bill Fenner
70fc58e0ad BUILD_DEPENDS on xmms_config. 2000-11-12 01:42:08 +00:00
Bill Fenner
73167ecdd3 Add xmms-shn, an xmms plugin that allows playing of shorten-compressed
audio.
2000-11-03 17:08:19 +00:00