Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Dec 2015 04:31:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205048] [PATCH] ftp/curl: zsh completion builds empty file
Message-ID:  <bug-205048-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205048

            Bug ID: 205048
           Summary: [PATCH] ftp/curl: zsh completion builds empty file
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: scf@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Keywords: patch

Created attachment 163880
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163880&action=edit
Use correct variable in make rule

The Makefile.in and generated Makefile in curl's scripts directory use the GNU
equivalent for $> (GNU is $<) to build the _curl file used for Zsh completion. 
The result is an empty file installed and a disabled fallback completion Zsh
provides.

NOTE:  The completion still does not work for me, but the file is actually
built and installed.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205048-13>