[153788] trunk/dports/devel/orbit

devans at macports.org devans at macports.org
Tue Oct 11 13:01:29 CEST 2016


Revision: 153788
          https://trac.macports.org/changeset/153788
Author:   devans at macports.org
Date:     2016-10-11 04:01:28 -0700 (Tue, 11 Oct 2016)
Log Message:
-----------
orbit: mark outdated GNOME 1 port obsolete, no remaining dependents, replaced by orbit2.

Modified Paths:
--------------
    trunk/dports/devel/orbit/Portfile

Removed Paths:
-------------
    trunk/dports/devel/orbit/files/

Modified: trunk/dports/devel/orbit/Portfile
===================================================================
--- trunk/dports/devel/orbit/Portfile	2016-10-11 10:48:59 UTC (rev 153787)
+++ trunk/dports/devel/orbit/Portfile	2016-10-11 11:01:28 UTC (rev 153788)
@@ -4,50 +4,10 @@
 PortSystem      1.0
 
 name            orbit
-set gname       ORBit
 version         0.5.17
-revision        4
-set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      devel
-license         {GPL-2+ LGPL}
-maintainers     nomaintainer
-description     High-performance CORBA ORB with C lang support
-long_description \
-                ORBit is a high-performance CORBA ORB with support for the C \
-                language. It allows programs to send requests and receive replies \
-                from other programs, regardless of the locations of the two \
-                programs.
-homepage        http://orbit-resource.sourceforge.net/
-master_sites    gnome:sources/${gname}/${branch}/
-platforms       darwin
+revision        5
+categories      devel gnome
 
-use_bzip2       yes
-checksums       md5 35acc6f8d49d930b566104fcceb893d3
+replaced_by     orbit2
 
-distname        ${gname}-${version}
-
-patchfiles      patch-configure patch-m4-underquoted
-
-depends_lib     port:glib1 port:gettext
-
-post-patch {
-    fs-traverse item ${worksrcpath} {
-        if {"Makefile.in" == [file tail ${item}]} {
-            reinplace -E {/--mode=/s|(\$\(CC(LD)?\))|"\1"|g} ${item}
-        }
-    }
-}
-
-configure.args  \
-    LDFLAGS="-L${prefix}/lib" \
-    CPPFLAGS="-I${prefix}/include -DHAVE_LIMITED_WRITEV \
-            -DMAX_LIMITED_IOVECS=1024" \
-    CFLAGS="-O3 -fstrict-aliasing -funroll-loops" \
-    --infodir=${prefix}/share/info
-
-# port:glib1 is not universal
-universal_variant  no
-
-livecheck.type  gnome
-livecheck.name  ${gname}
-livecheck.regex "${gname}-(\\d+(?:\\.\\d+)*)"
+PortGroup       obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161011/1287c483/attachment-0002.html>


More information about the macports-changes mailing list