aboutsummaryrefslogtreecommitdiff
path: root/devel/orbitcpp
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Convert devel to USES=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316333
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Add a patch to fix the build with clang.Koop Mast2012-07-131-0/+20
| | | | | | | | PR: ports/169618 Submitted by: pawel@ Notes: svn path=/head/; revision=300850
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removeMarcelo Araujo2009-02-021-2/+1
| | | | | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav) Notes: svn path=/head/; revision=227416
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Withdraw BROKEN after ORBit2 fix.Alexander Nedotsukov2007-04-231-8/+3
| | | | | | | - Use ltverhack. Notes: svn path=/head/; revision=190689
* BROKEN on 7.0: Segfault during buildKris Kennaway2007-04-211-1/+7
| | | | Notes: svn path=/head/; revision=190578
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176401
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* 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