Commit graph

60 commits

Author SHA1 Message Date
Rene Ladan
3171cba400 - Stagify
- Remove NO_PACKAGE, not useful with pkg(8) anymore [1]
- Apply patch for 8+ unconditionally
- Fix typo in pkg-message.in
- Remove pkg-plist entry now handled by kmod.mk

- Mark broken on 10+
  wrkdirs/usr/ports/audio/aureal-kmod/work/au88x0.c:330:3: error: member reference base type 'void' is not a structure or union
                snd_mtxlock(au->lock);
                ^~~~~~~~~~~~~~~~~~~~~
[...]
/wrkdirs/usr/ports/audio/aureal-kmod/work/au88x0.c:342:3: error: member reference base type 'void' is not a structure or union
                snd_mtxunlock(au->lock);
                ^~~~~~~~~~~~~~~~~~~~~~~
[...]
2 errors generated.

Approved by:	portmgr (infrastructure blanket)
2014-01-24 23:31:07 +00:00
Rene Ladan
bfc52e7104 Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.

There are no user-visible changes.  The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.

PR:		ports/183625
Submitted by:	myself
Approved by:	portmgr (bdrewery)
Exp-run by:	bdrewery
2013-11-09 19:13:27 +00:00
Alexey Dokuchaev
641aebe3ad - Unbreak fetching by pointing MASTER_SITES to GOOGLE_CODE
- Remove defunct mirrors and WWW link, primary website vanished
- Drop article and improve on COMMENT, NO_PACKAGE message, etc.
2013-11-07 03:41:16 +00:00
Baptiste Daroussin
e1f7eae169 Mark as broken: does not fetch
Reported by:	pkg-fallout
2013-11-06 22:03:45 +00:00
Mark Felder
8b0fce5b05 Add additional mirrors
Change package name, add suffix

PR:		ports/182015
Approved by:	swills (mentor, implicit)
2013-11-03 00:00:09 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Michael Scheidell
cf9252d0c3 -committer error. extra patch went missing, adding it back
PR:		ports/162349
Approved by:	gabor(mentor)
Feature safe:	yes
2011-12-07 09:43:46 +00:00
Michael Scheidell
c708a68edf -added extra patch so it will build on 8.0+
-submitted is now maintainer

PR:		ports/162349
Submitted by:	maintainer
Approved by:	gabor(mentor)
Feature safe:	yes
2011-12-06 21:17:04 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Mark Linimon
e2c24bd94b Change from $SRCPREFIX to $SRC_BASE to be in accordance with new
standard usage.

Approved by:	maintainer
2010-12-17 03:36:21 +00:00
Doug Barton
86922094aa RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
2010-03-27 06:14:03 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Martin Wilke
42cff4bd2c - Mark BROKEN fails to build on RELENG_8
PR:		141433
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
2010-02-13 11:17:07 +00:00
Rong-En Fan
04c5998629 - Remove the portion that contains a $FreeBSD$ which is a keyword to our CVS
to avoid broken patch file. As it seems no way to tell CVS not to expand
  the keywords after add, it's better not to contain $FreeBSD$ in the
  patch file.

PR:		ports/131925
Reported by:	Tom Mende <tmende at optusnet.com.au>
Approved by:	maintainer
2009-02-21 08:18:20 +00:00
Wesley Shields
6e9ed6c90c - Pass maintainership to submitter. 2009-02-14 14:27:00 +00:00
Rong-En Fan
1b87f3e993 - Remove conditions that are always true on 6.x and above
- Pet portlint(1) a little bit
2009-01-07 01:38:11 +00:00
Jimmy Olgeni
bbdb4d4623 A few typo fixes for ports/audio descriptions. 2008-06-15 12:52:11 +00:00
Rong-En Fan
be9750b9c6 - Convert old style rc script to the new world order
- Install kernel modules in PREFIX/modules instead of PREFIX/lib
- Bump PORTREVISION

PR:		ports/124063 (based on)
Submitted by:	Volodymyr Kostyrko <c.kworr at gmail.com>
Tested by:	Volodymyr Kostyrko <c.kworr at gmail.com> (earlier version)
2008-06-15 06:09:12 +00:00
Edwin Groothuis
60e1cd6778 implement @rmtry macro for the pkg-plist 2008-04-19 00:03:30 +00:00
Edwin Groothuis
67d45db512 remote stray entry 2008-03-25 04:33:31 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Andrey Slusar
2f5821aeb0 Fix build on 7.0-CURRENT 2007-04-26 19:35:52 +00:00
Mark Linimon
146986a380 Dropped one too many lines in the cleanup.
Found by:	Pav
Pointy hat to:	linimon
2007-02-01 15:53:30 +00:00
Mark Linimon
f0f1231a52 Remove antiquated OSVERSION cruft.
Hat:	portmgr
2007-02-01 09:16:11 +00:00
Mark Linimon
363131f545 Reset inactive maintainer who has not responded to email.
Hat:		portmgr
2006-09-05 08:24:06 +00:00
Edwin Groothuis
d13d1f72fc SHA256-ify (very manually)
Approved by:	krion@
2006-01-22 08:50:59 +00:00
Sergey Matveychuk
af25605aca - Fix a master site URL
- Remove EXPIRATION_DATE

PR:		ports/89255
Submitted by:	Andrey Slusar
Approved by:	no maintainer reaction on broken port for three weeks
2005-11-19 20:14:51 +00:00
Renato Botelho
6f80c9a161 - Mark as DEPRECATED and set EXPIRATION_DATE
PR:		ports/87818
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	port broken for a long time
2005-10-24 12:12:06 +00:00
FUJISHIMA Satsuki
c34c843e67 fix > 5 with MFsrc:
| Mar 1 2005 by imp
| Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
| preference to some random negative number to allow other drivers a
| bite at the apple.

| Sep 2 2003 by jhb
| Use PCIR_BAR(x) instead of PCIR_MAPS.
2005-08-28 23:04:34 +00:00
FUJISHIMA Satsuki
41e529372e now DISTNAME is determined by DISTVERSION, there is no reason to have
separate PORTREVISION.
2005-02-04 00:00:47 +00:00
FUJISHIMA Satsuki
d61c90747a fix FreeBSD > 4 2005-02-03 23:43:39 +00:00
FUJISHIMA Satsuki
4cc6156caa fix fetch by separating DISTREVISION from PORTREVISION. 2005-02-03 23:38:30 +00:00
FUJISHIMA Satsuki
abb3cabfd6 MFsrc: fix by yongari
|Audio drivers failed to detect failure condition and attempted to
|assign DMA address to the wrong address. It can cause system lockup
|or other mysterious errors. Since most sound cards requires low DMA
|address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the
|audio driver is loaded after long running of operations.
2005-02-01 22:16:01 +00:00
Pav Lucistnik
693fedfb7a - Fix syntax on 5-STABLE past 2005-01-30
PS I think this port is quite brain damaged. These checks should be made
on OSVERSION.

PR:		ports/76943
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
Tested by:	DomiX on FreeNode
2005-02-01 10:15:04 +00:00
FUJISHIMA Satsuki
8c0e046901 unbreak -CURRENT, catch up renaming by tanimura. 2004-08-04 21:15:37 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
0ecea7d9d6 Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD.  This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools.  To most users, this change
is a no-op.

PR:		61090
Submitted by:	linimon
2004-01-10 07:18:55 +00:00
Kris Kennaway
1e7e0dce64 portlint (whitespace cleanup) 2003-10-27 09:11:28 +00:00
FUJISHIMA Satsuki
6525b58fdc unbreak -CURRENT.
revert bogus PORTREVISION bumped in 1.15; This is perfectly safe because
no one on the earth was able to build aureal-kmod-1.5_5.
2003-08-31 10:18:57 +00:00
Edwin Groothuis
7c5c64f241 [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmod
The current logic to calculate BROKEN in this port does not
	allow for one OS release to ask the port if it is broken
	on another OS release.  This is due to an assumption that
	the OSVERSION passed to the Makefile exactly corresponds
	to the source version installed under /usr/src/sys (if any.)
	That is the default.  However, when doing a cross-query,
	this is not the case.

	While this is a problem that is probably only of interest
	to myself, Bill Fenner, and Dan Langille, the logic could
	use tightening anyway.

PR:		ports/52590
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-31 02:58:50 +00:00
Daichi GOTO
5a5ecaddfb update audio/aureal-kmod: broken by busdma commit
PR:		55513
Submitted by:	James E. Flemer <jflemer@alum.rpi.edu>
2003-08-20 06:33:23 +00:00
Maxim Sobolev
eb90479d10 - Better FreeBSD version detection;
- update maintainer's e-mail.

Submitted by:	maintainer
2003-05-20 04:45:10 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Maxim Sobolev
15bd59db42 Fix test for presence of source tree.
Submitted by:	imp
2002-06-19 11:00:45 +00:00
Maxim Sobolev
c08cfc3dc9 - Unbreak on -stable;
- extend a start-up script with a workaround for Via Apollo KX133 chipset.

Submitted by:	maintainer
2002-05-15 18:16:23 +00:00
Akinori MUSHA
9995b48de4 Use a better way to extract a revision from a file.
This unbreaks `make index' on CURRENT.
2001-08-24 15:01:55 +00:00
Maxim Sobolev
2b40975341 Fix on very latest -STABLE.
Submitted by:	maintainer
2001-08-13 13:20:28 +00:00
Maxim Sobolev
657ab0b207 - Catch up with recent changes in -CURRENT;
- add a dependency on snd_pcm in -STABLE;
- refresh the info message;
- maintainer have been graduated (Congrats Alexander!) - host distfiles at a
  temporary location and update his e-mail accordingly.

Submitted by:	sf, maintainer
2001-06-22 07:22:06 +00:00