wok diff pcre/receipt @ rev 12179

Up: slitaz-configs (4.8.3) - Only apps in Applications menu and logout button on top right
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 16:15:55 2012 +0100 (2012-03-24)
parents 98b056351a54
children 02c2619cbe1c
line diff
     1.1 --- a/pcre/receipt	Sun Oct 16 23:14:21 2011 +0000
     1.2 +++ b/pcre/receipt	Sat Mar 24 16:15:55 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcre"
     1.7 -VERSION="8.13"
     1.8 +VERSION="8.20"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Perl Compatible Regular Expressions."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,9 +13,6 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	# http://bugs.exim.org/show_bug.cgi?id=1136
    1.17 -	patch -Np2 -i $stuff/r661.diff
    1.18 -	sed -i '12140d' testdata/testoutput2
    1.19  	./configure --enable-utf8 $CONFIGURE_ARGS &&
    1.20  	make && make install
    1.21  }