Bug 72495 - net/gift: WITH_LIBMAGIC dependency fix
Summary: net/gift: WITH_LIBMAGIC dependency fix
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 00:30 UTC by Rene Ladan
Modified: 2004-10-18 19:17 UTC (History)
0 users

See Also:


Attachments
file.diff (353 bytes, patch)
2004-10-11 00:30 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan 2004-10-11 00:30:32 UTC
When sysutils/file is not yet installed, and WITH_LIBMAGIC is defined
when building net/gift, the configure script fails.

Fix: workaround:
install sysutils/file first, or do not define WITH_LIBMAGIC

fix:
apply patch
How-To-Repeat: (make sure sysutils/file is not installed)
#cd /usr/ports/net/gift
#make WITH_LIBMAGIC=yes install clean
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2004-10-18 19:17:43 UTC
State Changed
From-To: open->closed

committed, thanks