1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

1192 Commits

Author SHA1 Message Date
Steve Price
0e41d82833 Don't install the CVS junk with the help files.
PR:		19734
Submitted by:	maintainer
2000-07-07 19:41:03 +00:00
Steve Price
50edf3201c Update to version 0.2.1.
PR:		19674
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:36:07 +00:00
Will Andrews
fa6d6666ef Update audio category Makefile and modules for bwap -> teknap. Remove
bwap port, obsoleted by teknap.
2000-07-06 03:55:28 +00:00
Will Andrews
f23635449c After repocopy from audio/bwap to audio/teknap,
* update to teknap 1.0.
	* add gtk support.
	* new master site.
	* fix -lc_r bungle; use -pthread proper. (my fix)

PR:		19721
Submitted by:	maintainer
2000-07-06 03:48:39 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Yukihiro Nakai
fdca5a8963 Update for more simple.
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-05 07:52:12 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Kris Kennaway
d09395e3e2 Remove extraneous directories on deinstall
Noticed by:	bento
2000-07-03 22:17:12 +00:00
Maxim Sobolev
e4526de6f1 Add RUN_DEPENDS on gnomecontrolcenter to properly
remove share/gnome directory.

PR:		19666
Submitted by:	Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-03 12:30:01 +00:00
Motoyuki Konno
7ce27e9936 o Turn off the build of xcdrdao:
Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility
    of GTK--.  If GTK-- is installed, cdrdao port always tries to build
    xcdrdao, and fails.

o  Support 5-current.

o  Do not use posix-threads by default due to thread scheduling problem.

o  Change the address of maintainer.

PR:		ports/19504
Submitted by:	Yasuhito FUTATSUKI <futatuki@debug.gr.jp> (maintainer)
2000-06-30 15:43:39 +00:00
Maxim Sobolev
2eba2d9211 Update to 2.6.1.
PR:		19597
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-06-30 10:08:39 +00:00
Maxim Sobolev
fd1fd13d64 Change MAINTAINER.
PR:		19595
Submitted by:	MAINTAINER
2000-06-30 08:30:11 +00:00
Brian Feldman
b5f03b15f6 Fix EsounD daemon and library insecurities noted on BugTraq.
Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/.
Also, the ~/.esd/socket of course needs only be 0644.

Two macros had to be backed up by functions which returned a static
buffer.  These macros, ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME,
both return constant strings as the new functions esd_unix_socket_dir()
and esd_unix_socket_name(), so the static buffers are not particularly
evil.

The fix has been tested (without needing recompilation) by the most
important EsounD-related apps, esd and XMMS, and works perfectly
in both cases.  It will be submitted to the EsounD maintainer to
be fixed in the source distribution ASAP.

Approved by:    Security Officer Kris
Noticed by:     Stan Bubrouski <satan@FASTDIAL.NET>
2000-06-30 04:21:53 +00:00
Maxim Sobolev
00f98890b1 New port xwave - a wave record/play/edit utility.
PR:		19200
Submitted by:	Trevor Johnson <trevor@jpj.net>
Obtained from:	NetBSD
2000-06-29 15:26:46 +00:00
Maxim Sobolev
09fef2d07f Activate libsidplay. 2000-06-29 10:53:41 +00:00
Maxim Sobolev
ed4cc45bab Make it to be a real sidplay (not libsidplay).
PR:		19516
Submitted by:	MAINTAINER
2000-06-29 10:51:16 +00:00
Maxim Sobolev
420d33edaf Forgot to update COMMENT.
PR:		19515
Submitted by:	MAINTAINER
2000-06-29 10:37:31 +00:00
Maxim Sobolev
a0c6a6f1bc Remove unneeded USE_XLIB. 2000-06-29 10:20:13 +00:00
Maxim Sobolev
5384534e82 Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also update
to 1.36.40.

PR:		19515
Submitted by:	MAINTAINER
2000-06-29 10:17:09 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Alexander Langer
e71e1fb70f - Update to version 3.3.2
- Add WWW: line into pkg/DESCR
- Add INSTALLS_SHLIB/INFO_FILES hunks
- HAS_CONFIGURE -> GNU_CONFIGURE

PR:		19521
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-28 16:05:11 +00:00
Alexander Langer
fe7d808a96 Update to 2.1.1
PR:		19362
Submitted by:	maintainer
2000-06-28 13:43:01 +00:00
Alexander Langer
543c989464 Update maintainer email.
PR:		19320, 19321, 19322
Submitted by:	maintainer
2000-06-28 12:33:57 +00:00
Alexander Langer
eb79762998 Fix for phk's bio changes (>= 500003)
PR:		19454
Submitted by:	Mike Meyer <mwm@mired.org>
2000-06-27 10:23:54 +00:00
Hajimu UMEMOTO
c97311ebf9 Make sure to have plugin directory.
Reported by:	Yoshikazu GOTO <goto@snowy.to>
2000-06-26 15:41:42 +00:00
Maxim Sobolev
156dcffe44 Use X11BASE instead of PREFIX for BUILD_DEPENDS and remove unneeded PREFIX
for RUN_DEPENDS.
2000-06-26 09:01:00 +00:00
Chris D. Faulhaber
343044af4b Update port to 0.11 2000-06-24 11:04:09 +00:00
Maxim Sobolev
f7a503ff95 Unbroke the port. 2000-06-23 16:39:56 +00:00
Maxim Sobolev
40a33a6070 - Support LOCALBASE properly (in setting path to custom wish script)
PR:		19470
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:44:03 +00:00
Maxim Sobolev
08436d7800 - Use MASTER_SITE_SUNSITE to MASTER_SITES
PR:		19496
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:22:00 +00:00
Maxim Sobolev
f912095f22 Add USE_NEWGCC.
Submitted by:	bento
2000-06-23 09:27:27 +00:00
Hajimu UMEMOTO
2b7dbbda20 Activate gkrellmvolume. 2000-06-22 18:22:11 +00:00
Hajimu UMEMOTO
2fb59f6467 Initial import of gkrellmvolume.
A plugin for GKrellM, that let's you control your mixer..
2000-06-22 18:16:28 +00:00
Will Andrews
a8f917f75f Unleash this port upon the people. Actually make it work by changing the
"gtk-config" -> "gtk12-config" assumption made in Makefile.in.
2000-06-22 05:53:07 +00:00
Yukihiro Nakai
1f848b8748 Use simple MAKE_ENV
Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-06-22 04:52:38 +00:00
Maxim Sobolev
5747f2576c Remove xmms-mikmod. 2000-06-21 08:55:11 +00:00
Maxim Sobolev
936166911d Make building/installing of the esd and mikmod plugins conditional (turned on by
default). Also slightly clean GNOME support bits.
2000-06-21 08:44:23 +00:00
Maxim Sobolev
cb87c44ef8 Update to the 1.2.1 version. 2000-06-20 08:56:04 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
ba38716727 Remove expensive optimisations, which seems broke equalizer with our gcc.
PR:		19141
Submitted by:	Sascha Blank <blank@uni-trier.de>
2000-06-16 14:18:48 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
8ffe38bb00 Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled with
WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically.

PR:		19293
Submitted by:	Espen Skoglund <esk@ira.uka.de>
2000-06-16 07:45:29 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Will Andrews
8ad00b5c4a Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by:	Kevin Bockman <kevin@puis.net> (now MAINTAINER)
2000-06-15 04:04:29 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Jeremy Lea
d6ed285ae7 Add support for more command line options (you can now choose the output
directory, ripper and encoder), running multiple encoders (for SMP) and
killing the encoders if the ripper fails.

This patch has been submitted to the author.

PR:		ports/19249
Approved by:	maintainer
2000-06-14 07:24:11 +00:00