Re: SVN_UPDATE not respected by /usr/ports/Makefile?

2017-02-20 Thread Jakub Lach
Oh, and WITH_SVN= in src.conf installs svnlite as svn.



--
View this message in context: 
http://freebsd.1045724.x6.nabble.com/SVN-UPDATE-not-respected-by-usr-ports-Makefile-tp6164511p6169002.html
Sent from the freebsd-stable mailing list archive at Nabble.com.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: SVN_UPDATE not respected by /usr/ports/Makefile?

2017-02-20 Thread Jakub Lach
Don't know about manfile of make.conf (since SVN client IS included in base
now)
system, but maybe https://www.freebsd.org/doc/handbook/svn.html will help
you.

I don't use svn for ports, but you should probably start with an empty
directory.



--
View this message in context: 
http://freebsd.1045724.x6.nabble.com/SVN-UPDATE-not-respected-by-usr-ports-Makefile-tp6164511p6169001.html
Sent from the freebsd-stable mailing list archive at Nabble.com.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: major code change for .zfs

2017-02-20 Thread Andriy Gapon
On 23/08/2016 11:43, Andriy Gapon wrote:
> 
> Please review and test a change to .zfs code that is intended to make the code
> aligned with FreeBSD VFS and, as such, more stable:
> https://reviews.freebsd.org/D7421
> 
> The change removes two features.
> .zfs/shares is gone because it was unused on FreeBSD anyway.  We can restore
> that when we need it.
> An ability to take a snapshot by creating a directory under .zfs/snapshot is
> removed.  I hope that you didn't use it.  Please do not start using it now :-)
> Again, this feature can be restored with some work.
> The reason I removed it is that its companion features of destroying and
> renaming snapshots were already missing on FreeBSD, and properly implementing
> the feature required some more work.

This is a heads-up that I am going to commit the change.
If you have objections or concerns please speak up.
Thanks!

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