diff mbox

svgtiny: update source url

Message ID 1420018280-28316-1-git-send-email-fabio.porcedda@gmail.com
State Accepted
Headers show

Commit Message

Fabio Porcedda Dec. 31, 2014, 9:31 a.m. UTC
As source url use the git repository instead of the unavaiable svn
repository.

This fix the following error:

svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny'
svn: E670002: Unknown hostname 'svn.netsurf-browser.org'

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/libsvgtiny/libsvgtiny.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Baruch Siach Dec. 31, 2014, 9:38 a.m. UTC | #1
Hi Fabio,

On Wed, Dec 31, 2014 at 10:31:20AM +0100, Fabio Porcedda wrote:
> As source url use the git repository instead of the unavaiable svn
> repository.
> 
> This fix the following error:
> 
> svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny'
> svn: E670002: Unknown hostname 'svn.netsurf-browser.org'
> 
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/libsvgtiny/libsvgtiny.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libsvgtiny/libsvgtiny.mk b/package/libsvgtiny/libsvgtiny.mk
> index a2d494e..ee2bb8a 100644
> --- a/package/libsvgtiny/libsvgtiny.mk
> +++ b/package/libsvgtiny/libsvgtiny.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -LIBSVGTINY_SITE = svn://svn.netsurf-browser.org/trunk/libsvgtiny
> -LIBSVGTINY_VERSION = 12121
> +LIBSVGTINY_SITE = git://git.netsurf-browser.org/libsvgtiny.git
> +LIBSVGTINY_VERSION = ea9d99fc8b231c22d06168135e181d61f4eb2f06

git clone over HTTP is generally preferable, because corporate firewalls tend 
to block the native git port. This repo seems to be accessible also from 
http://git.netsurf-browser.org/libsvgtiny.git as well. Don't forget to set 
SITE_METHODD = git.

Thanks,
baruch
Thomas Petazzoni Dec. 31, 2014, 2:15 p.m. UTC | #2
Dear Fabio Porcedda,

On Wed, 31 Dec 2014 10:31:20 +0100, Fabio Porcedda wrote:
> As source url use the git repository instead of the unavaiable svn
> repository.
> 
> This fix the following error:
> 
> svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny'
> svn: E670002: Unknown hostname 'svn.netsurf-browser.org'
> 
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/libsvgtiny/libsvgtiny.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, applied, after taking into account the comment from Baruch.

Thomas
Thomas Petazzoni Dec. 31, 2014, 5:06 p.m. UTC | #3
Dear Fabio Porcedda,

On Wed, 31 Dec 2014 10:31:20 +0100, Fabio Porcedda wrote:
> As source url use the git repository instead of the unavaiable svn
> repository.
> 
> This fix the following error:
> 
> svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny'
> svn: E670002: Unknown hostname 'svn.netsurf-browser.org'
> 
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/libsvgtiny/libsvgtiny.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

In the end, I reverted your change, it was causing build failures since
some files are apparently missing from the Git repository. See

  http://autobuild.buildroot.org/results/242/24257e9739df8f589150336cb6213812516bf465/

Can you have a look?

Thanks,

Thomas
Fabio Porcedda Jan. 1, 2015, 6:01 p.m. UTC | #4
On Wed, Dec 31, 2014 at 6:06 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Fabio Porcedda,
>
> On Wed, 31 Dec 2014 10:31:20 +0100, Fabio Porcedda wrote:
>> As source url use the git repository instead of the unavaiable svn
>> repository.
>>
>> This fix the following error:
>>
>> svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny'
>> svn: E670002: Unknown hostname 'svn.netsurf-browser.org'
>>
>> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
>> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>>  package/libsvgtiny/libsvgtiny.mk | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> In the end, I reverted your change, it was causing build failures since
> some files are apparently missing from the Git repository. See
>
>   http://autobuild.buildroot.org/results/242/24257e9739df8f589150336cb6213812516bf465/
>
> Can you have a look?

I'm sorry, I will look at it.

BR
Fabio Porcedda Jan. 5, 2015, 11:05 a.m. UTC | #5
On Thu, Jan 1, 2015 at 7:01 PM, Fabio Porcedda <fabio.porcedda@gmail.com> wrote:
> On Wed, Dec 31, 2014 at 6:06 PM, Thomas Petazzoni
> <thomas.petazzoni@free-electrons.com> wrote:
>> Dear Fabio Porcedda,
>>
>> On Wed, 31 Dec 2014 10:31:20 +0100, Fabio Porcedda wrote:
>>> As source url use the git repository instead of the unavaiable svn
>>> repository.
>>>
>>> This fix the following error:
>>>
>>> svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny'
>>> svn: E670002: Unknown hostname 'svn.netsurf-browser.org'
>>>
>>> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
>>> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>>> ---
>>>  package/libsvgtiny/libsvgtiny.mk | 4 ++--
>>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> In the end, I reverted your change, it was causing build failures since
>> some files are apparently missing from the Git repository. See
>>
>>   http://autobuild.buildroot.org/results/242/24257e9739df8f589150336cb6213812516bf465/
>>
>> Can you have a look?
>
> I'm sorry, I will look at it.
>
> BR
> --
> Fabio Porcedda


I've sent an updated patch:
http://patchwork.ozlabs.org/patch/425275/

The problem was related to missing files part of the "netsurf core
buildsystem" that aren't present in the libsvgtiniy git repository so
i added those files as a patch.

BR
diff mbox

Patch

diff --git a/package/libsvgtiny/libsvgtiny.mk b/package/libsvgtiny/libsvgtiny.mk
index a2d494e..ee2bb8a 100644
--- a/package/libsvgtiny/libsvgtiny.mk
+++ b/package/libsvgtiny/libsvgtiny.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-LIBSVGTINY_SITE = svn://svn.netsurf-browser.org/trunk/libsvgtiny
-LIBSVGTINY_VERSION = 12121
+LIBSVGTINY_SITE = git://git.netsurf-browser.org/libsvgtiny.git
+LIBSVGTINY_VERSION = ea9d99fc8b231c22d06168135e181d61f4eb2f06
 LIBSVGTINY_INSTALL_STAGING = YES
 LIBSVGTINY_DEPENDENCIES = libxml2 host-gperf host-pkgconf
 LIBSVGTINY_LICENSE = MIT