Bug 198136 - ftp/curl: Fix build with security/heimdal after UPDATING-20141123
Summary: ftp/curl: Fix build with security/heimdal after UPDATING-20141123
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords: easy, needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2015-03-01 16:34 UTC by J. Pernfuß
Modified: 2015-04-06 17:49 UTC (History)
3 users (show)

See Also:
koobs: maintainer-feedback? (sunpoet)


Attachments
Makefile diff (765 bytes, patch)
2015-03-01 16:34 UTC, J. Pernfuß
koobs: maintainer-approval? (sunpoet)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J. Pernfuß 2015-03-01 16:34:54 UTC
Created attachment 153644 [details]
Makefile diff

As announced in the UPDATING entry 20141123, the location of headers and installed libraries for the security/heimdal port changed.

The attached patch fixes both the detection of the installed library and the header/lib locations of the Makefile if the HEIMDAL_PORT option is selected.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2015-03-02 10:48:54 UTC
Assign correctly to ftp/curl maintainer
Comment 2 Hiroki Sato freebsd_committer freebsd_triage 2015-03-02 11:07:10 UTC
Please consider to use USES=gssapi to fix this issue instead of using hard-coded pathnames for header files and libraries.
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-03-28 11:16:10 UTC
ftp/curl uses USE=gssapi since r382459. I've tested all GSSAPI_* options and it builds without error. Please update ports tree and report if it works for you.