Committer needed for #225262: net/dhcpcd: rc.d script missing $rcvar

2019-03-03 Thread Sebastian Schwarz
Hello,

Could a committer please take a look at PR225262, which contains
a small yet important fix for net/dhcpcd's rc.d script:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225262

Thanks,
Sebastian
___
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: Working on FLAVOR support in portmaster

2017-12-11 Thread Sebastian Schwarz
On 2017-12-10, Stefan Esser wrote:
> Debugging shell scripts is a lot of work, since you cannot
> single step through them.

There are a few shell debuggers:

- http://bashdb.sourceforge.net/
- https://github.com/rocky/kshdb/
- https://github.com/rocky/zshdb/

However none of them is for plain POSIX Bourne Shell.  But you
might be able to run the other shells in a appropriate
compatibility mode ("bash --posix" or "env POSIXLY_CORRECT=1
bash" for example).

I haven't use the debuggers extensively, so I don't know how
well they work.  But they might be of some use to you.
___
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: Committer needed for [Bug 222185] devel/tig: update to 2.2.2

2017-09-30 Thread Sebastian Schwarz
On 2017-10-01, Sebastian Schwarz wrote:
> Can some commit this to the ports tree?

Can *someone* commit this...
___
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"


Committer needed for [Bug 222185] devel/tig: update to 2.2.2

2017-09-30 Thread Sebastian Schwarz
On 2017-09-10, bugzilla-nore...@freebsd.org wrote:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222185
>
> Bug ID: 222185
>Summary: devel/tig: update to 2.2.2
>Product: Ports & Packages
>Version: Latest
>   Hardware: Any
> OS: Any
> Status: New
>   Severity: Affects Many People
>   Priority: ---
>  Component: Individual Port(s)
>   Assignee: freebsd-ports-b...@freebsd.org
>   Reporter: sesch...@gmail.com
> CC: darc...@gmail.com
> CC: darc...@gmail.com
>  Flags: maintainer-feedback?(darc...@gmail.com)
>
> Created attachment 186220
>   --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186220=edit
> patch
>
> tig 2.2.2 was released in May:
> https://github.com/jonas/tig/releases/tag/tig-2.2.2
>
> The attached patch updates the port to that version.

Can some commit this to the ports tree?  There has been no
response from the maintainer in three weeks.  The patch is a
simple version bump.
___
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: pkg and packages

2017-05-05 Thread Sebastian Schwarz
On 2017-05-04, scratch65...@att.net wrote:
> I can't imagine what code could possibly be in thunar and
> samba that the xfce desktop would need, (...)

Thunar is used to display the icons on the XFCE desktop.  It
depends on gvfs, which is used for accessing remote file systems
and the trash inside Thunar.  gvfs in turn depends on samba44 in
order to access CIFS/SMB shares.

Strictly speaking some of these features might be optional.  But
as far I know pkg currently doesn't have a concept of optional
dependencies.  So it's an all or nothing decision, when building
the packages.
___
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: iocage port

2017-04-19 Thread Sebastian Schwarz
On 2017-04-19, Vick Khera wrote:
> Can the original iocage port be restored?

I believe the old code has been forked and preserved under the
name iocell (https://github.com/bartekrutkowski/iocell) and is
available in pkg/ports under sysutils/iocell.
___
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"