Date: Tue, 24 Dec 2019 22:29:37 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520822 - in head: misc/biosfont-demos sysutils/biosfont Message-ID: <201912242229.xBOMTbKU050110@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Dec 24 22:29:37 2019 New Revision: 520822 URL: https://svnweb.freebsd.org/changeset/ports/520822 Log: Update misc/biosfont-demos and sysutils/biosfont to version 1.3 The ports are now directly sourced from github instead of LOCAL. The showdati program now works again on FreeBSD (tested on an Asus ROG GL553VW in CSM mode, UEFI mode return blank characters). Modified: head/misc/biosfont-demos/Makefile head/misc/biosfont-demos/distinfo head/sysutils/biosfont/Makefile head/sysutils/biosfont/distinfo Modified: head/misc/biosfont-demos/Makefile ============================================================================== --- head/misc/biosfont-demos/Makefile Tue Dec 24 21:48:30 2019 (r520821) +++ head/misc/biosfont-demos/Makefile Tue Dec 24 22:29:37 2019 (r520822) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= biosfont-demos -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.3 CATEGORIES= misc -MASTER_SITES= LOCAL/rene MAINTAINER= rene@FreeBSD.org COMMENT= Demos for the biosfont kernel module @@ -15,14 +13,12 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:sysutils/biosfont RUN_DEPENDS= /boot/modules/biosfont.ko:sysutils/biosfont -PLIST_FILES= bin/show_char bin/showdati +USE_GITHUB= yes +GH_ACCOUNT= rene0 +GH_PROJECT= biosfont +WRKSRC_SUBDIR= biosfont-demos -do-build: - ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/show_char -I${LOCALBASE}/include - ${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/show_char ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/showdati ${STAGEDIR}${PREFIX}/bin +INSTALL_TARGET= install-strip +PLIST_FILES= bin/show_char bin/showdati .include <bsd.port.mk> Modified: head/misc/biosfont-demos/distinfo ============================================================================== --- head/misc/biosfont-demos/distinfo Tue Dec 24 21:48:30 2019 (r520821) +++ head/misc/biosfont-demos/distinfo Tue Dec 24 22:29:37 2019 (r520822) @@ -1,2 +1,3 @@ -SHA256 (biosfont-demos-1.1.tar.gz) = dd27cbe0b9cfe361fca5ebe2db1f0cba6016d0b6d8c8751389750d391c1555e4 -SIZE (biosfont-demos-1.1.tar.gz) = 2235 +TIMESTAMP = 1577226007 +SHA256 (rene0-biosfont-1.3_GH0.tar.gz) = b712b6f192e298d600bbe7e3765e7874d7eb49b6f7909dc9b1045c84f062dd39 +SIZE (rene0-biosfont-1.3_GH0.tar.gz) = 6174 Modified: head/sysutils/biosfont/Makefile ============================================================================== --- head/sysutils/biosfont/Makefile Tue Dec 24 21:48:30 2019 (r520821) +++ head/sysutils/biosfont/Makefile Tue Dec 24 22:29:37 2019 (r520822) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= biosfont -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= sysutils -MASTER_SITES= LOCAL/rene MAINTAINER= rene@FreeBSD.org COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory @@ -12,9 +11,12 @@ COMMENT= Kernel module to retrieve bitmap fonts from B LICENSE= BSD2CLAUSE # only platforms guaranteed to be ok, feedback/patches are welcome -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 USES= uidfix kmod +USE_GITHUB= yes +GH_ACCOUNT= rene0 +WRKSRC_SUBDIR= biosfont post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include Modified: head/sysutils/biosfont/distinfo ============================================================================== --- head/sysutils/biosfont/distinfo Tue Dec 24 21:48:30 2019 (r520821) +++ head/sysutils/biosfont/distinfo Tue Dec 24 22:29:37 2019 (r520822) @@ -1,2 +1,3 @@ -SHA256 (biosfont-1.2.1.tar.gz) = 296fd64b5ee35eb367be9eabef01739897995efafdd99f8dbdb94e6f1b75a351 -SIZE (biosfont-1.2.1.tar.gz) = 3333 +TIMESTAMP = 1577225565 +SHA256 (rene0-biosfont-1.3_GH0.tar.gz) = b712b6f192e298d600bbe7e3765e7874d7eb49b6f7909dc9b1045c84f062dd39 +SIZE (rene0-biosfont-1.3_GH0.tar.gz) = 6174
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912242229.xBOMTbKU050110>