Simon Barner
0300ad0fc0
- Fix segfault while changing stations
...
- Bump PORTREVISION
Submitted by: Simun Mikecin <numisemis@yahoo.com>
PR: ports/89614
2005-11-30 10:22:56 +00:00
Pav Lucistnik
ca3cc2742a
- Add SHA256
2005-11-25 16:19:39 +00:00
MANTANI Nobutaka
d404bac536
Bump PORTREVISION for the previous fix.
...
Pointed out by: kris
2005-10-01 21:44:21 +00:00
MANTANI Nobutaka
ec56155749
Fix segmentation fault on startup.
...
PR: ports/86579
Submitted by: Simun Mikecin <numisemis@yahoo.com>
2005-10-01 20:35:26 +00:00
Oliver Lehmann
601b5e1f48
it works on amd64 - so add it to ONLY_FOR_ARCHS
2005-05-23 11:51:02 +00:00
Dejan Lesjak
10703748eb
Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just
...
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
2005-04-10 05:39:56 +00:00
Kirill Ponomarev
54e7a93b9a
Fix build on ia64.
2005-01-08 12:38:10 +00:00
Pav Lucistnik
27be599386
- Use OPTIONS for extra dependencies
...
PR: ports/70724
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2004-08-20 22:34:03 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
f15b845ebe
SIZEify.
2004-01-29 16:13:06 +00:00
Sergey A. Osokin
dfff5c136b
Since the bktr(4) driver does not exist on every
...
FreeBSD platform, this port needs to be restricted
to those which are supported.
Submitted by: Simon Barner <barner@in.tum.de>
PR: 58334
2003-10-21 15:09:23 +00:00
Sergey A. Osokin
8a0774ca77
Fix build on -CURRENT
...
Bump PORTREVISION
Patch from: Julio M. Merino Vidal <jmmv@menta.net>
2003-07-18 08:30:39 +00:00
Mario Sergio Fujikawa Ferreira
28d8313f64
After repo copy from graphics category to newly create multimedia
...
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
2003-04-04 01:38:40 +00:00
Akinori MUSHA
e88cb93ce3
de-pkg-comment
2003-02-20 18:08:19 +00:00
Mario Sergio Fujikawa Ferreira
60b8a22257
Correct previous commit
2002-11-26 21:30:16 +00:00
Mario Sergio Fujikawa Ferreira
6001fdfccf
Fix -CURRENT build since it has a much cleaner header file space.
...
Therefore, add missing include.
PR: 45767
Submitted by: Volker Stolz <vs@foldr.org>
2002-11-26 21:29:13 +00:00
Kris Kennaway
64f0415ebe
Reset undeliverable maintainer addresses to ports@FreeBSD.org
2002-11-18 03:48:10 +00:00
Kris Kennaway
11c21c16d0
Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and #ifdef 0
...
-> #if 0)
2002-09-08 00:48:14 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case
2001-11-20 23:49:34 +00:00
FUJISHIMA Satsuki
879e57e564
update to 1.03.
...
PR: 25646
Submitted by: John Saunders <john@nlc.net.au>
(Non-response from maintainer)
2001-03-12 22:49:21 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
Steve Price
a72737d2f3
Fix compilation on newer versions of -current.
...
PR: 23100
2000-12-11 02:25:33 +00:00
Roger Hardiman
2779715371
Fetch the source from MASTER_SITE_LOCAL to lower the loading
...
on freefall.
2000-11-22 09:35:41 +00:00
Satoshi Asami
1b21980287
Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
...
work with both XFree86-3 and XFree86-4.
2000-09-05 18:34:52 +00:00
Steve Price
9df09f5635
Remove i386 .o files in the post-extract target and respect CFLAGS.
2000-08-08 02:55:15 +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
Roger Hardiman
cd81a605e1
Add patch to allow selection of the 'VIDEO' audio input on newer
...
sound cards
Submitted by: Mike Meyer <mwm@mired.org>
2000-08-01 09:20:47 +00:00
Roger Hardiman
15fbdf0720
Fix broken master site
2000-08-01 09:07:51 +00:00
Roger Hardiman
89008b180a
Update maintainer's email address and clarify the DESCR file.
2000-08-01 08:58:19 +00:00
Roger Hardiman
5ee7305d6c
Remove the NOT_FOR_ARCHS=alpha entry
2000-04-15 08:27:56 +00:00
David E. O'Brien
5fc663a1ad
PORTNAME / PORTVERSION syntax conversion
2000-04-13 06:28:28 +00:00
Michael Haro
5fbcf37690
remove extra blank line (portlint)
2000-04-02 17:35:08 +00:00
Peter Wemm
02c5b6c7c6
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
...
as the days of the former are numbered.
Reviewed by: asami
2000-02-08 09:29:51 +00:00
Chris Piazza
17abf34b20
Rework DESCR so it doesn't have spaces in front of every line.
...
Also change a link to WWW: format.
2000-02-03 03:58:33 +00:00
Roger Hardiman
8042b89305
Update FXTV checksum. The distribution tarball was re-rolled by the author
...
to remove some junk.
1999-11-12 10:08:39 +00:00
Roger Hardiman
da35e30718
Update to FXTV 1.02.
...
This adds support for the IR Remote Control in the
PixelView TV cards
1999-11-05 12:30:22 +00:00
Roger Hardiman
dc5d81491e
Upgrade to version 1.01, which has Hauppauge Infra Red Remote Control Support
1999-10-27 09:42:47 +00:00
Roger Hardiman
a4b3c17418
Add patch submitted by Randall, the FXTV author
1999-09-09 18:14:29 +00:00
Roger Hardiman
c79e7ed839
Expand the patch to work on drivers without the XUSSR channel set too.
...
This means FXTV should be able to compile on the really old Bt848
driver that ships with FreeBSD 2.2.8
1999-09-08 17:23:00 +00:00
Roger Hardiman
b2f94dc732
Patch to allow FXTV to compile on older Bt848 drivers without the Australian
...
channel set
1999-09-08 16:20:45 +00:00
Roger Hardiman
cb8342a2e9
Update to include the URL for newer Bt848 drivers
1999-09-07 12:02:30 +00:00
Steve Price
ec1b2d16ed
The tiff port now lives in ports/graphics/tiff.
1999-09-07 10:45:31 +00:00
Roger Hardiman
449ac889d3
Update FXTV to version 1.00
1999-09-07 09:53:09 +00:00
Roger Hardiman
a8688ffd51
Update FXTV to version 1.00
...
This requires Bt848 driver version 1.66 or later.
3.2-RELEASE shipped with version 1.61.
New drivers are in the 3.x-stable kernel source tree. They can also be found at
http://www.freebsd.org/~roger or http://telepresence.dmem.strath.ac.uk/bt848
1999-09-07 09:52:31 +00:00
David E. O'Brien
5133141363
Change Id->FreeBSD.
1999-08-25 06:16:32 +00:00
Roger Hardiman
90a20db4b5
Add #include <X11/Xproto.h>
...
This allows FXTV to compile with XFree86 3.9.15 (a 4.0 pre-release beta)
This has no effect on XFree86 3.3.4.
1999-07-28 16:47:29 +00:00
Steve Price
44c0cfa3f8
We don't have sound support on the Alpha yet.
1999-06-22 16:37:26 +00:00
Roger Hardiman
70b1b91263
Fix typo in function XUTILGetVisualBpp(), it causes fxtv to fail on
...
X server with both depth 8 and 24 visuals.
Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
1999-05-10 08:09:39 +00:00
Michael Haro
90b0babfff
More WWW: additions
1999-05-06 19:10:36 +00:00
Roger Hardiman
e77cd7333f
Updated with new FXTV Homepage location
1999-03-16 14:07:23 +00:00