Commit Graph

792 Commits

Author SHA1 Message Date
Chris Piazza
2e1fdeb9e0 - Update to 2.1pl2.
- Move Petal.so back into ${PREFIX}/lib/rosegarden/petal
- Install a wrapper script that adds the dir to TCLLIBPATH so you don't have
  to edit your .profile because of this...
- Fixes for the FreeBSD sound system, midi playback while recording
  works now.

PR:		14234
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-10-10 22:24:25 +00:00
Vanilla I. Shu
79dcbbd160 Bump glib12 's share library version to 3,
and portlint.
1999-10-09 18:42:12 +00:00
Yukihiro Nakai
1264c11fcf Use updated imlib library. 1999-10-08 02:51:37 +00:00
Yukihiro Nakai
b47f4a3bf1 Use updated esound library. 1999-10-08 02:41:23 +00:00
Yukihiro Nakai
5e50bc7256 Update to 0.2.15 1999-10-08 02:25:59 +00:00
Yukihiro Nakai
2bc1631753 Update to 0.1.9 1999-10-08 02:23:52 +00:00
Chris Piazza
165feca772 PropList.1 -> .2
PR:		14180
Submitted by:	Osokin Sergey <ozz@FreeBSD.org.ru>
1999-10-07 18:01:55 +00:00
Yukihiro Nakai
d4c2b6ee07 Update to 2.11
(It is a bug fix update for Cyrix CPU)
1999-10-06 07:54:03 +00:00
Donald Burr
efc5be6874 Upgrade icecast to 1.3.0.
Approved by port maintainer.
1999-10-05 04:59:12 +00:00
Chris Piazza
f7a906584a Should USE_X_PREFIX so the program can find it's app-defaults
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-10-03 03:34:28 +00:00
Chris Piazza
d07c240d19 Fix the use of BIGENDIAN where it should not have been
PR:		11935

Respect CC/CXX/CXXFLAGS/CFLAGS
1999-10-02 16:37:38 +00:00
Jim Mock
8fdd49e569 Attack of the COMMENT police. Fixed a bunch of typos, grammatical
errors and descriptions.

PR:		14031
Submitted by:	chris
1999-10-02 06:56:26 +00:00
Yukihiro Nakai
d4e27a0b29 Update version. 1999-10-01 08:46:15 +00:00
Chris Piazza
6c4099bfa6 Change a reference to "The Shoutcast linux server" and make it
"The shoutcast server" It's multi platform.
1999-09-30 03:40:44 +00:00
Dan Moschuk
c60d7dccc8 Activate wmtune. 1999-09-29 15:37:26 +00:00
Dan Moschuk
c8b376ce1e Dock app radio program for the BT848/878 cards.
In particular, this program works with the
Happauge WinTV cards with onboard FM tuners.

PR: ports/14029
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-09-29 03:48:58 +00:00
Chris Piazza
adb212f970 freebsd.org -> FreeBSD.org 1999-09-27 18:17:43 +00:00
Chris Piazza
80d54707e7 Activate mpmf20 1999-09-27 17:51:52 +00:00
Chris Piazza
2c83614e43 import of mpmf20.
This software is a command line utility used used for transfering audio files
in the MP3 format to and from the portable MP3 player MPMan MP-F20.
It enables you to upload (specifying the files with wildcards or from a
textfile), download, delete, reorder already uploaded files and more on your
MPMan MP-F20.

PR:		Markus Holmberg <saska@acc.umu.se>
Submitted by:	13911
1999-09-27 17:51:11 +00:00
Steve Price
b7734feec4 Update the MASTER_SITE and tweak the build a bit.
PR:		13660
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-27 02:18:21 +00:00
Steve Price
c6e521dcbf Make this port ARCH-neutral. 1999-09-27 01:56:48 +00:00
Jim Mock
a2696528c2 Added -O0 to CCOPTIONS. Without it, ascd coredumps when run
with no theme specified.

Reported by:	marcel
1999-09-25 14:11:38 +00:00
Jim Mock
e26474e178 Updated to version 0.13.2 1999-09-25 13:34:02 +00:00
Marcel Moolenaar
707d495a10 Fix typo.
approved by: jim
1999-09-25 10:39:02 +00:00
Joseph Koshy
1eb9995ce2 Correct typo 'i836' -> 'i386'. 1999-09-20 04:55:24 +00:00
Steve Price
7f4fed562e Get this port to compile on FreeBSD/Alpha. 1999-09-20 02:34:31 +00:00
Steve Price
0dc0972e3f Breakout a multipart patch and use the default implementation instead
of the missing byts_swap_* on FreeBSD/Alpha.
1999-09-20 02:27:09 +00:00
Steve Price
d345f42834 Use SYSTEM_OSS on the Alpha too. Also include errno.h so this build on
FreeBSD/Alpha.
1999-09-20 02:24:29 +00:00
Steve Price
a5f86a1b94 Use time_t instead of long when call time functions. Also add '-lio'
on FreeBSD/Alpha.
1999-09-20 02:19:51 +00:00
Steve Price
11463b4b45 Break out part of a multipart patch and remove '-m486' when compiling on
FreeBSD/Alpha.
1999-09-20 02:15:09 +00:00
Steve Price
421dbe26a2 byte_swap_{long,word} don't exist on FreeBSD/Alpha so accept the default
implementation.
1999-09-20 02:05:07 +00:00
Steve Price
ae2249fb90 All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends. 1999-09-20 01:58:42 +00:00
Steve Price
5423f7f02a We don't need to explicitly '-lg++' since our C++ compiler does it for us
as required.
1999-09-20 01:54:49 +00:00
Steve Price
73d2b8f97e We don't have a fp_* cruft on FreeBSD/Alpha. 1999-09-20 01:29:53 +00:00
Steve Price
2286c1ecae Don't define time(3) as returning a long so that this builds on
FreeBSD/Alpha.
1999-09-20 01:07:26 +00:00
Steve Price
0441e39b5a Mark this port as being only for i386. 1999-09-20 01:05:45 +00:00
Steve Price
f4971b755f ln(1) a set of rules so this build (at least) on FreeBSD/Alpha. 1999-09-20 00:36:16 +00:00
Chris Piazza
a1c148f1a6 Add audio cd and mikmod support in Xmms.
Also update the maintainer's email address.

PR:		13728
Submitted by:	maintainer
1999-09-19 21:01:50 +00:00
Chris Piazza
d3d27c9692 Activate xmp 1999-09-18 20:46:54 +00:00
Chris Piazza
9fa8d14cc8 Import of xmp.
Xmp is the "eXtended Module Player".  It supports many of the
Amiga and PC module formats -- currently 47 of them and runs with
little system load.

PR:		13805
Submitted by:	Anders Nordby <anders@fix.no>
1999-09-18 20:46:21 +00:00
Stefan Eßer
833e387518 Update to KDE-1.1.2 1999-09-18 09:02:12 +00:00
Tim Vanderhoek
9dbc794cb4 Enforce random pkg/COMMENT rules, including the one that states Emacs
should be spelled corrcetly, although I rather liked "Emasc".
1999-09-18 04:56:11 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Bill Fenner
480c8a66fb Resolve many 301 Moved Permanently URLs in DESCR. 1999-09-17 19:16:35 +00:00
SADA Kenji
d931c2905e Enhanced version of the software midi player `TiMidity' .
PR:		ports/12150
Submitted by:	Yoichi Asai <yatt@msc.biglobe.ne.jp>
1999-09-10 17:08:54 +00:00
Satoshi Asami
c03c0d3d24 You can't replace "echo" with "@${ECHO}" if it appears in the middle of a
multi-line command.... ;)
1999-09-09 11:19:55 +00:00
Donald Burr
615dd9aac9 Erm, looks like "dollar-sign Id dollar-sign" has changed into
"dollar-sign FreeBSD dollar-sign".  That's what I get for missing
staff meetings, I guess...
1999-09-09 09:46:00 +00:00
Donald Burr
2b2f7a1c09 Enable ripit-atapi. 1999-09-09 09:41:41 +00:00
Donald Burr
fa79670c7b New port audio/ripit-atapi, a modified version of ports/audio/ripit
that uses CDD as the ripper (and thus can deal with ATAPI CD-ROM drives :) )
1999-09-09 09:40:49 +00:00
Chris Piazza
68e615346e Update MAINTAINER's email address
PR:		13648
Submitted by:	maintainer
1999-09-09 03:03:19 +00:00