Bug 210472 - [patch] ftp/curl: add knob for smb protocol
Summary: [patch] ftp/curl: add knob for smb protocol
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-06-22 16:41 UTC by Marcin Gryszkalis
Modified: 2016-11-24 08:58 UTC (History)
0 users

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


Attachments
Makefile smb knob (1.05 KB, patch)
2016-06-22 16:41 UTC, Marcin Gryszkalis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Gryszkalis 2016-06-22 16:41:34 UTC
Created attachment 171685 [details]
Makefile smb knob

Since 7.40 curl supports smb/cifs protocol.
So here is the patch to add a knob for it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-24 08:57:44 UTC
A commit references this bug:

Author: sunpoet
Date: Thu Nov 24 08:57:38 UTC 2016
New revision: 426993
URL: https://svnweb.freebsd.org/changeset/ports/426993

Log:
  - Add SMB option

  PR:		210472
  Submitted by:	Marcin Gryszkalis <mg@fork.pl>

Changes:
  head/ftp/curl/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-11-24 08:58:28 UTC
Committed. Thanks!