Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 18:29:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431771 - head/print/gutenprint-base
Message-ID:  <201701171829.v0HITt7K082823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jan 17 18:29:55 2017
New Revision: 431771
URL: https://svnweb.freebsd.org/changeset/ports/431771

Log:
  - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
  
  Approved by:	portmgr blanket

Modified:
  head/print/gutenprint-base/Makefile

Modified: head/print/gutenprint-base/Makefile
==============================================================================
--- head/print/gutenprint-base/Makefile	Tue Jan 17 18:29:23 2017	(r431770)
+++ head/print/gutenprint-base/Makefile	Tue Jan 17 18:29:55 2017	(r431771)
@@ -52,10 +52,9 @@ INSTALL_WRKSRC=	${WRKSRC}/src/gimp2
 .endif
 
 .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="cups"
-.if ${OSVERSION} > 1000000
+# XXX: check for DragonFly
 PLIST_FILES+=	libexec/cups/backend/gutenprint52+usb \
 		share/cups/usb/net.sf.gimp-print.usb-quirks
-.endif
 LIB_DEPENDS+=	libcupsimage.so:print/cups
 RUN_DEPENDS+=	${LOCALBASE}/libexec/cups/filter/gstoraster:print/cups-filters
 CONFIGURE_ARGS+=	--with-cups=${PREFIX} \



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