[145536] trunk/dports/net/gupnp-av

devans at macports.org devans at macports.org
Mon Feb 8 17:26:11 PST 2016


Revision: 145536
          https://trac.macports.org/changeset/145536
Author:   devans at macports.org
Date:     2016-02-08 17:26:11 -0800 (Mon, 08 Feb 2016)
Log Message:
-----------
gupnp-av: update to version 0.12.8, disable compile warnings.

Modified Paths:
--------------
    trunk/dports/net/gupnp-av/Portfile

Added Paths:
-----------
    trunk/dports/net/gupnp-av/files/patch-m4-ax_compiler_flags_ldflags.m4.diff

Removed Paths:
-------------
    trunk/dports/net/gupnp-av/files/patch-test-Makefile.in.diff

Property Changed:
----------------
    trunk/dports/net/gupnp-av/


Property changes on: trunk/dports/net/gupnp-av
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/net/gupnp-av:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/net/gupnp-av:131889-145533

Modified: trunk/dports/net/gupnp-av/Portfile
===================================================================
--- trunk/dports/net/gupnp-av/Portfile	2016-02-09 01:25:34 UTC (rev 145535)
+++ trunk/dports/net/gupnp-av/Portfile	2016-02-09 01:26:11 UTC (rev 145536)
@@ -6,7 +6,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gupnp-av
-version             0.12.7
+version             0.12.8
 license             LGPL
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP.
@@ -21,25 +21,30 @@
 
 use_xz              yes
 
-checksums           rmd160  982717083a5e8deff29aba973bad6475df398b74 \
-                    sha256  35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8
+checksums           rmd160  9fee74068c088e90ec6e9d1c5db0f07a999dfbfd \
+                    sha256  759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c
 
 depends_build       port:pkgconfig
 
 depends_lib         port:gupnp \
                     port:vala
 
-# Remove a warning flag that earlier gcc don't know about
-patchfiles-append   patch-test-Makefile.in.diff
+patchfiles          patch-m4-ax_compiler_flags_ldflags.m4.diff
 
 gobject_introspection yes
 
+# autoreconf after patching m4 macros
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 # blacklist compilers that do not support C11
 # due to error: redefinition of typedef 'GUPnPService'
 # build fix for SL and earlier
 
 compiler.blacklist  *gcc* {clang < 300}
 
-configure.args      --disable-silent-rules
+configure.args      --disable-compile-warnings \
+                    --disable-silent-rules
 
 livecheck.type      gnome

Copied: trunk/dports/net/gupnp-av/files/patch-m4-ax_compiler_flags_ldflags.m4.diff (from rev 145533, users/devans/GNOME-3/stable/dports/net/gupnp-av/files/patch-m4-ax_compiler_flags_ldflags.m4.diff)
===================================================================
--- trunk/dports/net/gupnp-av/files/patch-m4-ax_compiler_flags_ldflags.m4.diff	                        (rev 0)
+++ trunk/dports/net/gupnp-av/files/patch-m4-ax_compiler_flags_ldflags.m4.diff	2016-02-09 01:26:11 UTC (rev 145536)
@@ -0,0 +1,10 @@
+--- m4/ax_compiler_flags_ldflags.m4.orig	2016-02-08 16:38:39.000000000 -0800
++++ m4/ax_compiler_flags_ldflags.m4	2016-02-08 16:39:04.000000000 -0800
+@@ -49,7 +49,6 @@
+ 
+     # Base flags
+     AX_APPEND_COMPILE_FLAGS([ dnl
+-        -Wl,--no-as-needed dnl
+         $3 dnl
+     ],ax_warn_ldflags_variable,[$ax_compiler_flags_test])
+ 

Deleted: trunk/dports/net/gupnp-av/files/patch-test-Makefile.in.diff
===================================================================
--- trunk/dports/net/gupnp-av/files/patch-test-Makefile.in.diff	2016-02-09 01:25:34 UTC (rev 145535)
+++ trunk/dports/net/gupnp-av/files/patch-test-Makefile.in.diff	2016-02-09 01:26:11 UTC (rev 145536)
@@ -1,11 +0,0 @@
---- tests/Makefile.in.orig	2014-06-10 04:38:35.000000000 -0700
-+++ tests/Makefile.in	2014-06-11 12:09:59.000000000 -0700
-@@ -584,7 +584,7 @@
- SUBDIRS = gtest
- common_cflags = \
- 	$(LIBGUPNP_CFLAGS) \
--	-I$(top_srcdir) -Wno-unused-parameters
-+	-I$(top_srcdir)
- 
- common_ldadd = \
- 	$(top_builddir)/libgupnp-av/libgupnp-av-1.0.la \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160208/a574c937/attachment-0001.html>


More information about the macports-changes mailing list