summaryrefslogtreecommitdiff
path: root/devel/m4
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-25 13:14:32 +0000
committerwiz <wiz@pkgsrc.org>2005-10-25 13:14:32 +0000
commit2b729578d22f694e3754e1bad67004aabed486db (patch)
tree21bba5063f7df02a7daf6cf695b98ada7e7b9d66 /devel/m4
parent977245837e729aff19a47d414edef8ebe2354dcc (diff)
downloadpkgsrc-2b729578d22f694e3754e1bad67004aabed486db.tar.gz
Update to 1.4.4:
Version 1.4.4 - October 2005, by Gary V. Vaughan * ./configure --infodir=/usr/share/info now works correctly. * When any file named on the command line is missing exit with status 1.
Diffstat (limited to 'devel/m4')
-rw-r--r--devel/m4/Makefile10
-rw-r--r--devel/m4/distinfo11
-rw-r--r--devel/m4/patches/patch-aa13
-rw-r--r--devel/m4/patches/patch-ac13
-rw-r--r--devel/m4/patches/patch-ad13
5 files changed, 6 insertions, 54 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
index 139d6fea1ac..50a8ed44b29 100644
--- a/devel/m4/Makefile
+++ b/devel/m4/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2005/10/23 19:41:18 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2005/10/25 13:14:32 wiz Exp $
-DISTNAME= m4-1.4.3
+DISTNAME= m4-1.4.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=m4/}
@@ -11,10 +11,7 @@ COMMENT= GNU version of UNIX m4 macro language processor
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-CONFIGURE_HAS_INFODIR= no
-MAKE_ENV+= INFO_DIR=${INFO_DIR}
INFO_FILES= m4.info
-USE_MAKEINFO= yes
TEST_TARGET= check
@@ -32,9 +29,6 @@ PLIST_SUBST+= GM4_LINK=""
PLIST_SUBST+= GM4_LINK="@comment "
.endif
-pre-build:
- ${CHMOD} u+w ${WRKSRC}/checks/stamp-checks
-
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/m4
${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/m4
diff --git a/devel/m4/distinfo b/devel/m4/distinfo
index f3c506ec108..2516e4ace7f 100644
--- a/devel/m4/distinfo
+++ b/devel/m4/distinfo
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/04/05 09:24:39 wiz Exp $
+$NetBSD: distinfo,v 1.10 2005/10/25 13:14:32 wiz Exp $
-SHA1 (m4-1.4.3.tar.gz) = bda692e58849bd53f37371bb59d87dd76b205b8b
-RMD160 (m4-1.4.3.tar.gz) = 9937fb316e278ae5a9fe4d69e9fd94479c197073
-Size (m4-1.4.3.tar.gz) = 383347 bytes
-SHA1 (patch-aa) = 1cadcd91fcda6131bc1a8ab723a2cc199532ed07
-SHA1 (patch-ac) = b87b7e44859f5a9f1597a958b659c7f4a5462f17
-SHA1 (patch-ad) = f660d2f2d883ba9780579018adb4841c2612f5f2
+SHA1 (m4-1.4.4.tar.gz) = 4861140cb54b6c9e135d04b5fbf460ff57f969a5
+RMD160 (m4-1.4.4.tar.gz) = 42f55244506e0c82ee52c9259e86cddcde31c8df
+Size (m4-1.4.4.tar.gz) = 384582 bytes
diff --git a/devel/m4/patches/patch-aa b/devel/m4/patches/patch-aa
deleted file mode 100644
index 9aed973df26..00000000000
--- a/devel/m4/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:26 agc Exp $
-
---- doc/Makefile.in.orig Sun Nov 6 05:52:26 1994
-+++ doc/Makefile.in Mon Jun 16 16:08:39 1997
-@@ -40,7 +40,7 @@
- info: m4.info
-
- m4.info: m4.texinfo version.texi
-- cd $(srcdir) && $(MAKEINFO) m4.texinfo
-+ cd $(srcdir) && rm -f m4.info* && $(MAKEINFO) --no-split m4.texinfo
-
- dvi: m4.dvi
-
diff --git a/devel/m4/patches/patch-ac b/devel/m4/patches/patch-ac
deleted file mode 100644
index de2ae336cd7..00000000000
--- a/devel/m4/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2004/09/20 07:58:20 adam Exp $
-
---- configure.orig 2004-06-03 21:51:27.000000000 +0000
-+++ configure
-@@ -2405,7 +2405,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA=
-
- echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
- echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
--set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
-+set dummy `basename ${MAKE-make}`; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
- if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
diff --git a/devel/m4/patches/patch-ad b/devel/m4/patches/patch-ad
deleted file mode 100644
index 924d92d1b42..00000000000
--- a/devel/m4/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2004/09/20 07:58:20 adam Exp $
-
---- Makefile.in.orig Fri May 7 18:51:27 2004
-+++ Makefile.in Fri May 7 18:49:11 2004
-@@ -41,7 +41,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- bindir = $(exec_prefix)/bin
--infodir = $(prefix)/info
-+infodir = $(prefix)/$(INFO_DIR)
-
- MDEFINES = CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' \
- prefix='$(prefix)' exec_prefix='$(exec_prefix)' \