Bug 116289 - [MAINTAINER]: Fix net/ntop
Summary: [MAINTAINER]: Fix net/ntop
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 21:50 UTC by Wesley Shields
Modified: 2007-09-12 04:20 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 Wesley Shields 2007-09-11 21:50:02 UTC
net/ntop doesn't build under certain circumstances (it is confusing versions of autoconf).  Attached is a patch submitted to me by Edward Sutton and tested by Jeffrey Goldberg which fixes this problem.  I haven't been able to reproduce this problem but Jeffrey pointed out that this patch fixed it for him.  I don't believe that a bump of PORTREVISION is necessary for this, but feel free to correct me if I am wrong.  :)

A discussion of this can be found at

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports

Fix: 

pre-configure:
-       @cd ${WRKSRC} && ${SH} autogen.sh --noconfig
+       @cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ${SH} autogen.sh --noconfig

 post-install:
        @${MKDIR} ${DBDIR}/ntop--7nyCnCDn9ZeldY456R4AcwA8xZ0Mow07CM65Cmrk4JTQoPm3
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile~   2007-07-21 18:19:35.000000000 -0700
+++ Makefile    2007-08-10 15:51:47.000000000 -0700
@@ -100,7 +100,7 @@
        @${RM} ${WRKSRC}/configureextra/FREEBSD
How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-12 04:14:09 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-12 04:14:13 UTC
edwin       2007-09-12 03:14:08 UTC

  FreeBSD ports repository

  Modified files:
    net/ntop             Makefile 
  Log:
  [MAINTAINER]: Fix net/ntop
  
          net/ntop doesn't build under certain circumstances (it is
          confusing versions of autoconf). Attached is a patch submitted
          to me by Edward Sutton and tested by Jeffrey Goldberg which
          fixes this problem. I haven't been able to reproduce this
          problem but Jeffrey pointed out that this patch fixed it
          for him. I don't believe that a bump of PORTREVISION is
          necessary for this, but feel free to correct me if I am
          wrong. :)
  
          A discussion of this can be found at
  
          http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports
  
  PR:             ports/116289
  Submitted by:   Wesley Shields <wxs@atarininja.org>
  
  Revision  Changes    Path
  1.63      +1 -1      ports/net/ntop/Makefile
_______________________________________________
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"