Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2018 02:03:28 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468320 - in head/editors: emacs emacs-devel
Message-ID:  <201804260203.w3Q23Sku034163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804260203.w3Q23Sku034163>