svn commit: r516223 - in head/editors: emacs emacs-devel

Niclas Zeising zeising at FreeBSD.org
Fri Nov 1 14:08:53 UTC 2019


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


More information about the svn-ports-all mailing list