svn commit: r361342 - head/devel/m4

Kubilay Kocak koobs at FreeBSD.org
Wed Jul 9 07:43:23 UTC 2014


Author: koobs
Date: Wed Jul  9 07:43:23 2014
New Revision: 361342
URL: http://svnweb.freebsd.org/changeset/ports/361342
QAT: https://qat.redports.org/buildarchive/r361342/

Log:
  devel/m4: Improve LIBSIGSEGV option description
  
  - Improve LIBSIGSEGV option description based on user feedback
  - While I'm here, whitespace align OPTIONS section
  
  PR:		191756
  Submitted by:	Chris Palmer (via Twitter: @fugueish)
  Approved by:	maintainer

Modified:
  head/devel/m4/Makefile

Modified: head/devel/m4/Makefile
==============================================================================
--- head/devel/m4/Makefile	Wed Jul  9 07:15:33 2014	(r361341)
+++ head/devel/m4/Makefile	Wed Jul  9 07:43:23 2014	(r361342)
@@ -20,8 +20,8 @@ INFO=	m4
 
 EXAMPLESDIR=	share/examples/gm4
 
-OPTIONS_DEFINE=		LIBSIGSEGV
-LIBSIGSEGV_DESC=	Use libsigsegv for better diagnostics
+OPTIONS_DEFINE=			LIBSIGSEGV
+LIBSIGSEGV_DESC=		Use alternative page fault handler (GNU libsigsegv)
 LIBSIGSEGV_LIB_DEPENDS=		libsigsegv.so:${PORTSDIR}/devel/libsigsegv
 LIBSIGSEGV_CONFIGURE_ON=	--with-libsigsegv-prefix=${LOCALBASE}
 LIBSIGSEGV_CONFIGURE_OFF=	--without-libsigsegv-prefix


More information about the svn-ports-head mailing list