Bug 123493

Summary: misc/xosd: missing USE_XORG?
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Hye-Shik Chang <perky>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dmitry Marakasov 2008-05-07 16:50:01 UTC
Seems like misc/xosd is missing USE_XORG entry.
Just intalled it:

% pkg_info -r xosd-2.2.12_3 
Information for xosd-2.2.12_3:

Depends on:

%

still it user X libs.

Fix: 

add

USE_XORG=	x11 xext xt sm ice

to ports' Makefile
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-07 16:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-31 23:04:45 UTC
miwi        2008-05-31 22:04:39 UTC

  FreeBSD ports repository

  Modified files:
    misc/xosd            Makefile 
  Log:
  - Add missing xorg dependency
  - Bump PORTREVISION
  
  PR:             123493
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.40      +2 -1      ports/misc/xosd/Makefile
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2008-05-31 23:05:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!