aboutsummaryrefslogtreecommitdiffstats
path: root/devel/orbitcpp
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.3.7bland2003-08-268-56/+28
| | | | Approved by: marcus (mentor)
* Fix some other build problems with GCC 3.3.1. Since these patches affectmarcus2003-07-234-3/+72
| | | | | | headers used by dependents, bump PORTREVISION. Submitted by: Alexander Nedotsukov <bland@mail.ru>
* Fix build with GCC 3.3.1.marcus2003-07-231-0/+10
| | | | Submitted by: Alexander Nedotsukov <bland@mail.ru>
* Fix problems with g++-2.9x and virtual interfaces.marcus2003-06-203-1/+23
| | | | | Submitted by: Alexander Nedotsukov <bland@mail.ru> Obtained from: Bowie Owens <bowie@owens.csiro.au>
* * Remove the need for X, and instal this port in ${LOCALBASE}marcus2003-06-192-2/+4
| | | | | | * Correct the plist to include the ORBit backends Submitted by: Alexander Nedotsukov <bland@mail.ru>
* Update to 1.3.6, shlib bump, utilize USE_GNOME, and make gnome@adamw2003-06-173-7/+6
| | | | the maintainer.
* Update to version 1.3.5naddy2003-04-267-1115/+61
| | | | | PR: 51050 Submitted by: Ports Fury
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix build in -current and unmark broken.pat2002-12-153-2/+1046
| | | | | PR: ports/46081 Submitted by: Juha Liukkonen <jml@cubical.fi>
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-161-1/+2
|
* BROKEN: Does not buildkris2002-05-181-0/+2
|
* Update to 0.30.4ade2002-03-125-30/+12
| | | | | PR: 35787 Submitted by: Ports Fury
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* - Add patch-Makefile.buildvars to add ${LOCALBASE}/include to INCLUDEDIRSwjv2001-11-156-30/+42
| | | | | | | | | | | | (port did not build with ORBit ports >= 0.5.10). - GNU_CONFIGURE -> USE_AUTOMAKE, in order to incorporate variables from Makefile.buildvars in Makefiles. - Move removal of "test" directory from Makefile.in to Makefile.am, to accommodate the fact that we're now using automake: Remove patch-Makefile.in and add patch-Makefile.am. - Expand pkg-descr a bit. - Alphabetise pkg-plist and add directories. - Bump PORTREVISION.
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-1/+11
| | | | Submitted by: Ports Fury
* Add orbitcpp-0.30.1, C++ bindings for ORBit, a CORBA 2.2-compliant ORBpetef2001-10-297-0/+97
PR: 30232 Submitted by: Thomas Hentschel <bsd@hentschel.net>