Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 00:25:41 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Xin LI <delphij@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r273065 - in head: lib lib/libevent share/mk usr.sbin/ftp-proxy usr.sbin/ftp-proxy/ftp-proxy usr.sbin/ftp-proxy/libevent
Message-ID:  <20141013222541.GS19486@ivaldir.etoilebsd.net>
In-Reply-To: <201410132215.s9DMFQHM003173@svn.freebsd.org>
References:  <201410132215.s9DMFQHM003173@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Mon, Oct 13, 2014 at 10:15:26PM +0000, Xin LI wrote:
> Author: delphij
> Date: Mon Oct 13 22:15:26 2014
> New Revision: 273065
> URL: https://svnweb.freebsd.org/changeset/base/273065
> 
> Log:
>   Promote libevent to lib/ level and fold ftp-proxy into its parent Makefile.
>   This allows us to use libevent for other application in the future.
>   
>   For now libevent is still INTERNALLIB and no shared library is installed.
>   
>   MFC after:	1 month
> 
> Added:
>   head/lib/libevent/
>      - copied from r273060, head/usr.sbin/ftp-proxy/libevent/
> Deleted:
>   head/usr.sbin/ftp-proxy/Makefile.inc
>   head/usr.sbin/ftp-proxy/ftp-proxy/
>   head/usr.sbin/ftp-proxy/libevent/
> Modified:
>   head/lib/Makefile
>   head/lib/libevent/Makefile
>   head/share/mk/src.libnames.mk
>   head/usr.sbin/ftp-proxy/Makefile
> 
> Modified: head/lib/Makefile
> ==============================================================================
> --- head/lib/Makefile	Mon Oct 13 21:08:27 2014	(r273064)
> +++ head/lib/Makefile	Mon Oct 13 22:15:26 2014	(r273065)
> @@ -44,6 +44,7 @@ SUBDIR=	${SUBDIR_ORDERED} \
>  	libdevstat \
>  	libdwarf \
>  	libedit \
> +	${_libevent} \
>  	libexecinfo \
>  	libexpat \
>  	libfetch \
> @@ -226,6 +227,10 @@ _libnetgraph=	libnetgraph
>  _libypclnt=	libypclnt
>  .endif
>  
> +.if ${MK_PF} != "no"
> +_libevent=	libevent
> +.endif
> +
>  .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
>  _libsmb=	libsmb
>  _libvgl=	libvgl
> 
> Modified: head/lib/libevent/Makefile
> ==============================================================================
> --- head/usr.sbin/ftp-proxy/libevent/Makefile	Mon Oct 13 20:39:51 2014	(r273060)
> +++ head/lib/libevent/Makefile	Mon Oct 13 22:15:26 2014	(r273065)
> @@ -1,10 +1,14 @@
>  # $FreeBSD$
>  
> -.PATH:	${.CURDIR}/../../../contrib/pf/libevent
> +.PATH:	${.CURDIR}/../../contrib/pf/libevent
>  
> +.include <src.opts.mk>
> +
> +LIB=		event
> +SHLIB_MAJOR=	1
> +PRIVATELIB=
> +INTERNALLIB=

Both PRIVATELIB and INTERNALLIB looks wrong I think you only want PRIVATELIB

regards,
Bapt

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlQ8UWUACgkQ8kTtMUmk6Ey/UACfdkbeCvyAXTZi56Yr1Q83AO0N
bI4An3uhoLRg4u2qbyjH/kHEz1ZrXW6t
=XsFp
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141013222541.GS19486>