[120300] users/devans/dports/devel/libdmapsharing

devans at macports.org devans at macports.org
Thu May 22 03:05:53 PDT 2014


Revision: 120300
          https://trac.macports.org/changeset/120300
Author:   devans at macports.org
Date:     2014-05-22 03:05:53 -0700 (Thu, 22 May 2014)
Log Message:
-----------
devans/dports: libdmapsharing, add missing dependency, disable broken introspection, vala code.

Modified Paths:
--------------
    users/devans/dports/devel/libdmapsharing/Portfile

Added Paths:
-----------
    users/devans/dports/devel/libdmapsharing/files/
    users/devans/dports/devel/libdmapsharing/files/patch-configure.ac.diff

Modified: users/devans/dports/devel/libdmapsharing/Portfile
===================================================================
--- users/devans/dports/devel/libdmapsharing/Portfile	2014-05-22 07:20:50 UTC (rev 120299)
+++ users/devans/dports/devel/libdmapsharing/Portfile	2014-05-22 10:05:53 UTC (rev 120300)
@@ -27,11 +27,18 @@
 
 # gst-plugins-base for libgstapp.
 depends_lib     port:gtk2 \
+                port:avahi \
                 port:libgee \
                 port:libsoup \
                 port:gstreamer1-gst-plugins-base
 
-configure.args  --with-mdns=dns_sd \
+patchfiles      patch-configure.ac.diff
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
+configure.args  --with-mdns=avahi \
+                --enable-introspection=no \
                 --disable-silent-rules
 
 livecheck.type  regex

Added: users/devans/dports/devel/libdmapsharing/files/patch-configure.ac.diff
===================================================================
--- users/devans/dports/devel/libdmapsharing/files/patch-configure.ac.diff	                        (rev 0)
+++ users/devans/dports/devel/libdmapsharing/files/patch-configure.ac.diff	2014-05-22 10:05:53 UTC (rev 120300)
@@ -0,0 +1,20 @@
+--- configure.ac.orig	2014-05-22 01:50:24.000000000 -0700
++++ configure.ac	2014-05-22 01:52:18.000000000 -0700
+@@ -339,12 +339,15 @@
+ AC_SUBST(GSTREAMERAPP_LIBS)
+ 
+ AM_PROG_VALAC([0.11.4])
++VALAC=no
+ AM_CONDITIONAL(HAVE_VALAC, test -x "$VALAC")
+ 
+ AC_PATH_PROG(VALA_GEN_INTROSPECT, vala-gen-introspect)
+ AC_PATH_PROG(VAPIGEN, vapigen)
+-AM_CONDITIONAL(BUILD_VAPI, test -n "$VALA_GEN_INTROSPECT" -a -n "$VAPIGEN")
+-if test -n "$BUILD_VAPI" ; then
++dnl AM_CONDITIONAL(BUILD_VAPI, test -n "$VALA_GEN_INTROSPECT" -a -n "$VAPIGEN")
++BUILD_VAPI=no
++AM_CONDITIONAL(BUILD_VAPI, test x"$BUILD_VAPI" = "xyes")
++if test x"$BUILD_VAPI" = "xno" ; then
+ 	AC_WARN([will not build vapi])
+ fi
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140522/9ca622d8/attachment-0001.html>


More information about the macports-changes mailing list