Upgraded base/m4 to 1.4.19
Fixed build options in base/mandoc,mtools and extra/imagemagick build files
This commit is contained in:
parent
974b8a036c
commit
2d49ebe6df
5 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||
app=m4
|
||||
version=1.4.18
|
||||
version=1.4.19
|
||||
build=1sml
|
||||
homepage="http://gnu.org/software/m4"
|
||||
download="https://ftp.gnu.org/gnu/m4/m4-$version.tar.xz"
|
||||
|
@ -14,9 +14,6 @@ prepbuilddir() {
|
|||
tar xf $srcdir/$app-$version.tar.?z*
|
||||
cd $app-$version
|
||||
fixbuilddirpermissions
|
||||
|
||||
applypatch $srcdir/disable-mbrtowc-test.patch
|
||||
applypatch $srcdir/localename-test-fix.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -32,7 +29,5 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
de0953d0373247b9f7edbe4cb68169f5405eb0eca4f78f54324e489f51eb50871ce9cc10fe91f23322c65929886ffc64b495deaaadc3494a5a677cee0d4b5290 m4-1.4.18.tar.lz
|
||||
78bf099c96fcec8c9cebd4e34f0d7c942e99da2ec238baa9464f8443580edb0565e9026c433ee54fb564304ec8e7e90766e19474472e57b48e567fd7b356777e disable-mbrtowc-test.patch
|
||||
fac0cb58e698996284a222c4da340f92689d6db98f1fbab6e61e1c5f2d90122660296f8e5c60c94169413e3e2ee632c6264f12b98e5d3a1e1aae145a2d4aac45 localename-test-fix.patch
|
||||
"
|
||||
abc70a0d73fe06164be2ad8c8628d60c4db17691a0fa725caee920f378304d01cf0e1b5bf58030381ddd9d562819bc42891b37a44af08a273dd509589dee39a1 m4-1.4.19.tar.lz
|
||||
"
|
|
@ -1,5 +1,6 @@
|
|||
PREFIX="/usr"
|
||||
SBINDIR="/usr/bin"
|
||||
LIBDIR="/usr/lib"
|
||||
MANDIR="/usr/share/man"
|
||||
MANPATH_DEFAULT="/usr/share:/usr/share/man"
|
||||
MANPATH_BASE="/usr/share"
|
||||
|
|
|
@ -19,6 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--without-x
|
||||
|
||||
make PREFIX= DESTDIR=$pkg -j1 all install
|
||||
|
|
|
@ -19,6 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--without-modules \
|
||||
--with-x \
|
||||
--with-frozenpaths=no \
|
||||
|
|
0
xorg/xf86-video-intel/smbuild
Executable file → Normal file
0
xorg/xf86-video-intel/smbuild
Executable file → Normal file
Loading…
Reference in a new issue