svn commit: r322418 - head/net/libnet

Wesley Shields wxs at FreeBSD.org
Sun Jul 7 20:02:58 UTC 2013


On Sun, Jul 07, 2013 at 06:09:53AM +0000, Dirk Meyer wrote:
> Author: dinoex
> Date: Sun Jul  7 06:09:53 2013
> New Revision: 322418
> URL: http://svnweb.freebsd.org/changeset/ports/322418
> 
> Log:
>   - remove broken options SNOOP and PF
>   PR:		180227
>   
>   - remove PKGNAMESUFFIX
> 
> Modified:
>   head/net/libnet/Makefile
> 
> Modified: head/net/libnet/Makefile
> ==============================================================================
> --- head/net/libnet/Makefile	Sun Jul  7 05:46:09 2013	(r322417)
> +++ head/net/libnet/Makefile	Sun Jul  7 06:09:53 2013	(r322418)
> @@ -8,7 +8,6 @@ PORTEPOCH=	1
>  CATEGORIES=	net
>  MASTER_SITES=	SF/libnet-dev
>  MASTER_SITE_SUBDIR=	distfiles
> -PKGNAMESUFFIX=	11${PKGNAMESUFFIX2}
>  
>  MAINTAINER=	dinoex at FreeBSD.org
>  COMMENT=	A C library for creating IP packets
> @@ -35,26 +34,14 @@ DOCS=		README doc/CHANGELOG doc/CONTRIB 
>  		doc/RAWSOCKET_NON_SEQUITUR doc/TODO
>  EXAMPLES=	sample/*.c
>  
> -OPTIONS_DEFINE=	EXAMPLES DOCS
> -OPTIONS_RADIO=	LINK
> -OPTIONS_RADIO_LINK=	SNOOP PF BPF
> +OPTIONS_DEFINE=	EXAMPLES DOCS BPF
>  OPTIONS_DEFAULT=	BPF
> -SNOOP_DESC=	link layer (snoop.h)
>  PF_DESC=	link layer pf
> -BPF_DESC=	link layer bpf

I think you wanted to remove the PF line but keep the BPF line here?

-- WXS


More information about the svn-ports-head mailing list