svn commit: r483157 - head/sysutils/google-compute-engine-oslogin
Mark Linimon
linimon at FreeBSD.org
Sat Oct 27 17:36:21 UTC 2018
Author: linimon
Date: Sat Oct 27 17:36:20 2018
New Revision: 483157
URL: https://svnweb.freebsd.org/changeset/ports/483157
Log:
Apparently now builds on powerpc64.
PR: 231787
Submitted by: Piotr Kubaj
Approved by: maintainer timeout
Modified:
head/sysutils/google-compute-engine-oslogin/Makefile
Modified: head/sysutils/google-compute-engine-oslogin/Makefile
==============================================================================
--- head/sysutils/google-compute-engine-oslogin/Makefile Sat Oct 27 17:33:13 2018 (r483156)
+++ head/sysutils/google-compute-engine-oslogin/Makefile Sat Oct 27 17:36:20 2018 (r483157)
@@ -11,10 +11,6 @@ COMMENT= OS Login Guest Environment for Google Compute
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../LICENSE
-BROKEN_mips= fails to compile: utils/oslogin_utils.cc:16:23: curl/curl.h: No such file or directory
-BROKEN_mips64= fails to compile: utils/oslogin_utils.cc:16:23: curl/curl.h: No such file or directory
-BROKEN_powerpc64= fails to compile: utils/oslogin_utils.cc:16:23: curl/curl.h: No such file or directory
-
LIB_DEPENDS= libcurl.so:ftp/curl \
libjson-c.so:devel/json-c
RUN_DEPENDS= gsed:textproc/gsed \
More information about the svn-ports-all
mailing list