summaryrefslogtreecommitdiff
path: root/devel/orbitcpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Update to 1.3.9Alexander Nedotsukov2004-05-198-87/+20
| | | | | | | - Use lthack Notes: svn path=/head/; revision=109483
* Add support for sequences of TypeCode's to unbreak libbonobommAlexander Nedotsukov2004-04-194-1/+60
| | | | | | | | | build. Obtained from: GNOME CVS Notes: svn path=/head/; revision=107531
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 1.3.8Alexander Nedotsukov2003-11-187-78/+15
| | | | Notes: svn path=/head/; revision=94268
* Update to 1.3.7Alexander Nedotsukov2003-08-258-56/+28
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=87695
* Fix some other build problems with GCC 3.3.1. Since these patches affectJoe Marcus Clarke2003-07-234-3/+72
| | | | | | | | | headers used by dependents, bump PORTREVISION. Submitted by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=85409
* Fix build with GCC 3.3.1.Joe Marcus Clarke2003-07-231-0/+10
| | | | | | | Submitted by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=85406
* Fix problems with g++-2.9x and virtual interfaces.Joe Marcus Clarke2003-06-203-1/+23
| | | | | | | | Submitted by: Alexander Nedotsukov <bland@mail.ru> Obtained from: Bowie Owens <bowie@owens.csiro.au> Notes: svn path=/head/; revision=83368
* * Remove the need for X, and instal this port in ${LOCALBASE}Joe Marcus Clarke2003-06-192-2/+4
| | | | | | | | | * Correct the plist to include the ORBit backends Submitted by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=83327
* Update to 1.3.6, shlib bump, utilize USE_GNOME, and make gnome@Adam Weinberger2003-06-163-7/+6
| | | | | | | the maintainer. Notes: svn path=/head/; revision=83114
* Update to version 1.3.5Christian Weisgerber2003-04-257-1115/+61
| | | | | | | | PR: 51050 Submitted by: Ports Fury Notes: svn path=/head/; revision=79645
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Fix build in -current and unmark broken.Patrick Li2002-12-153-2/+1046
| | | | | | | | PR: ports/46081 Submitted by: Juha Liukkonen <jml@cubical.fi> Notes: svn path=/head/; revision=71651
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-2/+3
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-151-1/+2
| | | | Notes: svn path=/head/; revision=63003
* BROKEN: Does not buildKris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59397
* Update to 0.30.4Ade Lovett2002-03-125-30/+12
| | | | | | | | PR: 35787 Submitted by: Ports Fury Notes: svn path=/head/; revision=55912
* First round of auto* cleanups:Will Andrews2002-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/ Notes: svn path=/head/; revision=52646
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* - Add patch-Makefile.buildvars to add ${LOCALBASE}/include to INCLUDEDIRSJohann Visagie2001-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. Notes: svn path=/head/; revision=50040
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-1/+11
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Add orbitcpp-0.30.1, C++ bindings for ORBit, a CORBA 2.2-compliant ORBPete Fritchman2001-10-297-0/+97
PR: 30232 Submitted by: Thomas Hentschel <bsd@hentschel.net> Notes: svn path=/head/; revision=49318