pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/links-gui



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sun May 29 17:59:30 UTC 2022

Modified Files:
        pkgsrc/www/links-gui: Makefile

Log Message:
links-gui: update to 2.26.

=== RELEASE 2.26 ===

Wed Apr  6 18:13:16 CEST 2022 mikulas:

        Fix a display glitch if the list is empty and the user presses '*'

Sat Mar 26 11:09:12 CET 2022 mikulas:

        Add a possibility to pass gopher:// URLs to an external program

Sat Jan  1 14:46:06 CET 2022 Martin Michel <martin.famic.de>:

        Updated the German translation
        Updated the initial bookmarks

Fri Dec 24 12:47:58 CET 2021 zinov%waifu.club@localhost:

        Fix a bug when form submit url contained '#'

Sun Dec  5 18:17:11 CET 2021 mikulas:

        Support WEBP images

Fri Dec  3 17:40:55 CET 2021 mikulas:

        Support DNS-over-HTTPS

Sun Nov 21 11:36:45 CET 2021 mikulas:

        Try multiple IPv4 addresses on systems that don't have getaddrinfo

Sun Nov 14 20:55:11 CET 2021 Timur Adamov <nbvec222%gmail.com@localhost>:

        Handle the "TD" tag outside "TR" the same way as in other browsers

Tue Oct 19 18:42:50 CEST 2021 mikulas:

        Make it possible to bind a socket to a network interface
        It could be activated by specifying interface name in the "Bind to local
        IP address" box


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 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-gui/Makefile
diff -u pkgsrc/www/links-gui/Makefile:1.101 pkgsrc/www/links-gui/Makefile:1.102
--- pkgsrc/www/links-gui/Makefile:1.101 Mon Apr 18 19:12:18 2022
+++ pkgsrc/www/links-gui/Makefile       Sun May 29 17:59:30 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2022/04/18 19:12:18 adam Exp $
+# $NetBSD: Makefile,v 1.102 2022/05/29 17:59:30 fcambus Exp $
 
 PKGNAME=       ${DISTNAME:S/links/&-gui/}
-PKGREVISION=   1
 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/libwebp/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"



Home | Main Index | Thread Index | Old Index