[haiku-commits] haiku: hrev46877 - build/jam/repositories/HaikuPorts

  • From: js-haiku-commits@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 15 Feb 2014 11:42:17 +0100 (CET)

hrev46877 adds 1 changeset to branch 'master'
old head: 47343f61a52d9555d45d1364a64822acccb27289
new head: 2937677524754eb8d3b169226c31497a9bd2de97
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=2937677+%5E47343f6

----------------------------------------------------------------------------

2937677: Downgrade libpcre for x86
  
  The new version breaks git, but only once it's in the repository.
  Installing it manually alongside the old one works. Rebuilding git and
  uploading a new package does not work, as for the package management,
  the new version is exactly equal to the old, as the port revision isn't
  newer. We need to come up with a proper way to handle this.
  
  Also removes zsh, as that requires the new libpcre.

                                     [ Jonathan Schleifer <js@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46877
Commit:      2937677524754eb8d3b169226c31497a9bd2de97
URL:         http://cgit.haiku-os.org/haiku/commit/?id=2937677
Author:      Jonathan Schleifer <js@xxxxxxxxxxx>
Date:        Sat Feb 15 10:38:36 2014 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 4 deletions(-)
build/jam/repositories/HaikuPorts/x86 | 6 ++----

----------------------------------------------------------------------------

diff --git a/build/jam/repositories/HaikuPorts/x86 
b/build/jam/repositories/HaikuPorts/x86
index a1eab75..974bd52 100644
--- a/build/jam/repositories/HaikuPorts/x86
+++ b/build/jam/repositories/HaikuPorts/x86
@@ -69,8 +69,8 @@ RemotePackageRepository HaikuPorts
        liblayout_devel-1.4.2-1
        libogg-1.3.0-2
        libogg_devel-1.3.0-2
-       libpcre-8.33-1
-       libpcre_devel-8.33-1
+       libpcre-8.21-5
+       libpcre_devel-8.21-5
        libpng-1.5.12-3
        libpng_devel-1.5.12-3
        libsolv-0.3.0_haiku_2013_10_01-1
@@ -132,7 +132,6 @@ RemotePackageRepository HaikuPorts
        yasm-1.2.0-3
        zlib-1.2.8-4
        zlib_devel-1.2.8-4
-       zsh-5.0.2-1
 
        # secondary architecture (x86_gcc2)
        binutils_x86_gcc2-2.17_2013_04_21-2
@@ -263,7 +262,6 @@ RemotePackageRepository HaikuPorts
        yasm
        xz_utils
        zlib
-       zsh
        :
        # debuginfo packages
        grep


Other related posts:

  • » [haiku-commits] haiku: hrev46877 - build/jam/repositories/HaikuPorts - js-haiku-commits