From patchwork Tue Mar 20 22:29:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 147851 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 12445B6EEF for ; Wed, 21 Mar 2012 09:29:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 522D3100839; Tue, 20 Mar 2012 22:29:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A5fVhmMtB3YX; Tue, 20 Mar 2012 22:29:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4520D10018C; Tue, 20 Mar 2012 22:29:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9D3B88F75B for ; Tue, 20 Mar 2012 22:29:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 96C408A9C3 for ; Tue, 20 Mar 2012 22:29:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rYJBahE-rTLn for ; Tue, 20 Mar 2012 22:29:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay008.isp.belgacom.be (mailrelay008.isp.belgacom.be [195.238.6.174]) by whitealder.osuosl.org (Postfix) with ESMTP id 604AE8CA7F for ; Tue, 20 Mar 2012 22:29:35 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EAOYDaU9R8Zi7/2dsb2JhbABEtmOBCIIKAQEEAQEBBTIcCBALDQMCBgMhHgcZDgELBg0RAQEEEwgDiAMHtwuQHmMEjWmFS5JSgmg Received: from 187.152-241-81.adsl-dyn.isp.belgacom.be (HELO JohanW7) ([81.241.152.187]) by relay.skynet.be with ESMTP; 20 Mar 2012 23:29:33 +0100 From: "Sagaert Johan" To: "'Gustavo Zacarias'" References: <1332255248-12534-1-git-send-email-gustavo@zacarias.com.ar> In-Reply-To: <1332255248-12534-1-git-send-email-gustavo@zacarias.com.ar> Date: Tue, 20 Mar 2012 23:29:31 +0100 Message-ID: <897F78579A674B10BFE5B9F2437C0F97@JohanW7> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac0GqWBjfCG0c/ASQ8KAcpJCOnKdzQAPvD8Q X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.17609 Cc: buildroot@busybox.net Subject: Re: [Buildroot] [PATCH] libupnp: bump to version 1.6.15 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hi I use libupnp without IPV6, so i think its better to create a patch that allows to build upnp for use without IPV6, like many other packages. In the past i tried other libupnp versions, the building was ok, but they did not work... -----Oorspronkelijk bericht----- Van: buildroot-bounces@busybox.net [mailto:buildroot-bounces@busybox.net] Namens Gustavo Zacarias Verzonden: dinsdag 20 maart 2012 15:54 Aan: buildroot@busybox.net Onderwerp: [Buildroot] [PATCH] libupnp: bump to version 1.6.15 Signed-off-by: Gustavo Zacarias --- package/libupnp/Config.in | 5 +++-- .../libupnp/libupnp-1.6.6-remove-sys_timeb.h.patch | 11 ----------- package/libupnp/libupnp.mk | 9 ++++----- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 package/libupnp/libupnp-1.6.6-remove-sys_timeb.h.patch -- 1.7.3.4 diff --git a/package/libupnp/Config.in b/package/libupnp/Config.in index 2e6edcd..9f73798 100644 --- a/package/libupnp/Config.in +++ b/package/libupnp/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBUPNP bool "libupnp" + depends on BR2_INET_IPV6 depends on BR2_LARGEFILE help The portable SDK for UPnP(tm) Devices (libupnp) provides developers @@ -9,5 +10,5 @@ config BR2_PACKAGE_LIBUPNP http://pupnp.sourceforge.net/ -comment "libupnp requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE +comment "libupnp requires a toolchain with IPV6 and LARGEFILE support" + depends on !(BR2_INET_IPV6 && BR2_LARGEFILE) diff --git a/package/libupnp/libupnp-1.6.6-remove-sys_timeb.h.patch b/package/libupnp/libupnp-1.6.6-remove-sys_timeb.h.patch deleted file mode 100644 index e425392..0000000 --- a/package/libupnp/libupnp-1.6.6-remove-sys_timeb.h.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN libupnp-1.6.6-0rig/configure libupnp-1.6.6/configure ---- libupnp-1.6.6-0rig/configure 2008-04-25 13:47:24.000000000 +0200 -+++ libupnp-1.6.6/configure 2009-01-14 21:55:16.000000000 +0100 -@@ -21096,7 +21096,6 @@ - sys/ioctl.h \ - sys/socket.h \ - sys/time.h \ -- sys/timeb.h \ - syslog.h \ - unistd.h \ - diff --git a/package/libupnp/libupnp.mk b/package/libupnp/libupnp.mk index d5b4ee1..1fa07ca 100644 --- a/package/libupnp/libupnp.mk +++ b/package/libupnp/libupnp.mk @@ -3,12 +3,11 @@ # libupnp # ############################################################# -LIBUPNP_VERSION:=1.6.6 -LIBUPNP_SOURCE:=libupnp-$(LIBUPNP_VERSION).tar.bz2 -LIBUPNP_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/pupnp +LIBUPNP_VERSION = 1.6.15 +LIBUPNP_SOURCE = libupnp-$(LIBUPNP_VERSION).tar.bz2 +LIBUPNP_SITE = +http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/pupnp/pupnp +/libUPnP%20$(LIBUPNP_VERSION) LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no - -LIBUPNP_INSTALL_STAGING:=YES +LIBUPNP_INSTALL_STAGING = YES $(eval $(call AUTOTARGETS))