Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 06:46:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413808 - head/devel/libdap
Message-ID:  <201604230646.u3N6kcwc052024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 23 06:46:37 2016
New Revision: 413808
URL: https://svnweb.freebsd.org/changeset/ports/413808

Log:
  - Pet portlint
  - Update BROKEN: use lowercase for leading character

Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Sat Apr 23 06:46:33 2016	(r413807)
+++ head/devel/libdap/Makefile	Sat Apr 23 06:46:37 2016	(r413808)
@@ -13,12 +13,12 @@ COMMENT=	SDK which contains an implement
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libxml2.so:textproc/libxml2
 
+BROKEN_powerpc64=	does not build
+
 CONFIGURE_ARGS=	ac_cv_type_max_align_t=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



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