Commit graph

11 commits

Author SHA1 Message Date
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
50cc027f57 Mark as broken:
usr/bin/ld: i386 architecture of input file `sendd.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `addr.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `cert.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `cga.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `config.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `cpa.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `cps.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `ctl.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `net.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `openssl.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `opt.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `params.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `proto.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `proto_nonce.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `proto_sig.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `proto_timestamp.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `ra.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `sigmeth.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `sig_rfc3971.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `console.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `dbg.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `params_gram.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `params_lex.o' is incompatible with i386:x86-64 output
2013-12-06 14:15:14 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Beat Gaetzi
f2602ac655 - Fix patch after r289156
Reported by:	pointyhat
2012-09-25 17:46:28 +00:00
Chris Rees
9401b0a73a Use OSVERSION rather than slower exists check
PR:		ports/169585
Approved by:	maintainer timeout (anchie, >2w)
2012-07-17 19:36:17 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Erwin Lansing
1daeb80ca7 - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		153513
Submitted by:	sunpoet
2011-01-02 17:56:14 +00:00
Hiroki Sato
eb019cd19b Update to 0.3. This version supports SeND socket on FreeBSD 9.X
and later instead of Netgraph and BPF.

Submitted by:	anchie
2010-12-28 02:49:00 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Martin Wilke
91f9e97cf4 - Fix build with gcc 4.2
PR:		117240
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2007-10-17 11:06:46 +00:00
Edwin Groothuis
166a48ec9b [NEW PORT] net-mgmt/send: Secure Neighbor Discovery implementation for IPv6
DoCoMo's Open Source SEND project provides an implementation of
	RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically
	secures the IPv6 neighbor discovery protocol, countering the threats
	discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and
	Threats).

	DoCoMo's SEND is implemented completely in user space, so it is
	portable and lends itself to experimentation. It currently runs on
	Linux (tested on 2.6 kernels) and FreeBSD (tested on 5.4).

	Also included in the distribution are implementations of RFC3972
	Cryptographically Generated Addresses (CGAs) and RFC3779 X.509
	Extensions for IP Addresses and AS Identifiers.

	WWW: http://www.docomolabs-usa.com/lab_osrc_guide.html

Doesn't work on FreeBSD > 6.x though. Hopefully the submitter will
submit patches for it now it is commited.

PR:		ports/116540
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2007-09-23 06:39:06 +00:00