grep: update to 2.15

This commit is contained in:
Tom G. Christensen 2013-11-08 23:04:33 +01:00
parent 61059aab00
commit cd7abd6cc1
4 changed files with 9 additions and 15 deletions

View File

@ -6,9 +6,9 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=grep topdir=grep
version=2.6.3 version=2.15
pkgver=1 pkgver=1
source[0]=ftp://ftp.sunet.se/pub/gnu/grep/$topdir-$version.tar.gz source[0]=ftp://ftp.sunet.se/pub/gnu/grep/$topdir-$version.tar.xz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -18,11 +18,14 @@ source[0]=ftp://ftp.sunet.se/pub/gnu/grep/$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 grep
reg prep reg prep
prep() prep()
{ {
generic_prep generic_prep
setdir source
${__gsed} -i 's/2.14.56-1e3d/2.15/g' configure
} }
reg build reg build

View File

@ -1,4 +1,7 @@
CHANGELOG CHANGELOG
--------- ---------
* Fri Nov 08 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 2.15-1
- Update to 2.15
* Sun May 02 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 2.6.3-1 * Sun May 02 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 2.6.3-1
- Update to 2.6.3 - Update to 2.6.3

View File

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

View File

@ -1,13 +0,0 @@
--- grep-2.5/src/Makefile.in.orig 2004-01-26 14:31:58.850016000 +0100
+++ grep-2.5/src/Makefile.in 2004-01-26 14:32:48.840007000 +0100
@@ -354,8 +354,8 @@
install-exec-local:
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/egrep
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/fgrep
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: