aboutsummaryrefslogtreecommitdiff
path: root/sysutils/biosfont
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2012-12-05 11:24:02 +0000
committerRene Ladan <rene@FreeBSD.org>2012-12-05 11:24:02 +0000
commitc3298e516960b0b86f1c2a1afd887b32fb160ffd (patch)
treebb72d91f3c99bb5af67ecfb149836fdb819b89e2 /sysutils/biosfont
parentdbda90d296b48a1920d3cf70403e8a849355aba7 (diff)
downloadports-c3298e516960b0b86f1c2a1afd887b32fb160ffd.tar.gz
ports-c3298e516960b0b86f1c2a1afd887b32fb160ffd.zip
- Update to 1.2.1 to include the clang fix and proper licensing.
- Override KMODDIR in Makefile, otherwise it installs the kernel module in /boot/kernel instead of /boot/modules [1] Discussed with: kwm [1] Feature safe: yes
Notes
Notes: svn path=/head/; revision=308324
Diffstat (limited to 'sysutils/biosfont')
-rw-r--r--sysutils/biosfont/Makefile4
-rw-r--r--sysutils/biosfont/distinfo4
-rw-r--r--sysutils/biosfont/files/patch-biosfont.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile
index 8ec2731dad3e..d53386775401 100644
--- a/sysutils/biosfont/Makefile
+++ b/sysutils/biosfont/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= biosfont
-PORTVERSION= 1.2
+PORTVERSION= 1.2.1
CATEGORIES= sysutils kld
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
@@ -18,7 +18,7 @@ MAN4= biosfont.4
.include <bsd.port.pre.mk>
-KMODDIR?= /boot/modules
+KMODDIR= /boot/modules
PLIST_SUB= KMODDIR=${KMODDIR} PREFIX=${PREFIX}
MAKE_ENV+= KMODDIR=${KMODDIR}
diff --git a/sysutils/biosfont/distinfo b/sysutils/biosfont/distinfo
index 9281c76ff7dc..a45dcb5d3ea9 100644
--- a/sysutils/biosfont/distinfo
+++ b/sysutils/biosfont/distinfo
@@ -1,2 +1,2 @@
-SHA256 (biosfont-1.2.tar.gz) = 28ac658ded25f1e2f645e659a262d19b921396affe4436ddc4268df795c491d6
-SIZE (biosfont-1.2.tar.gz) = 2633
+SHA256 (biosfont-1.2.1.tar.gz) = 296fd64b5ee35eb367be9eabef01739897995efafdd99f8dbdb94e6f1b75a351
+SIZE (biosfont-1.2.1.tar.gz) = 3333
diff --git a/sysutils/biosfont/files/patch-biosfont.c b/sysutils/biosfont/files/patch-biosfont.c
deleted file mode 100644
index ef7033d700e1..000000000000
--- a/sysutils/biosfont/files/patch-biosfont.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- biosfont.c.orig 2008-07-28 22:31:05.000000000 +0200
-+++ biosfont.c 2009-10-27 20:14:28.000000000 +0100
-@@ -65,7 +65,7 @@
- UID_ROOT,
- GID_WHEEL,
- S_IRUSR | S_IRGRP | S_IROTH,
-- biosfont_cdevsw.d_name);
-+ "biosfont");
- if (bootverbose)
- printf("<biosfont>: upper=%08lx\n", fontbase);
- break;