From owner-svn-ports-head@freebsd.org Tue Dec 24 22:29:38 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF7DB1CA9C2; Tue, 24 Dec 2019 22:29:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47j9rL4j3Wz4GqC; Tue, 24 Dec 2019 22:29:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9CB516F1F; Tue, 24 Dec 2019 22:29:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBOMTcl8050114; Tue, 24 Dec 2019 22:29:38 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBOMTbKU050110; Tue, 24 Dec 2019 22:29:37 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201912242229.xBOMTbKU050110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 24 Dec 2019 22:29:37 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: misc/biosfont-demos sysutils/biosfont X-SVN-Commit-Revision: 520822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2019 22:29:38 -0000 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 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