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

Joseph Mingrone jrm at FreeBSD.org
Thu Apr 26 02:03:29 UTC 2018


Author: jrm
Date: Thu Apr 26 02:03:28 2018
New Revision: 468320
URL: https://svnweb.freebsd.org/changeset/ports/468320

Log:
  Emacs ports: Tell configure to skip checks for sysinfo header
  
  The build fails when devel/libsysinfo is pulled in.  This can happen when
  graphics/ImageMagick is built with the OPENMP knob on.
  
  Reported by:	Richard M. Timoney <richardt at maths.tcd.ie>

Modified:
  head/editors/emacs-devel/Makefile   (contents, props changed)
  head/editors/emacs/Makefile   (contents, props changed)

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Thu Apr 26 00:53:01 2018	(r468319)
+++ head/editors/emacs-devel/Makefile	Thu Apr 26 02:03:28 2018	(r468320)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emacs
 DISTVERSION=	${EMACS_VER}.${EMACS_REV}
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	editors ipv6
 PKGNAMESUFFIX=	-devel
@@ -42,6 +42,8 @@ CONFIGURE_ENV=	ac_cv_prog_liblockfile=no
 
 PLIST_SUB=	EMACS_VER=${EMACS_VER} GNU_HOST=${CONFIGURE_TARGET}
 
+CONFIGURE_ENV=	ac_cv_header_sys_sysinfo_h=no \
+		ac_cv_prog_liblockfile=no
 INFO=	ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede \
 	ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc \
 	ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info \

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Thu Apr 26 00:53:01 2018	(r468319)
+++ head/editors/emacs/Makefile	Thu Apr 26 02:03:28 2018	(r468320)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	GNU
@@ -43,6 +43,8 @@ CONFIGURE_ENV=	ac_cv_prog_liblockfile=no
 
 PLIST_SUB=	EMACS_VER=${EMACS_VER} GNU_HOST=${CONFIGURE_TARGET}
 
+CONFIGURE_ENV=	ac_cv_header_sys_sysinfo_h=no \
+		ac_cv_prog_liblockfile=no
 INFO=	ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede \
 	ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc \
 	ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info \


More information about the svn-ports-head mailing list