svn commit: r424809 - head/print/cups-connector

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 28 08:02:40 UTC 2016


Author: amdmi3
Date: Fri Oct 28 08:02:38 2016
New Revision: 424809
URL: https://svnweb.freebsd.org/changeset/ports/424809

Log:
  - Mark BROKEN: does not build
  
  # github.com/google/cups-connector/cups
  could not determine kind of name for C.cupsGetPPD3
  *** Error code 2
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/print/cups-connector/Makefile

Modified: head/print/cups-connector/Makefile
==============================================================================
--- head/print/cups-connector/Makefile	Fri Oct 28 07:52:58 2016	(r424808)
+++ head/print/cups-connector/Makefile	Fri Oct 28 08:02:38 2016	(r424809)
@@ -14,6 +14,8 @@ BUILD_DEPENDS=	go:lang/go \
 		cups>=0:print/cups \
 		avahi-app>=0:net/avahi-app
 
+BROKEN=		does not build
+
 USES=		compiler pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	google:DEFAULT codegangsta:cli coreos:gosystemd \


More information about the svn-ports-head mailing list