Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2022 06:53:30 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7348d90f96a9 - main - devel/simavr: Skip building docs
Message-ID:  <202202230653.21N6rURN015797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7348d90f96a93aa9bfe495e82b5a9128d8d40055

commit 7348d90f96a93aa9bfe495e82b5a9128d8d40055
Author:     Felix Palmen <felix@palmen-it.de>
AuthorDate: 2022-02-22 08:17:07 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-02-23 06:51:59 +0000

    devel/simavr: Skip building docs
    
    texlive upgrade to 20210325 broke the build of the simavr manual. As
    upstream dist conatins the pre-built pdf files, just install them
    instead.
    
    PR:     262119
---
 devel/simavr/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/devel/simavr/Makefile b/devel/simavr/Makefile
index ff94aad77ee6..ee1074295aeb 100644
--- a/devel/simavr/Makefile
+++ b/devel/simavr/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	simavr
 PORTVERSION=	1.7
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel emulators
 
 MAINTAINER=	felix@palmen-it.de
@@ -33,9 +33,6 @@ MAKE_ENV=	SIMAVR_VERSION=v${PORTVERSION}
 
 OPTIONS_DEFINE=		DOCS EXAMPLES
 
-DOCS_ALL_TARGET=	doc
-DOCS_USE=		tex=latex:build tex=pdftex:build tex=texmf:build
-
 AVR_STRIP_CMD?=	avr-strip
 DUMPMACHINE=	${CC} -dumpmachine
 OBJDIRNAME=	obj-$$(${DUMPMACHINE})



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