Bug 79823 - Add an ability to depend on versioned installed package to bsd.port.mk
Summary: Add an ability to depend on versioned installed package to bsd.port.mk
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 14:00 UTC by Anton Berezin
Modified: 2005-06-09 21:47 UTC (History)
0 users

See Also:


Attachments
file.diff (1.46 KB, patch)
2005-04-12 14:00 UTC, Anton Berezin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin freebsd_committer freebsd_triage 2005-04-12 14:00:51 UTC
Sometimes it is easier to depend on a particular package rather than on
a file installed by that package.  Furthermore, sometimes it is useful
to be able to specify the minimum required version of the dependant
package.

Fix: With the patch below, it is possible to say, for example,

BUILD_DEPENDS=	p5-Tree-Simple>=1.12:${PORTSDIR}/devel/p5-Tree-Simple

The patch does not affect dependencies specified in the "usual" way.
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2005-04-12 14:00:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

portmgr territory.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2005-06-09 21:47:49 UTC
State Changed
From-To: open->closed

Committed, thanks!