Bug 198677 - [amd64] devel/p4web won't run on 10.x if compat9x-amd64 is not installed
Summary: [amd64] devel/p4web won't run on 10.x if compat9x-amd64 is not installed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Gordon Tetlow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 02:35 UTC by Devin Teske
Modified: 2018-01-13 01:44 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (gordon)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Teske freebsd_committer freebsd_triage 2015-03-18 02:35:30 UTC
The p4web binary installed by devel/p4web doesn't run on 10.x if the libstdc++.so.6 library is not available (on ad64, this is provided by compat9x-amd64 package on 10.x).

The port should be able to depend upon compat9x-amd64 under 10.x releases.
Comment 1 Torsten Zühlsdorff 2016-01-08 14:11:13 UTC
The current Makefile contains a check for the problem you described:

=== start ===
# 10.x (and higher) needs compat libs
.if ${OSVERSION} >= 1000054
LIB_DEPENDS+=   libstdc++.so.6:${PORTSDIR}/misc/compat9x
.endif
=== end ===

Therefore the PR could be closed. :)
Comment 2 Walter Schwarzenfeld 2018-01-13 01:11:42 UTC
Forgotten to close?
Comment 3 Devin Teske freebsd_committer freebsd_triage 2018-01-13 01:44:51 UTC
Reportedly fixed.