Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2008 21:04:41 GMT
From:      Sam Sirlin <swsirlin@earthlink.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124855: xtu doesn't work with Imlib
Message-ID:  <200806212104.m5LL4fOj009069@www.freebsd.org>
Resent-Message-ID: <200806212110.m5LLA1Pq042066@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124855
>Category:       ports
>Synopsis:       xtu doesn't work with Imlib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 21 21:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sam Sirlin
>Release:        6.3
>Organization:
>Environment:
FreeBSD celeborn.my.domain 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Jun 20 13:07:13 PDT 2008     sam@celeborn.my.domain:/usr/obj/usr/src/sys/CELEBORN  amd64

>Description:
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.

>How-To-Repeat:
build xtu (/usr/ports/x11-clocks/xtu) 
xtu

>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.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806212104.m5LL4fOj009069>