[arch-commits] Commit in vagrant-substrate/trunk (PKGBUILD readline.patch)

Jonathan Steel jsteel at archlinux.org
Tue Nov 8 19:11:59 UTC 2016


    Date: Tuesday, November 8, 2016 @ 19:11:58
  Author: jsteel
Revision: 195167

upgpkg: vagrant-substrate 569.8bb245a-2

Modified:
  vagrant-substrate/trunk/PKGBUILD
Deleted:
  vagrant-substrate/trunk/readline.patch

----------------+
 PKGBUILD       |   12 ++++--------
 readline.patch |   10 ----------
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-08 18:51:13 UTC (rev 195166)
+++ PKGBUILD	2016-11-08 19:11:58 UTC (rev 195167)
@@ -2,19 +2,17 @@
 
 pkgname=vagrant-substrate
 _pkgname=vagrant-installers
-pkgver=554.9772186
+pkgver=569.8bb245a
 pkgrel=2
 pkgdesc="Substrate layer for Vagrant"
 arch=('i686' 'x86_64')
 url="http://vagrantup.com"
 license=('MIT')
-options=('!emptydirs' '!makeflags')
+options=('!emptydirs')
 makedepends=('git' 'puppet' 'chrpath' 'wget')
 depends=('lzo')
-source=(git://github.com/mitchellh/$_pkgname.git#commit=9772186
-        readline.patch)
-md5sums=('SKIP'
-         'a4f87b2483c7bd724bb94a69aa5cf733')
+source=(git://github.com/mitchellh/$_pkgname.git#commit=8bb245a)
+md5sums=('SKIP')
 
 pkgver() {
   cd $_pkgname
@@ -41,8 +39,6 @@
   find . -name *.pp -exec sed -i "/group.*.=.*.root/d" {} +
 
   # Fix compile issues
-  patch -Np0 -i "$srcdir"/readline.patch
-
   # https://github.com/mitchellh/vagrant-installers/issues/60
   sed -i 's/^    environment/#    environment/' modules/ruby/manifests/source.pp
 }

Deleted: readline.patch
===================================================================
--- readline.patch	2016-11-08 18:51:13 UTC (rev 195166)
+++ readline.patch	2016-11-08 19:11:58 UTC (rev 195167)
@@ -1,10 +0,0 @@
---- modules/readline/manifests/init.pp
-+++ modules/readline/manifests/init.pp
-@@ -61,6 +61,7 @@ class readline(
-     cwd              => $source_dir_path,
-     environment      => $real_autotools_environment,
-     install_sentinel => "${prefix}/lib/libreadline.a",
-+    make_command     => "make SHLIB_LIBS=-lncurses",
-     make_notify      => $make_notify,
-     make_sentinel    => "${source_dir_path}/libreadline.a",
-     require          => Exec["untar-readline"]



More information about the arch-commits mailing list