svn commit: r350953 - head/print/cups-base

Boris Samorodov bsam at FreeBSD.org
Fri Apr 11 14:00:31 UTC 2014


Author: bsam
Date: Fri Apr 11 14:00:30 2014
New Revision: 350953
URL: http://svnweb.freebsd.org/changeset/ports/350953
QAT: https://qat.redports.org/buildarchive/r350953/

Log:
  A try (since I can't reproduce it at CURRENT) to fix "make index":
  include USES+=compiler unconditionally.
  
  Reported by:	Poersnap buildbox

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Fri Apr 11 13:54:16 2014	(r350952)
+++ head/print/cups-base/Makefile	Fri Apr 11 14:00:30 2014	(r350953)
@@ -51,19 +51,19 @@ CUPSSYSGRP=	wheel
 GROUPS=	cups
 USERS=		cups
 
+USES+=		compiler
+
 # UNIQUENAME must be set before bsd.port.pre.mk so OPTIONSFILE can be included
 .if defined(CUPS_CLIENT)
 PORTREVISION=	0
 LICENSE=	LGPL21
 CUPS_SUFFIX=	-client
 OPTIONS_DEFINE=	GNUTLS
-USES+=		compiler
 .elif defined(CUPS_IMAGE)
 PORTREVISION=	0
 CUPS_SUFFIX=	-image
 LICENSE=	LGPL21
 OPTIONS_DEFINE=	GNUTLS
-USES+=		compiler
 .else
 INSTALLS_ICONS=	yes
 PORTREVISION=	0


More information about the svn-ports-head mailing list