Bug 119375

Summary: Fix compile in net/gatekeeper after pwlib update
Product: Ports & Packages Reporter: Steve Ames <steve>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Steve Ames 2008-01-06 05:00:01 UTC
	Changes to header library layout and API in devel/pwlib require a few
	patches to gatekeeper to make it compile and run properly. These fixes
	were (mainly) pulled directly from the GnuGK 2.2.6 codebase and so can
	be removed when the maintainer updates to that version.

Fix: Apply the following patch. Also available at:
	http://steve.energistic.com/h323-ports/gatekeeper-2.2.4.1-2.2.4.2.patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-06 05:00:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2008-01-06 05:27:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-03-01 07:26:25 UTC
rafan       2008-03-01 07:26:20 UTC

  FreeBSD ports repository

  Modified files:
    net/gatekeeper       Makefile 
  Added files:
    net/gatekeeper/files patch-Routing-cxx patch-addpasswd-cxx 
                         patch-capctrl-cxx patch-clirw-cxx 
                         patch-main-cxx 
  Log:
  - Fix build after devel/pwlib updated to 1.12.0
  
  PR:             ports/119375
  Submitted by:   Steve Ames <steve at energistic.com> (maintainer of devel/pwlib)
  Approved by:    maintainer timeout (2 months)
  
  Revision  Changes    Path
  1.47      +1 -1      ports/net/gatekeeper/Makefile
  1.1       +12 -0     ports/net/gatekeeper/files/patch-Routing-cxx (new)
  1.1       +11 -0     ports/net/gatekeeper/files/patch-addpasswd-cxx (new)
  1.1       +22 -0     ports/net/gatekeeper/files/patch-capctrl-cxx (new)
  1.1       +21 -0     ports/net/gatekeeper/files/patch-clirw-cxx (new)
  1.1       +14 -0     ports/net/gatekeeper/files/patch-main-cxx (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 4 Rong-En Fan freebsd_committer freebsd_triage 2008-03-01 07:26:32 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!