Created attachment 168508 [details] fix for armv6 Hi, cdpd does not work on armv6, see https://lists.freebsd.org/pipermail/freebsd-arm/2016-March/013464.html for details. The attached patch fixes the issue (getopt returns an 'int' not a 'char', char is unsigned on arm eabi)
Created attachment 168526 [details] bump portrevision
Response from Scott (freebsd-lists-5 at thismonkey.com) Hi! Thanks for the quick reply. That patch worked perfectly, thanks. Just for my education: did the truss output assist at all? If so, what was the relevant line(s) that led to the patch?
maintainer reset
A commit references this bug: Author: marino Date: Tue Aug 23 01:51:21 UTC 2016 New revision: 420640 URL: https://svnweb.freebsd.org/changeset/ports/420640 Log: net-mgmt/cdpd: Fix runtime on armv6 While here, pet portlint and define the 2-clause BSD license PR: 208216 Submitted by: Mikael Urankar (gmail) Changes: head/net-mgmt/cdpd/Makefile head/net-mgmt/cdpd/files/patch-cdpd.c