Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1e2965828439d28f679a16eb2e91e1b12138de8e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1e2965828439d28f679a16eb2e91e1b12138de8e)
  • Date: Tue, 1 Mar 2022 16:00:43 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
devel/autoconf-2.13/HISTORY | 5 +++++
devel/autoconf-2.13/PRE_BUILD | 7 +++++--
devel/autoconf-2.13/versioned.patch | 11 -----------
devel/autoconf-2.69/BUILD | 2 ++
devel/autoconf-2.69/DEPENDS | 3 +++
devel/autoconf-2.69/DETAILS | 24 ++++++++++++++++++++++++
devel/autoconf-2.69/HISTORY | 2 ++
devel/autoconf-2.69/PRE_BUILD | 22 ++++++++++++++++++++++
9 files changed, 66 insertions(+), 13 deletions(-)

New commits:
commit 1e2965828439d28f679a16eb2e91e1b12138de8e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

autoconf-2.13: Fix conflicts with unversioned autoconf

commit fce3bd268104c82d468ed740d46c2616ba06ea2d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

autoconf-2.69: new spell, from autoconf

diff --git a/ChangeLog b/ChangeLog
index adf8d29..94b82f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-03-01 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/autoconf-2.69: new spell, from autoconf
+
2022-02-28 Ismael Luceno <ismael AT sourcemage.org>
* devel/djgpp-binutils: new spell, binutils for DJGPP

diff --git a/devel/autoconf-2.13/HISTORY b/devel/autoconf-2.13/HISTORY
index 8bfe221..8c6c4c5 100644
--- a/devel/autoconf-2.13/HISTORY
+++ b/devel/autoconf-2.13/HISTORY
@@ -1,3 +1,8 @@
+2022-03-01 Ismael Luceno <ismael AT sourcemage.org>
+ * versioned.patch: removed, no longer needed
+ * PRE_BUILD: added versioning using sed
+ fixed conflicts with the unversioned autoconf spell
+
2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: delete gnupg

diff --git a/devel/autoconf-2.13/PRE_BUILD b/devel/autoconf-2.13/PRE_BUILD
index 9de67a5..091bf77 100755
--- a/devel/autoconf-2.13/PRE_BUILD
+++ b/devel/autoconf-2.13/PRE_BUILD
@@ -1,3 +1,6 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/versioned.patch
+cd "$SOURCE_DIRECTORY" &&
+sedit '
+ /^acdatadir =/ {s/$/2.13/}
+ /^install:/ {s/ install-info$//}
+' Makefile.in
diff --git a/devel/autoconf-2.13/versioned.patch
b/devel/autoconf-2.13/versioned.patch
deleted file mode 100644
index c451a90..0000000
--- a/devel/autoconf-2.13/versioned.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- orig.Makefile.in 2007-02-06 12:11:44.000000000 +0000
-+++ Makefile.in 2007-02-06 12:16:01.000000000 +0000
-@@ -49,7 +49,7 @@
-
- # Directory in which to install library files.
- datadir = @datadir@
--acdatadir = $(datadir)/autoconf
-+acdatadir = $(datadir)/autoconf-2.13
-
- # Directory in which to install documentation info files.
- infodir = @infodir@
diff --git a/devel/autoconf-2.69/BUILD b/devel/autoconf-2.69/BUILD
new file mode 100755
index 0000000..3b85f26
--- /dev/null
+++ b/devel/autoconf-2.69/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --program-suffix=-$VERSION" &&
+default_build
diff --git a/devel/autoconf-2.69/DEPENDS b/devel/autoconf-2.69/DEPENDS
new file mode 100755
index 0000000..5c17cae
--- /dev/null
+++ b/devel/autoconf-2.69/DEPENDS
@@ -0,0 +1,3 @@
+depends m4 &&
+depends perl &&
+depends smgl-fhs
diff --git a/devel/autoconf-2.69/DETAILS b/devel/autoconf-2.69/DETAILS
new file mode 100755
index 0000000..5d6a7e8
--- /dev/null
+++ b/devel/autoconf-2.69/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=autoconf-2.69
+ VERSION=2.69
+ SOURCE=$SPELL.tar.xz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ SOURCE_URL[0]=$GNU_URL/autoconf/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/autoconf/$SOURCE
+
SOURCE_HASH=sha512:995d3e5a8eb1eb37e2b7fae53c6ec7a9b4df997286b7d643344818f94636756b1bf5ff5ea9155e755cb9461149a853dfbf2886fc6bd7132e5afa9c168e306e9b
+ WEB_SITE=https://www.gnu.org/software/autoconf
+ ENTERED=20220301
+ LICENSE[0]=GPL
+ DOC_DIRS=
+ KEYWORDS="devel"
+ SHORT="shell scripts which automatically configure source code"
+cat << EOF
+autoconf - Produces shell scripts which automatically configure source code.
+
+Extensible package of m4 macros that produce shell scripts to automatically
+configure software source code packages. These scripts can adapt the packages
+to many kinds of UNIX-like systems without manual user intervention. Autoconf
+requires GNU m4. You must install GNU m4 before configuring autoconf, so that
+Autoconf's configure script can find it. The configuration scripts produced
by
+autoconf are self-contained, so their users do not need to have autoconf or
GNU
+m4.
+EOF
diff --git a/devel/autoconf-2.69/HISTORY b/devel/autoconf-2.69/HISTORY
new file mode 100644
index 0000000..3041269
--- /dev/null
+++ b/devel/autoconf-2.69/HISTORY
@@ -0,0 +1,2 @@
+2022-03-01 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created from autoconf
diff --git a/devel/autoconf-2.69/PRE_BUILD b/devel/autoconf-2.69/PRE_BUILD
new file mode 100755
index 0000000..b901ad4
--- /dev/null
+++ b/devel/autoconf-2.69/PRE_BUILD
@@ -0,0 +1,22 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# Fix conflicts with unversioned installation
+sed -i '
+ /^pkgdatadir =/ {
+ s/$/-@VERSION@/
+ }
+ /^SUBDIRS =/ {
+ s/ emacs$//
+ s/ doc / /
+ }
+' \
+ Makefile.in \
+ bin/Makefile.in \
+ lib/Autom4te/Makefile.in \
+ lib/Makefile.in \
+ lib/autoconf/Makefile.in \
+ lib/autoscan/Makefile.in \
+ lib/autotest/Makefile.in \
+ lib/m4sugar/Makefile.in \
+ man/Makefile.in &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' build-aux/config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1e2965828439d28f679a16eb2e91e1b12138de8e), Ismael Luceno, 03/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page