Bug 157498 - x11-wm/obconf Uses incompatible tar flags
Summary: x11-wm/obconf Uses incompatible tar flags
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 15:10 UTC by Kris Moore
Modified: 2011-06-01 19:24 UTC (History)
0 users

See Also:


Attachments
file.diff (827 bytes, patch)
2011-06-01 15:10 UTC, Kris Moore
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Moore 2011-06-01 15:10:06 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-01 15:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-01 19:17:50 UTC
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"
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2011-06-01 19:24:38 UTC
State Changed
From-To: open->closed

Committed, thanks!