Date: Sun, 28 Jun 2020 13:58:49 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540717 - head/print/xfce4-print Message-ID: <202006281358.05SDwnl0056918@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006281358.05SDwnl0056918>