aboutsummaryrefslogtreecommitdiff
path: root/devel/ace+tao
Commit message (Collapse)AuthorAgeFilesLines
* - NOT_FOR_ARCH=sparc64 (linker error)Sergey Matveychuk2005-02-041-1/+4
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=128020
* - Mark port NOT_FOR_ARCH=alpha because of segment overflow on linkingSergey Matveychuk2005-01-252-9/+5
| | | | | | | | | | - While I'm here: remove comments modification from patch-ae Reported by: kris via pointyhat Submittet by: Alex Vasylenko <lxv(at)omut.org> Notes: svn path=/head/; revision=127297
* - The code is 64 bit clean nowSergey Matveychuk2005-01-202-3/+9
| | | | | | | | | - Add a little patch for TAO Submitted by: Alex Vasylenko <lxv(at)omut.org> Notes: svn path=/head/; revision=126970
* - Fix installSergey Matveychuk2004-12-251-2/+2
| | | | | | | Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=125116
* - Install config-freebsd.h, which is included from ace/config.hSergey Matveychuk2004-12-222-0/+2
| | | | | | | | PR: ports/75385 Submitted by: Dryice Liu <dryice(at)liu.com.cn> Notes: svn path=/head/; revision=124831
* - Update to 5.4.2+1.4.2Sergey Matveychuk2004-12-0710-1170/+994
| | | | | | | Submitted by: Craig Rodrigues <rodrigc(at)crodrigues.org> Notes: svn path=/head/; revision=123396
* ACE builds fine with gcc 3.4. So build only ACE, not TAO.Sergey Matveychuk2004-08-191-6/+11
| | | | | | | Noticed by: Barney Wolff <barney@databus.com> Notes: svn path=/head/; revision=116717
* Mark broken while I have no work around for gcc 3.4 buildSergey Matveychuk2004-08-101-0/+4
| | | | Notes: svn path=/head/; revision=115799
* Fix pkg-plistSergey Matveychuk2004-07-141-1/+1
| | | | | | | | | | PR: ports/69051 Submitted by: Konstantin Oznobihin <bork@rsu.ru> Reviewed by: sem (maintainer) Approved by: krion (mentor) (implicit) Notes: svn path=/head/; revision=113652
* Change email address for my ports.Sergey Matveychuk2004-07-071-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=113155
* - Update to version 5.4.1Kirill Ponomarev2004-04-196-40/+136
| | | | | | | | PR: ports/65138 Submitted by: maintainer Notes: svn path=/head/; revision=107586
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* - Use more right way to link libraryKirill Ponomarev2004-03-061-3/+4
| | | | | | | | PR: ports/63820 Submitted by: maintainer Notes: svn path=/head/; revision=103092
* Flip the sense of the supported architecture list since we only have oneKris Kennaway2004-02-251-1/+1
| | | | | | | 32-bit platform Notes: svn path=/head/; revision=102056
* alpha is also a 64-bit environment (add to NOT_FOR_ARCHS)Kris Kennaway2004-02-231-1/+1
| | | | Notes: svn path=/head/; revision=101905
* - Utilize NOT_FOR_ARCHS (Code is not 64-bit clean yet. SoKirill Ponomarev2004-02-051-0/+3
| | | | | | | | | | disable all 64-bit archs) PR: ports/62327 Submitted by: maintainer Notes: svn path=/head/; revision=100070
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Fix installation of header filesPav Lucistnik2004-01-192-2256/+2331
| | | | | | | | | | - Bump portrevision PR: ports/61489 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=98531
* - Update to 5.4.0Clement Laforet2004-01-166-126/+169
| | | | | | | | | | | | - Use %%TAO_VERSION%% in pkg-plist - Fix CONFLICTS PR: 61437 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98345
* - install libs with version numpersKirill Ponomarev2004-01-102-4/+87
| | | | | | | | | | | - use common DISTNAME with a slave port - USE_PERL5_BUILD instead of just USE_PERL5 PR: 61160 Submitted by: maintainer Notes: svn path=/head/; revision=97855
* - Change CONFLICTS= with CONFLICTS?= for slave portKirill Ponomarev2004-01-073-7/+6
| | | | | | | | | | - Change DISTNAME for new tarball name PR: 61003 Submitted by: maintainer Notes: svn path=/head/; revision=97561
* - Allow some Makefile variables to be overriden by slave port(s)Sergei Kolobov2004-01-061-6/+7
| | | | | | | | | | - Remove maintainer's URL from MASTER_SITES PR: 60962 Submitted by: maintainer Notes: svn path=/head/; revision=97444
* Add ace+tao ,Kirill Ponomarev2003-12-2713-0/+6031
The ADAPTIVE Communication Environment (ACE) is an object-oriented (OO) toolkit that implements fundamental design patterns for communication software. ACE provides a rich set of reusable C++ wrappers and frameworks that perform common communication software tasks across a range of OS platforms. TAO is a freely available, open-source implementation of a CORBA 2.x-compliant ORB that supports real-time extensions. WWW: http://www.cs.wustl.edu/~schmidt/ACE.html WWW: http://www.cs.wustl.edu/~schmidt/TAO.html PR: 60634 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=96710