Bug 76488 - [MAINTAINER] sysutils/e2fsprogs: fix compile
Summary: [MAINTAINER] sysutils/e2fsprogs: fix compile
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: 2005-01-20 03:00 UTC by Matthias Andree
Modified: 2005-01-20 23:24 UTC (History)
1 user (show)

See Also:


Attachments
e2fsprogs-1.35_4.patch (3.26 KB, patch)
2005-01-20 03:00 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2005-01-20 03:00:46 UTC
The port compiles unreliably, compiling breaks when a previous version of
e2fsprogs is installed in /usr/local. The new patch below fixes the problem by
rearranging the compiler's -I options so that new headers get precedence before
the ones that may be in /usr/local. 

This eliminates the need to compile with GCC 3, the corresponding USE_GCC is
removed.

Please commit before 4.11-RELEASE!

While touching the port, rename DISABLE_NLS option to WITHOUT_NLS for
consistency with other ports and to quiet the pertinent portlint warning.

Added file(s):
- files/patch-MCONFIG--I-order

Generated with FreeBSD Port Tools 0.63
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-20 23:24:41 UTC
State Changed
From-To: open->closed

Committed, thanks!