Created attachment 202163 [details] net/ndproxy port contents Hi, pkg-fallout has reported recently that the port net/ndproxy could not compile anymore. I've investigated and found that it was due to changes in the pfil(9) hooks API. Therefore, I've updated the port to support both the previous and the new versions of the pfil(9) API. I've checked it with poudriere on 13.0-CURRENT (1300012) for amd64 and i386, and on 12.0-RELEASE (1200086) for amd64 and i386. It compiles correctly without any warning nor error. You will find this new version in the attachement. Please, can you update the ports tree with this new version of ndproxy? Sincerely, Alexandre Fenyo
Created attachment 202164 [details] poudriere log file
Created attachment 202165 [details] poudriere log file
Created attachment 202166 [details] poudriere log file
Created attachment 202167 [details] poudriere log file
Hi, I continue to receive regularly the alert from pkg-fallout. Is it possible for somebody to update the port with the new version in attachement? Many thanks for your work! Sincerely, Alexandre Fenyo
Alexandre, can you please: - Provide the fix/update in the form of a unified diff (like `svn patch`) against the head version of the port. - Set the maintainer-approval flag to + on attachments, for ports you maintain, to signify maintainer approval. Attachment -> Details -> maintainer-approval [+]
Created attachment 203128 [details] svn patch (svn diff) for the new version of ndproxy Here is the svn patch for the updated version of this port. Apply the patch this way (suppose the patch file is /tmp/ndproxy.patch): % cd /usr/ports/net % svn patch /tmp/ndproxy.patch Note: the patch has been generated the following way: % cd /usr/ports/net % svn diff ndproxy > /tmp/ndproxy.patch This is a patch between the new version of ndproxy and the current HEAD of the ports tree in the svn repository.
Thanks for the tips, I've just added a svn patch (built with svn diff) and tagged it "maintainer approved". Sincerely, Alexandre Fenyo
A commit references this bug: Author: pizzamig Date: Sat Apr 6 13:30:31 UTC 2019 New revision: 498095 URL: https://svnweb.freebsd.org/changeset/ports/498095 Log: net/ndproxy: Update to 3.2 This release contains fixes for API changes to pfil hooks in CURRENT PR: 235864 Submitted by: maintainer Changes: head/net/ndproxy/Makefile head/net/ndproxy/distinfo head/net/ndproxy/files/ndproxy.in
Committed! Thanks!