Bug 153287 - [PATCH] net-mgmt/ndpmon: [SUMMARIZE CHANGES]
Summary: [PATCH] net-mgmt/ndpmon: [SUMMARIZE CHANGES]
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-18 23:30 UTC by geoffroy desvernay
Modified: 2011-08-27 19:40 UTC (History)
1 user (show)

See Also:


Attachments
ndpmon-1.4.0.patch (3.21 KB, patch)
2010-12-18 23:30 UTC, geoffroy desvernay
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geoffroy desvernay 2010-12-18 23:30:15 UTC
create_html_table.py was unusable with a default install:
 - python path was /usr/bin/python
 - missing a dependency to textproc/py-4suite-xml in the package

This patch use options to:
 - not install create_html_table.py by default (and not depend on anything more)
 - do install it if wanted, with dependance for textproc/py-4suite-xml

Port maintainer (janos.mohacsi@bsd.hu) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: Install net-mgmt/ndpmon on a system without textproc/py-4suite-xml
Try to run /usr/local/share/ndpmon/create_html_table.py
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-18 23:30:22 UTC
Maintainer of net-mgmt/ndpmon,

Please note that PR ports/153287 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/153287

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-18 23:30:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2011-08-01 20:26:20 UTC
State Changed
From-To: feedback->open

maintainer timeout
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2011-08-27 17:48:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

I'll take it
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-08-27 19:31:05 UTC
ohauer      2011-08-27 18:30:50 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/ndpmon      Makefile pkg-descr pkg-plist 
    net-mgmt/ndpmon/files ndpmonitor.in 
                          patch-create__html__table.py 
  Log:
  - add OPTION for PY4SUITE which is needet for create_html_table.py
  - some minor cleanups (${PREFIX}/etc/ndpmon -> ${ETCDIR} ...
  
  PR:             ports/153287
  Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.9       +27 -10    ports/net-mgmt/ndpmon/Makefile
  1.4       +2 -2      ports/net-mgmt/ndpmon/files/ndpmonitor.in
  1.2       +9 -3      ports/net-mgmt/ndpmon/files/patch-create__html__table.py
  1.2       +0 -2      ports/net-mgmt/ndpmon/pkg-descr
  1.5       +5 -5      ports/net-mgmt/ndpmon/pkg-plist
_______________________________________________
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 6 Olli Hauer freebsd_committer freebsd_triage 2011-08-27 19:31:35 UTC
State Changed
From-To: open->closed

Commited with minor changes. 
Thanks!