Bug 198136

Summary: ftp/curl: Fix build with security/heimdal after UPDATING-20141123
Product: Ports & Packages Reporter: J. Pernfuß <code.jpe>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Many People CC: hrs, koobs, sunpoet
Priority: Normal Keywords: easy, needs-patch, needs-qa
Version: LatestFlags: koobs: maintainer-feedback? (sunpoet)
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198152
Attachments:
Description Flags
Makefile diff koobs: maintainer-approval? (sunpoet)

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.