pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wget2



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Feb 24 15:58:16 UTC 2026

Modified Files:
        pkgsrc/net/wget2: Makefile

Log Message:
wget2: Fix PR pkg/59948

pkgsrc changes:
---------------
  * Add test target.
  * Enabled lzlib support.
  * Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/wget2/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/wget2/Makefile
diff -u pkgsrc/net/wget2/Makefile:1.22 pkgsrc/net/wget2/Makefile:1.23
--- pkgsrc/net/wget2/Makefile:1.22      Fri Feb  6 10:05:40 2026
+++ pkgsrc/net/wget2/Makefile   Tue Feb 24 15:58:16 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2026/02/06 10:05:40 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2026/02/24 15:58:16 triaxx Exp $
 
 DISTNAME=      wget2-2.2.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.lz
@@ -17,16 +17,18 @@ USE_TOOLS+=         gmake pkg-config
 USE_PKGLOCALEDIR=      yes
 
 CONFIGURE_ARGS+=       --disable-doc # Needs pandoc
-CONFIGURE_ARGS+=       --without-lzip # Needs wip/lzlib
 
 PKGCONFIG_OVERRIDE+=   libwget.pc.in
 
+TEST_TARGET=   check
+
 .include "options.mk"
 
 post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/bin/wget2_noinstall
 
 .include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/lzlib/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index