pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/herbstluftwm
Module Name: pkgsrc
Committed By: pin
Date: Tue Aug 20 06:28:22 UTC 2024
Modified Files:
pkgsrc/wm/herbstluftwm: Makefile
Log Message:
wm/herbstluftwm: Switch to cmake/build.mk
While here, remove PYTHON_VERSIONS_INCOMPATIBLE= 27
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/herbstluftwm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/herbstluftwm/Makefile
diff -u pkgsrc/wm/herbstluftwm/Makefile:1.16 pkgsrc/wm/herbstluftwm/Makefile:1.17
--- pkgsrc/wm/herbstluftwm/Makefile:1.16 Sun Nov 12 13:23:48 2023
+++ pkgsrc/wm/herbstluftwm/Makefile Tue Aug 20 06:28:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/11/12 13:23:48 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/08/20 06:28:22 pin Exp $
DISTNAME= herbstluftwm-0.9.5
PKGREVISION= 3
@@ -12,24 +12,15 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
-USE_CMAKE= yes
USE_TOOLS+= pkg-config bash:run
USE_LANGUAGES= c c++
-CONFIGURE_DIRS= build
-CMAKE_ARG_PATH= ..
-
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
REPLACE_BASH+= share/dmenu_run_hlwm
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
PYTHON_FOR_BUILD_ONLY= tool
-pre-configure:
- ${MKDIR} -p ${WRKSRC}/build
-
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/python/tool.mk"
.include "../../x11/libXext/buildlink3.mk"
@@ -38,4 +29,5 @@ pre-configure:
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index