Christian Weisgerber
c658929967
new version of libFLAC
2005-03-16 14:50:13 +00:00
Eric Anholt
4eb209da7d
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
...
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
2004-07-23 19:10:32 +00:00
Daniel Eischen
37e17c147a
Update to tiny version 3.3.2. This is a bug fix to prevent cda from
...
crashing and also incorporates the 3.3.0->3.3.1 patch which includes
some FreeBSD-specific configuration changes.
Approved by: portmgr
2004-04-24 23:45:57 +00:00
Edwin Groothuis
cde6ad6394
libflac -> libFLAC
...
pointy hat to: deischen@
PR: ports/65565
Submitted by: Shigetomo Kimura <kimura@netlab.is.tsukuba.ac.jp>
2004-04-15 13:35:38 +00:00
Daniel Eischen
67251b13df
Make audio/flac a LIB_DEPENDS instead of a RUN_DEPENDS.
2004-04-13 22:02:07 +00:00
Daniel Eischen
304df529b4
s/ /\t/ in the newly added BUILD_DEPENDS line.
...
portlint didn't catch this, but I may not have been using the
latest version of it.
Noticed by: krion
2004-04-13 02:02:37 +00:00
Daniel Eischen
8cd50885e3
Add a BUILD_DEPENDS for audio/flac.
...
Reported by: Helge Oldach <xmcdapr04 at oldach.net>
2004-04-12 15:34:53 +00:00
Daniel Eischen
fe26fe8138
Unbreak on -stable by commenting out a call to pthread_atfork().
...
-stable doesn't yet have pthread_atfork().
Reported by: Kent Stewart <kstewart at owt.com>
2004-04-11 05:27:05 +00:00
Daniel Eischen
e68c868423
Update to xmcd-3.3.1.
2004-04-10 16:46:47 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Edwin Groothuis
baf6965e14
Make audio/xmcd work on 5.2.1: uname -r returned an x.y.z number,
...
giving the PLIST_SUB variable a x.y number, while the port itself
calculated from x.y.z to x.
Informed maintainer.
2004-02-28 02:16:11 +00:00
Christian Weisgerber
89c5de7031
Catch up with libogg/libvorbis version bump.
2003-12-20 16:14:14 +00:00
Kris Kennaway
1e7e0dce64
portlint (whitespace cleanup)
2003-10-27 09:11:28 +00:00
Sergey A. Osokin
f37f7775e3
Make portlint(1) happy by changing strip to ${STRIP_CMD}
...
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
2003-09-24 09:37:11 +00:00
Daniel Eischen
96e0cc506e
Update to version 3.2.1.
2003-08-04 05:12:54 +00:00
Daniel Eischen
535bc100f7
Strip installed binaries. Remove patch-ae since the file it modifies
...
is not needed when using imake.
Submitted by: Carl Mascott <cmascott@att.net>
2003-04-18 05:40:48 +00:00
Akinori MUSHA
57f9198bc7
De-pkg-comment.
2003-02-21 11:08:38 +00:00
Daniel Eischen
21357e1762
Upgrade to 3.2.0.
...
Xmcd now provides audio extraction and playback directly to
a sound device.
2003-01-10 02:50:37 +00:00
Daniel Eischen
23f9562ef8
Fix MASTER_SITE; directory structure has changed.
2003-01-07 18:23:20 +00:00
Daniel Eischen
03f613126d
Change the WWW site.
...
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2002-06-25 12:11:06 +00:00
Daniel Eischen
8d551220ce
Upgrade to xmcd-3.1 patchlevel 1.
2002-06-08 19:48:09 +00:00
Kris Kennaway
91b0a5f611
The author rerolled the tarball with a VMS-specific change. Chase the
...
checksum.
Noticed by: deischen
2001-08-11 23:10:51 +00:00
Kris Kennaway
429e14a5e1
Upgrade to xmcd 3.0.2. This version fixes a tempfile race condition and
...
a buffer overflow. I'm not exactly sure why a CD player needs to be setuid
root.
2001-08-06 20:37:14 +00:00
FUJISHIMA Satsuki
366437ddfd
o fix build for XFree86-4.
...
PR: 29256
Submitted by: Richard Wiwatowski <rjwiwat@betalogic.com.au>
o getting rid of dependency on -clients. (rman is now part of imake-4.)
o use pre/post.mk to simplify testing.
2001-07-27 21:41:33 +00:00
Mark Pulford
add1df28fc
Note steps to submit CDDB data
...
PR: 22605
2001-07-18 15:01:23 +00:00
Daniel Eischen
f834f14ffd
Update to version 3.0pl1
2001-07-17 19:45:05 +00:00
Daniel Eischen
4506aba37f
MASTER_SITE change
2001-04-21 17:07:39 +00:00
FUJISHIMA Satsuki
529102b110
build html manpages for XFree86-4.
2001-02-12 06:43:04 +00:00
Satoshi Asami
7112ba2b40
Change motif to a normal dependency. REQUIRES_MOTIF is now called
...
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Satoshi Asami
a812364b49
Do not gratuitously change manpage directory ownerships.
...
Submitted by: bento
2000-08-13 07:58:02 +00:00
Daniel Eischen
4d07c034bb
Make xmcd compile and build on the Alpha.
...
Submitted by: Mark Abene <phiber@radicalmedia.com>
2000-05-06 12:46:13 +00:00
Michael Haro
bcd8ffd9d0
update with the new PORTNAME/PORTVERSION variables
2000-04-08 21:25:03 +00:00
Daniel Eischen
ea74271d35
Upgrade to latest release (xmcd-2.6).
...
This still fails to build correctly on -current since the /usr/libexec/cpp
fiasco -- old versions of imake still use /usr/libexec/cpp instead of
gcc -E. If you don't have a fixed version of imake, a quick fix to get
around this is to set IMAKECPP=/usr/bin/cpp in your environment before
make'ing this port.
Note that the port builds without errors if you don't have the correct
version of imake, but FREEBSD_CAM will not be defined and xmcd will use
the ioctl method which hasn't worked since 3.0.
2000-02-23 03:40:40 +00:00
Michael Haro
4e6183d00e
WWW moved
2000-02-14 22:48:10 +00:00
Michael Haro
6ba32b931f
fix some pkg/MESSAGE stuff
2000-01-29 20:01:39 +00:00
Steve Price
c6e521dcbf
Make this port ARCH-neutral.
1999-09-27 01:56:48 +00:00
David E. O'Brien
78ab65a396
Change Id->FreeBSD.
1999-08-25 04:36:31 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Daniel Eischen
50e17fcabc
The xmcd author released an updated version of xmcd-2.5 that
...
incorporated what was in patch-af. Removed patch-af and
updated md5 to fix breakage caused by this release.
Breakage reported by: jkh
1999-07-05 03:33:05 +00:00
Steve Price
05ad85463e
Add a couple of missing files from upgrade to 2.5.
...
Noticed by: msmith
1999-06-27 20:20:29 +00:00
Tim Vanderhoek
748713c3f6
As threatened, enforce the "Capital, no period" rule. Ellipses are
...
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Thomas Gellekum
5780b36964
Give up root temporarily to read user's .Xauthority.
...
PR: 11887
1999-05-26 07:08:19 +00:00
Steve Price
7eaecb38a1
Update to version 2.5.
...
PR: 11693
Submitted by: maintainer
1999-05-16 23:37:37 +00:00
Tim Vanderhoek
6cfb5d6bb8
Wisten, to the SWwound, of a Whole new WOO
...
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00
Steve Price
168c276e3a
Let bsd.port.mk handle compressing the manpages.
...
PR: 10055
1999-02-22 03:27:30 +00:00
Matthew Hunt
5bf1fd51b2
Correct version number in comment.
1999-01-08 22:53:25 +00:00
Steve Price
b9a9901e56
Honor CFLAGS.
...
PR: 9234
Submitted by: Sheldon Hearn <axl@iafrica.com>
1999-01-02 19:47:10 +00:00
SADA Kenji
a106e2e081
To decide the configuration files' directory affecting ${PREFIX}.
...
PR: ports/8972
Submitted by: gpalmer@FreeBSD.ORG
1998-12-05 22:28:44 +00:00
Matthew Hunt
767690825b
Upgrade to 2.4. This release includes CAM compatibility.
...
PR: 8616
Submitted by: Daniel Eischen <eischen@vigrid.com>
1998-11-11 00:30:42 +00:00
Kenneth D. Merry
0ce4ba886f
Add CAM support to xmcd. This patch makes xmcd autodetect a CAM system,
...
and use the appropriate SCSI interface code.
This patch has been sitting around for 3 weeks, and no one committed it, so
I thought I'd commit it before the ports freeze tomorrow.
xmcd-2.3pl1 will have native CAM support, but since it looks unlikely it'll
be out before tomorrow, we'll have to go with the "unofficial" CAM patch.
PR: ports/7957
Submitted by: maintainer ("Daniel M. Eischen" <eischen@vigrid.com>)
1998-10-09 23:59:18 +00:00