Commit Graph

2493 Commits

Author SHA1 Message Date
Christian Weisgerber
ce191f9f62 Make sure the esd module is only built if wanted.
Submitted by:	David Magda <dmagda@ee.ryerson.ca>
2002-07-20 19:25:07 +00:00
Ying-Chieh Liao
a2a3d9b1f4 fix build on current
portlint cleanup
bump portrevision

PR:		40812
Submitted by:	"Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
2002-07-20 19:19:22 +00:00
Patrick Li
4596311cb2 Update to 0.6
PR:		ports/40811
Submitted by:	maintainer
2002-07-20 19:05:34 +00:00
Christian Weisgerber
8beed08d56 Update to 20020712: numerous improvements and bugfixes.
PR:		40776
Submitted by:	Erik Greenwald <erik@smluc.org>
2002-07-20 18:58:48 +00:00
Christian Weisgerber
e7690885fd Ogg Vorbis 1.0 library major version bumps. 2002-07-20 15:32:43 +00:00
Christian Weisgerber
fe92cd6fa6 Welcome to the long-awaited release of Ogg Vorbis 1.0! 2002-07-20 15:29:27 +00:00
Chris D. Faulhaber
7a1fcb907a o SED -> REINPLACE
o s|machine/soundcard.h|sys/soundcard.h|
2002-07-19 17:34:47 +00:00
Christian Weisgerber
32fa489d38 Remove kludge and fix -lintl detection.
Approved by:	maintainer
2002-07-19 14:10:42 +00:00
Christian Weisgerber
4f592a46db Update to 0.17.0.
Submitted by TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>.

PR:		40728
Submitted by:	Michael Lyngboel <lyngbol@wheel.dk>
2002-07-18 13:52:33 +00:00
Kris Kennaway
0cba8819bf Remove the disc-cover port until the p5-FreeDB port upon which it depends
is actually committed to the ports collection.  This was breaking the
INDEX build.

Yet another pointy hat to:      ijliao
2002-07-18 12:15:07 +00:00
Hye-Shik Chang
ad51c902f6 Update to 1.06 2002-07-18 05:23:16 +00:00
Patrick Li
74ef22ba54 Update to 1.0.8
PR:		ports/40666
Submitted by:	maintainer
2002-07-16 22:07:59 +00:00
Patrick Li
0d258fff72 Update to 1.36.54
PR:		ports/40667
Submitted by:	maintainer
2002-07-16 22:06:49 +00:00
Dmitry Sivachenko
5d7a3cfde0 Update to version 0.9.9.9.2.
PR:		40620
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-15 21:38:20 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Maxim Sobolev
59ece3d395 USE_GTK implies USE_GLIB, so that remove the latter when the former is present. 2002-07-15 16:54:09 +00:00
Maxim Sobolev
ae452eda5c Use USE_REINPLACE. 2002-07-15 16:09:24 +00:00
Maxim Sobolev
4800366563 Use USE_GNOMENG. 2002-07-15 16:08:04 +00:00
Maxim Sobolev
d728ed28b8 Use USE_GNOMENG.
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-15 16:03:19 +00:00
Akinori MUSHA
ec369c2413 Update to 0.2.1.
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-15 05:28:19 +00:00
Trevor Johnson
333094fc31 Update to 4.20.
Submitted by:	Emil Mikulic
2002-07-15 00:11:09 +00:00
Patrick Li
8a11a6352b Fix mangled patches (whitespace)
PR:		ports/40533
Submitted by:	maintainer
2002-07-14 18:45:12 +00:00
Maxim Sobolev
19a718ac4c Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).

The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.

Please report any unusual problems to gnome@FreeBSD.org.

Discussed with:	marcus
Reviewed by:	marcus
2002-07-11 17:16:10 +00:00
Maxim Sobolev
548387be80 Use USE_REINPLACE. 2002-07-11 15:31:46 +00:00
Maxim Sobolev
e91e769f41 Update to 1.2.29.
Submitted by:	maintainer
2002-07-10 16:34:32 +00:00
Ying-Chieh Liao
863e9e9987 use MASTER_SITE_SOURCEFORGE
PR:		40376
Submitted by:	maintainer
2002-07-10 14:57:51 +00:00
Alan Eldridge
b7f1abe7be Correct the md5 sum after 1.0.3 was withdrawn. 2002-07-09 22:19:54 +00:00
Will Andrews
c973ff97f4 1.0.3 was apparently un-released. Bump PORTEPOCH. Sigh. 2002-07-09 17:02:19 +00:00
Ying-Chieh Liao
cdf8e698db Switched to MASTER_SITE_SOURCEFORGE.
Add WWW and Author to pkg-descr

PR:		40293
Submitted by:	Tilman Linneweh <tilman@arved.de>
Approved by:	maintainer
2002-07-09 06:09:58 +00:00
Mario Sergio Fujikawa Ferreira
2bf5f86ca2 o Fix a malloc definition conflict in -STABLE [1]. configure script
believed that mmap was not defined. The "workaround" involves
  USE_AUTOCONF which invokes latest autoconf 2.53 (detection macros
  look safer) [2]
o Fix a weird side-effect of aforementioned fix
o Safer PLIST

Submitted by:	naddy [2],
		Andy Sparrow <spadger@best.com> [1]
Reviewed by:	rone@ennui.org, FreeBSD-ports
Approved by:	maintainer
2002-07-08 19:33:27 +00:00
Will Andrews
d2293ede73 Update to 1.0.3 to fix a realtime priority bug. 2002-07-08 16:29:33 +00:00
Ying-Chieh Liao
31154892b6 PERL -> REINPLACE_CMD
PR:		39283
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-08 10:22:14 +00:00
Dag-Erling Smørgrav
2d783a044c Remove an unwanted hunk that snuck in with the previous commit. 2002-07-08 09:57:13 +00:00
Mario Sergio Fujikawa Ferreira
2a4910cde9 Update to 2.2-pre1 2002-07-07 23:23:49 +00:00
Ying-Chieh Liao
4ae520b1ba - FreeBSD doesn't have cdparanoia yet, use tosha instead as default
PR:		40303
Submitted by:	maintainer
2002-07-07 18:14:24 +00:00
Christian Weisgerber
09a1ea9cd7 Import bonk-xmms 0.12.
xmms-bonk is a plugin for the multimedia player XMMS that plays
audio files in the bonk format, which supports lossless and lossy
compression.
2002-07-07 00:24:53 +00:00
Christian Weisgerber
5c356975f4 Update to 1.0.3. Changes in this release:
- 10-15% decoder speedup
- 24-bit input support restored
- more robust plugins
- new metadata block for Vorbis-style tags
- vastly improved metadata editor
- fixed bug with pipes and Windows
- new libFLAC++, a C++ object wrapper around libFLAC
- new metadata editing interface in libFLAC and libFLAC++
- and more...
2002-07-06 23:45:21 +00:00
Patrick Li
68244411b9 Update to 0.1.3.1
PR:		40240
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-06 06:18:25 +00:00
Hye-Shik Chang
55c997b301 - Update to 1.1
- Give maintainership to submitter

PR:		40212
Submitted by:	Tilman Linneweh <tilman@arved.de>
Approved by:	Joao Carlos Mendes Luis <jonny@jonny.eng.br>
		(previous maintainer)
2002-07-05 19:09:04 +00:00
Alexander Leidinger
c6e47e720e Update to 0.4.5.
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-05 13:10:00 +00:00
Will Andrews
3491a5043b Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51. 2002-07-04 19:39:36 +00:00
Mike Heffner
1b3b2dc951 Fix for new XForms version. 2002-07-04 09:53:00 +00:00
Mike Heffner
c31a69e966 Bump XForms lib. version. 2002-07-04 09:20:30 +00:00
Mike Heffner
db59d15a8e Prepare for xforms update. 2002-07-04 08:09:05 +00:00
Ying-Chieh Liao
a1ec7350b1 add autools 1.1.8
A collection of programs to manipulate audio files
2002-07-04 06:07:22 +00:00
Mario Sergio Fujikawa Ferreira
3eae406ceb USE_REINPLACE 2002-07-03 17:33:24 +00:00
Ade Lovett
edb95b1e52 Mark BROKEN. The audio/p5-FreeDB dependency doesn't exist, and there's
nothing even remotely like it in the tree.

Found by:	make index
2002-07-02 23:54:16 +00:00
Ying-Chieh Liao
43452809ef update MASTERSITE
PR:		40066
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
Approved by:	maintainer
2002-07-01 14:48:17 +00:00
Dag-Erling Smørgrav
6e94c5f703 Use a patch rather than sed magic for the <sys/soundcard.h> issue. 2002-07-01 13:03:07 +00:00
Dag-Erling Smørgrav
ae2e57a565 Bump PORTREVISION. 2002-07-01 12:57:32 +00:00