Bug 164571 - [PATCH] emulators/qemu-devel: fix pkg-plist
Summary: [PATCH] emulators/qemu-devel: fix pkg-plist
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: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-28 13:50 UTC by Jimmy Olgeni
Modified: 2012-01-29 14:50 UTC (History)
1 user (show)

See Also:


Attachments
qemu-devel-1.0_2.patch (1.27 KB, patch)
2012-01-28 13:50 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2012-01-28 13:50:06 UTC
When installing qemu-devel by package the following error is displayed:

cp: /usr/local/etc/qemu/etc/qemu/target-x86_64.conf: No such file or directory
pkg_add: command 'if [ ! -f /usr/local/etc/qemu/target-x86_64.conf ] ; then cp -p /usr/local/etc/qemu/target-x86_64.conf.sample /usr/local/etc/qemu/etc/qemu/target-x86_64.conf; fi' failed

A typo (%B rather than %D) makes the target path come out wrong by expanding "etc/qemu" twice.

Port maintainer (nox@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-28 13:50:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-29 14:43:54 UTC
nox         2012-01-29 14:43:45 UTC

  FreeBSD ports repository

  Modified files:
    emulators/qemu-devel Makefile pkg-plist 
  Log:
  - Fix pkg-plist.
  - Bump PORTREVISION.
  
  PR:             ports/164571
  Submitted by:   Jimmy Olgeni <olgeni@freebsd.org>
  
  Revision  Changes    Path
  1.134     +1 -1      ports/emulators/qemu-devel/Makefile
  1.34      +1 -1      ports/emulators/qemu-devel/pkg-plist
_______________________________________________
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 Juergen Lock freebsd_committer freebsd_triage 2012-01-29 14:46:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!