Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 20:27:45 +0400
From:      Andrej Zverev <az@freebsd.org>
To:        Stefan Walter <stefan@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r332623 - head/mail/spamprobe
Message-ID:  <CAD5bB%2Bi30pvD-pH_eRujnyxzzEk8iAqrmxxgomM_F-DySUxLMg@mail.gmail.com>
In-Reply-To: <201311031621.rA3GLHqh042299@svn.freebsd.org>
References:  <201311031621.rA3GLHqh042299@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Why not such way?

+.if ${OSVERSION} >= 1000024
+USE_GCC= yes
+.endif

On Sun, Nov 3, 2013 at 8:21 PM, Stefan Walter <stefan@freebsd.org> wrote:
> Author: stefan
> Date: Sun Nov  3 16:21:16 2013
> New Revision: 332623
> URL: http://svnweb.freebsd.org/changeset/ports/332623
>
> Log:
>   - Enable staging.
>   - Mark as BROKEN on 10 as it doesn't currently compile with clang.
>
> Modified:
>   head/mail/spamprobe/Makefile
>
> Modified: head/mail/spamprobe/Makefile
> ==============================================================================
> --- head/mail/spamprobe/Makefile        Sun Nov  3 16:08:07 2013        (r332622)
> +++ head/mail/spamprobe/Makefile        Sun Nov  3 16:21:16 2013        (r332623)
> @@ -13,8 +13,13 @@ COMMENT=     Spam detector using Bayesian an
>  GNU_CONFIGURE= yes
>  CONFIGURE_ARGS=        --enable-default-8bit
>
> -MAN1=          spamprobe.1
> -PLIST_FILES=   bin/spamprobe
> +PLIST_FILES=   bin/spamprobe man/man1/spamprobe.1.gz
> +
> +.include <bsd.port.pre.mk>
> +
> +.if ${OSVERSION} >= 1000024
> +BROKEN=                does not build with clang
> +.endif
>
>  # PBL support
>  .if !defined(WITHOUT_PBL)
> @@ -59,5 +64,4 @@ CPPFLAGS+=    -I${LOCALBASE}/include
>  LDFLAGS+=      -L${LOCALBASE}/lib
>  .endif
>
> -NO_STAGE=      yes
> -.include <bsd.port.mk>
> +.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD5bB%2Bi30pvD-pH_eRujnyxzzEk8iAqrmxxgomM_F-DySUxLMg>