Bug 148242 - [PATCH] net/ifstated: update to 4.7
Summary: [PATCH] net/ifstated: update to 4.7
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: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 21:10 UTC by Jim Riggs
Modified: 2010-07-13 22:40 UTC (History)
1 user (show)

See Also:


Attachments
ifstated-4.7,1.patch (19.74 KB, patch)
2010-06-29 21:10 UTC, Jim Riggs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Riggs 2010-06-29 21:10:04 UTC
I had trouble getting this port to behave properly on FreeBSD 8.  I
don't know if 8 was the issue or if it was an underlying bug in
ifstated, so I decided to just update to a current version and use
libevent from ports instead instead of the patched event handling.
This cleared up my issues.  This port hasn't seen some love for some
time, so I will be happy to take over maintainership if needed.

The tarball pulled from OpenBSD's CVS repo is available at:

http://christianserving.org/ports/net/ifstated/ifstated-4.7.tar.gz

--

- Update to 4.7 from OpenBSD
- Use libevent from ports
- Install ifstated.conf-sample instead of ifstated.conf (to avoid
  wiping config on update/deinstall)

Added file(s):
- files/patch-log.c

Removed file(s):
- files/patch-etc-ifstated.conf
- files/patch-ifstated.8
- files/patch-parse.y

Port maintainer (skreuzer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-29 21:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-13 22:31:48 UTC
skreuzer    2010-07-13 21:31:34 UTC

  FreeBSD ports repository

  Modified files:
    net/ifstated         Makefile distinfo 
    net/ifstated/files   patch-Makefile patch-ifstated.c 
                         patch-ifstated.h pkg-message.in 
  Removed files:
    net/ifstated/files   patch-etc-ifstated.conf patch-ifstated.8 
                         patch-parse.y 
  Log:
  Update to 4.7
  
  PR:             ports/148242
  Submitted by:           Jim Riggs <ports@christianserving.org>
  
  Revision  Changes    Path
  1.11      +17 -8     ports/net/ifstated/Makefile
  1.5       +3 -3      ports/net/ifstated/distinfo
  1.3       +9 -22     ports/net/ifstated/files/patch-Makefile
  1.3       +0 -34     ports/net/ifstated/files/patch-etc-ifstated.conf (dead)
  1.3       +0 -17     ports/net/ifstated/files/patch-ifstated.8 (dead)
  1.4       +38 -261   ports/net/ifstated/files/patch-ifstated.c
  1.3       +10 -34    ports/net/ifstated/files/patch-ifstated.h
  1.3       +0 -25     ports/net/ifstated/files/patch-parse.y (dead)
  1.2       +7 -3      ports/net/ifstated/files/pkg-message.in
_______________________________________________
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 3 Steven Kreuzer freebsd_committer freebsd_triage 2010-07-13 22:32:42 UTC
State Changed
From-To: open->closed

Committed with some minor change and also set you as the port 
maintainer. Thanks