Date: Fri, 1 Nov 2019 14:08:53 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516223 - in head/editors: emacs emacs-devel Message-ID: <201911011408.xA1E8rh6051190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Nov 1 14:08:52 2019 New Revision: 516223 URL: https://svnweb.freebsd.org/changeset/ports/516223 Log: editors/emacs: Remove optional dependency on libXp Remove the optional dependency on libXp from editors/emacs and editors/emacs-devel. The dependency on libXp is added if the MOTIF option is selected, but libXp isn't needed in this case. The MOTIF option is not the default. libXp has been deprecated and is going away. Modified: head/editors/emacs-devel/Makefile head/editors/emacs/Makefile Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Fri Nov 1 13:23:13 2019 (r516222) +++ head/editors/emacs-devel/Makefile Fri Nov 1 14:08:52 2019 (r516223) @@ -154,7 +154,6 @@ MAILUTILS_LIB_DEPENDS= libmailutils.so:mail/mailutils MODULES_CONFIGURE_WITH= modules MOTIF_USES= motif MOTIF_CONFIGURE_ON= --with-x-toolkit=motif -MOTIF_LIB_DEPENDS= libXp.so:x11/libXp OSS_CONFIGURE_ON= --with-sound=oss OTF_LIB_DEPENDS= libotf.so:print/libotf OTF_CONFIGURE_WITH= libotf Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Fri Nov 1 13:23:13 2019 (r516222) +++ head/editors/emacs/Makefile Fri Nov 1 14:08:52 2019 (r516223) @@ -163,7 +163,6 @@ MAILUTILS_LIB_DEPENDS= libmailutils.so:mail/mailutils MODULES_CONFIGURE_WITH= modules MOTIF_USES= motif MOTIF_CONFIGURE_ON= --with-x-toolkit=motif -MOTIF_LIB_DEPENDS= libXp.so:x11/libXp OSS_CONFIGURE_ON= --with-sound=oss OTF_LIB_DEPENDS= libotf.so:print/libotf OTF_CONFIGURE_WITH= libotf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911011408.xA1E8rh6051190>