svn commit: r390606 - head/security/gss

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 22:06:11 UTC 2015


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


More information about the svn-ports-head mailing list