From owner-svn-ports-head@freebsd.org Wed Sep 13 13:15:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDBD9E20A4E; Wed, 13 Sep 2017 13:15:56 +0000 (UTC) (envelope-from ashish@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 mx1.freebsd.org (Postfix) with ESMTPS id 9A194636ED; Wed, 13 Sep 2017 13:15:56 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8DDFtPW025982; Wed, 13 Sep 2017 13:15:55 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8DDFtlm025979; Wed, 13 Sep 2017 13:15:55 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201709131315.v8DDFtlm025979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Wed, 13 Sep 2017 13:15:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449781 - in head/editors/emacs-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head/editors/emacs-devel: . files X-SVN-Commit-Revision: 449781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2017 13:15:56 -0000 Author: ashish Date: Wed Sep 13 13:15:55 2017 New Revision: 449781 URL: https://svnweb.freebsd.org/changeset/ports/449781 Log: - Update to git snapshot 49a42fb - Remove the workaround added in previous commit Security: https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html Modified: head/editors/emacs-devel/Makefile head/editors/emacs-devel/distinfo head/editors/emacs-devel/files/patch-configure.ac Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Wed Sep 13 13:07:50 2017 (r449780) +++ head/editors/emacs-devel/Makefile Wed Sep 13 13:15:55 2017 (r449781) @@ -19,10 +19,10 @@ BROKEN_aarch64= Segfaults during build USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 1b492fa +GH_TAGNAME= 49a42fb EMACS_VER= 26.0.50 -EMACS_REV= 20170903 +EMACS_REV= 20170912 GNU_CONFIGURE= yes USES= autoreconf:build cpe gmake makeinfo ncurses pkgconfig INFO_PATH= ${DATADIR_REL}/info Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Wed Sep 13 13:07:50 2017 (r449780) +++ head/editors/emacs-devel/distinfo Wed Sep 13 13:15:55 2017 (r449781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504453415 -SHA256 (emacs-mirror-emacs-26.0.50.20170903-1b492fa_GH0.tar.gz) = f409d8d0afecbf35999a4af0bb168969cb84a8f21428bbbdc9c28b498e804da7 -SIZE (emacs-mirror-emacs-26.0.50.20170903-1b492fa_GH0.tar.gz) = 39365573 +TIMESTAMP = 1505223890 +SHA256 (emacs-mirror-emacs-26.0.50.20170912-49a42fb_GH0.tar.gz) = a3ef3450a5adae16f4c0f1303492a8c57dae6ecb1f745ab881a90cb836ed1c5b +SIZE (emacs-mirror-emacs-26.0.50.20170912-49a42fb_GH0.tar.gz) = 39375071 Modified: head/editors/emacs-devel/files/patch-configure.ac ============================================================================== --- head/editors/emacs-devel/files/patch-configure.ac Wed Sep 13 13:07:50 2017 (r449780) +++ head/editors/emacs-devel/files/patch-configure.ac Wed Sep 13 13:15:55 2017 (r449781) @@ -10,12 +10,3 @@ *' (GNU texinfo) '[[5-9]]* | \ *' (GNU texinfo) '[[1-9][0-9]]* ) ;; *) MAKEINFO=no;; -@@ -3364,7 +3365,7 @@ if test "${HAVE_X11}" = "yes"; then - AC_CACHE_CHECK([for XpmReturnAllocPixels preprocessor define], - [emacs_cv_cpp_xpm_return_alloc_pixels], - [AC_EGREP_CPP(no_return_alloc_pixels, -- [#include "noX/xpm.h" -+ [#include "X11/xpm.h" - #ifndef XpmReturnAllocPixels - no_return_alloc_pixels - #endif