Bug 131259

Summary: [patch] net-mgmt/aggregate to fix simultaneous -p and -t options usage
Product: Ports & Packages Reporter: Dmitry Morozovsky <marck>
Component: Individual Port(s)Assignee: Dmitry Morozovsky <marck>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dmitry Morozovsky freebsd_committer freebsd_triage 2009-02-01 16:30:03 UTC
When using -t option together with -p (default prefix legth), prefix length
actually given on input stream is ignored.

While I'm here, make portlint -C happy, asnd remove stale mastersite (HTTP 404).

Fix: (pkg-plist should be cvs rm'd)
How-To-Repeat: 
me> (echo 127.0.0.1; echo 169.254.0.0/16) | aggregate -t -p 32
aggregate: maximum prefix length permitted will be 32
aggregate: prefix length of 32 bits will be used where none specified
127.0.0.1/32
169.254.0.0/32
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-01 16:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marck

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-01 16:30:17 UTC
Maintainer of net-mgmt/aggregate,

Please note that PR ports/131259 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131259

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-01 16:30:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-02-23 12:17:23 UTC
marck       2009-02-23 12:17:09 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    net-mgmt/aggregate   Makefile 
  Added files:
    net-mgmt/aggregate/files patch-aggregate.c 
  Removed files:
    net-mgmt/aggregate   pkg-plist 
  Log:
  Fix simultaneous use of -t and -p options.
  
  While I'm here, get rid of simple pkg-plist, and remove stale distsite.
  Also, make portlint -C happy.
  
  PR:             131259
  Approved by:    maintainer timeout (3 weeks)
  
  Revision  Changes    Path
  1.12      +5 -3      ports/net-mgmt/aggregate/Makefile
  1.1       +24 -0     ports/net-mgmt/aggregate/files/patch-aggregate.c (new)
  1.2       +0 -2      ports/net-mgmt/aggregate/pkg-plist (dead)
_______________________________________________
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 5 Dmitry Morozovsky freebsd_committer freebsd_triage 2009-02-23 12:17:39 UTC
State Changed
From-To: feedback->closed

Committed (maintainer timeout: 3 weeks).