Bug 50234 - Update x11-fm/xdiskusage port to 1.45 and kill bogus deps
Summary: Update x11-fm/xdiskusage port to 1.45 and kill bogus deps
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: Trevor Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-24 09:20 UTC by Nate Eldredge
Modified: 2003-10-04 16:46 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Eldredge 2003-03-24 09:20:03 UTC
xdiskusage 1.45 is available, which works with fltk 1.1 and avoids the
fltk 1.0 compatibility necessary with the current 1.44 port.

Also, the current version spews warnings when compiled:

/usr/lib/libc.so.4: WARNING!  setkey(3) not present in the system!
/usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe.
/usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so.4: WARNING!  des_setkey(3) not present in the system!
/usr/lib/libc.so.4: WARNING!  encrypt(3) not present in the system!
/usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not recommended.
/usr/lib/libc.so.4: WARNING!  des_cipher(3) not present in the system!
/usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp()

These can be avoided by removing -lMesaGL from the link command; as far
as I can tell, mesa isn't used in any way by this port.  This also removes
the dependency on mesa.

pthread cflags and libraries are also included; they don't seem to be
necessary either (the package compiles and runs fine without them).
Comment 1 Trevor Johnson freebsd_committer freebsd_triage 2003-03-24 11:43:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->trevor

to maintainer (me)
Comment 2 Trevor Johnson freebsd_committer freebsd_triage 2003-10-04 16:45:30 UTC
State Changed
From-To: open->closed

I updated the port to 1.46. I removed the Mesa and pthread stuff. 
Thank you, Nate.