Commit graph

8620 commits

Author SHA1 Message Date
Philippe Audeoud
055cbacad8 - Update to 3.4.4 2009-01-14 16:30:07 +00:00
Martin Wilke
09ecaf2260 - Add taglib support
PR:		130472
Submitted by:	Ports Fury
2009-01-14 16:00:26 +00:00
Martin Wilke
dac51c1149 - Update to 0.99.7
PR:		130096
Submitted by:	Dennis Herrmann <adox@mcx2.org>
Approved by:	maintainer
2009-01-14 09:12:38 +00:00
Martin Wilke
8dfe4c334a - Update to 3.12.0
PR:		130452
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2009-01-14 09:12:37 +00:00
Martin Wilke
2b3f486973 - Update to 2008.09.28
PR:		130444
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2009-01-14 09:12:26 +00:00
Nicola Vitale
14cff6ad6d - Fix a typo in files/patch-src-Makefile (just committed), that prevents the program to... speak. 2009-01-13 15:28:23 +00:00
Nicola Vitale
679907497d - Update to 1.40.02 2009-01-13 15:01:31 +00:00
Alexander Leidinger
8f02dc9f58 Fix build after recent LAME update:
- fix incorrect use of a deprecated function by replacing it with
   a non-deprecated function

Requested by:	portmgr (pav; maintainer CCed)
2009-01-13 07:24:05 +00:00
Martin Wilke
3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +00:00
Christian Weisgerber
c3acdbabdc Import xmms-wavpack 1.0.2.
xmms-wavpack is a plugin for the multimedia player XMMS that plays
audio files in the WavPack format, which supports lossless and lossy
compression.
2009-01-12 15:38:21 +00:00
Christian Weisgerber
c817bd6c33 Maintenance update to 4.50.1. 2009-01-12 15:32:41 +00:00
Martin Wilke
b1d326cc35 - Fix build after glib update
Reported by:	pavbot/Marc Peters
Tested by:	Marc Peters freenode/#bsdforen.de, tinderbox
Obtained from:	pkgsrc
2009-01-12 11:25:28 +00:00
Dmitry Marakasov
0ff9d2f690 - Update to 0.13
PR:		130339
Submitted by:	Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
2009-01-11 22:33:00 +00:00
Joe Marcus Clarke
20e1530ce4 Allow this port to build with GTK+ deprecation. 2009-01-11 18:39:40 +00:00
Joe Marcus Clarke
1d7399a3da Mark this port BROKEN with latest intltool. 2009-01-11 18:29:19 +00:00
Jeremy Messenger
b92ade29b1 Fix the build with newer GTK+2.
Reported by:	pointyhat via pav
2009-01-11 16:40:09 +00:00
Martin Wilke
bf29e3620d - Fix:
Heap-based buffer overflow in the cddb_read_disc_data function in
	cddb.c in libcdaudio 0.99.12p2 allows remote attackers to execute
	arbitrary code via long CDDB data.

	Buffer overflow in discdb.c for grip 3.1.2 allows attackers to cause
	a denial of service (crash) and possibly execute arbitrary code by
	causing the cddb lookup to return more matches than expected.

PR:		129050
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	novel@ (maintainer)
Security:	http://www.vuxml.org/freebsd/bd730827-dfe0-11dd-a765-0030843d3802.html
2009-01-11 13:22:40 +00:00
Alexander Leidinger
07e6a8e953 Commit missing plist change.
Noticed by:	pointyhat (pavmail)
Pointyhat to:	netchild
2009-01-11 09:19:46 +00:00
Chin-San Huang
90d72345b5 - Update to 0.1.4 2009-01-11 05:08:44 +00:00
Brooks Davis
d5498cb642 Add %%SLIMDBDIR%%/cache/InstalledPlugins/Plugins to the list of plugin
directories.  This should fix the installation of plugins via the
Extension Downloader. [1]

Rename Slim/Utils/OS/FreeBSD.pm as Slim/Utils/OS/Custom.pm and store it
directly rather than as a patch to make it easier to edit.  This reduces
the number of patches required.

Remove the Slim/Utils/OS/Unix.pm patch since it's now replaced by code in
Custom.pm.

Submitted by:	Hans Soonieus <hans at soonieus dot nl> and
		Mark Knight <markk at knigma dot org> [1]
2009-01-10 21:49:13 +00:00
Joe Marcus Clarke
610ae56816 Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
2009-01-10 05:22:13 +00:00
Jeremy Messenger
15b6544926 Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.

FYI: GNOME 2.24 depends on this, so it's coming.

BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.

Approved by:	portmgr
2009-01-10 02:45:46 +00:00
Martin Wilke
e9575ed0a1 - Update to 0.12
- Pass maintainership to submitter

PR:		130173
Submitted by:	Henrik Friedrichsen <hrkfdn@gmail.com>
Approved by:	maintainer
2009-01-09 23:19:34 +00:00
Marcelo Araujo
d325b51d97 - It was updated FOX16, need to rebuild all ports that depend
directly of it.
- Bump PORTREVISION.

Approved by:	maintainers implicit
2009-01-09 13:50:12 +00:00
Alexander Leidinger
7b92bd1792 - Update to 3.98.2. [1]
- Pet portlint.	[2]
- Use a better COMMENT. [3]

Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1,2],
		Roland Smith <rsmith@xs4all.nl> [1,3]
PR:		127560 [1,3], 128232 [1,2]
2009-01-09 09:40:55 +00:00
Erwin Lansing
12707db238 Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.

ubmitted by:   pointyhat
2009-01-08 18:01:12 +00:00
Tim Bishop
a61ee25d86 - Update to 2.6. 2009-01-07 11:36:26 +00:00
Tim Bishop
32be2db32a - Update to 2.3.1. 2009-01-07 11:35:32 +00:00
Tim Bishop
4d72370ac5 - Update to 2.6.1. 2009-01-07 11:34:59 +00:00
Tim Bishop
a98d72ae80 - Update to 5.8.2.
PR:		ports/129874
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
2009-01-07 11:34:00 +00:00
Tim Bishop
0137f8e8a8 - Update to 3.3.
PR:		ports/129873
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
2009-01-07 11:31:06 +00:00
Rong-En Fan
1b87f3e993 - Remove conditions that are always true on 6.x and above
- Pet portlint(1) a little bit
2009-01-07 01:38:11 +00:00
Koop Mast
64c329edfc Add dependency on nasm.
Reported by:	pointyhat
2009-01-06 20:08:35 +00:00
Pav Lucistnik
28322f3c52 - Mark BROKEN: does not compile with current version of libmtp
Reported by:	pointyhat
2009-01-06 18:55:51 +00:00
Pav Lucistnik
be2311de95 audio/dream has expired: Needs DRM enabled in FAAD 2009-01-06 18:53:34 +00:00
Roman Bogorodskiy
df359c7f74 Update to 0.9714. 2009-01-06 18:27:18 +00:00
Brooks Davis
856903091a Upgrade to the Squeezecenter 7.3.1. [1]
Remove the ability to set the default skin using the port.  The current
implemenation breaks the install wizard and I don't want to hold this
commit up further. [2]

Submitted by:	Alex Varju <freebsd dash ports at varju dot ca> [1]
Reported by:	Nicolai Petri <nicolai at catpipe dot net> [2]
2009-01-06 17:09:39 +00:00
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Martin Wilke
1e2b30a054 - Drop Maintainership
PR:		127077
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2009-01-05 16:24:56 +00:00
Martin Matuska
448bcb13e1 - switch to USE_TCL infrastructure
- add support for tcl85
- bump PORTREVISION

PR:		ports/130182
Submitted by:	mm
Approved by:	Simon Olofsson <simon@olofsson.de> (maintainer)
2009-01-05 13:58:02 +00:00
Erwin Lansing
14bba3bd0c Fix a typo that prevented fetching.
Submitted by:	pointyhat
2009-01-03 14:30:49 +00:00
Jeremy Messenger
acf9a59ae3 Add a missing dependency, intltool, when disable HAL, DBUS and GCONF options
at the same time. Bump the PORTREVISION.

PR:		ports/130094
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
2009-01-01 18:44:21 +00:00
Koop Mast
bdd1d34819 Unbreak by depending on libopenspc instead of OpenSPC. 2009-01-01 13:13:07 +00:00
Koop Mast
7110dfef5b Add libopenspc. A library for playing .spc (Snes audio) files.
Distfile obtained from debian ftp mirrors.
2009-01-01 13:11:55 +00:00
Pav Lucistnik
5d00367465 - Fix build with new libmtp
Submitted by:	Diego Depaoli <trebestie@gmail.com> to ports@
Obtained from:	gentoo
2008-12-30 18:16:56 +00:00
Dmitry Sivachenko
9b6586c63e Update to 1.24.
PR:		129997
Submitted by:	miwi
2008-12-30 10:46:08 +00:00
Beech Rintoul
9eb2bdfbdf - Update distinfo, distfiles re-rolled upstream.
PR:		ports/130009
Submitted by:	Dima Panov <fluffy@fluffy.khv.ru>
2008-12-29 05:05:23 +00:00
Martin Wilke
33e43b4e2c - Mark BROKEN Does not compile
Reported by:	pavbot
2008-12-28 15:10:29 +00:00
Philip M. Gollucci
f60432367f CATEGORIES+= python for py- ports missing it
PR:             ports/124921
Approved by:    portmgr (pav)
2008-12-28 10:54:08 +00:00