Re: cad/gerbv can be helped

2020-01-05 Thread Kurt Jaeger
Hi!

> On Sat, 4 Jan 2020 11:57:10 -0500
> Ash Gokhale  wrote:
> 
> > I've canned a version of the port that works for me(tm), and gone
> > over the recent commit history for obviously
> > untoward behaviour.
> > https://github.com/agokhale/freebsd-ports-cad-gerbv
> > 
> 
> Hi Ash.
> I've tested the port and it works just fine, thank you.
> It would be nice to see cad/gerbv in the Ports Collection again.

Thanks for the patch and test.

It's back with r522143.

-- 
p...@opsec.eu+49 171 3101372Now what ?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: cad/gerbv can be helped

2020-01-05 Thread dmn
On Sat, 4 Jan 2020 11:57:10 -0500
Ash Gokhale  wrote:

> I've canned a version of the port that works for me(tm), and gone
> over the recent commit history for obviously
> untoward behaviour.
> https://github.com/agokhale/freebsd-ports-cad-gerbv
> 

Hi Ash.
I've tested the port and it works just fine, thank you.
It would be nice to see cad/gerbv in the Ports Collection again.


Regards,
Dmitry.

Lepton Electronic Design Automation
https://github.com/lepton-eda/lepton-eda
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


getting Frotz 2.50 committed

2020-01-05 Thread David Griffith



I submitted an update for games/frotz at 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242821.  Now what?



--
David Griffith
d...@661.org

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: No packages available to install matching 'firefox' have been found in the repositories

2020-01-05 Thread w.schwarzenfeld

Found the reason:

https://pkg-status.freebsd.org/builds/default:default:120amd64:521971:beefy6#new_failed


build failed.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


No packages available to install matching 'firefox' have been found in the repositories

2020-01-05 Thread w.schwarzenfeld
Got "No packages available to install matching 'firefox' have been found 
in the repositories" for firefox.



https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/  lists only 
firefox-esr.



Is there a reason why there is no firefox package?

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: tmux-3.0a config file trouble

2020-01-05 Thread Matthias Apitz
El día domingo, enero 05, 2020 a las 04:14:14p. m. +0700, Alex V. Petrov 
escribió:

> Yes, "set -g mouse on" ignored too.

Don't top post, please.

What about running:

[guru@c720-r342378 ~]$ truss -o tr tmux
[exited]

[guru@c720-r342378 ~]$ grep tmux.conf tr

[guru@c720-r342378 ~]$ grep conf tr
openat(AT_FDCWD,"/etc/libmap.conf",O_RDONLY|O_CLOEXEC,00) = 3 (0x3)
readlink("/etc/malloc.conf",0x7fffd160,1024) ERR#2 'No such file or 
directory'

[guru@c720-r342378 ~]$ grep tmux tr
fstatat(AT_FDCWD,"/tmp/tmux-1001",0x7fffdac0,AT_SYMLINK_NOFOLLOW) ERR#2 'No 
such file or directory'
mkdir("/tmp//tmux-1001",0700)= 0 (0x0)
fstatat(AT_FDCWD,"/tmp//tmux-1001",{ mode=drwx-- 
,inode=127,size=0,blksize=4096 },AT_SYMLINK_NOFOLLOW) = 0 (0x0)
connect(5,{ AF_UNIX "/tmp//tmux-1001/default" },106) ERR#2 'No such file or 
directory'
openat(AT_FDCWD,"/tmp//tmux-1001/default.lock",O_WRONLY|O_CREAT,0600) = 5 (0x5)
connect(6,{ AF_UNIX "/tmp//tmux-1001/default" },106) ERR#2 'No such file or 
directory'
unlink("/tmp//tmux-1001/default")ERR#2 'No such file or 
directory'


[guru@c720-r342378 ~]$ uname -a
FreeBSD c720-r342378 13.0-CURRENT FreeBSD 13.0-CURRENT GENERIC  amd64

matthias


-- 
Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub

"Glaube wenig, hinterfrage alles, denke selbst: Wie man Manipulationen 
durchschaut"
"Believe little, scrutinise all, think by your own: How see through 
manipulations"
ISBN-10: 386489218X


signature.asc
Description: PGP signature


Re: FreeBSD Port: tmux-3.0a config file trouble

2020-01-05 Thread Alex V. Petrov
On 05.01.2020 16:11, Yasuhiro KIMURA wrote:
> From: "Alex V. Petrov" 
> Subject: Re: FreeBSD Port: tmux-3.0a config file trouble
> Date: Sun, 5 Jan 2020 15:58:37 +0700
> 
>> I know that.
>> Even if I run tmux -f ~/.tmux.conf, tmux ignores the configuration file.
>> The configuration file from the example where "set -g status-bg red".
>> The color remains green.
> 
> I tried it on 12.1-RELEASE-p1 amd64 and background color of status
> line changed to red successfully.
> 
> What happens if you add some other customizations to ~/.tmux.conf? Are
> they also ignored?
> 

Everything works!
Problems were due to running another instance.
And due to incompatibility with the config from the previous version.
Thanks for the help!

-- 
-
Alex.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: tmux-3.0a config file trouble

2020-01-05 Thread Alex V. Petrov
Yes, "set -g mouse on" ignored too.

On 05.01.2020 16:11, Yasuhiro KIMURA wrote:
> From: "Alex V. Petrov" 
> Subject: Re: FreeBSD Port: tmux-3.0a config file trouble
> Date: Sun, 5 Jan 2020 15:58:37 +0700
> 
>> I know that.
>> Even if I run tmux -f ~/.tmux.conf, tmux ignores the configuration file.
>> The configuration file from the example where "set -g status-bg red".
>> The color remains green.
> 
> I tried it on 12.1-RELEASE-p1 amd64 and background color of status
> line changed to red successfully.
> 
> What happens if you add some other customizations to ~/.tmux.conf? Are
> they also ignored?
> 
> ---
> Yasuhiro KIMURA
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> 

-- 
-
Alex.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: tmux-3.0a config file trouble

2020-01-05 Thread Yasuhiro KIMURA
From: "Alex V. Petrov" 
Subject: Re: FreeBSD Port: tmux-3.0a config file trouble
Date: Sun, 5 Jan 2020 15:58:37 +0700

> I know that.
> Even if I run tmux -f ~/.tmux.conf, tmux ignores the configuration file.
> The configuration file from the example where "set -g status-bg red".
> The color remains green.

I tried it on 12.1-RELEASE-p1 amd64 and background color of status
line changed to red successfully.

What happens if you add some other customizations to ~/.tmux.conf? Are
they also ignored?

---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: tmux-3.0a config file trouble

2020-01-05 Thread Alex V. Petrov
On 05.01.2020 15:08, Yasuhiro KIMURA wrote:
> From: "Alex V. Petrov" 
> Subject: FreeBSD Port: tmux-3.0a config file trouble
> Date: Sun, 5 Jan 2020 15:01:55 +0700
> 
>> For me, new tmux don't see config file into any placeses.
>> ~/.tmux.conf
>> ~/.config/tmux/tmux.conf
>> ~/.config/tmux/.tmux.conf
>> ~/.config/.tmux/tmux.conf
>> ~/.config/.tmux/.tmux.conf
> 
> According to tmux(1) man page, tmux only read /usr/local/etc/tmux.conf
> and ~/.tmux.conf.
> 
> ---
> Yasuhiro KIMURA

I know that.
Even if I run tmux -f ~/.tmux.conf, tmux ignores the configuration file.
The configuration file from the example where "set -g status-bg red".
The color remains green.


-- 
-
Alex.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: tmux-3.0a config file trouble

2020-01-05 Thread Yasuhiro KIMURA
From: "Alex V. Petrov" 
Subject: FreeBSD Port: tmux-3.0a config file trouble
Date: Sun, 5 Jan 2020 15:01:55 +0700

> For me, new tmux don't see config file into any placeses.
> ~/.tmux.conf
> ~/.config/tmux/tmux.conf
> ~/.config/tmux/.tmux.conf
> ~/.config/.tmux/tmux.conf
> ~/.config/.tmux/.tmux.conf

According to tmux(1) man page, tmux only read /usr/local/etc/tmux.conf
and ~/.tmux.conf.

---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD Port: tmux-3.0a config file trouble

2020-01-05 Thread Alex V. Petrov
For me, new tmux don't see config file into any placeses.
~/.tmux.conf
~/.config/tmux/tmux.conf
~/.config/tmux/.tmux.conf
~/.config/.tmux/tmux.conf
~/.config/.tmux/.tmux.conf

:`(
-- 
-
Alex.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"