Bug 120142 - sysutils/wmcube-gdk does not work on CURRENT
Summary: sysutils/wmcube-gdk does not work on CURRENT
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 08:10 UTC by KOIE Hidetaka
Modified: 2008-05-09 04:49 UTC (History)
0 users

See Also:


Attachments
file.diff (1.41 KB, patch)
2008-01-30 08:10 UTC, KOIE Hidetaka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KOIE Hidetaka 2008-01-30 08:10:03 UTC
wmcube-gdk exits with error, because kvm_nlist("_cp_time") fails.

Fix: use sysctl(3).


Patch attached with submission follows:
How-To-Repeat: % wmcube-gdk
kvm_open: kvm_nlist: No such file or directory

Error: unable to get nlist

%
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-04-11 12:44:28 UTC
garga       2008-04-11 11:44:14 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/wmcube      Makefile pkg-descr pkg-plist 
    sysutils/wmcube/files patch-wmcube.c 
  Added files:
    sysutils/wmcube/files pkg-message.in 
  Removed files:
    sysutils/wmcube      pkg-message 
  Log:
  - Fix run on 8-CURRENT and 7-STABLE [1]
  - Bump PORTREVISION
  - Remove bad MASTER_SITE
  - Use PORTDOCS facility and respect NOPORTDOCS
  - Move pkg-message to files/pkg-message.in
  - Pacify portlint changing var name s/file/f/
  - Remove old signature from pkg-descr
  - Take maintainership
  
  PR:             ports/120142 (patch based on) [1]
  
  Revision  Changes    Path
  1.14      +12 -14    ports/sysutils/wmcube/Makefile
  1.2       +42 -5     ports/sysutils/wmcube/files/patch-wmcube.c
  1.1       +7 -0      ports/sysutils/wmcube/files/pkg-message.in (new)
  1.6       +0 -2      ports/sysutils/wmcube/pkg-descr
  1.3       +0 -7      ports/sysutils/wmcube/pkg-message (dead)
  1.5       +0 -4      ports/sysutils/wmcube/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 2 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-05-09 04:48:59 UTC
State Changed
From-To: open->closed

Committed, however, PR not closed.