svn commit: r449781 - in head/editors/emacs-devel: . files

Ashish SHUKLA ashish at FreeBSD.org
Wed Sep 13 13:15:56 UTC 2017


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


More information about the svn-ports-all mailing list