* [Buildroot] [Bug 6638] New: pkgconf doesn't download
@ 2013-10-30 14:57 bugzilla at busybox.net
2013-10-30 15:02 ` [Buildroot] [Bug 6638] " bugzilla at busybox.net
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2013-10-30 14:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6638
Summary: pkgconf doesn't download
Product: buildroot
Version: 2013.08
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: Outdated package
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: masrur.macece at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
pkgconf is not downloading as the URL for pkgconf no longer exists.
OLD URL:
http://tortois.es/~nenolod/distfiles
NEW URL:
http://rabbit.dereferenced.org/~nenolod/distfiles/
Here's the diff report:
8c8
< PKGCONF_SITE = http://tortois.es/~nenolod/distfiles
---
> PKGCONF_SITE = http://rabbitdereferenced.org/~nenolod/distfiles
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 6638] pkgconf doesn't download
2013-10-30 14:57 [Buildroot] [Bug 6638] New: pkgconf doesn't download bugzilla at busybox.net
@ 2013-10-30 15:02 ` bugzilla at busybox.net
2013-10-30 15:21 ` bugzilla at busybox.net
2013-10-30 21:51 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2013-10-30 15:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6638
--- Comment #1 from masrur.macece at gmail.com 2013-10-30 15:02:27 UTC ---
This is the patch file that I created to resolve it.
--- package/pkgconf/pkgconf.mk 2013-09-17 07:42:07.000000000 -0400
+++ package/pkgconf/pkgconf.mk 2013-10-30 10:40:06.919994396 -0400
@@ -5,7 +5,7 @@
################################################################################
PKGCONF_VERSION = 0.8.9
-PKGCONF_SITE = http://tortois.es/~nenolod/distfiles
+PKGCONF_SITE = http://rabbitdereferenced.org/~nenolod/distfiles
PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.bz2
PKGCONF_LICENSE = pkgconf license
PKGCONF_LICENSE_FILES = COPYING
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 6638] pkgconf doesn't download
2013-10-30 14:57 [Buildroot] [Bug 6638] New: pkgconf doesn't download bugzilla at busybox.net
2013-10-30 15:02 ` [Buildroot] [Bug 6638] " bugzilla at busybox.net
@ 2013-10-30 15:21 ` bugzilla at busybox.net
2013-10-30 21:51 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2013-10-30 15:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6638
--- Comment #2 from masrur.macece at gmail.com 2013-10-30 15:21:58 UTC ---
Oops, error in the diff tool. Should be:
http://rabbit.dereferenced.org/~nenolod/distfiles instead of
http://rabbitdereferenced.org/~nenolod/distfiles
--- package/pkgconf/pkgconf.mk 2013-09-17 07:42:07.000000000 -0400
+++ package/pkgconf/pkgconf.mk 2013-10-30 10:40:06.919994396 -0400
@@ -5,7 +5,7 @@
################################################################################
PKGCONF_VERSION = 0.8.9
-PKGCONF_SITE = http://tortois.es/~nenolod/distfiles
+PKGCONF_SITE = http://rabbit.dereferenced.org/~nenolod/distfiles
PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.bz2
PKGCONF_LICENSE = pkgconf license
PKGCONF_LICENSE_FILES = COPYING
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 6638] pkgconf doesn't download
2013-10-30 14:57 [Buildroot] [Bug 6638] New: pkgconf doesn't download bugzilla at busybox.net
2013-10-30 15:02 ` [Buildroot] [Bug 6638] " bugzilla at busybox.net
2013-10-30 15:21 ` bugzilla at busybox.net
@ 2013-10-30 21:51 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2013-10-30 21:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6638
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-10-30 21:51:51 UTC ---
Fixed by 9e7d7b3cd422affad5976a4013bcb8626a079491 in for-peter-2013.11.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-30 21:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 14:57 [Buildroot] [Bug 6638] New: pkgconf doesn't download bugzilla at busybox.net
2013-10-30 15:02 ` [Buildroot] [Bug 6638] " bugzilla at busybox.net
2013-10-30 15:21 ` bugzilla at busybox.net
2013-10-30 21:51 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox