pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gpsbabel



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon May 25 14:14:37 UTC 2020

Modified Files:
        pkgsrc/geography/gpsbabel: Makefile

Log Message:
gpsbabel: Add comment about needed libusb version


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/geography/gpsbabel/Makefile

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

Modified files:

Index: pkgsrc/geography/gpsbabel/Makefile
diff -u pkgsrc/geography/gpsbabel/Makefile:1.27 pkgsrc/geography/gpsbabel/Makefile:1.28
--- pkgsrc/geography/gpsbabel/Makefile:1.27     Sun Apr 12 08:28:46 2020
+++ pkgsrc/geography/gpsbabel/Makefile  Mon May 25 14:14:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/04/12 08:28:46 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/25 14:14:37 gdt Exp $
 #
 
 DISTNAME=      gpsbabel-1.6.0
@@ -37,6 +37,7 @@ LIBS.Darwin+= -lexpat
 #    va_start(args, fmt);
 #                       ^
 
+# gpsbabel 1.6.0 really does need libusb 0.1, and uses usb_interrupt_read
 .include "../../mk/libusb.buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"



Home | Main Index | Thread Index | Old Index