On Thu, 20 Feb 2014, Serpent7776 wrote:
On Thu, 20 Feb 2014 12:05:07 +0100
kaltheat <kalth...@googlemail.com> wrote:
Hi,
just for the records:
The instructions in UPDATING did not work for me in tcsh (which is
standard shell in FreeBSD as far as I know). I had to switch to bourne
shell (/bin/sh) to pkg delete docbook-ports.
Same for me. I think all special symbols should be escaped, so
pkg_delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4*
should be
pkg_delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\*
Right. I noticed this yesterday, and after testing and feedback, fixed
UPDATING earlier today. Sorry about the delay.
_______________________________________________
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"