diffutils: update to 3.3

This commit is contained in:
Tom G. Christensen 2013-11-09 23:22:05 +01:00
parent 3cdcb8d966
commit e12b536edf
4 changed files with 23 additions and 3 deletions

View File

@ -6,11 +6,11 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=diffutils topdir=diffutils
version=2.8.1 version=3.3
pkgver=1 pkgver=1
source[0]=$topdir-$version.tar.gz source[0]=ftp://ftp.sunet.se/pub/gnu/diffutils/$topdir-$version.tar.xz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= patch[0]=diffutils-3.3-fix-locale-install.patch
# Source function library # Source function library
. ${BUILDPKG_SCRIPTS}/buildpkg.functions . ${BUILDPKG_SCRIPTS}/buildpkg.functions
@ -18,6 +18,7 @@ source[0]=$topdir-$version.tar.gz
# Global settings # Global settings
export CPPFLAGS="-I$prefix/include" export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib" export LDFLAGS="-L$prefix/lib -R$prefix/lib"
gnu_link cmp diff diff3 sdiff
reg prep reg prep
prep() prep()
@ -41,6 +42,7 @@ reg install
install() install()
{ {
generic_install DESTDIR generic_install DESTDIR
rmdir ${stagedir}${prefix}/${_libdir}
doc NEWS THANKS AUTHORS COPYING doc NEWS THANKS AUTHORS COPYING
} }

4
diffutils/meta/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG
---------
* Sat Nov 09 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 3.3-1
- Update to 3.3

View File

@ -8,5 +8,7 @@ pkgver="$pkgver"
files(-,root,bin) files(-,root,bin)
default_docs default_docs
$_bindir $_bindir
$_gnudir
$_infodir $_infodir
$_mandir $_mandir
$_sharedir/locale

View File

@ -0,0 +1,12 @@
diff -up diffutils-3.3/po/Makefile.in.in.orig diffutils-3.3/po/Makefile.in.in
--- diffutils-3.3/po/Makefile.in.in.orig 2013-03-23 15:51:10.000000000 +0100
+++ diffutils-3.3/po/Makefile.in.in 2013-10-22 20:50:20.794686000 +0200
@@ -42,7 +42,7 @@ INSTALL_DATA = @INSTALL_DATA@
mkinstalldirs = $(SHELL) @install_sh@ -d
install_sh = $(SHELL) @install_sh@
MKDIR_P = @MKDIR_P@
-mkdir_p = @mkdir_p@
+mkdir_p = $(MKDIR_P)
GMSGFMT_ = @GMSGFMT@
GMSGFMT_no = @GMSGFMT@