When trying to install .obt theme files with obconf: -Unable to extract file -Ensure /usr/home/kris/.themes is writable (right clicking and checking "permissions" says it is), and that file is a valid theme, it is. Errors Reported: tar: Option --wildcards not supported Usage: List tar: -tf <archive-filename> Extract: tar -xf <archive-filename> Create: tar -cf <archive-filename> [filenames...] Help: tar --help Fix: The included patch corrects the issue. Patch attached with submission follows: How-To-Repeat: Just try to install any .obt theme file.
Responsible Changed From-To: freebsd-ports-bugs->novel Over to maintainer (via the GNATS Auto Assign Tool)
novel 2011-06-01 18:17:36 UTC FreeBSD ports repository Added files: x11-wm/obconf/files patch-src-archive.c Log: Fix .obt theme importing by not using GNU specific flags for tar. PR: 157498 Submitted by: Kris Moore <kris@pcbsd.org> Revision Changes Path 1.1 +24 -0 ports/x11-wm/obconf/files/patch-src-archive.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!