Bug 92669 - [patch] math/vecfem: fix .include statement
Summary: [patch] math/vecfem: fix .include statement
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: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 06:40 UTC by Vasil Dimov
Modified: 2006-02-17 15:40 UTC (History)
1 user (show)

See Also:


Attachments
vecfem_include.diff (456 bytes, patch)
2006-02-01 06:40 UTC, Vasil Dimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vasil Dimov freebsd_committer freebsd_triage 2006-02-01 06:40:02 UTC
.include <Makefile.inc> causes errors when make is not invoked from
port's directory on RELENG_4

make(1):

.include <file>
.include "file"
        Include the specified makefile.  Variables between the angle
        brackets or double quotes are expanded to form the file name.  If
        angle brackets are used, the included makefile is expected to be
        in the system makefile directory.  If double quotes are used, the
        including makefile's directory and any directories specified
        using the -I option are searched before the system makefile
        directory.
Comment 1 Vasil Dimov freebsd_committer freebsd_triage 2006-02-01 06:42:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

I will take it
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-01 06:44:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2006-02-17 15:40:07 UTC
State Changed
From-To: feedback->closed

Committed (maintainer timeout)