Date: Thu, 10 Mar 2016 15:37:04 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206987] [NEW PORT] security/akmos: Cryptographic library with low footprint Message-ID: <bug-206987-13-kyN0HDJWor@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-206987-13@https.bugs.freebsd.org/bugzilla/> References: <bug-206987-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206987 --- Comment #5 from Raphael Kubo da Costa <rakuco@FreeBSD.org> --- Please run `portlint -AC' on your patches to uncover problems like these: > WARN: pkg-plist: [4]: installing shared libraries, please define USE_LDCO= NFIG as appropriate > WARN: pkg-plist: [5]: installing shared libraries, please define USE_LDCO= NFIG as appropriate > WARN: pkg-plist: [8]: empty line found in plist. > WARN: pkg-plist: seems to have unnecessary blank lines at the last part. With that said, the port fails to build on 9.3: [ 2%] Building C object src/CMakeFiles/akmos_obj.dir/akmos.c.o cd /wrkdirs/usr/ports/security/akmos/work/.build/src && /usr/bin/cc=20 -DAKMOS_BUFSZ=3D8192 -D_BSD_SOURCE -D_POSIX_C_SOURCE=3D199309L -D_XOPEN_SOU= RCE=3D500 -I/wrkdirs/usr/ports/security/akmos/work/akmos-0.4/src -O2 -pipe -fno-strict-aliasing -O2 -DNDEBUG -fPIC -DPIC -ansi -Wall -Werror -Wmissing-prototypes -o CMakeFiles/akmos_obj.dir/akmos.c.o -c /wrkdirs/usr/ports/security/akmos/work/akmos-0.4/src/akmos.c cc1: warnings being treated as errors In file included from /wrkdirs/usr/ports/security/akmos/work/akmos-0.4/src/akmos.c:36: /wrkdirs/usr/ports/security/akmos/work/akmos-0.4/src/cipher.h:90: warning: declaration does not declare anything The struct was removed in upstream commit=20 43a8f262bad7883649acf98937304998b230e625. Since you seem to be the upstream maintainer as well, there are a few things you can do: - Import that commit as a patch to the port if it works fine without the ot= hers before it. - Make a new release that includes that commit if the code is stable. - Add "CFLAGS+=3D -fms-extensions" for this version of the port. - Require a newer compiler with USES=3Dcompiler:c11, but that may be overki= ll. --=20 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-206987-13-kyN0HDJWor>