Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d42833e9ea528c16131261b6c73420d4b40b603b
commit d42833e9ea528c16131261b6c73420d4b40b603b Author: crazy <[email protected]> Date: Fri Jan 26 15:53:12 2018 +0100 pacman-tools-1.3.4-7-x86_64 * added nofortify and norelro to fblint * killed stable patch diff --git a/source/devel/pacman-tools/0001-fblint.patch b/source/devel/pacman-tools/0001-fblint.patch index 4e83aeb..60b9a1f 100644 --- a/source/devel/pacman-tools/0001-fblint.patch +++ b/source/devel/pacman-tools/0001-fblint.patch @@ -16,7 +16,7 @@ index 7a3a331..ec660d5 100755 check "empty option" "[ -z \"$option\" ]" check "valid first group" "! echo $groups |grep -q -- - || echo $groups|grep -q -- -extra$" -check "valid options()" "[ -z \"$(echo ${options[@]}|tr ' ' '\n' |grep -v '\(nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|nomirror\|noversrc\|noccache\|asneeded\|noasneeded\)')\" ]" -+check "valid options()" "[ -z \"$(echo ${options[@]}|tr ' ' '\n' |grep -v '\(libtool\|static\|nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|nomirror\|noversrc\|noccache\|asneeded\|noasneeded\)')\" ]" ++check "valid options()" "[ -z \"$(echo ${options[@]}|tr ' ' '\n' |grep -v '\(norelro\|nofortify\|libtool\|static\|nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|nomirror\|noversrc\|noccache\|asneeded\|noasneeded\)')\" ]" check "archs" "[ ! -z \"$archs\" ]" check "up2date" "test -n \"`echo $up2date|sed 's/\$(/\\\\\$(/g'`\"" _fblint_have_remote_source=n diff --git a/source/devel/pacman-tools/FrugalBuild b/source/devel/pacman-tools/FrugalBuild index f8fbed1..b0f6dd5 100644 --- a/source/devel/pacman-tools/FrugalBuild +++ b/source/devel/pacman-tools/FrugalBuild @@ -7,7 +7,7 @@ USE_STABLE=${USE_STABLE:-"n"} pkgname=pacman-tools pkgver=1.3.4 Fuse $USE_DEVEL && pkgver=1.1.7.13.g544f9ab -pkgrel=6 +pkgrel=7 pkgdesc="Tools for developers for managing packages" url="http://ftp.frugalware.org/pub/other/pacman-tools" depends=('bash' 'perl>=5.10.0-8' 'pacman-g2>=3.9.0-25' 'wget>=1.11.4-2' diff --git a/source/devel/pacman-tools/stable.patch b/source/devel/pacman-tools/stable.patch deleted file mode 100644 index 950cdf6..0000000 --- a/source/devel/pacman-tools/stable.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur a/repoman.conf b/repoman.conf ---- a/repoman.conf 2012-10-10 01:09:41.000000000 -0500 -+++ b/repoman.conf 2013-02-02 03:57:31.884598372 -0600 -@@ -7,8 +7,8 @@ - - # the order is important, the first repo will be used as a default for - # developer actions (like up, del and so on) --source /etc/repoman.d/current --#source /etc/repoman.d/stable -+#source /etc/repoman.d/current -+source /etc/repoman.d/stable - - # default repo to search the include dir in - fst_root=/var/fst/ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
