Re: Git repository timeline?

2021-03-17 Thread Baptiste Daroussin
On Wed, Mar 17, 2021 at 08:29:27AM -0700, bob prohaska wrote:
> Is there any indication when ports will be available via git?
> 
> Thanks for reading,
> 
> bob prohaska
> 
There will be an announcement soon, but you can expect it to happen in a couple
of weeks.

Best regards,
Bapt


signature.asc
Description: PGP signature


Git repository timeline?

2021-03-17 Thread bob prohaska
Is there any indication when ports will be available via git?

Thanks for reading,

bob prohaska

___
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"


Account De-activation for po...@freebsd.org. (Final Warning).

2021-03-17 Thread Cpanel Email Server Administrator


___
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"


Account De-activation for freebsd-ports@freebsd.org. (Final Warning).

2021-03-17 Thread Cpanel Email Server Administrator


___
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 ports you maintain which are out of date

2021-03-17 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
devel/android-tools-adb | 29.0.6  | 
platform-tools-31.0.0
+-+
devel/android-tools-fastboot| 29.0.6  | 
platform-tools-31.0.0
+-+
devel/android-tools-simpleperf  | 7.1.2_r17   | 
platform-tools-31.0.0
+-+
science/afni| 21.0.18 | afni_21.0.19
+-+
sysutils/google-compute-engine-oslogin  | 20191018.00 | 20210316.00
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!
___
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: devel/electron11 fetching behind a proxy

2021-03-17 Thread Hiroki Tagato

Hi Henrik,

Maybe you need to set proxy like this?

export HTTP_PROXY=http://squid:3128
export HTTPS_PROXY=http://squid:3128

Hope this helps.

Hiroki

On 2021/03/16 5:10, Henrik Rosenke wrote:

Hello,

i try to build editors/vscode, this needs devel/electron11. 
Unfortunately electron cant fetch its files:


[00:00:27] [1/4] Resolving packages...
[00:00:27] [2/4] Fetching packages...
[00:01:42] info There appears to be trouble with your network 
connection. Retrying...
[00:03:00] info There appears to be trouble with your network 
connection. Retrying...
[00:04:18] info There appears to be trouble with your network 
connection. Retrying...


It tries to reach an address 0.0.12.56:

   131 123.954021073 192.168.0.116 ? 0.0.12.56    TCP 74 [TCP 
Retransmission] 13171 ? 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 
SACK_PERM=1 TSval=808821751 TSecr=0
   132 123.954026785 192.168.0.116 ? 0.0.12.56    TCP 74 [TCP 
Retransmission] 57156 ? 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 
SACK_PERM=1 TSval=725678000 TSecr=0
   133 123.954032590 192.168.0.116 ? 0.0.12.56    TCP 74 [TCP 
Retransmission] 39187 ? 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 
SACK_PERM=1 TSval=826552890 TSecr=0
   134 123.954038148 192.168.0.116 ? 0.0.12.56    TCP 74 [TCP 
Retransmission] 44263 ? 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 
SACK_PERM=1 TSval=1959712912 TSecr=0


And my yarn error log:

Trace:
   Error: https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz: 
tunneling socket could not be established, cause=connect ETIMEDOUT 
0.0.12.56:80
   at ClientRequest.onError 
(/usr/local/lib/node_modules/yarn/lib/cli.js:152220:17)

   at Object.onceWrapper (events.js:421:26)
   at ClientRequest.emit (events.js:314:20)
   at Socket.socketErrorListener (_http_client.js:427:9)
   at Socket.emit (events.js:314:20)
   at emitErrorNT (internal/streams/destroy.js:92:8)
   at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
   at processTicksAndRejections (internal/process/task_queues.js:84:21)


Do i need to set the right proxy in npm? if yes how i am going to do 
this? Fetching via our proxy works for other ports, this is defined in 
my poudriere.conf:


# If you are using a proxy define it here:
export HTTP_PROXY=squid:3128

This is my env in the jail after running testport:

Edit /etc/motd to change this login announcement.
root@j12p64-default-desktop:~ # env
USER=root
LOGNAME=root
HOME=/root
SHELL=/bin/csh
OSVERSION=1202505
UNAME_v=FreeBSD 12.2-STABLE 1202505
UNAME_r=12.2-STABLE
BLOCKSIZE=K
MAIL=/var/mail/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
TERM=xterm-256color
HOSTTYPE=FreeBSD
VENDOR=amd
OSTYPE=FreeBSD
MACHTYPE=x86_64
SHLVL=1
PWD=/root
GROUP=wheel
HOST=j12p64-default-desktop
EDITOR=vi
PAGER=less

Maybe anybody got a hint where to look at.

Kind regards,

Henrik Rosenke

___
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-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"