Renato Botelho
e7fef78c99
Fix build with clang:
...
. Add direct dependency to net/bpf.h
. Rename symbol csin to avoid conflict with complex.h
Approved by: portmgr (blanket)
2014-04-23 14:24:13 +00:00
Antoine Brodin
b939cb8d44
Last attempt to fix dsniff
...
Reported by: pkg-fallout (again)
2014-02-08 07:07:19 +00:00
Mathieu Arnold
d8d4832d58
- Convert to stage
...
- Unmark as broken, it should be fixed on 8/9 and on 10 it'll build when
net/libnids is fixed.
Sponsored by: Absolight
2014-02-03 14:07:47 +00:00
Antoine Brodin
60ea442242
Mark as broken: Fails to build
...
On 8 and 9:
cc -O2 -pipe -fno-strict-aliasing -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN -DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I/usr/local/include -I/usr/include/pcap -DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN -I/usr/local/include/libnet10 -I/usr/local/include -c ./nfs_prot.c
./nfs_prot.c:6:22: error: nfs_prot.h: No such file or directory
./nfs_prot.c:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xdr_nfsstat'
./nfs_prot.c:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xdr_ftype'
On 10 and head:
/usr/local/lib/libnids.a(libnids.o): In function `gen_ip_frag_proc':
libnids.c:(.text+0x1060): undefined reference to `ip_fast_csum'
/usr/local/lib/libnids.a(libnids.o): In function `gen_ip_proc':
libnids.c:(.text+0x1201): undefined reference to `my_udp_check'
/usr/local/lib/libnids.a(tcp.o): In function `process_tcp':
tcp.c:(.text+0x5b4): undefined reference to `my_tcp_check'
/usr/local/lib/libnids.a(tcp.o): In function `process_icmp':
tcp.c:(.text+0x12f6): undefined reference to `ip_compute_csum'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Reported by: pkg-fallout since august 2013
With hat: portmgr
2014-02-01 13:26:03 +00:00
Baptiste Daroussin
a65ed2e51b
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
2013-09-20 22:55:24 +00:00
Alexey Dokuchaev
b8851b154c
- Unbreak parallel builds by fixing targets' dependencies
...
- Cleanup port's Makefile slightly while I am here
2013-08-09 02:11:20 +00:00
Sofian Brabez
ccafe0f4af
- Add dependency on pkgconfig
...
Reported by: mat
2013-06-11 08:50:20 +00:00
Sofian Brabez
837e8fc184
- Fix BROKEN after r317848 commit
...
- Patch Makefile to disable libmissing
- Support bmake by using ${ECHO_CMD} instead of ${TRUE}
Reported by: linimon
2013-05-12 22:01:25 +00:00
Dirk Meyer
fcb98a504a
- update libnet to 1.1.6
...
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
2013-02-18 21:13:02 +00:00
Sofian Brabez
db15666cad
- Fix logic problem
2012-10-08 09:38:22 +00:00
Sofian Brabez
b2adb9e2d1
- Convert to new option framework
...
- Add LICENSE
- Update MASTER_SITES
- Update pkg-descr
2012-10-08 08:13:05 +00:00
Olli Hauer
87931c6875
-remove MD5
2011-07-03 14:03:52 +00:00
Sofian Brabez
d7c5457ddf
Update my MAINTAINER address to sbz at FreeBSD.org.
...
Approved by: jadawin@ (mentor)
2011-03-18 10:04:54 +00:00
Renato Botelho
d2a49cc7bb
- Remove BROKEN since it's building fine on 8.0
2009-05-08 21:32:24 +00:00
Thomas Abthorpe
c5fdb9237c
- Pass maintainership to submitter
...
Submitted by: Sofian Brabez via private email
2009-02-27 20:45:20 +00:00
Erwin Lansing
ccd4eff1b4
Mark BROKEN on 8: does not build after the arp-v2 import.
...
Submitted by: pointyhat
2009-01-08 17:59:41 +00:00
Martin Wilke
cda30a295f
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Alejandro Pulver
4dedf5723d
- Avoid 'make' warning when libnids.a was not compiled with GLIB2 enabled.
2007-02-26 19:47:49 +00:00
Alejandro Pulver
7edd6624cf
- Fix building when security/openssl is installed.
...
PR: ports/95733
Submitted by: "Jukka A. Ukkonen" <jau@iki.fi>
2007-02-09 04:27:53 +00:00
Pav Lucistnik
5b2d4b4dba
- Fix make describe on FreeBSD 4.X
...
Reported by: dvl
Submitted by: shaun
2007-01-31 14:29:34 +00:00
Pav Lucistnik
eb81a88093
- Patch net/libnet* to versioned libraries and header files, so they can
...
coexist
PR: ports/103861
Submitted by: alepulver
Tested by: pointyhat
With hat: portmgr
2007-01-31 14:09:55 +00:00
Kris Kennaway
af9fb7d1d1
BROKEN: Depends on incompatible versions of libnet
...
Also drop maintainership, I no longer use this port and do not have time
to work on it.
2006-08-31 19:42:58 +00:00
Edwin Groothuis
32487a10ad
SHA256ify
...
Approved by: krion@
2006-01-24 01:06:45 +00:00
Sergey Matveychuk
e1c4707bab
libnet update:
...
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
2005-11-14 17:07:08 +00:00
Kris Kennaway
f31e2fb8d5
o/~ Everybody was distfile sizing! o/~
...
(Add SIZE to distinfo)
Submitted by: trevor
2004-03-22 12:45:57 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kris Kennaway
321c63b709
Correct logic for adding webspy manpage based on WITHOUT_X11
2002-09-14 23:01:49 +00:00
Sheldon Hearn
a9fec3d0ad
Add WITHOUT_X11 knob. If specified, webspy(8) will not be installed,
...
and the X11 libraries are not required.
Approved by: maintainer
2002-06-17 13:41:55 +00:00
Kris Kennaway
56cf216199
Oops, forgot to add patch
2001-01-14 08:13:48 +00:00
Kris Kennaway
152294c8ec
The long-awaited upgrade to dsniff 2.3, which includes the now-infamous
...
sshmitm and webmitm monkey-in-the-middle tools.
Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
PR: 23749
2001-01-14 08:12:52 +00:00
Kris Kennaway
39a46c8e84
Fix PLIST
...
Submitted by: bento
2000-09-10 10:59:14 +00:00
Kris Kennaway
d64f2d8866
Upgrade to dsniff 2.2
...
PR: 20900
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-09-02 01:33:19 +00:00
Michael Haro
4cf4ab0a2f
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 08:19:33 +00:00
Akinori MUSHA
52190dc850
Portlint COMMENT's.
...
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Chris Piazza
3df86a88a9
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:34:06 +00:00
Kris Kennaway
3110e5fc37
Upgrade to dsniff v1.7 and make it PREFIX-friendly.
...
Bugged by: Tim Yardley <yardley@uiuc.edu> :-)
2000-03-30 06:27:33 +00:00
Kris Kennaway
f109a2186b
Upgrade to dsniff 1.3. The new patch is a hack because I didn't have time
...
to work out why configure wasn't noticing our db.h..
2000-01-28 06:22:43 +00:00
Satoshi Asami
27596d33f2
bento says USE_XLIB.
...
Submitted by: bento
2000-01-21 07:19:02 +00:00
Kris Kennaway
549ab1724d
Update to dsniff 1.2 which now builds out of the box of FreeBSD. How's
...
that for vendor turnaround time!
2000-01-09 05:14:19 +00:00
Kris Kennaway
33f3aab20c
New port: dsniff 1.1
...
dsniff is a set of network penetration testing tools
Obtained from: OpenBSD
2000-01-09 03:13:59 +00:00