From owner-svn-ports-all@freebsd.org Fri Nov 1 14:08:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AB4561669D6; Fri, 1 Nov 2019 14:08:53 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 474PF1438vz4HDB; Fri, 1 Nov 2019 14:08:53 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68959C31D; Fri, 1 Nov 2019 14:08:53 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA1E8rIa051192; Fri, 1 Nov 2019 14:08:53 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA1E8rh6051190; Fri, 1 Nov 2019 14:08:53 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201911011408.xA1E8rh6051190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 1 Nov 2019 14:08:53 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/editors: emacs emacs-devel X-SVN-Commit-Revision: 516223 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2019 14:08:53 -0000 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