svn commit: r540717 - head/print/xfce4-print

Guido Falsi madpilot at FreeBSD.org
Sun Jun 28 13:58:50 UTC 2020


Author: madpilot
Date: Sun Jun 28 13:58:49 2020
New Revision: 540717
URL: https://svnweb.freebsd.org/changeset/ports/540717

Log:
  Correctly remove CUPS option, which I hastily tried to do in r540612,
  introducing unwanted breakage.
  
  Sorry for my mistake.

Modified:
  head/print/xfce4-print/Makefile
  head/print/xfce4-print/pkg-plist

Modified: head/print/xfce4-print/Makefile
==============================================================================
--- head/print/xfce4-print/Makefile	Sun Jun 28 13:55:46 2020	(r540716)
+++ head/print/xfce4-print/Makefile	Sun Jun 28 13:58:49 2020	(r540717)
@@ -29,6 +29,7 @@ USE_XFCE=	libgui xfconf
 USE_XORG=	x11
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-cups
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/print/xfce4-print/pkg-plist
==============================================================================
--- head/print/xfce4-print/pkg-plist	Sun Jun 28 13:55:46 2020	(r540716)
+++ head/print/xfce4-print/pkg-plist	Sun Jun 28 13:58:49 2020	(r540717)
@@ -14,8 +14,6 @@ lib/libxfprint.so.0
 lib/libxfprint.so.0.0.1
 %%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.a
 %%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.so
-%%CUPS%%lib/xfce4/xfprint-plugins/cups_plugin.a
-%%CUPS%%lib/xfce4/xfprint-plugins/cups_plugin.so
 libdata/pkgconfig/xfprint-1.0.pc
 share/applications/xfprint.desktop
 share/applications/xfprint-manager.desktop


More information about the svn-ports-all mailing list