[148136] trunk/dports/net/rygel

devans at macports.org devans at macports.org
Wed Apr 27 14:04:47 PDT 2016


Revision: 148136
          https://trac.macports.org/changeset/148136
Author:   devans at macports.org
Date:     2016-04-27 14:04:47 -0700 (Wed, 27 Apr 2016)
Log Message:
-----------
rygel: no longer uses intltool, gnome-common so just use autoreconf to reconfigure rather than upstream autogen.sh.

Modified Paths:
--------------
    trunk/dports/net/rygel/Portfile

Removed Paths:
-------------
    trunk/dports/net/rygel/files/autogen.sh

Property Changed:
----------------
    trunk/dports/net/rygel/


Property changes on: trunk/dports/net/rygel
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/net/rygel:113175-147772
/users/devans/GNOME-3/unstable/dports/net/rygel:116416-118154,121463-125933,128864-134601,136856-140541,145538-147206
   + /users/devans/GNOME-3/stable/dports/net/rygel:113175-148135
/users/devans/GNOME-3/unstable/dports/net/rygel:116416-118154,121463-125933,128864-134601,136856-140541,145538-147206,148134

Modified: trunk/dports/net/rygel/Portfile
===================================================================
--- trunk/dports/net/rygel/Portfile	2016-04-27 21:01:33 UTC (rev 148135)
+++ trunk/dports/net/rygel/Portfile	2016-04-27 21:04:47 UTC (rev 148136)
@@ -24,11 +24,6 @@
                     sha256  f4e188008f450c40d79bd5bb41c53c2db97301183dce414ef83eeb80f445c376
 
 depends_build       port:pkgconfig \
-                    port:intltool \
-                    port:gnome-common \
-                    port:autoconf \
-                    port:automake \
-                    port:libtool \
                     port:gsed
 
 depends_lib         port:desktop-file-utils \
@@ -55,14 +50,9 @@
 
 patchfiles          patch-gsed.diff
 
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-post-patch {
-    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
-
-configure.cmd       ./autogen.sh
-
 configure.args      --disable-silent-rules \
                     --enable-tracker-plugin=no
 

Deleted: trunk/dports/net/rygel/files/autogen.sh
===================================================================
--- trunk/dports/net/rygel/files/autogen.sh	2016-04-27 21:01:33 UTC (rev 148135)
+++ trunk/dports/net/rygel/files/autogen.sh	2016-04-27 21:04:47 UTC (rev 148136)
@@ -1,49 +0,0 @@
-#! /bin/sh
-
-# Copyright (C) 2010 Zeeshan Ali (Khattak) <zeeshanak at gnome.org>.
-# Copyright (C) 2011 Jens Georg <mail at jensge.org>.
-# Copyright (C) 2012 Openismus GmbH.
-#
-# Author: Zeeshan Ali (Khattak) <zeeshanak at gnome.org>
-#         Jens Georg <mail at jensge.org>
-#         Murray Cumming <murrayc at openismus.com>
-#
-# This file is part of Rygel.
-#
-# Rygel is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# Rygel is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME git"
-    exit 1
-}
-
-DEFAULT_ARGS="--enable-vala --enable-maintainer-mode  --enable-debug  --enable-example-plugins --enable-mediathek-plugin --enable-gst-launch-plugin --disable-strict-valac"
-
-mkdir -p m4
-
-if [ "x$1" = "xdevel" ]; then
-    DEFAULT_ARGS="$DEFAULT_ARGS --enable-uninstalled --enable-debug --disable-apidocs"
-    shift
-elif [ "x$1" = "xrelease" ]; then
-    DEFAULT_ARGS="$DEFAULT_ARGS --enable-apidocs --disable-debug"
-    shift
-fi
-
-# require automake 1.11 for vala support
-REQUIRED_AUTOMAKE_VERSION=1.11 \
-REQUIRED_AUTOCONF_VERSION=2.64 \
-REQUIRED_LIBTOOL_VERSION=2.2.6 \
-REQUIRED_INTLTOOL_VERSION=0.40.0 \
-bash gnome-autogen.sh $DEFAULT_ARGS "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160427/91edf995/attachment.html>


More information about the macports-changes mailing list