Re: FreeBSD Port: dhcpcd-9.3.2

2020-11-14 Thread Douglas Thrift

On 6/7/2020 2:39 AM, Roy Marples wrote:

On 07/06/2020 09:37, driesm.michi...@gmail.com wrote:
stop the previous dhcpcd manually and then I discovered that the 
`pidfile`

was still incorrect:

 pidfile="/var/run/dhcpcd/dhcpcd-$ifn.pid"

should actually be:

 pidfile="/var/run/dhcpcd/$ifn.pid"


pidfile=$(dhcpcd -P $args)

dhcpcd -4 em0
dhcpcd -6 em0

Give different pidfiles.


It has already been committed to master and should be fixed in the new
dhcpcd-9.1.1 release.


This patch is also relevant for FreeBSD:
https://roy.marples.name/cgit/dhcpcd.git/commit/?id=24019cdbe66a152a1e9936ad5c7ae1657713ef2c 



Roy


It seems like dhcpcd-9.3.2 is working fine for me now in FreeBSD 12.2. I 
have attached a patch for the rc.d script for when it is run against an 
interface which matches Roy's suggestion.


--
Douglas William Thrift

Index: files/dhcpcd.in
===
--- files/dhcpcd.in (revision 555156)
+++ files/dhcpcd.in (working copy)
@@ -16,7 +16,7 @@
if [ -z "$flags" -a -n "$specific" ]; then
rc_flags="$specific"
fi
-   pidfile="/var/run/dhcpcd/dhcpcd-$ifn.pid"
+   pidfile="$($command -P $rc_flags $ifn)"
 else
pidfile="$($command -P $rc_flags)"
: ${dhcpcd_enable:=NO}
___
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: problem building INDEX

2020-11-14 Thread Robert Huff


Christoph Moench-Tegeder  writes:

>   That would suggest that you have set your Samba version via
>   DEFAULT_VERSIONS in make.conf or similar, which forces the
>   dependency on the non- existing Samba port.

That was it.
("Minion - bring me a wall, that I may beat my head against it in
humiliation!")


Sheepishly,


Robert Huff

-- 

Hello ... my name is SARS-Cov-19.
You are not wearing a mask?
Prepare to die!
___
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: problem building INDEX

2020-11-14 Thread Christoph Moench-Tegeder
## Robert Huff (roberth...@rcn.com):

> make_index: /usr/ports/devel/gvfs: no entry for /usr/ports/net/samba410
>  Done.

Hm. net/samba410 is gone as of 2020-11-08. devel/gvfs pulls in
Samba by default via a USES on samba:lib, which should pull in
the default samba version - and the default default Samba version
is 4.12 (net/samba412) as per bsd.default-versions.mk. That
would suggest that you have set your Samba version via DEFAULT_VERSIONS
in make.conf or similar, which forces the dependency on the non-
existing Samba port.
(If this would be a general problem, we would see a lot of INDEX
build errors all over the place, but that is not the case.)

Regards,
Christoph

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


problem building INDEX

2020-11-14 Thread Robert Huff


Hello:
Since about the beginning of the week, doing this:

huff@ > cd /usr/ports && make index

ends like this:

--- describe.x11-fonts ---
--- describe.x11-servers ---
--- describe.x11-themes ---
--- describe.x11-toolkits ---
--- describe.x11-wm ---
make_index: /usr/ports/devel/gvfs: no entry for /usr/ports/net/samba410
 Done.

I'm reasonably sure this is not my fault; don't actually care
what happened as long as it can be fixed.


Respectfully,


Robert Huff

-- 

Hello ... my name is SARS-Cov-19.
You are not wearing a mask?
Prepare to die!
___
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"


[NEW PORT] textproc/cast2gif

2020-11-14 Thread Nuno Teixeira
Hello to all,

Could a commiter take a look at Bug 251064
 ?

Thanks,

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