pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-zeromq



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct  9 12:51:40 UTC 2024

Modified Files:
        pkgsrc/ham/gnuradio-zeromq: Makefile

Log Message:
ignuradio-zeromq: links against zeromq, so include its buildlink3.mk

Was only pulled in via cppzmq, which is marked as build dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/ham/gnuradio-zeromq/Makefile

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

Modified files:

Index: pkgsrc/ham/gnuradio-zeromq/Makefile
diff -u pkgsrc/ham/gnuradio-zeromq/Makefile:1.68 pkgsrc/ham/gnuradio-zeromq/Makefile:1.69
--- pkgsrc/ham/gnuradio-zeromq/Makefile:1.68    Fri Oct  4 03:49:29 2024
+++ pkgsrc/ham/gnuradio-zeromq/Makefile Wed Oct  9 12:51:40 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2024/10/04 03:49:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2024/10/09 12:51:40 wiz Exp $
 
 PKGNAME=       gnuradio-zeromq-${VERSION}
-PKGREVISION=   5
+PKGREVISION=   6
 COMMENT=       All of the zeromq blocks, utilities, and examples
 
 .include "../../ham/gnuradio-core/Makefile.common"
@@ -14,5 +14,6 @@ CMAKE_CONFIGURE_ARGS+=        -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
+.include "../../net/zeromq/buildlink3.mk"
 .include "../../net/cppzmq/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index