Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2008 21:29:04 GMT
From:      Rene Ladan <r.c.ladan@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126052: [MAINTAINER-UPDATE] update misc/biosfont-demos to 1.1
Message-ID:  <200807282129.m6SLT4Hv017223@www.freebsd.org>
Resent-Message-ID: <200807282130.m6SLU9bS039539@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126052
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] update misc/biosfont-demos to 1.1
>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:   Mon Jul 28 21:30:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 7.0-RELEASE
>Organization:
>Environment:
FreeBSD self.rene-ladan.nl 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Sun Jul 27 17:31:07 CEST 2008     root@self.rene-ladan.nl:/usr/obj/usr/src/sys/RENE  amd64

>Description:
Update biosfont-demos to 1.1 :
- fix bugs preventing it to run on 7.0 and higher
- port Makefile: respect CFLAGS, tweak RUN_DEPENDS
- tested with 'portlint -A' and 'port test' and runtime
>How-To-Repeat:

>Fix:
apply patch (tested with 'portlint -A' and 'port test')

Patch attached with submission follows:

diff -ru /usr/ports/misc/biosfont-demos/Makefile biosfont-demos/Makefile
--- /usr/ports/misc/biosfont-demos/Makefile	2008-01-31 14:14:09.000000000 +0100
+++ biosfont-demos/Makefile	2008-07-28 23:17:14.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	biosfont-demos
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	misc
 MASTER_SITES=	ftp://rene-ladan.nl/pub/distfiles/
 
@@ -14,13 +14,13 @@
 COMMENT=	Demos for the biosfont kernel module
 
 BUILD_DEPENDS=	${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	/boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
 
 PLIST_FILES=	bin/showchar bin/showdati
 
 do-build:
-	${CC} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include
-	${CC} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses
+	${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include
+	${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/showchar ${PREFIX}/bin
diff -ru /usr/ports/misc/biosfont-demos/distinfo biosfont-demos/distinfo
--- /usr/ports/misc/biosfont-demos/distinfo	2006-07-04 20:52:57.000000000 +0200
+++ biosfont-demos/distinfo	2008-07-28 23:12:24.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (biosfont-demos-1.0.tar.gz) = edde1e62acb0385fb2a63f844b5eead4
-SHA256 (biosfont-demos-1.0.tar.gz) = dc5d22391c7c9c3218df1fed3fec07b9493f6738c2b897c8339acd00131c11dd
-SIZE (biosfont-demos-1.0.tar.gz) = 2221
+MD5 (biosfont-demos-1.1.tar.gz) = 76396cd7c4928d268340c34871e2b31e
+SHA256 (biosfont-demos-1.1.tar.gz) = dd27cbe0b9cfe361fca5ebe2db1f0cba6016d0b6d8c8751389750d391c1555e4
+SIZE (biosfont-demos-1.1.tar.gz) = 2235


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807282129.m6SLT4Hv017223>