svn commit: r222033 - head/lib/libsbuf

Sergey Kandaurov pluknet at gmail.com
Tue May 17 17:55:55 UTC 2011


On 17 May 2011 21:37, Poul-Henning Kamp <phk at freebsd.org> wrote:
> Author: phk
> Date: Tue May 17 17:37:58 2011
> New Revision: 222033
> URL: http://svn.freebsd.org/changeset/base/222033
>
> Log:
>  Bump shlib version
>  Instigate symbol versioning
>  Pray that I don't break the build.

File /usr/src/lib/libsbuf/Version.def: Unknown directive: `/*'.
File /usr/src/lib/libsbuf/Version.def: Unknown directive: `* $FreeBSD$'.
File /usr/src/lib/libsbuf/Version.def: Unknown directive: `*/'.

It seems it doesn't like C-style comments, but shell-style ones.

Index: Version.def
===================================================================
--- Version.def (revision 222033)
+++ Version.def (working copy)
@@ -1,6 +1,4 @@
-/*
- * $FreeBSD$
- */
+# $FreeBSD$

 FBSD_1.2 {
 };


>
> Added:
>  head/lib/libsbuf/Symbol.map   (contents, props changed)
>  head/lib/libsbuf/Version.def   (contents, props changed)
> Modified:
>  head/lib/libsbuf/Makefile
[...]
>
> Added: head/lib/libsbuf/Version.def
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/lib/libsbuf/Version.def        Tue May 17 17:37:58 2011        (r222033)
> @@ -0,0 +1,6 @@
> +/*
> + * $FreeBSD$
> + */
> +
> +FBSD_1.2 {
> +};

-- 
wbr,
pluknet


More information about the svn-src-all mailing list