pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/yaz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 14 13:22:15 UTC 2024

Modified Files:
        pkgsrc/net/yaz: Makefile

Log Message:
yaz: avoid DISTNAME redefinition

Remove reference to iconv, which is not an explicit dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/net/yaz/Makefile

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

Modified files:

Index: pkgsrc/net/yaz/Makefile
diff -u pkgsrc/net/yaz/Makefile:1.90 pkgsrc/net/yaz/Makefile:1.91
--- pkgsrc/net/yaz/Makefile:1.90        Fri Nov  1 12:54:05 2024
+++ pkgsrc/net/yaz/Makefile     Thu Nov 14 13:22:15 2024
@@ -1,7 +1,5 @@
-# $NetBSD: Makefile,v 1.90 2024/11/01 12:54:05 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.91 2024/11/14 13:22:15 wiz Exp $
 
-DISTNAME=      yaz-4.1.6
 DISTNAME=      yaz-5.16.0
 PKGREVISION=   22
 CATEGORIES=    net
@@ -20,7 +18,6 @@ MAKE_JOBS_SAFE=       no
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_TOOLS+=            pkg-config tclsh
-CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.libiconv}
 CONFIGURE_ARGS+=       --with-xml2=${BUILDLINK_PREFIX.libxml2}
 
 # backtrace and backtrace_symbols



Home | Main Index | Thread Index | Old Index