Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2013 17:05:47 +0100 (CET)
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185177: net/gupnp : use correct gir file for gssdp
Message-ID:  <20131225160547.B0AE661F90@squirrel.exwg.net>
Resent-Message-ID: <201312251610.rBPGA0rT073847@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185177
>Category:       ports
>Synopsis:       net/gupnp : use correct gir file for gssdp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 25 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Moench-Tegeder
>Release:        FreeBSD 10.0-RC2 amd64
>Organization:
>Environment:
System: FreeBSD squirrel.exwg.net 10.0-RC2 FreeBSD 10.0-RC2 #0 r259645: Fri Dec 20 15:19:27 CET 2013 cmt@squirrel.exwg.net:/usr/obj/usr/src/sys/T520 amd64

	net/gupnp	gupnp-0.20.9
	net/gssdp	gssdp-0.14.6

>Description:
	the build of net/gupnp fails with
:   GEN      gupnp-1.0.stamp
:   error: Package `gssdp-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories

	the gir file from gssdp-0.14.6 is /usr/local/share/gir-1.0/GSSDP-1.0.gir
	(the upper case name is already in gssdp's own Makefiles
	(gssdp-0.14.6/vala/Makefile.in), so this seems to by intentional by
	upstream), but gupnp still lists the dependency on the GIR file as
	"gssdp-1.0". This is a little surprising, as both gupnp and gssdp are
	maintained by the same upstream project, and both ports are up-to-date
	with upstream. Am I missing something?
>How-To-Repeat:
	make
>Fix:
	drop the following patch as ports/net/gupnp/files/patch-vala_gupnp-1.0.deps

--- vala/gupnp-1.0.deps.orig	2013-12-25 16:53:06.000000000 +0100
+++ vala/gupnp-1.0.deps	2013-12-25 16:53:20.000000000 +0100
@@ -1,3 +1,3 @@
-gssdp-1.0
+GSSDP-1.0
 libsoup-2.4
 libxml-2.0


Regards,
Christoph
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131225160547.B0AE661F90>