pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libifp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 19 17:31:59 UTC 2026

Modified Files:
        pkgsrc/audio/libifp: Makefile distinfo

Log Message:
libifp: update to 1.0.1.0.

>From YAMASHIRO, jun in PR 60200.

--- Tagged 1.0.1.0 ---
2026-04-05 YAMASHIRO Jun <yamajun%users.sourceforge.net@localhost>
        * Change version check code for Linux kernel module mode
        Linux 2.6.0 - 2.6.30

2026-03-28 YAMASHIRO Jun <yamajun%users.sourceforge.net@localhost>
        * Fix build process for modern OSes

2026-01-12 YAMASHIRO Jun <yamajun%users.sourceforge.net@localhost>
        * Apply Adam Sampson's patch for GCC14/15 and llvm/clang
        * Fix compile with FreeBSD 8.0<=

2005-08-22 Geoff Oakham <goakham%users.sourceforge.net@localhost>
        * the userspace library build was disabled by default in the last
        release.  Fixed so its enabled if libusb is found.
        * fixed some English grammar in the documentation
        * removed the "interesting" message from delta
        * stopped upload_dir from attempting to mkdir root
        * in ifpline, prevented upload_dir from saying "out of disk space" on
        any error


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/libifp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/libifp/distinfo

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

Modified files:

Index: pkgsrc/audio/libifp/Makefile
diff -u pkgsrc/audio/libifp/Makefile:1.11 pkgsrc/audio/libifp/Makefile:1.12
--- pkgsrc/audio/libifp/Makefile:1.11   Mon Nov 17 11:00:18 2025
+++ pkgsrc/audio/libifp/Makefile        Sun Apr 19 17:31:59 2026
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/11/17 11:00:18 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.12 2026/04/19 17:31:59 wiz Exp $
 
-DISTNAME=      libifp-1.0.0.2
-PKGREVISION=   1
+DISTNAME=      libifp-1.0.1.0
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
 
@@ -12,10 +10,12 @@ COMMENT=    General-purpose library-driver 
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-libusb=${BUILDLINK_PREFIX.libusb}
+CONFIGURE_ARGS+=       --with-libusb=${PREFIX}
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
 USE_FEATURES+=         fts_open
+# needs hardware plugged in
+#TEST_TARGET=          check
 
 CFLAGS.SunOS+= -fPIC
 

Index: pkgsrc/audio/libifp/distinfo
diff -u pkgsrc/audio/libifp/distinfo:1.4 pkgsrc/audio/libifp/distinfo:1.5
--- pkgsrc/audio/libifp/distinfo:1.4    Tue Oct 26 09:59:06 2021
+++ pkgsrc/audio/libifp/distinfo        Sun Apr 19 17:31:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 09:59:06 nia Exp $
+$NetBSD: distinfo,v 1.5 2026/04/19 17:31:59 wiz Exp $
 
-BLAKE2s (libifp-1.0.0.2.tar.gz) = 7746513c6551a400cb927401067fdfadec1cf250da0d4299bf54eddcd7cd1f81
-SHA512 (libifp-1.0.0.2.tar.gz) = 538ddcf0be4bf7427a7f8ebb60ec77f22b69aa26055fc279f884bd82bae4e32267c79ac37f4dcf9970806e520549bc93dbf0aa2501c9c4fc699a6855e757a331
-Size (libifp-1.0.0.2.tar.gz) = 358550 bytes
+BLAKE2s (libifp-1.0.1.0.tar.gz) = f443cf1a17fb4d40dd74d6d996e7ed139a7e01b9fdd9a15a2a5bace9e12ed814
+SHA512 (libifp-1.0.1.0.tar.gz) = d6590c1f2a2a0b44cf8b52d2b8e7430bddeb395c01c3052bcf60b20e21b0f897d7a165a0e34ebecf70e083b7c9a54a3b6f2a91e847b8cec4511dcd088203e9ff
+Size (libifp-1.0.1.0.tar.gz) = 455156 bytes



Home | Main Index | Thread Index | Old Index