pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/elinks



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 15 15:56:28 UTC 2025

Modified Files:
        pkgsrc/www/elinks: Makefile

Log Message:
elinks: fix build

add missing tool dependency (vim-share for xxd binary), and
replace 'python3' in a couple scripts


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/www/elinks/Makefile

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

Modified files:

Index: pkgsrc/www/elinks/Makefile
diff -u pkgsrc/www/elinks/Makefile:1.89 pkgsrc/www/elinks/Makefile:1.90
--- pkgsrc/www/elinks/Makefile:1.89     Fri Feb  7 16:18:13 2025
+++ pkgsrc/www/elinks/Makefile  Sat Feb 15 15:56:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2025/02/07 16:18:13 pho Exp $
+# $NetBSD: Makefile,v 1.90 2025/02/15 15:56:27 wiz Exp $
 
 DISTNAME=      elinks-0.18.0
 CATEGORIES=    www
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/rkd77/elink
 COMMENT=       Feature-rich text mode web browser
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share
+TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
+
 CONFLICTS+=    felinks-[0-9]*
 SUPERSEDES+=   felinks-[0-9]*
 
@@ -19,6 +22,11 @@ USE_LANGUAGES=               c c++
 USE_CXX_FEATURES+=     c++17
 USE_TOOLS+=            perl pkg-config
 
+REPLACE_PYTHON+=       doc/tools/*.py
+REPLACE_PYTHON+=       doc/tools/*/*.py
+REPLACE_PYTHON+=       test/*/*.py
+REPLACE_PYTHON+=       po/*.py
+
 .include "../../mk/bsd.prefs.mk"
 
 MESON_ARGS+=   -Dxbel=true     # requires textproc/expat
@@ -51,8 +59,7 @@ REPLACE_PERL+=        doc/tools/help2xml
 
 .include "options.mk"
 
-TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
-
+.include "../../lang/python/application.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index