Created attachment 195856 [details] Update Changes: 3 July 2013 Version 1.7: - Solved bug in UPDv6 management. Protocol was not set properly. 10 May 2011 Version 1.6: - Optimize Hash Table rules - Added IPv6 Compatibility on new Linux Header. Portlint OK
Created attachment 195857 [details] Poudriere Log 10.4-Release
Created attachment 195858 [details] Update
Created attachment 195859 [details] Update
Created attachment 195860 [details] Poudriere Log 11.2-Stable
Comment on attachment 195859 [details] Update +USES= compiler:gcc-c++11-lib Does it not build with Clang anymore? Why does it require GCC now? Forcing GCC usage in a port should be a last resort. - ${INSTALL_LIB} ${WRKDIR}/src/libcsocks.so.1 ${STAGEDIR}${PREFIX}/lib - ${LN} -s libcsocks.so.1 ${STAGEDIR}${PREFIX}/lib/libcsocks.so + ${INSTALL_LIB} ${WRKDIR}/src/libcsocks.so.1 ${STAGEDIR}${PREFIX}/lib/libcsocks.so.1 + ${INSTALL_LIB} ${WRKDIR}/src/libcsocks.so.1 ${STAGEDIR}${PREFIX}/lib/libcsocks.so This is a bogus change. You're now installing libcsocks.so.1 twice (so the package will take twice the space). libcsocks.so should be a symlink. Please revert this. --- net/csocks/files/patch-csocks.c (nonexistent) +++ net/csocks/files/patch-csocks.c (working copy) net/csocks/files/patch-csocks.c looks fishy. Why is it needed and why does it remove a bunch of NULL checks?
Created attachment 195868 [details] Update Compiler was warning, during manual build as I was messing with it, that NULL pointers was always zero, like it wasn't needed; but anyway reverted what was requested
A commit references this bug: Author: tobik Date: Sat Aug 18 12:05:40 UTC 2018 New revision: 477498 URL: https://svnweb.freebsd.org/changeset/ports/477498 Log: net/csocks: Update to 1.7 - Add LICENSE PR: 230362 Submitted by: Nathan <ndowens@yahoo.com> (based on) Approved by: maintainer timeout (2 weeks) Changes: head/net/csocks/Makefile head/net/csocks/distinfo head/net/csocks/files/patch-Makefile head/net/csocks/pkg-descr
Committed with some changes. Thanks!
A commit references this bug: Author: tobik Date: Sat Aug 18 12:10:13 UTC 2018 New revision: 477499 URL: https://svnweb.freebsd.org/changeset/ports/477499 Log: net/csocks: Remove bits that probably shouldn't be there PR: 230362 Changes: head/net/csocks/Makefile head/net/csocks/files/patch-Makefile