pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libftdi1



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon May  5 22:14:13 UTC 2025

Modified Files:
        pkgsrc/devel/libftdi1: Makefile

Log Message:
devel/libftdii: Add caution/todo about swig4


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libftdi1/Makefile

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

Modified files:

Index: pkgsrc/devel/libftdi1/Makefile
diff -u pkgsrc/devel/libftdi1/Makefile:1.53 pkgsrc/devel/libftdi1/Makefile:1.54
--- pkgsrc/devel/libftdi1/Makefile:1.53 Sun Dec 29 15:09:44 2024
+++ pkgsrc/devel/libftdi1/Makefile      Mon May  5 22:14:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2024/12/29 15:09:44 adam Exp $
+# $NetBSD: Makefile,v 1.54 2025/05/05 22:14:13 gdt Exp $
 
 DISTNAME=      libftdi1-1.5
 PKGREVISION=   10
@@ -11,6 +11,9 @@ HOMEPAGE=     https://www.intra2net.com/en/d
 COMMENT=       Userland driver library for FTDI USB chips
 LICENSE=       gnu-lgpl-v2.1
 
+# \todo Build fails if swig4 is installed.  Apparently swig4 is
+# (incorrectly) used and the signature of SWIG_Python_AppendOutput has
+# changed.
 TOOL_DEPENDS+= swig3-[0-9]*:../../devel/swig3
 
 USE_CMAKE=     yes



Home | Main Index | Thread Index | Old Index