Re: Recompiling a macport (hopefully a simple question)

2010-07-29 Thread Ryan Schmidt
On Jul 28, 2010, at 19:08, Brooks Swinnerton wrote: I have what I hope to be a simple question. I'm trying to install dsniff-devel on my 10.6 box. The problem is that in order to have dsniff use the correct interface, you must manually change a C file called arp.c. I've found the file in:

Re: Recompiling a macport (hopefully a simple question)

2010-07-29 Thread Ryan Schmidt
Remember to Reply All so replies go to the list too, not just to one person. On Jul 29, 2010, at 11:52, Brooks Swinnerton wrote: Thanks for the help Scott, I'm going to try that first thing when I get out of work. Ryan, from what I have read on the internet the reason that I need to change

Re: Recompiling a macport (hopefully a simple question)

2010-07-29 Thread Brooks Swinnerton
Whoops! Sorry about the reply all (I'm new to mailing lists). The only reason I believe they are still relevant is because the problem still hasn't been fixed. Let me try compiling using the instructions from Scott and if it works, we'll know that the issue still exists. Should have it done later

Re: Recompiling a macport (hopefully a simple question)

2010-07-29 Thread Savory Michael
This was an issue in 2001 http://macosx.com/forums/mac-os-x-system-mac-software/4904-libnids-dsniff.html Are you Pendragon87 http://forums.macosxhints.com/archive/index.php/t-99792.html Dug Song hasn't updated this for a while, are there any more current password scanners that also work on a

Recompiling a macport (hopefully a simple question)

2010-07-28 Thread Brooks Swinnerton
I have what I hope to be a simple question. I'm trying to install dsniff-devel on my 10.6 box. The problem is that in order to have dsniff use the correct interface, you must manually change a C file called arp.c. I've found the file in: /opt/local/var/macports/build/

Re: Recompiling a macport (hopefully a simple question)

2010-07-28 Thread Scott Webster
You can run all the phases of the installation process separately, see the port man page. Macports does however try to guess what is best to do, so it will run all required previous phases for you. In this case after you edit the file you would want to run sudo port install portname. However,