pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gl2ps



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 12:33:31 UTC 2025

Modified Files:
        pkgsrc/graphics/gl2ps: Makefile

Log Message:
gl2ps: fix build

latex is a tool requirement, not a full dependency.
Add texlive-collection-latex to get all that's needed to build the
PDF.

TODO: find out the actual requirements and only depend on those

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/gl2ps/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gl2ps/Makefile
diff -u pkgsrc/graphics/gl2ps/Makefile:1.6 pkgsrc/graphics/gl2ps/Makefile:1.7
--- pkgsrc/graphics/gl2ps/Makefile:1.6  Fri Aug 15 23:12:30 2025
+++ pkgsrc/graphics/gl2ps/Makefile      Sun Aug 17 12:33:31 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/08/15 23:12:30 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2025/08/17 12:33:31 wiz Exp $
 
 DISTNAME=      gl2ps-1.4.2
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics
 MASTER_SITES=  https://geuz.org/gl2ps/src/
 EXTRACT_SUFX=  .tgz
@@ -11,8 +11,9 @@ HOMEPAGE=     https://geuz.org/gl2ps/
 COMMENT=       OpenGL to PostScript printing library
 LICENSE=       gnu-lgpl-v2
 
-
-DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TOOL_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+# TODO: not all of this is needed, please reduce it to the required set
+TOOL_DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
 
 .include "../../devel/cmake/build.mk"
 



Home | Main Index | Thread Index | Old Index