Received: by mail.netbsd.org (Postfix, from userid 605) id F246684CFD; Tue, 24 Mar 2020 20:42:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7BDF484CEF for ; Tue, 24 Mar 2020 20:42:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id N-UvmAY4oOQe for ; Tue, 24 Mar 2020 20:42:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D76EA84CE3 for ; Tue, 24 Mar 2020 20:42:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5858FB27; Tue, 24 Mar 2020 20:42:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158508254314820" MIME-Version: 1.0 Date: Tue, 24 Mar 2020 20:42:23 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/print/web2c To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200324204223.D5858FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158508254314820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue Mar 24 20:42:23 UTC 2020 Modified Files: pkgsrc/print/web2c: Makefile Log Message: Ensure header is build first, not everything using it is part of the library. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/print/web2c/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158508254314820 Content-Disposition: inline Content-Length: 726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/web2c/Makefile diff -u pkgsrc/print/web2c/Makefile:1.94 pkgsrc/print/web2c/Makefile:1.95 --- pkgsrc/print/web2c/Makefile:1.94 Wed Mar 4 22:07:28 2020 +++ pkgsrc/print/web2c/Makefile Tue Mar 24 20:42:23 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2020/03/04 22:07:28 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2020/03/24 20:42:23 joerg Exp $ PKGREVISION= 5 .include "../../print/texlive/Makefile.common" @@ -19,6 +19,9 @@ USE_TOOLS+= gmake lex yacc GNU_CONFIGURE_STRICT= no # texk/web2c/web2c doesn't know the options PKGCONFIG_OVERRIDE= synctexdir/synctex.pc.in +# broken dependencies +BUILD_TARGET= mplib.h all + INFO_FILES= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c --_----------=_158508254314820--