| Summary: | net-mgmt/php56-snmp: links with libpkg for no apparent reason (affects all php versions) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | Flags: | bugzilla:
maintainer-feedback?
(ale) |
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dmitry Marakasov
2018-08-28 15:44:13 UTC
It's not a hidden dependency, it's an explicit dependency of net-snmp: https://svnweb.freebsd.org/ports/head/net-mgmt/net-snmp/Makefile?r1=438995&r2=443466 Let me rephrase, it's not a php-snmp issue, if there is an issue it's caused by net-snmp and should be fixed there. Created attachment 196744 [details]
Remove extra libs
If you use the snmp php module, can you check if it still works with this patch, please?
It may be a php issue, after all. Dmitry can you check if the patch fixes the issue while keeping php56-snmp working as intended? A commit references this bug: Author: ale Date: Mon Dec 10 14:19:23 UTC 2018 New revision: 487169 URL: https://svnweb.freebsd.org/changeset/ports/487169 Log: Update to 5.6.39 release [1]. - clean up CONFLICTS [2] - don't link with libpkg [3] - fix recode ordering issue [4] PR: 233847 [1], 226534 [2], 230980 [3], 211794 [4] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> [1], brnrd [2], amdmi3 [3], jaretbartsch@yahoo.ca [4] Changes: head/lang/php56/Makefile head/lang/php56/Makefile.ext head/lang/php56/distinfo head/mail/php56-imap/Makefile head/mail/php56-imap/files/patch-php__imap.c head/mail/php56-imap/files/patch-php__imap.h head/net-mgmt/php56-snmp/files/ head/net-mgmt/php56-snmp/files/patch-config.m4 head/security/php56-openssl/Makefile |