Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 22:06:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390606 - head/security/gss
Message-ID:  <201506252206.t5PM6BjK063711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 25 22:06:10 2015
New Revision: 390606
URL: https://svnweb.freebsd.org/changeset/ports/390606

Log:
  - Mark BROKEN on 9.x:
  
  /usr/bin/make  all-recursive
  Making all in po
  Error expanding embedded variable.
  *** [all-recursive] Error code 1
  
  - Fix plist for disabled NLS case
  
  Approved by:	portmgr blanket
  Submitted by:	pkg-fallout

Modified:
  head/security/gss/Makefile

Modified: head/security/gss/Makefile
==============================================================================
--- head/security/gss/Makefile	Thu Jun 25 22:02:25 2015	(r390605)
+++ head/security/gss/Makefile	Thu Jun 25 22:06:10 2015	(r390606)
@@ -13,6 +13,8 @@ LIB_DEPENDS=	libshishi.so:${PORTSDIR}/se
 
 CONFLICTS=	heimdal-[0-9]*
 
+BROKEN_FreeBSD_9=	does not build
+
 USES=		libtool pathfix pkgconfig perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes



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