Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
53561b48
Verified
Commit
53561b48
authored
3 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/autoconf: update to 2.71
parent
e369ce85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!651
Draft: Upgrade to MATE 1.26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/autoconf/APKBUILD
+5
-14
5 additions, 14 deletions
system/autoconf/APKBUILD
with
5 additions
and
14 deletions
system/autoconf/APKBUILD
+
5
−
14
View file @
53561b48
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
autoconf
pkgver
=
2.
69
pkgrel
=
2
pkgver
=
2.
71
pkgrel
=
0
pkgdesc
=
"A GNU tool for automatically configuring source code"
arch
=
"noarch"
license
=
"GPL-2.0+"
url
=
"https://www.gnu.org/software/autoconf"
depends
=
"m4 perl"
subpackages
=
"
$pkgname
-doc"
source
=
"https://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
autoconf-2.69-fix-perl-regex.patch
"
prepare
()
{
update_config_sub
default_prepare
}
source
=
"https://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
./configure
\
...
...
@@ -26,10 +19,9 @@ build() {
}
check
()
{
# 38 fails with new perl; 501 fails with new libtool
# 351 known broken since 2012:
# https://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00000.html
make check
TESTSUITEFLAGS
=
"1-3
7 39-350 352-500 50
2-503"
make check
TESTSUITEFLAGS
=
"1-3
50 35
2-503"
}
package
()
{
...
...
@@ -39,5 +31,4 @@ package() {
rm
-f
"
$pkgdir
"
/usr/share/info/standards.info
}
sha512sums
=
"e34c7818bcde14d2cb13cdd293ed17d70740d4d1fd7c67a07b415491ef85d42f450d4fe5f8f80cc330bf75c40a62774c51a4336e06e8da07a4cbc49922d975ee autoconf-2.69.tar.gz
8b779ecec178091c899b75df4471fb72334a062d6b413502d414e8827fe0c9e2f335a8bef6878ae261e1af1568e3fe71fe82d6b5e53cb54e6585ffd91f069d8d autoconf-2.69-fix-perl-regex.patch"
sha512sums
=
"2bc5331f9807da8754b2ee623a30299cc0d103d6f98068a4c22263aab67ff148b7ad3a1646bd274e604bc08a8ef0ac2601e6422e641ad0cfab2222d60a58c5a8 autoconf-2.71.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment