Bug 62979 - New Port: devel/p5-Config-Objective Perl Object config file
Summary: New Port: devel/p5-Config-Objective Perl Object config file
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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 20:40 UTC by Jim Pirzyk
Modified: 2004-08-21 14:09 UTC (History)
0 users

See Also:


Attachments
file.shar (3.25 KB, text/plain)
2004-02-17 20:40 UTC, Jim Pirzyk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Pirzyk 2004-02-17 20:40:15 UTC

    
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-08-21 12:20:20 UTC
It's a wrong using of BUILD_DEPENDS (and as result - RUN_DEPENDS).

As described in bsd.port.mk:
# BUILD_DEPENDS - A list of "path:dir[:target]" tuples of other ports this
#                 package depends to build (between the "extract" and
#                 "build" stages, inclusive).  The test done to
#                 determine the existence of the dependency is the
#                 same as FETCH_DEPENDS.  If the third field ("target")

You must specify path:dir for every dependencies. The dependencies split 
by space, new line etc.

So, the right using is:
BUILD_DEPENDS= ${SITE_PERL}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \
${SITE_PERL}/Parse/Lex.pm:${PORTSDIR}/devel/p5-ParseLex

And you sould not use spaces where tabs possible.

-- 
Sem.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2004-08-21 12:34:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it.
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2004-08-21 14:08:40 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks! 
1) Fix BUILD_DEPENDS syntax 
2) Add URL in pkg-descr 
3) Fix wrong maintainer e-mail