Re: [Lynx-dev] Lynx does NOT default to https support

2018-05-21 Thread Mouse
> PS. https support is essential now days

Perhaps for what you want to do.  I do just fine without it, and,
indeed, if lynx defaulted to HTTPS support on, I would disable it
before building - I neither have nor want HTTPS support.  (On my home
machines, that is.  At work, on work machines - I use lynx both at home
and at work - I build an HTTPS-capable version because that's what work
needs.)

/~\ The ASCII Mouse
\ / Ribbon Campaign
 X  Against HTMLmo...@rodents-montreal.org
/ \ Email!   7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] Lynx does NOT default to https support

2018-05-21 Thread LarryL

Hi,
For compilers to find HomeBrew OpenSSL, it says you may need to set:
LDFLAGS:  -L/usr/local/opt/openssl@1.1/lib
CPPFLAGS: -I/usr/local/opt/openssl@1.1/include
Please confirm, for Lynx https support on OS X.
LL
PS. Real bear!

==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
  /usr/local/etc/openssl@1.1/certs

and run
  /usr/local/opt/openssl@1.1/bin/c_rehash

This formula is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.

If you need to have this software first in your PATH run:
  echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >>  
~/.bash_profile


For compilers to find this software you may need to set:
LDFLAGS:  -L/usr/local/opt/openssl@1.1/lib
CPPFLAGS: -I/usr/local/opt/openssl@1.1/include
For pkg-config to find this software you may need to set:
PKG_CONFIG_PATH: /usr/local/opt/openssl@1.1/lib/pkgconfig

==> Summary
  /usr/local/Cellar/openssl@1.1/1.1.0h: 6,583 files, 15.9MB, built in 4  
minutes 28 seconds

$

On Mon, 21 May 2018 03:35:17 -0500, Larry Hynes   
wrote:



Thomas Dickey  wrote:

- Original Message -
| From: russellb...@gmail.com
| To: lynx-dev@nongnu.org
| Sent: Sunday, May 20, 2018 11:44:24 PM
| Subject: [Lynx-dev]  Lynx does NOT default to https support
|
|
|   Asked LarryL: 'Q: How do I get Lynx to rely on external libraries
|   OpenSSL or  GnuTLS, when compiled on OS X?'
|./configure --with-ssl --with-gnutls --enable-gnutls-compat
|

MacOS doesn't have gnutls in its default configuration.
It's probably available as an add-on, but there's no interest.

MacOS does have openssl runtime libraries, but no development headers.
To get that, you would install an add-on (such as MacPorts), which has  
an "openssl" package.


Once you have the development package, "--with-ssl" should just work...


If using homebrew to install openssl on MacOS, note that you'll probably
have to specify the path with something like

./configure --with-ssl=/usr/local/opt/openssl

homebrew does not symlink the headers into /usr/local


___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


[Lynx-dev] How wide does lynx think the screen is?

2018-05-21 Thread russellbell
If the sum of all the characters in the longest line of a
table exceed the width lynx will display it doesn't give each element
its own column.  The table in
https://www.nytimes.com/interactive/2018/05/21/upshot/marx-ratio-median-pay.html
doesn't even though I have more than enough columns (170).  If I
remove all the newlines before  I can view the table, including
the tags, without wrapping a line, as text.  Only the first element in
each table has a width greater than 8.

russell bell
 

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] Lynx does NOT default to https support

2018-05-21 Thread LarryL

Hi,
I just installed MacPorts and external libraries OpenSSL or GnuTLS are  
still foreign to Lynx.
Q1: Does Lynx need to be recompiled using './configure --with-ssl  
--with-gnutls --enable-gnutls-compat'?


Q2: What's the tried-n-true way to uninstall Lynx on OS X, then?
Wishing you a happy day!
LL

$ sudo port -v selfupdate
Password:
--->  Updating MacPorts base sources using rsync

Willkommen auf dem RSYNC-server auf ftp.fau.de.
Nicht all unsere Mirror sind per rsync verfuegbar.

Welcome to the RSYNC daemon on ftp.fau.de.
Not all of our mirrors are available through rsync.

receiving file list ... done

sent 16 bytes  received 55 bytes  28.40 bytes/sec
total size is 85774336  speedup is 1208089.24

Willkommen auf dem RSYNC-server auf ftp.fau.de.
Nicht all unsere Mirror sind per rsync verfuegbar.

Welcome to the RSYNC daemon on ftp.fau.de.
Not all of our mirrors are available through rsync.

receiving file list ... done

sent 16 bytes  received 62 bytes  31.20 bytes/sec
total size is 512  speedup is 6.56
MacPorts base version 2.4.4 installed,
MacPorts base version 2.4.4 downloaded.
--->  Updating the ports tree
Synchronizing local ports tree from  
rsync://rsync.macports.org/macports/release/tarballs/ports.tar


Willkommen auf dem RSYNC-server auf ftp.fau.de.
Nicht all unsere Mirror sind per rsync verfuegbar.

Welcome to the RSYNC daemon on ftp.fau.de.
Not all of our mirrors are available through rsync.

receiving file list ... done
./

sent 68 bytes  received 99 bytes  66.80 bytes/sec
total size is 63812096  speedup is 382108.36
Creating port index in  
/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports


Total number of ports parsed:   0
Ports successfully parsed:  0
Ports failed:   0
Up-to-date ports skipped:   19946

--->  MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you  
should run

  port upgrade outdated
$ sudo port upgrade outdated
Nothing to upgrade.


On Mon, 21 May 2018 03:35:17 -0500, Larry Hynes   
wrote:



Thomas Dickey  wrote:

- Original Message -
| From: russellb...@gmail.com
| To: lynx-dev@nongnu.org
| Sent: Sunday, May 20, 2018 11:44:24 PM
| Subject: [Lynx-dev]  Lynx does NOT default to https support
|
|
|   Asked LarryL: 'Q: How do I get Lynx to rely on external libraries
|   OpenSSL or  GnuTLS, when compiled on OS X?'
|./configure --with-ssl --with-gnutls --enable-gnutls-compat
|

MacOS doesn't have gnutls in its default configuration.
It's probably available as an add-on, but there's no interest.

MacOS does have openssl runtime libraries, but no development headers.
To get that, you would install an add-on (such as MacPorts), which has  
an "openssl" package.


Once you have the development package, "--with-ssl" should just work...


If using homebrew to install openssl on MacOS, note that you'll probably
have to specify the path with something like

./configure --with-ssl=/usr/local/opt/openssl

homebrew does not symlink the headers into /usr/local



___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] Lynx does NOT default to https support

2018-05-21 Thread Larry Hynes
Thomas Dickey  wrote:
> - Original Message -
> | From: russellb...@gmail.com
> | To: lynx-dev@nongnu.org
> | Sent: Sunday, May 20, 2018 11:44:24 PM
> | Subject: [Lynx-dev]  Lynx does NOT default to https support
> | 
> | 
> | Asked LarryL: 'Q: How do I get Lynx to rely on external libraries
> | OpenSSL or  GnuTLS, when compiled on OS X?'
> |  ./configure --with-ssl --with-gnutls --enable-gnutls-compat
> | 
> 
> MacOS doesn't have gnutls in its default configuration.
> It's probably available as an add-on, but there's no interest.
> 
> MacOS does have openssl runtime libraries, but no development headers.
> To get that, you would install an add-on (such as MacPorts), which has an 
> "openssl" package.
> 
> Once you have the development package, "--with-ssl" should just work...

If using homebrew to install openssl on MacOS, note that you'll probably
have to specify the path with something like

./configure --with-ssl=/usr/local/opt/openssl

homebrew does not symlink the headers into /usr/local

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] Lynx does NOT default to https support

2018-05-21 Thread Thomas Dickey
- Original Message -
| From: russellb...@gmail.com
| To: lynx-dev@nongnu.org
| Sent: Sunday, May 20, 2018 11:44:24 PM
| Subject: [Lynx-dev]  Lynx does NOT default to https support
| 
| 
|   Asked LarryL: 'Q: How do I get Lynx to rely on external libraries
|   OpenSSL or  GnuTLS, when compiled on OS X?'
|./configure --with-ssl --with-gnutls --enable-gnutls-compat
| 

MacOS doesn't have gnutls in its default configuration.
It's probably available as an add-on, but there's no interest.

MacOS does have openssl runtime libraries, but no development headers.
To get that, you would install an add-on (such as MacPorts), which has an 
"openssl" package.

Once you have the development package, "--with-ssl" should just work...

-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://ftp.invisible-island.net

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev