Date: Tue, 6 Mar 2007 13:23:14 GMT From: Rene Ladan<r.c.ladan@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/109989: [sysutils/biosfont] : remove 4.X support Message-ID: <200703061323.l26DNE6Y025948@www.freebsd.org> Resent-Message-ID: <200703061330.l26DU42G043403@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109989 >Category: ports >Synopsis: [sysutils/biosfont] : remove 4.X support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 06 13:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: FreeBSD 7.0-CURRENT i386 2007/03/01 >Description: Drop support for FreeBSD < 5.3, also update the port to install a revised manual page. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -rNu /usr/ports/sysutils/biosfont/Makefile biosfont/Makefile --- /usr/ports/sysutils/biosfont/Makefile Sun Dec 17 01:55:03 2006 +++ biosfont/Makefile Tue Mar 6 13:58:01 2007 @@ -6,8 +6,7 @@ # PORTNAME= biosfont -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://home.tiscali.nl/rladan/biosfont/ @@ -24,14 +23,7 @@ PLIST_SUB= KMODDIR=${KMODDIR} MAKE_ENV+= KMODDIR=${KMODDIR} -SUB_FILES= pkg-message - .include <bsd.port.pre.mk> - -# patches for earlier versions are welcome -.if ${OSVERSION} < 502117 -IGNORE= requires FreeBSD 5.3 or higher -.endif .if !exists(/usr/src/sys/Makefile) IGNORE= requires kernel source files Binary files /usr/ports/sysutils/biosfont/biosfont-1.0_1.tbz and biosfont/biosfont-1.0_1.tbz differ diff -rNu /usr/ports/sysutils/biosfont/distinfo biosfont/distinfo --- /usr/ports/sysutils/biosfont/distinfo Sun Dec 17 01:55:03 2006 +++ biosfont/distinfo Tue Mar 6 13:13:34 2007 @@ -1,3 +1,3 @@ -MD5 (biosfont-1.0.tar.gz) = 88ce9ea4fa55b0cf30a0b4febc16103c -SHA256 (biosfont-1.0.tar.gz) = 62f05d4172293f39c5f06e6a1645e909e84e6adb76d3aa54fbb19997fcdb2ff9 -SIZE (biosfont-1.0.tar.gz) = 2676 +MD5 (biosfont-1.1.tar.gz) = a7a5d03a0f3295dffa27775d778cb376 +SHA256 (biosfont-1.1.tar.gz) = c9c65e916f50cc8818a401611d643fd434254c5ae49fbab84d33a7e15a55b54a +SIZE (biosfont-1.1.tar.gz) = 2599 diff -rNu /usr/ports/sysutils/biosfont/files/pkg-message.in biosfont/files/pkg-message.in --- /usr/ports/sysutils/biosfont/files/pkg-message.in Sun Dec 17 01:55:03 2006 +++ biosfont/files/pkg-message.in Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ -=============================================================================== - -This port has installed the biosfont kernel module. - -To load the kernel module immediately, type the following command: - - kldload biosfont - -To load the kernel module at boot, add the following line to /boot/loader.conf: - - biosfont_load="YES" - -=============================================================================== diff -rNu /usr/ports/sysutils/biosfont/pkg-message biosfont/pkg-message --- /usr/ports/sysutils/biosfont/pkg-message Thu Jan 1 01:00:00 1970 +++ biosfont/pkg-message Tue Mar 6 13:18:06 2007 @@ -0,0 +1,13 @@ +=============================================================================== + +This port has installed the biosfont kernel module. + +To load the kernel module immediately, type the following command: + + kldload biosfont + +To load the kernel module at boot, add the following line to /boot/loader.conf: + + biosfont_load="YES" + +=============================================================================== >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061323.l26DNE6Y025948>