[151966] users/devans/GNOME-3/stable/dports/gnome/gitg

devans at macports.org devans at macports.org
Thu Aug 25 10:37:17 PDT 2016


Revision: 151966
          https://trac.macports.org/changeset/151966
Author:   devans at macports.org
Date:     2016-08-25 10:37:17 -0700 (Thu, 25 Aug 2016)
Log Message:
-----------
GNOME-3/stable: gitg, blacklist compilers that do not support C11 redefinition of typedefs.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-3.14.0

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gitg/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gitg
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/gnome/gitg:119981-140899
/users/devans/GNOME-3/unstable/dports/gnome/gitg:122645-125934,141712-147190
   + /trunk/dports/gnome/gitg:119981-151965
/users/devans/GNOME-3/unstable/dports/gnome/gitg:122645-125934,141712-147190

Modified: users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile	2016-08-25 17:34:19 UTC (rev 151965)
+++ users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile	2016-08-25 17:37:17 UTC (rev 151966)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           active_variants 1.1
+PortGroup           compiler_blacklist_versions 1.0
 PortGroup           gobject_introspection 1.0
 
 name                gitg
@@ -58,6 +59,13 @@
 
 configure.cmd       ./autogen.sh
 
+# blacklist compilers that do not support C11 redefinition of typedefs
+# redefinition of typedef 'GgitRef' at libgit2-glib/ggit-ref.h:33
+# redefinition of typedef 'GgitCloneOptions' at libgit2-glib/ggit-clone-options.h:34
+# redefinition of typedef 'GgitCommit' at libgit2-glib/ggit-commit.h:37
+# redefinition of typedef 'GgitRemote' at libgit2-glib/ggit-remote.h:34
+compiler.blacklist  *gcc* {clang < 300}
+
 configure.args      --enable-compile-warnings=no \
                     --disable-schemas-compile \
                     --disable-silent-rules

Deleted: users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-3.14.0
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-3.14.0	2016-08-25 17:34:19 UTC (rev 151965)
+++ users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-3.14.0	2016-08-25 17:37:17 UTC (rev 151966)
@@ -1,63 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
-# $Id: Portfile 122681 2014-07-26 17:14:44Z devans at macports.org $
-
-PortSystem          1.0
-
-name                gitg
-version             3.14.0
-license             GPL-2
-set branch          [join [lrange [split ${version} .] 0 1] .]
-description         GNOME git repository viewer.
-long_description    gitg is a fast git repository browser. It currently features: \
-                    * Loading large repositories very fast \
-                    * Show/browse repository history \
-                    * Show highlighted revision diff \
-                    * Browse file tree of a revision and export by drag and drop \
-                    * Search in the revision history on subject, author or hash \
-                    * Switch between history view of branches easily \
-                    * Commit view providing per hunk stage/unstage and commit
-
-maintainers         juanrgar devans openmaintainer
-categories          gnome devel
-platforms           darwin
-homepage            http://www.gnome.org/
-master_sites        gnome:sources/${name}/${branch}/
-
-use_xz              yes
-
-checksums           rmd160  a118f3872487903bfcd8b7b8a25ee6a6e28e1e3e \
-                    sha256  8e45a7198896eedd829a20ff8de437a08869d30005638114ca87abd42ffea11b
-
-depends_build       port:pkgconfig \
-                    port:intltool \
-                    port:gnome-common \
-                    port:autoconf \
-                    port:automake \
-                    port:libtool
-
-depends_lib         port:desktop-file-utils \
-                    port:gtk3 \
-                    port:gtksourceview3 \
-                    port:json-glib \
-                    port:libgit2-glib \
-                    port:libgee \
-                    port:gsettings-desktop-schemas \
-                    port:dbus
-
-depends_run         port:gnome-settings-daemon
-
-# reconfigure with our intltool.m4 using autogen.sh
-
-configure.cmd       ./autogen.sh
-
-configure.args      --enable-compile-warnings=no \
-                    --disable-schemas-compile \
-                    --disable-silent-rules
-
-post-activate {
-    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
-    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
-}
-
-livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160825/bc209656/attachment.html>


More information about the macports-changes mailing list