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

(-)biosfont/Makefile (-9 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	biosfont
8
PORTNAME=	biosfont
9
PORTVERSION=	1.0
9
PORTVERSION=	1.1
10
PORTREVISION=	1
11
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
12
MASTER_SITES=	http://home.tiscali.nl/rladan/biosfont/
11
MASTER_SITES=	http://home.tiscali.nl/rladan/biosfont/
13
12
Lines 24-37 Link Here
24
PLIST_SUB=	KMODDIR=${KMODDIR}
23
PLIST_SUB=	KMODDIR=${KMODDIR}
25
MAKE_ENV+=	KMODDIR=${KMODDIR}
24
MAKE_ENV+=	KMODDIR=${KMODDIR}
26
25
27
SUB_FILES=	pkg-message
28
29
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
30
31
# patches for earlier versions are welcome
32
.if ${OSVERSION} < 502117
33
IGNORE=		requires FreeBSD 5.3 or higher
34
.endif
35
27
36
.if !exists(/usr/src/sys/Makefile)
28
.if !exists(/usr/src/sys/Makefile)
37
IGNORE=		requires kernel source files
29
IGNORE=		requires kernel source files
(-)biosfont/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (biosfont-1.0.tar.gz) = 88ce9ea4fa55b0cf30a0b4febc16103c
1
MD5 (biosfont-1.1.tar.gz) = a7a5d03a0f3295dffa27775d778cb376
2
SHA256 (biosfont-1.0.tar.gz) = 62f05d4172293f39c5f06e6a1645e909e84e6adb76d3aa54fbb19997fcdb2ff9
2
SHA256 (biosfont-1.1.tar.gz) = c9c65e916f50cc8818a401611d643fd434254c5ae49fbab84d33a7e15a55b54a
3
SIZE (biosfont-1.0.tar.gz) = 2676
3
SIZE (biosfont-1.1.tar.gz) = 2599
(-)biosfont/files/pkg-message.in (-13 lines)
Lines 1-13 Link Here
1
===============================================================================
2
3
This port has installed the biosfont kernel module.
4
5
To load the kernel module immediately, type the following command:
6
7
	kldload biosfont
8
9
To load the kernel module at boot, add the following line to /boot/loader.conf:
10
11
	biosfont_load="YES"
12
13
===============================================================================
(-)biosfont/pkg-message (+13 lines)
Line 0 Link Here
1
===============================================================================
2
3
This port has installed the biosfont kernel module.
4
5
To load the kernel module immediately, type the following command:
6
7
	kldload biosfont
8
9
To load the kernel module at boot, add the following line to /boot/loader.conf:
10
11
	biosfont_load="YES"
12
13
===============================================================================

Return to bug 109989