From b603c3f9359593705be53154d03c33cb1739aa04 Mon Sep 17 00:00:00 2001 From: Hannah Date: Fri, 22 Jan 2016 14:30:11 +0000 Subject: [PATCH] change "install-strip" back to "install" --- dev-lang/yasm/yasm-1.3.0.recipe | 4 ++-- sys-apps/diffutils/diffutils-3.3.recipe | 4 ++-- sys-apps/less/less-458.recipe | 4 ++-- sys-apps/which/which-2.21.recipe | 4 ++-- sys-devel/bison/bison-3.0.4.recipe | 4 ++-- sys-devel/m4/m4-1.4.17.recipe | 4 ++-- sys-devel/make/make-3.82.recipe | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dev-lang/yasm/yasm-1.3.0.recipe b/dev-lang/yasm/yasm-1.3.0.recipe index f22fc5bcf..e756579a5 100644 --- a/dev-lang/yasm/yasm-1.3.0.recipe +++ b/dev-lang/yasm/yasm-1.3.0.recipe @@ -10,7 +10,7 @@ LICENSE=" GNU LGPL v2 " COPYRIGHT="2001-2014 Peter Johnson and other Yasm developers." -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" @@ -50,7 +50,7 @@ BUILD() INSTALL() { - make install-strip + make install prepareInstalledDevelLibs libyasm } diff --git a/sys-apps/diffutils/diffutils-3.3.recipe b/sys-apps/diffutils/diffutils-3.3.recipe index 35f367ee1..a0a444885 100644 --- a/sys-apps/diffutils/diffutils-3.3.recipe +++ b/sys-apps/diffutils/diffutils-3.3.recipe @@ -18,7 +18,7 @@ COPYRIGHT="1992-2013 Free Software Foundation, Inc." HOMEPAGE="http://www.gnu.org/software/diffutils/" SOURCE_URI="http://ftp.gnu.org/pub/gnu/diffutils/diffutils-3.3.tar.xz" CHECKSUM_SHA256="a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c" -REVISION="3" +REVISION="4" ARCHITECTURES="x86 x86_gcc2 x86_64" PROVIDES=" @@ -59,7 +59,7 @@ BUILD() INSTALL() { - make install-strip + make install rm $libDir/charset.alias } diff --git a/sys-apps/less/less-458.recipe b/sys-apps/less/less-458.recipe index 12af397d1..28ddc573d 100644 --- a/sys-apps/less/less-458.recipe +++ b/sys-apps/less/less-458.recipe @@ -12,7 +12,7 @@ PATCHES="less-$portVersion.patchset" ADDITIONAL_FILES="sysless.in" LICENSE="GNU GPL v3" COPYRIGHT="1984-2014 Mark Nudelman" -REVISION="3" +REVISION="4" ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" @@ -57,7 +57,7 @@ BUILD() INSTALL() { - make install-strip + make install syslessDir=$settingsDir/etc mkdir $syslessDir diff --git a/sys-apps/which/which-2.21.recipe b/sys-apps/which/which-2.21.recipe index 0f93ad5ad..27814c3ac 100644 --- a/sys-apps/which/which-2.21.recipe +++ b/sys-apps/which/which-2.21.recipe @@ -4,7 +4,7 @@ DESCRIPTION="GNU 'which' is an utility that is used to find which executable \ HOMEPAGE="http://carlo17.home.xs4all.nl/which/" COPYRIGHT="Free Software Foundation" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="http://ftp.gnu.org/gnu/which/which-$portVersion.tar.gz" CHECKSUM_SHA256="f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad" PATCHES="which-$portVersion.patch" @@ -41,5 +41,5 @@ BUILD() INSTALL() { - make install-strip + make install } diff --git a/sys-devel/bison/bison-3.0.4.recipe b/sys-devel/bison/bison-3.0.4.recipe index 2931ada8f..398bfd364 100644 --- a/sys-devel/bison/bison-3.0.4.recipe +++ b/sys-devel/bison/bison-3.0.4.recipe @@ -12,7 +12,7 @@ in order to use Bison." HOMEPAGE="http://www.gnu.org/software/bison/bison.html" COPYRIGHT="1992-2011 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="http://ftp.gnu.org/gnu/bison/bison-$portVersion.tar.xz" CHECKSUM_SHA256="a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1" PATCHES="bison-${portVersion}.patchset" @@ -60,7 +60,7 @@ BUILD() INSTALL() { - make install-strip + make install prepareInstalledDevelLibs liby diff --git a/sys-devel/m4/m4-1.4.17.recipe b/sys-devel/m4/m4-1.4.17.recipe index 358400f17..939c79ec8 100644 --- a/sys-devel/m4/m4-1.4.17.recipe +++ b/sys-devel/m4/m4-1.4.17.recipe @@ -14,7 +14,7 @@ One of the biggest users of M4 is the GNU Autoconf project." HOMEPAGE="http://www.gnu.org/software/m4/" COPYRIGHT="2000, 2005-2011 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="http://ftp.gnu.org/gnu/m4/m4-$portVersion.tar.gz" CHECKSUM_SHA256="3ce725133ee552b8b4baca7837fb772940b25e81b2a9dc92537aeaf733538c9e" ARCHITECTURES="x86_gcc2 x86 x86_64 arm" @@ -53,7 +53,7 @@ BUILD() INSTALL() { - make install-strip + make install rm $libDir/charset.alias rmdir $libDir diff --git a/sys-devel/make/make-3.82.recipe b/sys-devel/make/make-3.82.recipe index a77ab246f..43066a137 100644 --- a/sys-devel/make/make-3.82.recipe +++ b/sys-devel/make/make-3.82.recipe @@ -8,7 +8,7 @@ that it is possible to use Make to build and install the program." HOMEPAGE="http://www.gnu.org/software/make/" COPYRIGHT="1988-2010 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="6" +REVISION="7" SOURCE_URI="http://ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2" CHECKSUM_SHA256="e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" PATCHES="make-3.82.patch" @@ -47,5 +47,5 @@ BUILD() INSTALL() { - ./make install-strip + ./make install }