Re: Lynx port crash

2017-12-26 Thread rmgls
>  On Dec 25, 2017, at 13:47, Raoul wrote:
>  
>  On 24 Dec 2017, at 14:59, Jan Stary wrote:
>  
>  On Nov 10 07:37:31, Raoul wrote:
>  It was fixed on my demand two years ago by  the developer
>  Thomas Dickey  (a FreeBSD developer!)
>  I will revert to 2.8.8 to see if it is the culprit.
>  
>  Hello The lynx macport still crashes
>  when renaming a file or folder.
>  
>  I don't get it: when does lynx rename a file or directory,
>  and how exactly does it crash?
  

Lynx Version 2.8.8rel.2 (09 Mar 2014)
libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 1.0.2n, ncurses 6.0.20171125
Built on darwin17.2.0 Nov  7 2017 15:30:28

Copyrights held by the Lynx Developers Group,
the University of Kansas, CERN, and other contributors.
Distributed under the GNU General Public License (Version 2).
See http://lynx.isc.org/ and the online help for more information.

See http://www.openssl.org/ for information about OpenSSL.
   otool -L lynx

/opt/local/lib/libidn.11.dylib (compatibility version 18.0.0, current 
version 18.16.0)
/opt/local/lib/libncurses.6.dylib (compatibility version 6.0.0, current 
version 6.0.0)
/opt/local/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current 
version 1.0.0)
/opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, 
current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 1252.0.0)
/opt/local/lib/libintl.8.dylib (compatibility version 10.0.0, current 
version 10.5.0)
/opt/local/lib/libiconv.2.dylib (compatibility version 9.0.0, current 
version 9.0.0)


The  lynx-cur.tar.gz from invisible-island.net>
does not crash while renaming file or path.
  
>  MP uses lynx2.8.8rel.2.tar.bz2
>  
>  This problem affect only the lynx from macports.
>  
>  What problem? Is there a ticket?
>  https://trac.macports.org/report/16?PORT=lynx
>  Hi,
>  
>  No there is no ticket yet, 
> ...
>  Mac port lynx crashes when renaming a file/folder.
  
lynx-cur.tar.gz 
from http://lynx.invisible-island.net does not crash.
  
  
>  Could you be more specific about what you mean by "add anything" and 
> "renaming a file/folder"? What series of steps would we need to perform on 
> our systems to observe the problem?

sorry, my english is not very concease, but here is how to reproduce:
 here is the complete procedure to repeat.
sudo port install lynx.
   ...
lynx ./
   m n
NEWNAME return:
   abort: trap 6!!!

this was fixed in lynx-cur when i contacted Thomas Dickey.


  
>  Also, I see an incorrect list address was used on this email thread.
>  Remember to write only to macports-users [at] lists.macports.org, not at any 
> other domain name.

sorry, i have benn too confiant to mail:
cmd-sh-r!!!
next time i will verify what it does,.

Regards,

Raoul
rm...@orange.fr



Re: Lynx port crash

2017-12-26 Thread Jan Stary
On Dec 26 11:12:58, rm...@orange.fr wrote:
> >  Could you be more specific about what you mean by "add anything" and 
> > "renaming a file/folder"? What series of steps would we need to perform on 
> > our systems to observe the problem?
> 
> sorry, my english is not very concease, but here is how to reproduce:
>  here is the complete procedure to repeat.
> sudo port install lynx.
>...
> lynx ./
>m n
> NEWNAME return:
>abort: trap 6!!!

On my 10.13.2 with lynx @2.8.8rel.2_2,

$ touch A
$ lynx ./
m
"Modify name, location, or permission (n, l, or p):"
n
"Enter new name for file: A"
B[Enter]

either renames A to B or crashes.
I didn't spot any pattern in the behaviour.

(Why do you use lynx to rename files?
 Why does lynx even have this feature?)

> this was fixed in lynx-cur when i contacted Thomas Dickey.

Great. So update the macport of lynx with his patch.
Or at least post a link here showing the diff that fixes this.

Jan



Re: Lynx port crash

2017-12-26 Thread Ryan Schmidt

On Dec 26, 2017, at 04:12, rmgls wrote:

> sorry, my english is not very concease, but here is how to reproduce:
> here is the complete procedure to repeat.
> sudo port install lynx.
>   ...
> lynx ./
>   m n
> NEWNAME return:
>   abort: trap 6!!!
> 
> this was fixed in lynx-cur when i contacted Thomas Dickey.

Your English is fine! Thanks for the reproduction recipe. I didn't know lynx 
had file management capabilities built in.

I can reproduce this problem. I have determined that it was fixed between 
2.8.9dev.2 and 2.8.9dev.3. I can't find a public repository of lynx source code 
so I will try to create a patch that we can use in MacPorts.




Re: Lynx port crash

2017-12-26 Thread Ryan Schmidt

On Dec 26, 2017, at 11:16, Ryan Schmidt wrote:

> On Dec 26, 2017, at 04:12, rmgls wrote:
> 
>> sorry, my english is not very concease, but here is how to reproduce:
>> here is the complete procedure to repeat.
>> sudo port install lynx.
>>  ...
>> lynx ./
>>  m n
>> NEWNAME return:
>>  abort: trap 6!!!
>> 
>> this was fixed in lynx-cur when i contacted Thomas Dickey.
> 
> Your English is fine! Thanks for the reproduction recipe. I didn't know lynx 
> had file management capabilities built in.
> 
> I can reproduce this problem. I have determined that it was fixed between 
> 2.8.9dev.2 and 2.8.9dev.3. I can't find a public repository of lynx source 
> code so I will try to create a patch that we can use in MacPorts.


Fixed:

https://github.com/macports/macports-ports/commit/f947f65dcab13e251bde4223352158a6c5b5afc7
https://github.com/macports/macports-ports/commit/bd43496f7f42178f9263b56f846a330a2d490f5c

It should be available in MacPorts within an hour.

I've also sent an email to the developer of lynx asking them to release a new 
stable version of lynx containing this fix.



Re: Lynx port crash

2017-12-26 Thread rmgls
Thank you very match.

Raoul  MEGELAS
rm...@orange.fr 



> On 26 Dec 2017, at 18:16, Ryan Schmidt  wrote:
> 
> 
> On Dec 26, 2017, at 04:12, rmgls wrote:
> 
>> sorry, my english is not very concease, but here is how to reproduce:
>> here is the complete procedure to repeat.
>> sudo port install lynx.
>>  ...
>> lynx ./
>>  m n
>> NEWNAME return:
>>  abort: trap 6!!!
>> 
>> this was fixed in lynx-cur when i contacted Thomas Dickey.
> 
> Your English is fine! Thanks for the reproduction recipe. I didn't know lynx 
> had file management capabilities built in.
> 
> I can reproduce this problem. I have determined that it was fixed between 
> 2.8.9dev.2 and 2.8.9dev.3. I can't find a public repository of lynx source 
> code so I will try to create a patch that we can use in MacPorts.
> 
> 



macports open-source games - any suggestions for missing ports?

2017-12-26 Thread Ken Cunningham
Hello all,

I’ve been working on bringing MacPorts various open-source games  up to date 
over the past year or so, and adding whatever new ones seemed popular and 
worthwhile, and updating older ones. 

Quite often, using MacPorts allows a broader array of systems to be able to run 
these games than the default offerings available from the various download 
sites.

I think our list is looking pretty reasonable at the moment.  Perhaps I can set 
up some kind of page listing the current offerings, which systems can run them, 
and showing some screen shots to give an idea of what is on offer.

I’m curious if there are any suggestions or requests for something currently 
missing from MacPorts that people would like to see.

Here’s a website, for example, that indicates a list of the top open source 
games >  Anything people are 
pining for?

Ken

Re: macports open-source games - any suggestions for missing ports?

2017-12-26 Thread Clemens Lang
Hi Ken,

On Tue, Dec 26, 2017 at 11:40:40AM -0800, Ken Cunningham wrote:
> I’m curious if there are any suggestions or requests for something
> currently missing from MacPorts that people would like to see.

openttd needs a minor update, if you have time.

openrct2 would be nice to have, even though it's not playable without
the original assets.

-- 
Clemens