Bug 119375 - Fix compile in net/gatekeeper after pwlib update
Summary: Fix compile in net/gatekeeper after pwlib update
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-06 05:00 UTC by Steve Ames
Modified: 2008-03-01 07:30 UTC (History)
0 users

See Also:


Attachments
file.diff (4.13 KB, patch)
2008-01-06 05:00 UTC, Steve Ames
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!