Bug 147944 - [NEW PORT] net/gogoc: GogoCLIENT, which is needed to connect to Freenet6 tunnel
Summary: [NEW PORT] net/gogoc: GogoCLIENT, which is needed to connect to Freenet6 tunnel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 17:00 UTC by Tomaž Muraus
Modified: 2010-11-19 19:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.52 KB, text/plain)
2010-06-17 17:00 UTC, Tomaž Muraus
no flags Details
gogoc.shar.diff (3.03 KB, patch)
2010-11-02 21:03 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomaž Muraus 2010-06-17 17:00:13 UTC
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:
Comment 1 Mark Linimon 2010-06-18 22:38:57 UTC
'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
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2010-11-02 19:11:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Grab
Comment 3 Rene Ladan freebsd_committer freebsd_triage 2010-11-02 20:10:37 UTC
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
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2010-11-02 20:10:54 UTC
State Changed
From-To: open->feedback

Ask feedback from submitter to propsed fixes.
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2010-11-02 21:03:20 UTC
Attached are the fixes mentioned in the previous follow-up.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-11-19 19:44:55 UTC
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"
Comment 7 Rene Ladan freebsd_committer freebsd_triage 2010-11-19 19:45:02 UTC
State Changed
From-To: feedback->closed

Committed, thanks