View | Details | Raw Unified | Return to bug 87772
Collapse All | Expand All

(-)/home/michael/prog/emu10kx/Makefile (-4 / +4 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	emu10kx
8
PORTNAME=	emu10kx
9
PORTVERSION=	20050919
9
PORTVERSION=	20051021
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	http://chibis.persons.gfk.ru/audigy/emu10kx/
11
MASTER_SITES=	http://chibis.persons.gfk.ru/audigy/emu10kx/
12
DISTNAME=	${PORTNAME}-2005-09-19
12
DISTNAME=	${PORTNAME}-2005-10-21
13
13
14
MAINTAINER=	michaels@sdf.lonestar.org
14
MAINTAINER=	michaels@sdf.lonestar.org
15
COMMENT=	SBLive!, Audigy, and Audigy2 driver for FreeBSD
15
COMMENT=	SBLive!, Audigy, and Audigy2 driver for FreeBSD
Lines 19-26 Link Here
19
NO_PACKAGE=	should be recompiled for a particular FreeBSD kernel
19
NO_PACKAGE=	should be recompiled for a particular FreeBSD kernel
20
20
21
MAN8=	emuctrl.8
21
MAN8=	emuctrl.8
22
PLIST_FILES=	sbin/emuctrl
22
PLIST_FILES=	sbin/emuctrl etc/rc.d/emuctrl.sh
23
WRKSRC=	${WRKDIR}/${DISTNAME}a
23
WRKSRC=	${WRKDIR}/${DISTNAME}
24
24
25
post-install:
25
post-install:
26
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
26
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
(-)/home/michael/prog/emu10kx/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (emu10kx-2005-09-19.tar.bz2) = 710b275e176858b5b2478ca53a0ef35c
1
MD5 (emu10kx-2005-10-21.tar.bz2) = 823f13ae7513061fb6474328c0dc7690
2
SIZE (emu10kx-2005-09-19.tar.bz2) = 63868
2
SIZE (emu10kx-2005-10-21.tar.bz2) = 70555
(-)/home/michael/prog/emu10kx/pkg-deinstall (+5 lines)
Lines 26-29 Link Here
26
if [ ${RESULT} -eq 0 ]; then
26
if [ ${RESULT} -eq 0 ]; then
27
	sed -e /${DRIVERNAME}_load.*/d -i.orig /boot/loader.conf
27
	sed -e /${DRIVERNAME}_load.*/d -i.orig /boot/loader.conf
28
fi
28
fi
29
30
# Tell the user about the state files
31
if [ -f /var/db/emu10kx0-state ]; then
32
echo "If you will not be using this port anymore, please remove " /var/db/emu10kx[0-9]-state " manually."
33
fi
29
#============================================================
34
#============================================================
(-)/home/michael/prog/emu10kx/pkg-descr (+2 lines)
Lines 4-7 Link Here
4
This is an alternate driver that you may use instead of the snd_emu10k1
4
This is an alternate driver that you may use instead of the snd_emu10k1
5
driver in the FreeBSD kernel.
5
driver in the FreeBSD kernel.
6
6
7
This driver was written by Yuriy Tsibizov.
8
7
WWW: http://chibis.persons.gfk.ru/audigy/
9
WWW: http://chibis.persons.gfk.ru/audigy/

Return to bug 87772