Merge branch '3.6' into 3.7
This commit is contained in:
commit
8b9c9d91d0
@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/awk -> gawk
|
||||
-rwxr-xr-x root/root usr/bin/gawk
|
||||
-rwxr-xr-x root/root usr/bin/gawkbug
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/gawkapi.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
@ -54,6 +55,8 @@ drwxr-xr-x root/root usr/share/awk/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/gawk.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/gawkbug.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pm-gawk.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-rw-r--r-- root/root usr/share/man/man3/filefuncs.3am.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/fnmatch.3am.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/core.pub
|
||||
RWRJc1FUaeVeqiYKo+ZNrXw2UQqGR6Bx5dY5BTNGN+XjUwe+HYbDkOxIw94tbWvVsjmIGS7ixjEgcYV9FckDy1f+Ptxgw0R+VAw=
|
||||
SHA256 (Pkgfile) = 12c51f48a5ef4615acc183fa9583043b012c0bcad933ce3c94744ff1978dabe6
|
||||
SHA256 (.footprint) = 258b55f36e22611aa8bf78e1b68fd96c2498c5759bdb14bc9df6080cbad91f1a
|
||||
SHA256 (gawk-5.1.1.tar.xz) = d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
|
||||
RWRJc1FUaeVeqgkHsvNEcAkaBQ9p2e51KW2vHSIfSVBLkUZQaWwDSLFjgPR7SMUAVeZ5lw26I02cVDEpb82WohOP8LK1VRvLtQ0=
|
||||
SHA256 (Pkgfile) = 38bdb5873a762ad5588ef6bd640ca045c07f53ef3a22f991e4bd77e92a06b4d0
|
||||
SHA256 (.footprint) = fa59e73e7b04e206a9ff9d8031d5312b86641788424eef9733d53ca8334d8a64
|
||||
SHA256 (gawk-5.2.0.tar.xz) = e4ddbad1c2ef10e8e815ca80208d0162d4c983e6cca16f925e8418632d639018
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: libmpfr readline
|
||||
|
||||
name=gawk
|
||||
version=5.1.1
|
||||
version=5.2.0
|
||||
release=1
|
||||
source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
|
||||
|
||||
@ -13,7 +13,8 @@ build() {
|
||||
|
||||
export ac_cv_libsigsegv=no
|
||||
|
||||
./configure --prefix=/usr \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--disable-nls
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user