COPYTREE_BIN/COPYTREE_SHARE does not work as expected

2014-07-05 Thread Mikolaj Golub
1 (ignored) In my case I workarounded this by using -regex instead of -name. One way to fix this is to disable pathname expansion in the find shell: -COPYTREE_SHARE=${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ +COPYTREE_SHARE=${SH} -fc '(${FIND} -d $

Re: Porting LeoFS

2014-06-30 Thread Mikolaj Golub
y? Store the result of `make makeplist' in pkg-plist? -- Mikolaj Golub ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Porting LeoFS

2014-06-30 Thread Mikolaj Golub
/leofs.ports.1.diff 2. http://leo-project.net/leofs/index.html -- Mikolaj Golub ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

upgrading lmdbg

2009-09-20 Thread Mikolaj Golub
er thing, bmake port also installs some mk files (it needs them when being built and I think it is useful to have them installed together with bmake). I would created separate port for mk files (bmake-bootstrap-mk-files) and make bmake build-depend on it. Is this worth doing? Thanks in advance, --