Bug 135377 - net/ntop: Install of port fails half way through due to missing make target.
Summary: net/ntop: Install of port fails half way through due to missing make target.
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 16:40 UTC by Keith Gaughan
Modified: 2009-06-08 18:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Gaughan 2009-06-08 16:40:00 UTC
When installing ntop 3.3.9 from ports with the WITH_ASDATA knob on, make reports that it can't find the target 'install-data-as'. With the knob turned off, installation works just fine.

Fix: 

Not sure, but for now, I'd comment out that particular knob.
How-To-Repeat: Build with WITH_ASDATA=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-08 16:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-08 18:48:43 UTC
wxs         2009-06-08 17:48:29 UTC

  FreeBSD ports repository

  Modified files:
    net/ntop             Makefile pkg-plist 
  Log:
  - Remove ASDATA knob as it is no longer applicable.
    My initial testing was flawed so I missed this.
  
  PR:             ports/135377
  Submitted by:   Keith Gaughan <kmgaughan@eircom.net>
  
  Revision  Changes    Path
  1.74      +1 -9      ports/net/ntop/Makefile
  1.14      +0 -1      ports/net/ntop/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 3 Wesley Shields freebsd_committer freebsd_triage 2009-06-08 18:48:56 UTC
State Changed
From-To: open->closed

Fixed by removing the ASDATA knob as it is no longer applicable. Sorry 
about the confusion and thanks for the PR.