svn commit: r368065 - head/security/vida

John Marino freebsd.contact at marino.st
Fri Sep 12 21:22:23 UTC 2014


On 9/12/2014 20:57, Adam Weinberger wrote:
> Author: adamw
> Date: Fri Sep 12 18:57:49 2014
> New Revision: 368065
> URL: http://svnweb.freebsd.org/changeset/ports/368065
> QAT: https://qat.redports.org/buildarchive/r368065/
> 
> Log:
>   Fix build and minor clean-ups to Makefile.
> 
> Modified:
>   head/security/vida/Makefile
> 
> Modified: head/security/vida/Makefile
> ==============================================================================
> --- head/security/vida/Makefile	Fri Sep 12 18:48:42 2014	(r368064)
> +++ head/security/vida/Makefile	Fri Sep 12 18:57:49 2014	(r368065)
> @@ -10,7 +10,8 @@ MASTER_SITES=	http://vidatapipe.sourcefo
>  MAINTAINER=	mich at FreeBSD.org
>  COMMENT=	Vida is a multi-datapipe handler
>  
> -LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
> +BUILD_DEPENDS=	libnet10-config:${PORTSDIR}/net/libnet10
> +RUN_DEPENDS=	libnet10-config:${PORTSDIR}/net/libnet10


This looks like an error to me.
The previous commit changed from net/libnet10 to net/libnet because
libnet10 is going away in 2 weeks.  You just reverted that change.

If you keep this, you need to add back the BROKEN/DEPRECRATED lines that
the previous commit removed.

John





More information about the svn-ports-head mailing list