1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

1245 Commits

Author SHA1 Message Date
Maxim Sobolev
d26b7ff1e8 Patch configure to use -pthread instead of -lpthread. 2000-08-15 11:34:32 +00:00
Maxim Sobolev
8cbccaecbc Back out previous commit - I erroneously replaced this file with older version. 2000-08-15 07:22:43 +00:00
Maxim Sobolev
bcd4b24df9 Update to 1.0.6.
Several fixes/cleanups:
- add previously missed INSTALLS_SHLIB;
- libtoolize;
- remove redundant newline at the end of PLIST.
2000-08-15 07:19:02 +00:00
Steve Price
1371d1bdf1 Remove patch-ab because it has exactly the same contents as patch-aa and
that will cause problems during 'make patch'.
2000-08-13 14:17:25 +00:00
Satoshi Asami
a812364b49 Do not gratuitously change manpage directory ownerships.
Submitted by:	bento
2000-08-13 07:58:02 +00:00
Kevin Lo
38139cc20a - Support CFLAGS/X11BASE properly
- Add WWW: line into pkg/DESCR

This PR supersedes ports/20414
PR: 20553
Submitted by: Ports Fury
2000-08-12 07:30:34 +00:00
Maxim Sobolev
1cd9a7a9b9 Make PATCHFILE confitional, depending on the OSVERSION and WITHOUT_3DNOW. This
shoud fix xmms if OSVERSION < 400021.
2000-08-11 13:09:07 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Steve Price
300d54202d Don't use -Werror in CFLAGS so this port builds cleanly on the Alpha. 2000-08-08 03:16:37 +00:00
Bill Fumerola
4a17d7068f Fix distfile fennerage. 2000-08-07 17:08:31 +00:00
Kevin Lo
da66b56b43 Update to version 2.4
PR: 20415
Submitted by: Ports Fury
2000-08-07 05:50:01 +00:00
Jim Mock
52980b4ae8 Support CFLAGS/PREFIX properly.
PR:		20413
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-06 20:27:11 +00:00
Neil Blakey-Milner
95563b4b3a Update to 0.5.5.
PR:		ports/20073
Submitted by:	Kristopher Zentner <kzentner@u.washington.edu> (MAINTAINER)
2000-08-06 14:24:13 +00:00
Neil Blakey-Milner
b1b1f85c60 Add xmms-tfmx, a tfmx plugin for xmms.
PR:		ports/18726
Submitted by:	Anders Nordby <anders@fix.no>
2000-08-05 13:45:38 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Chris Piazza
3653aa5206 Replace a couple patch files with sobomax's post-extract rule.
Submitted by:	ade
2000-08-04 04:57:32 +00:00
Ade Lovett
38ae599271 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:19:21 +00:00
Ade Lovett
1dc37aed2c Update to 0.2.19 2000-08-04 01:15:16 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Donald Burr
de4b383b26 Added the rc.d startup script into PLIST. 2000-08-01 06:56:52 +00:00
Maxim Sobolev
c19d2ff8ae Update to 1.3.0. 2000-07-31 09:46:30 +00:00
Maxim Sobolev
792a8c631e Make xmms better than ever before:
- add 3dnow support using external patch (I reworked it to touch only generated
  by automake/autoconf files, made it .gz instead of .bz2 and put on
  MASTER_SITE_LOCAL). 3dnow support is explicitly disabled if OSVERSION < 400021.
- Add LIBTOOLFILES to use our own libtool for libxmms too.

PR:		20261 (LIBTOOLFILES)
PR:		20193 (3DNOW)
Submitted by:	maintainer, FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-31 07:56:10 +00:00
Bill Fumerola
764701dcbe slap btc into the world 2000-07-30 20:38:39 +00:00
Bill Fumerola
893775e711 The Bass Tab Creator is a program designed to help create bass tablature.
It was originally created to facilitate the reproduction of tab published
in many music magazines and books.  It takes as input a file consisting of
note information, and builds the tab staffs.
2000-07-30 20:36:48 +00:00
Steve Price
fd3cb8bbac Fix this port so that it builds on the Alpha again. 2000-07-30 18:05:24 +00:00
Maxim Sobolev
cad8b693e6 Add ccaudio - a generic C++ class library for audio files and devices.
PR:		20230
Submitted by:	David Sugar <dyfet@gnu.org>
2000-07-28 11:05:27 +00:00
Donald Burr
f3a203bae7 Activate opennap. 2000-07-27 08:25:36 +00:00
Donald Burr
090683237a New port audio/opennap, an open source Napster(tm) server. 2000-07-27 08:21:25 +00:00
Maxim Sobolev
064d9f5ece Remove share/gnome if empty.
Submitted by:	bento
2000-07-27 07:26:08 +00:00
Chris D. Faulhaber
ed8a39c80c Update maintainer's email
PR:		ports/20093
Submitted by:	Maintainer
2000-07-21 23:25:04 +00:00
John-Mark Gurney
26cbbf47c8 remove myself as maintainer... don't use it, and it hasn't been updated
since I committed it...

plus, half of sunsite's mirrors are broken and I don't want to deal with
it...
2000-07-21 00:44:25 +00:00
Yukihiro Nakai
441c99cbf0 USE_MT fix again.
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-20 10:41:37 +00:00
Satoshi Taoka
027cd3b2b7 Updated to 1.9
Obtained from:	bento
2000-07-19 16:12:19 +00:00
Alexander Langer
1798af9674 Add TRUE const if not already defined. Should fix bento-build. 2000-07-19 11:45:17 +00:00
Chris Piazza
7f4f9d039b Update to 2.7.
Adds japanese and swedish messages.

PR:		19892
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-07-19 06:08:17 +00:00
Yukihiro Nakai
6ebb041777 Use WITH_THREADS instead of USE_MT.
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-19 05:48:10 +00:00
Maxim Sobolev
4d2a37f591 Paraphrase COMMENT.
PR:		19985
Submitted by:	Ports Furry
2000-07-18 07:11:27 +00:00
Steve Price
c28c7b2d12 Fix sound file read/write/import/export.
PR:		19895
Submitted by:	maintainer
2000-07-16 19:53:07 +00:00
Chris D. Faulhaber
785249a7b4 Update port to 0.12 2000-07-16 13:30:55 +00:00
Alexander Langer
95bdf2b8f9 Fix my obvious stupidity (why is it GZIP_CMD and not GZIP actually? grrr):
/usr/bin/gzip --> ${GZIP_CMD}

PR:		19942
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-16 13:13:33 +00:00
Will Andrews
b564c4f1c4 Update to 0.7.
PR:		19931
Submitted by:	maintainer
2000-07-15 17:24:36 +00:00
Will Andrews
916d2c65ad Use GTK_CONFIG instead of hardcoded gtk12-config; support CFLAGS properly;
support NOPORTDOCS.

PR:		19923
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-15 17:16:05 +00:00
Alexander Langer
c06609aa4e Add post-install target in order to compress workmandb.5, too.
Noticed by:	bento
2000-07-14 16:11:31 +00:00
Jim Mock
262ee4f94f Fix the build for older versions of gcc by renaming *.s -> *.S.
PR:		19846
Submitted by:	maintainer
2000-07-13 20:20:21 +00:00
Maxim Sobolev
47aaab6ded - Update to version 2v2
PR:		19759
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-13 13:32:27 +00:00
Maxim Sobolev
68ebbfd74c Update to 1.2.2. 2000-07-12 10:58:15 +00:00
Satoshi Taoka
716284e7b4 Update to version 7.b2
Change maintainer from kris to Vladimir Silyaev

PR:	19589
Submitted by: Vladimir Silyaev <vns@delta.odessa.ua>
Approved by: old maintainer, kris
2000-07-11 15:13:02 +00:00
Steve Price
203af09667 Activating the grip and rio500 ports. 2000-07-10 03:12:34 +00:00
Steve Price
981bd36b5f Adding rio500 version 0.6.
Utilities for the Diamond Rio500.

PR:		19195
Submitted by:	Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
2000-07-10 03:11:38 +00:00
Steve Price
3a28a2cc4a Add grip version 2.94.
GTK-based front-end to external cd audio rippers and mp3 encoders.

PR:		19167
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-07-10 03:09:55 +00:00