pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Mar 21 14:52:50 UTC 2024

Modified Files:
        pkgsrc/www/links: Makefile Makefile.common distinfo
        pkgsrc/www/links-gui: Makefile

Log Message:
links{,-gui}: update to 2.29. Changes:

- Add "#define _GNU_SOURCE" to the configure test for memrchr
- Implement strike formatting
- Fixed a bug that image was sometimes displayed with too small size
- Fixed a bug that webp images from local disk could not be displayed
- Support AVIF images
- Updated Polish Translation


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/links/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/www/links/Makefile.common
cvs rdiff -u -r1.84 -r1.85 pkgsrc/www/links/distinfo
cvs rdiff -u -r1.111 -r1.112 pkgsrc/www/links-gui/Makefile

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

Modified files:

Index: pkgsrc/www/links/Makefile
diff -u pkgsrc/www/links/Makefile:1.69 pkgsrc/www/links/Makefile:1.70
--- pkgsrc/www/links/Makefile:1.69      Tue Oct 24 22:11:29 2023
+++ pkgsrc/www/links/Makefile   Thu Mar 21 14:52:50 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2023/10/24 22:11:29 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2024/03/21 14:52:50 schmonz Exp $
 
 COMMENT=       Lynx-like text WWW browser
-PKGREVISION=   1
 
 .include "../../www/links/Makefile.common"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/links/Makefile.common
diff -u pkgsrc/www/links/Makefile.common:1.82 pkgsrc/www/links/Makefile.common:1.83
--- pkgsrc/www/links/Makefile.common:1.82       Thu May 18 00:11:32 2023
+++ pkgsrc/www/links/Makefile.common    Thu Mar 21 14:52:50 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.82 2023/05/18 00:11:32 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.83 2024/03/21 14:52:50 schmonz Exp $
 #
 # used by www/links/Makefile
 # used by www/links-gui/Makefile
 
-DISTNAME=      links-2.28
+DISTNAME=      links-2.29
 CATEGORIES=    www
 MASTER_SITES=  http://links.twibright.com/download/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/www/links/distinfo
diff -u pkgsrc/www/links/distinfo:1.84 pkgsrc/www/links/distinfo:1.85
--- pkgsrc/www/links/distinfo:1.84      Wed Nov  2 18:10:03 2022
+++ pkgsrc/www/links/distinfo   Thu Mar 21 14:52:50 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.84 2022/11/02 18:10:03 fcambus Exp $
+$NetBSD: distinfo,v 1.85 2024/03/21 14:52:50 schmonz Exp $
 
-BLAKE2s (links-2.28.tar.bz2) = 1e10f326bb280a2f941f3579df4eb656326c8f52bf3386529e89100dd0e829a0
-SHA512 (links-2.28.tar.bz2) = 090bc770f78f8b57358ac0c6f31ad12f3d5f4eb9bbf74913ac8fa254e5ed63ec289c8a7990879983ace7427e20fb2de1271820f025b630c5a0ca599cf697b754
-Size (links-2.28.tar.bz2) = 6512800 bytes
+BLAKE2s (links-2.29.tar.bz2) = 95f2d6888bb4aa64764249a9dcda88475051e3200af9b25c402ef70bdac86fe5
+SHA512 (links-2.29.tar.bz2) = 5ea8b2fd0eb74d9dc2b45614aef6ee878fe686dff9bcee75ac6ea01f6a7331670f7709233d31986fc64ad86ce549616a4471057837b6caf15af6d1c5c503ac75
+Size (links-2.29.tar.bz2) = 6521024 bytes
 SHA1 (patch-configure) = 38044f43a6985c50dd0275e9927dcc98a91dcc47
 SHA1 (patch-x.c) = 18521103f0d585416cc27804e825d764c7df61ee

Index: pkgsrc/www/links-gui/Makefile
diff -u pkgsrc/www/links-gui/Makefile:1.111 pkgsrc/www/links-gui/Makefile:1.112
--- pkgsrc/www/links-gui/Makefile:1.111 Tue Nov 14 14:03:04 2023
+++ pkgsrc/www/links-gui/Makefile       Thu Mar 21 14:52:50 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2023/11/14 14:03:04 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2024/03/21 14:52:50 schmonz Exp $
 
 PKGNAME=       ${DISTNAME:S/links/&-gui/}
-PKGREVISION=   9
 COMMENT=       Lynx-like text and graphics WWW browser
 
 USE_TOOLS+=            pkg-config
@@ -22,6 +21,7 @@ CONFIGURE_ARGS+=      --without-librsvg
 
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/libavif/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"



Home | Main Index | Thread Index | Old Index