Bug 124855 - x11-clocks/xtu doesn't work with Imlib
Summary: x11-clocks/xtu doesn't work with Imlib
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-21 22:10 UTC by Sam Sirlin
Modified: 2008-07-07 12:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Sirlin 2008-06-21 22:10:01 UTC
On a recent update, xtu  stopped displaying a clock.
I've tried rebuilding both xtu and imlib.
Switching xtu to use xpm fixes the problem, i.e. force the following in the port Makefile:

CPPFLAGS=	-DUSE_XPM
LDFLAGS=	-lXpm -lX11 -lXext

This is not a real fix, in that some functionality is lost.

Fix: 

Force the use of xpm in the port Makefile 

CPPFLAGS=	-DUSE_XPM
LDFLAGS=	-lXpm -lX11 -lXext

This is not a real fix, in that some functionality is lost.
How-To-Repeat: build xtu (/usr/ports/x11-clocks/xtu) 
xtu
Comment 1 Pietro Cerutti freebsd_committer freebsd_triage 2008-06-24 22:03:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

I'll take it.
Comment 2 Pietro Cerutti freebsd_committer freebsd_triage 2008-07-01 21:15:13 UTC
State Changed
From-To: open->feedback

Ok, I can't seem to figure out why the clock isn't showing up.  I 
suggest to remove Imlib support: you were talking about loss of 
functionality without Imlib, can you tell me what such functionality is? 
I've been able to make it work with about every possible option, and 
here it works fine with XPM. 

Thanks,
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2008-07-07 12:06:55 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-07-07 12:07:04 UTC
gahr        2008-07-07 11:06:45 UTC

  FreeBSD ports repository

  Modified files:
    x11-clocks/xtu       Makefile 
  Log:
  - Disable imlib support, which does not work
  - Bump PORTREVISION
  
  PR:             124855
  Submitted by:   Sam Sirlin <swsirlin@earthlink.net>
  
  Revision  Changes    Path
  1.16      +5 -15     ports/x11-clocks/xtu/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"