Bug 76018 - [patch] deskutils/taskjuggler requires libXext
Summary: [patch] deskutils/taskjuggler requires libXext
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-09 23:20 UTC by IIJIMA Hiromitsu
Modified: 2005-01-19 08:13 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (590 bytes, patch)
2005-01-09 23:20 UTC, IIJIMA Hiromitsu
no flags Details | Diff
patch (468 bytes, patch)
2005-01-18 03:32 UTC, Dean Povey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description IIJIMA Hiromitsu 2005-01-09 23:20:02 UTC
deskutils/taskjuggler requires libXext, but Makefile does not specify that.

Fix: I'm not sure if it works, since I have no box without X11.
How-To-Repeat: 	Just build with/without Xlib installed.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-01-17 10:45:30 UTC
Dear maintainer, please approve the following patch!

Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-01-17 10:45:44 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer 


Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-01-17 10:45:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll track this
Comment 4 Dean Povey 2005-01-18 03:32:22 UTC
Volker Stolz wrote:
> Dear maintainer, please approve the following patch!
> 
> Volker

The addition of the libXext lib looks fine, however this patch also 
marks the port as not broken which I don't think is correct since it 
still fails its self test in certain timezones.

See the attached patch.

Dean.
Comment 5 Volker Stolz freebsd_committer freebsd_triage 2005-01-18 08:58:20 UTC
On Tue, Jan 18, 2005 at 01:32:22PM +1000, Dean Povey wrote:
> Volker Stolz wrote:
> >Dear maintainer, please approve the following patch!
> 
> The addition of the libXext lib looks fine

Shouldn't this be a simple USE_XLIB=yes?

Volker
-- 
http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
Comment 6 Dean Povey 2005-01-19 05:19:34 UTC
Volker Stolz wrote:
> On Tue, Jan 18, 2005 at 01:32:22PM +1000, Dean Povey wrote:
> 
>>Volker Stolz wrote:
>>
>>>Dear maintainer, please approve the following patch!
>>
>>The addition of the libXext lib looks fine
> 
> 
> Shouldn't this be a simple USE_XLIB=yes?

You are of course correct, and I am a clueless n00b :-).

Dean.
Comment 7 Volker Stolz freebsd_committer freebsd_triage 2005-01-19 08:12:46 UTC
State Changed
From-To: feedback->closed

Committed with modifications, thanks!