update for orbit2
Hanspeter Niederstrasser <[email protected]> Tue, 08 Jan 2013 09:19:01 -0500
| Newsgroups | gmane.os.apple.fink.gnome |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------020200000207040001050300 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The attached info/patch files update orbit2 to the latest (last?) version 2.14.19. Changes: o -j1 is removed o All tests pass on 10.6/* and 10.7. Of note, the two bugzilla entries listed in the original .info no longer seem to be an issue. Hanspeter --------------020200000207040001050300 Content-Type: text/plain; charset=UTF-8; x-mac-type="54455854"; x-mac-creator="0"; name="orbit2.info" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="orbit2.info" Package: orbit2 Version: 2.14.19 Revision: 2 Depends: << %N-shlibs (= %v-%r), glib2-shlibs (>= 2.22.0-1), libidl2-shlibs (>= 0.8.13-2) << BuildDepends: << fink (>= 0.24.12-1), fink-package-precedence, glib2-dev (>= 2.22.0-1), gtk-doc (>= 1.13-5), libgettext8-dev, libidl2 (>= 0.8.13-2), pkgconfig (>= 0.23) << DescPackaging: << %N-dev needs modern pkgconfig because .pc uses *.private popt removed as of 2.14.2 gtk-doc moved %N -> %N-dev as of 2.14.7-2 << DescPort: << timeout.sh test patched to avoid manual intervention from user. << Replaces: %N-bin Conflicts: %N-bin Source: mirror:gnome:sources/ORBit2/2.14/ORBit2-%v.tar.bz2 Source-MD5: 7082d317a9573ab338302243082d10d1 PatchFile: %n.patch PatchFile-MD5: b1d2dd60b4791abec2c52dfc3fd05e8a SetCFLAGS: -Os ConfigureParams: --enable-dependency-tracking F77=no --enable-gtk-doc --disable-static PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH" InfoTest: << TestScript: << make check DONT_EXIT=1 || exit 2 ### many things are comiled during tests fink-package-precedence --prohibit-bdep=orbit2-dev . << << InstallScript: make install DESTDIR=%d SplitOff: << Package: %N-shlibs Depends: << glib2-shlibs (>= 2.22.0-1), libidl2-shlibs (>= 0.8.13-1) << Files: lib/libORBit*-2.*.dylib Shlibs: << %p/lib/libORBit-2.0.dylib 2.0.0 %n (>= 2.14.0-1) %p/lib/libORBit-imodule-2.0.dylib 1.0.0 %n (>= 2.8.1-1) %p/lib/libORBitCosNaming-2.0.dylib 2.0.0 %n (>= 2.14.0-1) << DocFiles: AUTHORS COPYING* ChangeLog linc2/ChangeLog:ChangeLog.linc2 MAINTAINERS NEWS README TODO << SplitOff2: << Package: %N-dev Depends: %N (= %v-%r), pkgconfig (>= 0.23) Replaces: %N (<< 2.14.7-2) BuildDependsOnly: True Files: << bin/orbit2-config include lib/libORBit*-2.* lib/pkgconfig share/aclocal share/gtk-doc share/idl << DocFiles: AUTHORS COPYING* ChangeLog linc2/ChangeLog:ChangeLog.linc2 MAINTAINERS NEWS README TODO << DocFiles: AUTHORS COPYING* ChangeLog linc2/ChangeLog:ChangeLog.linc2 MAINTAINERS NEWS README TODO Description: High-performance CORBA Object Request Broker DescDetail: << ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. You will need to install this package if you want to run programs that use the ORBit implementation of CORBA technology. << License: GPL/LGPL Maintainer: The Gnome Core Team <[email protected]> Homepage: http://projects.gnome.org/ORBit2/ --------------020200000207040001050300 Content-Type: text/plain; charset=UTF-8; x-mac-type="54455854"; x-mac-creator="0"; name="orbit2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="orbit2.patch" --- a/test/timeout.sh 2010-02-09 06:26:47.000000000 -0500 +++ b/test/timeout.sh 2013-01-08 06:27:21.000000000 -0500 @@ -17,6 +17,9 @@ Linux) killall lt-timeout-server ;; +Darwin) + killall timeout-server + ;; MINGW*) echo Please terminate timeout-server.exe in Task Manager. wait $server --------------020200000207040001050300 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 --------------020200000207040001050300 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ fink-gnome-core mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.gnome Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-gnome-core --------------020200000207040001050300--