pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/obexftp
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 19 08:17:39 UTC 2025
Modified Files:
pkgsrc/comms/obexftp: Makefile
Log Message:
obexftp: fix build with cmake 4
Convert to cmake/build.mk
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/obexftp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/obexftp/Makefile
diff -u pkgsrc/comms/obexftp/Makefile:1.25 pkgsrc/comms/obexftp/Makefile:1.26
--- pkgsrc/comms/obexftp/Makefile:1.25 Sun Aug 25 06:18:28 2024
+++ pkgsrc/comms/obexftp/Makefile Tue Aug 19 08:17:38 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2024/08/25 06:18:28 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.26 2025/08/19 08:17:38 wiz Exp $
DISTNAME= obexftp-0.24-Source
PKGNAME= obexftp-0.24
@@ -12,19 +11,20 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= File copying over the Object Exchange (OBEX) protocol
LICENSE= gnu-gpl-v2
-USE_CMAKE= yes
-USE_TOOLS+= cmake pkg-config
+USE_TOOLS+= pkg-config
CMAKE_CONFIGURE_ARGS+= -DENABLE_PERL:BOOL=OFF
CMAKE_CONFIGURE_ARGS+= -DENABLE_PYTHON:BOOL=OFF
CMAKE_CONFIGURE_ARGS+= -DENABLE_RUBY:BOOL=OFF
CMAKE_CONFIGURE_ARGS+= -DENABLE_TCL:BOOL=OFF
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
TOOL_DEPENDS+= asciidoc>=8.6.6:../../textproc/asciidoc
TOOL_DEPENDS+= xmlto>=0.0.25:../../textproc/xmlto
BUILD_TARGET= all doc
+.include "../../devel/cmake/build.mk"
.include "../../comms/openobex/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/libusb.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index