gogoc is gogoCLIENT, which is needed to connect to Freenet6 tunnel. Freenet6 Tunnel is an IPv6 access service which enables thousands of people from all over the world to experience the best solution for a smooth and incremental deployment of IPv6. Freenet6 Tunnel users can get IPv6 connectivity from anywhere, including from behind any NAT device or from outside of their home network. WWW: http://gogonet.gogo6.com/page/freenet6-services Fix: Patch attached with submission follows:
'ipv6' cannot be a primary category -- it is a "virtual category". I've changed the Synopsis and the Makefile to move it to 'net', with 'ipv6' listed as a secondary. mcl
Responsible Changed From-To: freebsd-ports-bugs->rene Grab
I have made some enhancements / fixes to the port: - white space / long line fixes in Makefile - mark the port as MAKE_JOBS_UNSAFE (it fails to compile with FORCE_MAKE_JOBS=yes in /etc/make.conf without this) - remove now superfluous MD5 checksum from distinfo - parametrize /usr/local as LOCALBASE in files/gogoc.in, so that this is correct for users with a non-default setting of LOCALBASE (these are the SUB_FILES and SUB_LIST lines in Makefile) - fix pkg-plist and replace share/examples/gogoc as EXAMPLESDIR in it The only thing left is that the port installs gogoc.conf and gogoc.conf.sample in LOCALBASE/bin in addition to LOCALBASE/etc and LOCALBASE/EXAMPLESDIR, the former seem superfluous and to some extent wrong to me. This is caused by the upstream Makefile, I think this should be fixed. One suggestion is to not use their install target but use a custom one. Rene
State Changed From-To: open->feedback Ask feedback from submitter to propsed fixes.
Attached are the fixes mentioned in the previous follow-up.
rene 2010-11-19 19:44:49 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/gogoc Makefile distinfo pkg-descr pkg-plist net/gogoc/files gogoc.in patch-env Log: gogoc is gogoCLIENT, which is needed to connect to Freenet6 tunnel. Freenet6 Tunnel is an IPv6 access service which enables thousands of people from all over the world to experience the best solution for a smooth and incremental deployment of IPv6. Freenet6 Tunnel users can get IPv6 connectivity from anywhere, including from behind any NAT device or from outside of their home network. WWW: http://gogonet.gogo6.com/page/freenet6-services Two similar PRs were sent for the port, take the first one with some modifications from the second one. Tomaz will be the maintainer. patch-env by rene@ PR: ports/147944, ports/149682 Submitted by: Tomaz Muraus [kami 5-storitve.net] , Andrey [drurus gmail.com] Revision Changes Path 1.2285 +1 -0 ports/net/Makefile 1.1 +49 -0 ports/net/gogoc/Makefile (new) 1.1 +2 -0 ports/net/gogoc/distinfo (new) 1.1 +31 -0 ports/net/gogoc/files/gogoc.in (new) 1.1 +190 -0 ports/net/gogoc/files/patch-env (new) 1.1 +9 -0 ports/net/gogoc/pkg-descr (new) 1.1 +7 -0 ports/net/gogoc/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks