From bd8818b4a6b388848bc8a419439e1c5a6c8973c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 21 Nov 2016 16:20:36 +0100 Subject: [PATCH] Remove libtool files. --- app-arch/snappy/snappy-1.1.3.recipe | 4 +++- dev-libs/expat/expat-2.2.0.recipe | 4 +++- dev-libs/fribidi/fribidi-0.19.7.recipe | 5 ++++- dev-libs/libevent/libevent-2.0.21.recipe | 5 ++++- dev-libs/libffi/libffi-3.2.1.recipe | 3 ++- dev-libs/libiconv/libiconv-1.13.1.recipe | 4 ++-- dev-libs/libpcre/libpcre-8.39.recipe | 4 +++- dev-libs/libunistring/libunistring-0.9.6.recipe | 3 ++- dev-libs/libusb-compat/libusb_compat-0.1.5.recipe | 4 +++- dev-libs/libxml2/libxml2-2.9.3.recipe | 3 ++- dev-libs/libxslt/libxslt-1.1.28.recipe | 4 +++- dev-libs/lzo/lzo-2.09.recipe | 4 +++- dev-libs/mpc/mpc-1.0.3.recipe | 3 ++- dev-libs/mpfr/mpfr-3.1.4.recipe | 3 ++- dev-util/cppunit/cppunit-1.13.2.recipe | 4 +++- dev-vcs/subversion/subversion-1.9.4.recipe | 3 ++- media-gfx/qrencode/qrencode-3.4.4.recipe | 4 +++- media-libs/a52dec/a52dec-0.7.4.recipe | 4 +++- media-libs/giflib/giflib-5.1.2.recipe | 4 +++- media-libs/giflib/giflib6-5.0.5.recipe | 4 +++- media-libs/jasper/jasper-1.900.5.recipe | 4 +++- media-libs/jpeg/jpeg-9b.recipe | 4 +++- media-libs/libicns/libicns-0.8.1.recipe | 4 +++- media-libs/libmad/libmad-0.15.1b.recipe | 4 +++- media-libs/libmikmod/libmikmod-3.3.8.recipe | 4 +++- media-libs/libmp4v2/libmp4v2-2.0.0.recipe | 4 +++- media-libs/libmpeg2/libmpeg2-0.5.1.recipe | 3 ++- media-libs/libsdl/libsdl-1.2.15.recipe | 4 +++- media-libs/libsdl2/libsdl2-2.0.5.recipe | 4 +++- media-libs/speex/speex-1.2~rc2.recipe | 4 +++- net-libs/libasr/libasr-1.0.2.recipe | 4 +++- net-libs/libssh2/libssh2-1.7.0.recipe | 4 +++- net-libs/neon/neon-0.30.2.recipe | 4 +++- net-print/gutenprint/gutenprint-5.2.11.recipe | 4 +++- sys-apps/dbus/dbus-1.8.6.recipe | 4 ++-- sys-devel/flex/flex-2.6.1.recipe | 4 +++- sys-libs/glu/glu-9.0.0.recipe | 4 +++- x11-libs/pixman/pixman-0.32.6.recipe | 4 +++- 38 files changed, 107 insertions(+), 40 deletions(-) diff --git a/app-arch/snappy/snappy-1.1.3.recipe b/app-arch/snappy/snappy-1.1.3.recipe index a23d2c09d..f415a4e19 100644 --- a/app-arch/snappy/snappy-1.1.3.recipe +++ b/app-arch/snappy/snappy-1.1.3.recipe @@ -8,7 +8,7 @@ for most inputs, but the resulting compressed files are anywhere from 20% to \ HOMEPAGE="https://google.github.io/snappy/" COPYRIGHT="2005-2015 Google Inc" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/google/snappy/releases/download/$portVersion/snappy-$portVersion.tar.gz" CHECKSUM_SHA256="2f1e82adf0868c9e26a5a7a3115111b6da7e432ddbac268a7ca2fae2a247eef3" @@ -51,6 +51,8 @@ INSTALL() { make install + rm $libDir/libsnappy.la + prepareInstalledDevelLibs libsnappy packageEntries devel \ $developDir diff --git a/dev-libs/expat/expat-2.2.0.recipe b/dev-libs/expat/expat-2.2.0.recipe index e89311c32..6e2803dc0 100644 --- a/dev-libs/expat/expat-2.2.0.recipe +++ b/dev-libs/expat/expat-2.2.0.recipe @@ -6,7 +6,7 @@ HOMEPAGE="http://expat.sourceforge.net/" COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper 2001-2016 Expat maintainers." LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="http://downloads.sf.net/expat/expat-$portVersion.tar.bz2" CHECKSUM_SHA256="d9e50ff2d19b3538bd2127902a89987474e1a4db8e43a66a4d1a712ab9a504ff" PATCHES=" @@ -63,6 +63,8 @@ INSTALL() { make install + rm $libDir/libexpat.la + # remove command and manual for secondary architecture if [ -n "$secondaryArchSuffix" ]; then rm -rf $binDir $documentationDir diff --git a/dev-libs/fribidi/fribidi-0.19.7.recipe b/dev-libs/fribidi/fribidi-0.19.7.recipe index 45cfa75b6..a97c00d12 100644 --- a/dev-libs/fribidi/fribidi-0.19.7.recipe +++ b/dev-libs/fribidi/fribidi-0.19.7.recipe @@ -10,7 +10,7 @@ software in the Middle Eastern countries. HOMEPAGE="http://fribidi.org/" SOURCE_URI="http://fribidi.org/download/fribidi-$portVersion.tar.bz2" CHECKSUM_SHA256="08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e" -REVISION="2" +REVISION="3" LICENSE="GNU LGPL v2.1" COPYRIGHT="2004 Sharif FarsiWeb, Inc @@ -66,6 +66,9 @@ BUILD() INSTALL() { make install + + rm $libDir/libfribidi.la + prepareInstalledDevelLibs \ libfribidi diff --git a/dev-libs/libevent/libevent-2.0.21.recipe b/dev-libs/libevent/libevent-2.0.21.recipe index 5f2b72a6d..74522a275 100644 --- a/dev-libs/libevent/libevent-2.0.21.recipe +++ b/dev-libs/libevent/libevent-2.0.21.recipe @@ -10,7 +10,7 @@ HOMEPAGE="http://www.libevent.org/" COPYRIGHT="2000-2007 Niels Provos 2005 Nick Mathewson, and other contributors." LICENSE="BSD (3-clause)" -REVISION="10" +REVISION="11" SOURCE_URI="https://github.com/downloads/libevent/libevent/libevent-$portVersion-stable.tar.gz" CHECKSUM_SHA256="22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5" SOURCE_DIR="libevent-${portVersion}-stable" @@ -102,6 +102,9 @@ BUILD() INSTALL() { make install + + rm $libDir/libevent*.la + prepareInstalledDevelLibs \ libevent \ libevent_core \ diff --git a/dev-libs/libffi/libffi-3.2.1.recipe b/dev-libs/libffi/libffi-3.2.1.recipe index 13a26d248..eca7674fa 100644 --- a/dev-libs/libffi/libffi-3.2.1.recipe +++ b/dev-libs/libffi/libffi-3.2.1.recipe @@ -7,7 +7,7 @@ plugins." HOMEPAGE="http://sourceware.org/libffi" COPYRIGHT="1996-2013 Anthony Green, Red Hat, Inc and others." LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="ftp://sourceware.org/pub/libffi/libffi-$portVersion.tar.gz" CHECKSUM_SHA256="d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" PATCHES="libffi-$portVersion.patchset" @@ -50,6 +50,7 @@ INSTALL() { make install + rm $libDir/libffi.la mkdir -p $includeDir mv -f $libDir/libffi-$portVersion/include/*.h* $includeDir rm -rf $libDir/libffi-$portVersion diff --git a/dev-libs/libiconv/libiconv-1.13.1.recipe b/dev-libs/libiconv/libiconv-1.13.1.recipe index 51664f2be..edc86bed9 100644 --- a/dev-libs/libiconv/libiconv-1.13.1.recipe +++ b/dev-libs/libiconv/libiconv-1.13.1.recipe @@ -100,7 +100,7 @@ HOMEPAGE="http://www.gnu.org/software/libiconv COPYRIGHT="2000-2009 Free Software Foundation, Inc." LICENSE="GNU LGPL v2 GNU GPL v3 " -REVISION="7" +REVISION="8" SOURCE_URI="http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz" CHECKSUM_SHA256="55a36168306089009d054ccdd9d013041bfc3ab26be7033d107821f1c4949a49" @@ -174,7 +174,7 @@ INSTALL() cp -f srcm4/iconv.m4 ${ACLOCALDIR}/iconv.m4 make install - rm $libDir/charset.alias + rm $libDir/charset.alias $libDir/libcharset.la $libDir/libiconv.la # remove command for secondary architecture if [ -n "$secondaryArchSuffix" ]; then diff --git a/dev-libs/libpcre/libpcre-8.39.recipe b/dev-libs/libpcre/libpcre-8.39.recipe index 3d212c6a8..396f4f1ad 100644 --- a/dev-libs/libpcre/libpcre-8.39.recipe +++ b/dev-libs/libpcre/libpcre-8.39.recipe @@ -9,7 +9,7 @@ COPYRIGHT="1997-2016 University of Cambridge 2007-2012, Google Inc. All rights reserved." HOMEPAGE="http://www.pcre.org/" LICENSE="PCRE" -REVISION="1" +REVISION="2" SOURCE_URI="https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$portVersion.tar.bz2" CHECKSUM_SHA256="b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b" SOURCE_DIR="pcre-$portVersion" @@ -75,6 +75,8 @@ INSTALL() { make install + rm $libDir/libpcre*.la + # prepare develop/lib prepareInstalledDevelLibs libpcre libpcrecpp libpcreposix fixPkgconfig diff --git a/dev-libs/libunistring/libunistring-0.9.6.recipe b/dev-libs/libunistring/libunistring-0.9.6.recipe index d56ba9691..05da5c10f 100644 --- a/dev-libs/libunistring/libunistring-0.9.6.recipe +++ b/dev-libs/libunistring/libunistring-0.9.6.recipe @@ -4,7 +4,7 @@ manipulating C strings according to the Unicode standard." HOMEPAGE="http://www.gnu.org/software/libunistring/" COPYRIGHT="1998-2014 Free Software Fundation, Inc." LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="3" SOURCE_URI="http://ftpmirror.gnu.org/libunistring/libunistring-$portVersion.tar.gz" CHECKSUM_SHA256="9625eec2507f4789ebb6fc48ebda98be0e0168979a2f68aa8b680bf8eeabbd47" PATCHES="libunistring-$portVersion.patchset" @@ -51,6 +51,7 @@ BUILD() INSTALL() { make install + rm $libDir/libunistring.la prepareInstalledDevelLib libunistring packageEntries devel \ $developDir diff --git a/dev-libs/libusb-compat/libusb_compat-0.1.5.recipe b/dev-libs/libusb-compat/libusb_compat-0.1.5.recipe index 685ff7c4c..6827a998a 100644 --- a/dev-libs/libusb-compat/libusb_compat-0.1.5.recipe +++ b/dev-libs/libusb-compat/libusb_compat-0.1.5.recipe @@ -5,7 +5,7 @@ libusb-compat is a wrapper library for software that use the 0.1 API." HOMEPAGE="http://libusb.info/" COPYRIGHT="2008 Daniel Drake" LICENSE="GNU LGPL v2" -REVISION="4" +REVISION="5" SOURCE_URI="ftp://sourceforge.mirrorservice.org/sites/downloads.sourceforge.net/l/li/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2" CHECKSUM_SHA256="404ef4b6b324be79ac1bfb3d839eac860fbc929e6acb1ef88793a6ea328bc55a" SOURCE_DIR="libusb-compat-$portVersion" @@ -63,6 +63,8 @@ INSTALL() { make install + rm $libDir/libusb*.la + # set up the develop directory correctly prepareInstalledDevelLibs libusb-0.1 libusb fixPkgconfig libusb-0.1 diff --git a/dev-libs/libxml2/libxml2-2.9.3.recipe b/dev-libs/libxml2/libxml2-2.9.3.recipe index 5d4d6e764..90acb7e29 100644 --- a/dev-libs/libxml2/libxml2-2.9.3.recipe +++ b/dev-libs/libxml2/libxml2-2.9.3.recipe @@ -10,7 +10,7 @@ available in other environments." HOMEPAGE="http://www.xmlsoft.org/" COPYRIGHT="1998-2013 Daniel Veillard. All Rights Reserved." LICENSE="MIT" -REVISION="3" +REVISION="4" SOURCE_URI="ftp://xmlsoft.org/libxml2/libxml2-$portVersion.tar.gz" CHECKSUM_SHA256="4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d" PATCHES="libxml2-$portVersion.patchset" @@ -134,6 +134,7 @@ INSTALL() make install fi + rm $libDir/libxml2.la # prepare develop/lib prepareInstalledDevelLibs libxml2 fixPkgconfig diff --git a/dev-libs/libxslt/libxslt-1.1.28.recipe b/dev-libs/libxslt/libxslt-1.1.28.recipe index f1408b8cc..9b9bf904d 100644 --- a/dev-libs/libxslt/libxslt-1.1.28.recipe +++ b/dev-libs/libxslt/libxslt-1.1.28.recipe @@ -8,7 +8,7 @@ in commercial applications." HOMEPAGE="http://www.xmlsoft.org/" COPYRIGHT="2001-2012 Daniel Veillard" LICENSE="MIT" -REVISION="7" +REVISION="8" SOURCE_URI="ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz" CHECKSUM_SHA256="5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c" @@ -69,6 +69,8 @@ INSTALL() { make install + rm $libDir/libexslt.la $libDir/libxslt.la + prepareInstalledDevelLibs \ libxslt \ libexslt diff --git a/dev-libs/lzo/lzo-2.09.recipe b/dev-libs/lzo/lzo-2.09.recipe index 6de5bdd51..c69eeb900 100644 --- a/dev-libs/lzo/lzo-2.09.recipe +++ b/dev-libs/lzo/lzo-2.09.recipe @@ -22,7 +22,7 @@ a quite competitive compression ratio. HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" COPYRIGHT="1996-2011 Markus F.X.J Oberhumer" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://www.oberhumer.com/opensource/lzo/download/lzo-$portVersion.tar.gz" CHECKSUM_SHA256="f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c" @@ -64,6 +64,8 @@ INSTALL() { make install + rm $libDir/liblzo2.la + prepareInstalledDevelLib liblzo2 packageEntries devel $developDir $documentationDir } diff --git a/dev-libs/mpc/mpc-1.0.3.recipe b/dev-libs/mpc/mpc-1.0.3.recipe index 6c9bcbf10..7caa65b45 100644 --- a/dev-libs/mpc/mpc-1.0.3.recipe +++ b/dev-libs/mpc/mpc-1.0.3.recipe @@ -9,7 +9,7 @@ HOMEPAGE="http://www.multiprecision.org" COPYRIGHT="2006-2014 Andreas Enge, Mickaël Gastineau, Philippe Théveny and \ Paul Zimmermann" LICENSE="GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/mpc/download/mpc-$portVersion.tar.gz" CHECKSUM_SHA256="617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3" @@ -54,6 +54,7 @@ BUILD() INSTALL() { make install + rm $libDir/libmpc.la prepareInstalledDevelLibs libmpc packageEntries devel $developDir } diff --git a/dev-libs/mpfr/mpfr-3.1.4.recipe b/dev-libs/mpfr/mpfr-3.1.4.recipe index beb8feb0e..2fc98b4de 100644 --- a/dev-libs/mpfr/mpfr-3.1.4.recipe +++ b/dev-libs/mpfr/mpfr-3.1.4.recipe @@ -23,7 +23,7 @@ improved an existing one, please share your work!" HOMEPAGE="http://www.mpfr.org" COPYRIGHT="2000-2014 INRIA" LICENSE="GNU LGPL v3" -REVISION="3" +REVISION="4" SOURCE_URI="http://ftp.gnu.org/gnu/mpfr/mpfr-$portVersion.tar.bz2" CHECKSUM_SHA256="d3103a80cdad2407ed581f3618c4bed04e0c92d1cf771a65ead662cc397f7775" @@ -71,6 +71,7 @@ BUILD() INSTALL() { make install + rm $libDir/libmpfr.la prepareInstalledDevelLib libmpfr packageEntries devel $developDir } diff --git a/dev-util/cppunit/cppunit-1.13.2.recipe b/dev-util/cppunit/cppunit-1.13.2.recipe index 7993fea7a..3b2e3bb72 100644 --- a/dev-util/cppunit/cppunit-1.13.2.recipe +++ b/dev-util/cppunit/cppunit-1.13.2.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2000 Jerome Lacoste 2001-2002, 2007-2008 Steve Robbins 2012-2013 Harvey Brydon" LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="3" SOURCE_URI="http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz" CHECKSUM_SHA256="3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f" @@ -62,6 +62,8 @@ INSTALL() { make install + rm $libDir/libcppunit.la + prepareInstalledDevelLib libcppunit fixPkgconfig diff --git a/dev-vcs/subversion/subversion-1.9.4.recipe b/dev-vcs/subversion/subversion-1.9.4.recipe index 21182ba86..f33992238 100644 --- a/dev-vcs/subversion/subversion-1.9.4.recipe +++ b/dev-vcs/subversion/subversion-1.9.4.recipe @@ -7,7 +7,7 @@ and projects, from individuals to large-scale enterprise operations." HOMEPAGE="https://subversion.apache.org/" COPYRIGHT="2010-2016 The Apache Software Foundation" LICENSE="Apache-Subversion" -REVISION="2" +REVISION="3" SOURCE_URI="http://wwwftp.ciril.fr/pub/apache/subversion/subversion-$portVersion.tar.bz2" CHECKSUM_SHA256="1267f9e2ab983f260623bee841e6c9cc458bf4bf776238ed5f100983f79e9299" PATCHES="subversion-$portVersion.patchset" @@ -121,6 +121,7 @@ BUILD() INSTALL() { make install + rm $libDir/libsvn*.la if type -p swig > /dev/null;then if type -p python > /dev/null;then PYTHON_PKGDIR=$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") diff --git a/media-gfx/qrencode/qrencode-3.4.4.recipe b/media-gfx/qrencode/qrencode-3.4.4.recipe index cce2c5f34..b647f7625 100644 --- a/media-gfx/qrencode/qrencode-3.4.4.recipe +++ b/media-gfx/qrencode/qrencode-3.4.4.recipe @@ -13,7 +13,7 @@ HOMEPAGE="https://fukuchi.org/works/qrencode/" COPYRIGHT="2006-2014 Kentaro Fukuchi 2002, 2003, 2004, 2006 Phil Karn, KA9Q (Reed-Solomon code encoder)" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz" CHECKSUM_SHA256="e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72" @@ -63,6 +63,8 @@ INSTALL() { make install + rm $libDir/libqrencode.la + prepareInstalledDevelLibs libqrencode fixPkgconfig diff --git a/media-libs/a52dec/a52dec-0.7.4.recipe b/media-libs/a52dec/a52dec-0.7.4.recipe index 03636febb..32f30564e 100644 --- a/media-libs/a52dec/a52dec-0.7.4.recipe +++ b/media-libs/a52dec/a52dec-0.7.4.recipe @@ -7,7 +7,7 @@ includes a demultiplexer for MPEG-1 and MPEG-2 program streams." HOMEPAGE="http://liba52.sourceforge.net/" COPYRIGHT="1999-2002 Aaron Holtzman & Michel Lespinasse" LICENSE="GNU GPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz" CHECKSUM_SHA256="a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33" PATCHES="a52dec-$portVersion.patch" @@ -62,6 +62,8 @@ INSTALL() { make install + rm $libDir/liba52.la + if [ -n "$secondaryArchSuffix" ]; then rm -rf $binDir fi diff --git a/media-libs/giflib/giflib-5.1.2.recipe b/media-libs/giflib/giflib-5.1.2.recipe index 5b4613165..e70f52237 100644 --- a/media-libs/giflib/giflib-5.1.2.recipe +++ b/media-libs/giflib/giflib-5.1.2.recipe @@ -17,7 +17,7 @@ backward abysm of MS-DOS, but Unix hackers are encouraged to spell it \ HOMEPAGE="http://sourceforge.net/projects/giflib/" COPYRIGHT="1997-2007 Eric S. Raymond and Toshio Kuratomi" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="http://sourceforge.net/projects/giflib/files/giflib-$portVersion.tar.bz2" CHECKSUM_SHA256="76c0a084c3b02f9315ff937b8be6096186002fea26f33e2123081ba2be6e2a7c" @@ -72,6 +72,8 @@ INSTALL() { make install + rm $libDir/libgif.la + prepareInstalledDevelLibs libgif fixPkgconfig diff --git a/media-libs/giflib/giflib6-5.0.5.recipe b/media-libs/giflib/giflib6-5.0.5.recipe index 681b51f6a..d233c628a 100644 --- a/media-libs/giflib/giflib6-5.0.5.recipe +++ b/media-libs/giflib/giflib6-5.0.5.recipe @@ -18,7 +18,7 @@ backward abysm of MS-DOS, but Unix hackers are encouraged to spell it \ HOMEPAGE="http://sourceforge.net/projects/giflib/" COPYRIGHT="1997-2007 Eric S. Raymond and Toshio Kuratomi" LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="http://sourceforge.net/projects/giflib/files/giflib-5.x/giflib-5.0.5.tar.bz2/download" CHECKSUM_SHA256="606d8a366b1c625ab60d62faeca807a799a2b9e88cbdf2a02bfcdf4429bf8609" SOURCE_DIR="giflib-$portVersion" @@ -69,6 +69,8 @@ INSTALL() { make install + rm $libDir/libgif.la + # We do not want the binaries so that this doesn't conflict # with the 'giflib' package rm -rf $binDir diff --git a/media-libs/jasper/jasper-1.900.5.recipe b/media-libs/jasper/jasper-1.900.5.recipe index 4bdae0da8..192a30bed 100644 --- a/media-libs/jasper/jasper-1.900.5.recipe +++ b/media-libs/jasper/jasper-1.900.5.recipe @@ -8,7 +8,7 @@ the JasPer Software Reference Manual. HOMEPAGE="http://www.ece.uvic.ca/~frodo/jasper/" SOURCE_URI="http://www.ece.uvic.ca/~frodo/jasper/software/jasper-$portVersion.tar.gz" CHECKSUM_SHA256="d5082e14a50a7e461863991a8e932fc06a1b2f2688108c4478c400c39e257ebb" -REVISION="1" +REVISION="2" LICENSE="JasPer v2" COPYRIGHT="1999-2007 Michael D. Adams" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -48,6 +48,8 @@ INSTALL() { make install + rm $libDir/libjasper.la + prepareInstalledDevelLibs libjasper # devel package diff --git a/media-libs/jpeg/jpeg-9b.recipe b/media-libs/jpeg/jpeg-9b.recipe index 3d14ce42e..70f255909 100644 --- a/media-libs/jpeg/jpeg-9b.recipe +++ b/media-libs/jpeg/jpeg-9b.recipe @@ -11,7 +11,7 @@ on many machines ranging from PCs to Crays." HOMEPAGE="http://www.ijg.org" COPYRIGHT="1991-2014, Thomas G. Lane, Guido Vollbeding" LICENSE="JPEG" -REVISION="3" +REVISION="4" SOURCE_URI="http://www.ijg.org/files/jpegsrc.v$portVersion.tar.gz" CHECKSUM_SHA256="240fd398da741669bf3c90366f58452ea59041cacc741a489b99f2f6a0bad052" PATCHES="jpeg-9.patchset" @@ -80,6 +80,8 @@ INSTALL() { make install + rm $libDir/libjpeg.la + prepareInstalledDevelLibs libjpeg # devel package diff --git a/media-libs/libicns/libicns-0.8.1.recipe b/media-libs/libicns/libicns-0.8.1.recipe index c1246806e..982e7540b 100644 --- a/media-libs/libicns/libicns-0.8.1.recipe +++ b/media-libs/libicns/libicns-0.8.1.recipe @@ -6,7 +6,7 @@ resource files and macbinary encoded Mac OS resource forks." HOMEPAGE="http://sourceforge.net/projects/icns" COPYRIGHT="2001-2012 Matthew Eis" LICENSE="GNU LGPL v2.1" -REVISION="4" +REVISION="5" SOURCE_URI="http://sourceforge.net/projects/icns/files/libicns-$portVersion.tar.gz" CHECKSUM_SHA256="335f10782fc79855cf02beac4926c4bf9f800a742445afbbf7729dab384555c2" PATCHES="libicns-$portVersion.patchset" @@ -67,6 +67,8 @@ INSTALL() { make install + rm $libDir/libicns.la + # Remove stuff we don't need in the secondary architecture base package. if [ -n "$secondaryArchSuffix" ]; then rm -rf $binDir diff --git a/media-libs/libmad/libmad-0.15.1b.recipe b/media-libs/libmad/libmad-0.15.1b.recipe index 255a77043..6d2c89a0e 100644 --- a/media-libs/libmad/libmad-0.15.1b.recipe +++ b/media-libs/libmad/libmad-0.15.1b.recipe @@ -6,7 +6,7 @@ Layer III (i.e. MP3) -- are fully implemented." HOMEPAGE="http://mad.sourceforge.net/" COPYRIGHT="2000-2004 Underbit Technologies, Inc." LICENSE="GNU GPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz" CHECKSUM_SHA256="bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" @@ -59,6 +59,8 @@ INSTALL() { make install + rm $libDir/libmad.la + prepareInstalledDevelLibs libmad fixPkgconfig diff --git a/media-libs/libmikmod/libmikmod-3.3.8.recipe b/media-libs/libmikmod/libmikmod-3.3.8.recipe index ce80c5a42..951a59a79 100644 --- a/media-libs/libmikmod/libmikmod-3.3.8.recipe +++ b/media-libs/libmikmod/libmikmod-3.3.8.recipe @@ -4,7 +4,7 @@ HOMEPAGE="http://mikmod.sourceforge.net" COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, Steve \ McIntyre, Peter Amstutz, and Miodrag Vallat." LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="http://sourceforge.net/projects/mikmod/files/libmikmod/$portVersion/libmikmod-$portVersion.tar.gz" CHECKSUM_SHA256="4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2" #PATCHES="libmikmod-$portVersion.patchset" @@ -55,6 +55,8 @@ INSTALL() { make install + rm $libDir/libmikmod.la + prepareInstalledDevelLibs libmikmod fixPkgconfig fixDevelopLibDirReferences $binDir/libmikmod-config diff --git a/media-libs/libmp4v2/libmp4v2-2.0.0.recipe b/media-libs/libmp4v2/libmp4v2-2.0.0.recipe index 512ac2a62..022c71852 100644 --- a/media-libs/libmp4v2/libmp4v2-2.0.0.recipe +++ b/media-libs/libmp4v2/libmp4v2-2.0.0.recipe @@ -8,7 +8,7 @@ any type of media." HOMEPAGE="https://code.google.com/p/mp4v2/" COPYRIGHT="2008 Kona Blend" LICENSE="MPL v1.1" -REVISION="3" +REVISION="4" SOURCE_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-$portVersion.tar.bz2" CHECKSUM_SHA256="0319b9a60b667cf10ee0ec7505eb7bdc0a2e21ca7a93db96ec5bd758e3428338" SOURCE_DIR="mp4v2-$portVersion" @@ -65,6 +65,8 @@ INSTALL() { make install + rm $libDir/libmp4v2.la + # prepare develop/lib prepareInstalledDevelLibs libmp4v2 fixPkgconfig diff --git a/media-libs/libmpeg2/libmpeg2-0.5.1.recipe b/media-libs/libmpeg2/libmpeg2-0.5.1.recipe index 05375649c..844f3b28a 100644 --- a/media-libs/libmpeg2/libmpeg2-0.5.1.recipe +++ b/media-libs/libmpeg2/libmpeg2-0.5.1.recipe @@ -19,7 +19,7 @@ HOMEPAGE="http://libmpeg2.sourceforge.net" COPYRIGHT="2000-2003 Michel Lespinasse 1999-2000 Aaron Holtzman" LICENSE="GNU GPL v2" -REVISION="4" +REVISION="5" SOURCE_URI="http://libmpeg2.sourceforge.net/files/libmpeg2-$portVersion.tar.gz" CHECKSUM_SHA256="dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4" PATCHES="libmpeg2-${portVersion}.patch" @@ -76,6 +76,7 @@ INSTALL() { make install + rm $libDir/libmpeg2.la $libDir/libmpeg2convert.la if [ -n "$secondaryArchSuffix" ]; then rm -rf $binDir fi diff --git a/media-libs/libsdl/libsdl-1.2.15.recipe b/media-libs/libsdl/libsdl-1.2.15.recipe index 01bdf1649..7d6dba4a3 100644 --- a/media-libs/libsdl/libsdl-1.2.15.recipe +++ b/media-libs/libsdl/libsdl-1.2.15.recipe @@ -5,7 +5,7 @@ joystick, and graphics via OpenGL." HOMEPAGE="http://www.libsdl.org/" COPYRIGHT="1997-2012 Sam Lantinga" LICENSE="GNU LGPL v2.1" -REVISION="10" +REVISION="11" SOURCE_URI="http://www.libsdl.org/release/SDL-1.2.15.tar.gz" CHECKSUM_SHA256="d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00" SOURCE_DIR="SDL-$portVersion" @@ -65,6 +65,8 @@ INSTALL() { make install + rm $libDir/libSDL*.la + # devel package prepareInstalledDevelLibs \ libSDL libSDL-1.2 \ diff --git a/media-libs/libsdl2/libsdl2-2.0.5.recipe b/media-libs/libsdl2/libsdl2-2.0.5.recipe index bc0374e06..94b6c156c 100644 --- a/media-libs/libsdl2/libsdl2-2.0.5.recipe +++ b/media-libs/libsdl2/libsdl2-2.0.5.recipe @@ -6,7 +6,7 @@ software, emulators, and popular games." HOMEPAGE="http://www.libsdl.org/" COPYRIGHT="1997-2016 Sam Lantinga" LICENSE="Zlib" -REVISION="2" +REVISION="3" SOURCE_URI="http://www.libsdl.org/release/SDL2-$portVersion.tar.gz" CHECKSUM_SHA256="442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785" SOURCE_DIR="SDL2-$portVersion" @@ -75,6 +75,8 @@ INSTALL() { make install + rm $libDir/libSDL*.la + # devel package prepareInstalledDevelLibs \ libSDL2 \ diff --git a/media-libs/speex/speex-1.2~rc2.recipe b/media-libs/speex/speex-1.2~rc2.recipe index 44018e460..ab94111c5 100644 --- a/media-libs/speex/speex-1.2~rc2.recipe +++ b/media-libs/speex/speex-1.2~rc2.recipe @@ -16,7 +16,7 @@ COPYRIGHT="2002-2009 Xiph.org Foundation 2003 EpicGames 1992-1994 Jutta Degener, Carsten Bormann" LICENSE="Speex" -REVISION="2" +REVISION="3" SOURCE_URI="http://downloads.xiph.org/releases/speex/speex-1.2rc2.tar.gz" CHECKSUM_SHA256="caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891" SOURCE_DIR="speex-1.2rc2" @@ -76,6 +76,8 @@ INSTALL() { make install + rm $libDir/libspeex.la + prepareInstalledDevelLibs libspeex fixPkgconfig diff --git a/net-libs/libasr/libasr-1.0.2.recipe b/net-libs/libasr/libasr-1.0.2.recipe index db0530104..4ce95d701 100644 --- a/net-libs/libasr/libasr-1.0.2.recipe +++ b/net-libs/libasr/libasr-1.0.2.recipe @@ -26,7 +26,7 @@ COPYRIGHT="2001 Jakob Schlyter # wanted to add ISC, but the package creation failed although the license # file is available in /system/data/licenses/ LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/OpenSMTPD/libasr/archive/libasr-$portVersion.tar.gz" SOURCE_DIR="libasr-libasr-$portVersion" CHECKSUM_SHA256="4ab54264206e255fd6c2de982764bb5ce7857ec8f649ad3ee45771244593b6e1" @@ -74,6 +74,8 @@ INSTALL() { make install + rm $libDir/libasr.la + prepareInstalledDevelLib libasr packageEntries devel $developDir } diff --git a/net-libs/libssh2/libssh2-1.7.0.recipe b/net-libs/libssh2/libssh2-1.7.0.recipe index f0bbc51fb..7508a51bc 100644 --- a/net-libs/libssh2/libssh2-1.7.0.recipe +++ b/net-libs/libssh2/libssh2-1.7.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2004-2007 Sara Golemon 2009-2014 Daniel Stenberg 2008, 2009 Simon Josefsson" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.libssh2.org/download/libssh2-$portVersion.tar.gz" CHECKSUM_SHA256="e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584" PATCHES="libssh2-$portVersion.patchset" @@ -64,6 +64,8 @@ INSTALL() { make install + rm $libDir/libssh2.la + prepareInstalledDevelLibs libssh2 fixPkgconfig diff --git a/net-libs/neon/neon-0.30.2.recipe b/net-libs/neon/neon-0.30.2.recipe index 24a11a10e..7f03fb612 100644 --- a/net-libs/neon/neon-0.30.2.recipe +++ b/net-libs/neon/neon-0.30.2.recipe @@ -19,7 +19,7 @@ property manipulation." HOMEPAGE="http://www.webdav.org/neon/" COPYRIGHT="1999-2011 Joe Orton" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://www.webdav.org/neon/neon-$portVersion.tar.gz" CHECKSUM_SHA256="017b30b9249001b8cf8a80b8f489109ae9970a8cf1b5b6564073d315c236a909" PATCHES="neon-0.29.6.patch" @@ -90,6 +90,8 @@ INSTALL() { make install + rm $libDir/libneon.la + prepareInstalledDevelLibs libneon fixDevelopLibDirReferences $binDir/neon-config fixPkgconfig diff --git a/net-print/gutenprint/gutenprint-5.2.11.recipe b/net-print/gutenprint/gutenprint-5.2.11.recipe index 2c8842dc9..22736f372 100644 --- a/net-print/gutenprint/gutenprint-5.2.11.recipe +++ b/net-print/gutenprint/gutenprint-5.2.11.recipe @@ -13,7 +13,7 @@ and beyond." HOMEPAGE="http://gimp-print.sourceforge.net" COPYRIGHT="1999-2010 by the authors of Gutenprint" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="http://prdownloads.sourceforge.net/gimp-print/gutenprint-$portVersion.tar.bz2" CHECKSUM_SHA256="c1a34cd2e02527de4d2a9bf6c14732cb9aa11b333f771eb6043fdc974de24df9" PATCHES="gutenprint-5.2.10.patchset" @@ -69,6 +69,8 @@ INSTALL() { make install + rm $libDir/libgutenprint.la + prepareInstalledDevelLibs libgutenprint fixPkgconfig diff --git a/sys-apps/dbus/dbus-1.8.6.recipe b/sys-apps/dbus/dbus-1.8.6.recipe index c55e8bcce..f9d0a0c49 100644 --- a/sys-apps/dbus/dbus-1.8.6.recipe +++ b/sys-apps/dbus/dbus-1.8.6.recipe @@ -16,7 +16,7 @@ LICENSE="GNU GPL v2" SOURCE_URI="http://dbus.freedesktop.org/releases/dbus/dbus-1.8.6.tar.gz" CHECKSUM_SHA256="eded83ca007b719f32761e60fd8b9ffd0f5796a4caf455b01b5a5ef740ebd23f" SOURCE_DIR="dbus-$portVersion" -REVISION="1" +REVISION="2" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -88,7 +88,7 @@ INSTALL() # no way to tell autoconf about these mv $libDir/*.a $developLibDir - mv $libDir/*.la $developLibDir + rm $libDir/*.la mv $libDir/dbus-1.0/include/dbus/*.h $includeDir/dbus-1.0/dbus/ rm -rf $libDir/dbus-1.0/ diff --git a/sys-devel/flex/flex-2.6.1.recipe b/sys-devel/flex/flex-2.6.1.recipe index 8d5e67a4d..eb94153a8 100644 --- a/sys-devel/flex/flex-2.6.1.recipe +++ b/sys-devel/flex/flex-2.6.1.recipe @@ -5,7 +5,7 @@ HOMEPAGE="http://flex.sourceforge.net/" COPYRIGHT="2001-2007 The Flex Project 1990, 1997 The Regents of the University of California" LICENSE="Flex" -REVISION="1" +REVISION="2" SOURCE_URI="http://github.com/westes/flex/releases/download/v$portVersion/flex-$portVersion.tar.gz" CHECKSUM_SHA256="3c43f9e658e45e8aae3cf69fa11803d60550865f023852830d557c5f0623c13b" PATCHES="flex-$portVersion.patchset" @@ -57,6 +57,8 @@ INSTALL() { make install + rm $libDir/libfl.la $libDir/libfl_pic.la + # prepare develop/lib prepareInstalledDevelLibs libfl libfl_pic } diff --git a/sys-libs/glu/glu-9.0.0.recipe b/sys-libs/glu/glu-9.0.0.recipe index 92c3ed44e..598cf03c1 100644 --- a/sys-libs/glu/glu-9.0.0.recipe +++ b/sys-libs/glu/glu-9.0.0.recipe @@ -5,7 +5,7 @@ higher-level drawing routines from the more primitive routines that OpenGL provi HOMEPAGE="http://freedesktop.org" COPYRIGHT="1999-2012 Brian Paul and others" LICENSE="MIT" -REVISION="4" +REVISION="5" SOURCE_URI="ftp://freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz" CHECKSUM_SHA256="4387476a1933f36fec1531178ea204057bbeb04cc2d8396c9ea32720a1f7e264" @@ -54,6 +54,8 @@ INSTALL() { make install + rm $libDir/libGLU.la + prepareInstalledDevelLibs libGLU fixPkgconfig diff --git a/x11-libs/pixman/pixman-0.32.6.recipe b/x11-libs/pixman/pixman-0.32.6.recipe index a6989f7ee..c28bf01b3 100644 --- a/x11-libs/pixman/pixman-0.32.6.recipe +++ b/x11-libs/pixman/pixman-0.32.6.recipe @@ -10,7 +10,7 @@ COPYRIGHT="1987-1998 The Open Group 2009-2010 Sun Microsystems, Inc. and many others" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz" CHECKSUM_SHA256="3dfed13b8060eadabf0a4945c7045b7793cc7e3e910e748a8bb0f0dc3e794904" @@ -66,6 +66,8 @@ INSTALL() { make install + rm $libDir/libpixman-1.la + prepareInstalledDevelLibs libpixman-1 fixPkgconfig