Here is an update to GNU m4 1.4.16. The last three releases have been
for a handful of regression fixes.

Everything in the ports tree utilizing m4 builds Ok. Tested on amd64.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/m4/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- Makefile    15 Nov 2010 19:46:00 -0000      1.28
+++ Makefile    5 Jan 2012 00:03:52 -0000
@@ -2,9 +2,10 @@
 
 COMMENT=       GNU m4
 
-DISTNAME=      m4-1.4.13
+DISTNAME=      m4-1.4.16
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=m4/}
+EXTRACT_SUFX=  .tar.bz2
 
 HOMEPAGE=      http://www.gnu.org/software/m4/
 
@@ -13,14 +14,13 @@ PERMIT_PACKAGE_CDROM=       Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=               c sigsegv
+
+WANTLIB=       c sigsegv
 
 LIB_DEPENDS=   devel/libsigsegv
 
 CONFIGURE_STYLE= gnu 
 CONFIGURE_ARGS=        --program-prefix="g"
-MAKE_ENV=      V=1     # disable silent rules
-USE_GROFF =    Yes
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/m4/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    26 Apr 2009 19:45:53 -0000      1.7
+++ distinfo    4 Jan 2012 23:52:02 -0000
@@ -1,5 +1,5 @@
-MD5 (m4-1.4.13.tar.gz) = 6eNhCLX5hVqCykoH68D9Lg==
-RMD160 (m4-1.4.13.tar.gz) = kodMhR3dGp9lE0Jrx1OQ9c4E4+0=
-SHA1 (m4-1.4.13.tar.gz) = daupiabfqgu+Q9O8+NHUe80D45o=
-SHA256 (m4-1.4.13.tar.gz) = OTM6lar4Ygx/kPHbVSe55T6ZOxc96SB99epQbJH+pUk=
-SIZE (m4-1.4.13.tar.gz) = 1274475
+MD5 (m4-1.4.16.tar.bz2) = inzvR/7KticuuGpr5jY7Lw==
+RMD160 (m4-1.4.16.tar.bz2) = IwKWN+biDDd0f7OlnSp6/PQVW3Q=
+SHA1 (m4-1.4.16.tar.bz2) = A5DHd4CrTNZbB/5OLSPk45dp+Wc=
+SHA256 (m4-1.4.16.tar.bz2) = QlAMH93ZC8sWHmtY3pMddpkpxJXBJBEtZ0KKI1Q9uQw=
+SIZE (m4-1.4.16.tar.bz2) = 1258362
Index: patches/patch-doc_m4_1
===================================================================
RCS file: /home/cvs/ports/devel/m4/patches/patch-doc_m4_1,v
retrieving revision 1.2
diff -u -p -r1.2 patch-doc_m4_1
--- patches/patch-doc_m4_1      26 Apr 2009 19:45:53 -0000      1.2
+++ patches/patch-doc_m4_1      4 Jan 2012 23:53:30 -0000
@@ -1,9 +1,9 @@
 $OpenBSD: patch-doc_m4_1,v 1.2 2009/04/26 19:45:53 sthen Exp $
---- doc/m4.1.orig      Tue Mar 31 23:41:19 2009
-+++ doc/m4.1   Tue Apr 14 01:09:49 2009
+--- doc/m4.1.orig      Tue Mar  1 12:36:46 2011
++++ doc/m4.1   Wed Jan  4 18:53:24 2012
 @@ -1,9 +1,9 @@
- .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
- .TH M4 "1" "March 2009" "GNU M4 1.4.13" "User Commands"
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+ .TH M4 "1" "March 2011" "GNU M4 1.4.16" "User Commands"
  .SH NAME
 -m4 \- macro processor
 +gm4 \- macro processor
@@ -22,7 +22,7 @@ $OpenBSD: patch-doc_m4_1,v 1.2 2009/04/2
  .TP
  \fB\-Q\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
  suppress some warnings for builtins
-@@ -137,13 +137,13 @@ This is free software: you are free to change and redi
+@@ -139,13 +139,13 @@ This is free software: you are free to change and redi
  There is NO WARRANTY, to the extent permitted by law.
  .SH "SEE ALSO"
  The full documentation for
Index: patches/patch-doc_m4_texinfo
===================================================================
RCS file: /home/cvs/ports/devel/m4/patches/patch-doc_m4_texinfo,v
retrieving revision 1.4
diff -u -p -r1.4 patch-doc_m4_texinfo
--- patches/patch-doc_m4_texinfo        26 Apr 2009 19:45:53 -0000      1.4
+++ patches/patch-doc_m4_texinfo        4 Jan 2012 23:53:27 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-doc_m4_texinfo,v 1.4 2009/04/26 19:45:53 sthen Exp $
---- doc/m4.texinfo.orig        Thu Mar  5 07:46:01 2009
-+++ doc/m4.texinfo     Tue Apr 14 01:09:24 2009
+--- doc/m4.texinfo.orig        Mon Feb 28 09:42:52 2011
++++ doc/m4.texinfo     Wed Jan  4 18:53:24 2012
 @@ -4,6 +4,7 @@
  @setfilename m4.info
  @include version.texi
@@ -9,7 +9,7 @@ $OpenBSD: patch-doc_m4_texinfo,v 1.4 200
  @setchapternewpage odd
  @ifnothtml
  @setcontentsaftertitlepage
-@@ -58,7 +59,7 @@ entitled ``@acronym{GNU} Free Documentation License.''
+@@ -58,7 +59,7 @@ entitled ``GNU Free Documentation License.''
  
  @dircategory Text creation and manipulation
  @direntry

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to