aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit
Commit message (Collapse)AuthorAgeFilesLines
* Doesn't require gmake.Jeremy Messenger2011-03-131-1/+0
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=270806
* Fix the build with gmake-3.82. The upstream has forgotten to delete theJeremy Messenger2011-03-121-0/+19
| | | | | | | | | | | '@GT_YES@' in the popt/intl/Makefile.in as there is nothing in configure to replace the 'popt/intl/Makefile.in'. Reported by: pointyhat-exp with gmake 3.82 (linimon) Tested with: ade's gmake 3.82 patch on devel/gmake only Notes: svn path=/head/; revision=270744
* Fix the build now that -I- is obsolete.Joe Marcus Clarke2010-11-291-4/+22
| | | | Notes: svn path=/head/; revision=265346
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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
* - Fix after objformat removalPav Lucistnik2007-02-021-0/+1
| | | | Notes: svn path=/head/; revision=183953
* Don't default to a.out ABIKris Kennaway2007-01-301-5/+11
| | | | Notes: svn path=/head/; revision=183677
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176401
* Remove CONFLICTS with ORBacus; the devel/ORBacus was removed back in 2004.Jeremy Messenger2006-05-161-2/+0
| | | | Notes: svn path=/head/; revision=162517
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+7
| | | | | | | 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
* 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
* - 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
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Add a CONFLICT on ORBacus.Joe Marcus Clarke2003-10-111-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90824
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* * Use INFOJoe Marcus Clarke2003-08-172-6/+4
| | | | | | | * Use gnometarget Notes: svn path=/head/; revision=87108
* Utilize USE_GNOME= pkgconfig.Adam Weinberger2003-06-161-2/+0
| | | | Notes: svn path=/head/; revision=83119
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Convert to USE_GNOMENG.Maxim Sobolev2002-07-041-1/+2
| | | | Notes: svn path=/head/; revision=62434
* Fix a patching problem.Joe Marcus Clarke2002-06-072-21/+6
| | | | | | | PR: 39014 Notes: svn path=/head/; revision=60812
* Update to 0.5.17.Maxim Sobolev2002-06-079-116/+61
| | | | Notes: svn path=/head/; revision=60796
* Update to 0.5.16.Maxim Sobolev2002-05-282-3/+2
| | | | Notes: svn path=/head/; revision=60204
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Update to 0.5.15.Maxim Sobolev2002-03-253-28/+27
| | | | Notes: svn path=/head/; revision=56645
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to 0.5.14.Maxim Sobolev2002-03-128-162/+111
| | | | Notes: svn path=/head/; revision=55950
* Don't create compatibility symlinks, which might get in the way of the GNOME2.Maxim Sobolev2002-02-152-17/+1
| | | | | | | Tested by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54762
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53952
* Prevent libc from linking in explicitly. Bump PORTREVISION.Maxim Sobolev2002-01-243-27/+27
| | | | Notes: svn path=/head/; revision=53686
* Add -I${PREFIX}/include into output of orbit-config script, because it'sMaxim Sobolev2002-01-222-3/+7
| | | | | | | | | necessary for ports in order to find libIDL includes. Submitted by: vanilla Notes: svn path=/head/; revision=53546
* Update to 0.5.13.Maxim Sobolev2002-01-134-27/+24
| | | | Notes: svn path=/head/; revision=53017
* 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
* Update to 0.5.12.Maxim Sobolev2001-11-092-3/+2
| | | | Notes: svn path=/head/; revision=49883
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-313-7/+37
| | | | | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury Notes: svn path=/head/; revision=49418
* Correct PORTREVISION - in my last commit instead of updating it to 5 I'veMaxim Sobolev2001-10-301-1/+1
| | | | | | | | | | erroneously decreased it to 2. Submitted by: Joe Clarke <marcus@marcuscom.com> Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=49359
* Huh, finally implement writev(2) wrapper that actually works. Boys, never everMaxim Sobolev2001-10-296-20/+241
| | | | | | | | | | | | try to use writev(2) in a non-blocking mode, especially on sockets. Not only this makes handling of EAGAIN rather weird, but in the case of sockets makes your code subject of a ENOBUFS, which is absolutely unclear how to handle properly. *sigh* Bump PORTREVISION. Notes: svn path=/head/; revision=49333
* Undo the last commit. For not clear yet reasons it drives oaf crazy.Maxim Sobolev2001-10-296-235/+20
| | | | Notes: svn path=/head/; revision=49320
* Reimplement fix for an imcompatibility between ORBit and FreeBSD properly.Maxim Sobolev2001-10-296-20/+235
| | | | | | | | | | Instead of replacing writev(2) with loop based on write(2), test system limit on the number of vectors writev(2) accepts and split call to writev(2) to several calls in such a way that number of vectors in each call doesn't exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION. Notes: svn path=/head/; revision=49315
* Fix a rather weird incompatibility between ORBit and FreeBSD. It appears thatMaxim Sobolev2001-10-262-1/+25
| | | | | | | | | | | | | | | | FreeBSD's writev(2) implementation is rather unreliable when large number of vectors is submitted - it returns EINVAL despite the fact that all arguments are pretty valid. This caused serious problems with GNOME's oaf and prevented Nautilus from working properly. The problem disappeared when I've replaced writev(2) call with appropriate loop based around ordinary write(2). Perhaps this should be investigated and the real source of the problem fixed instead, but I do not have a time for this right now. For those who interested I'm ready to provide a step-by step instruction on how to reproduce the bug. Special thanks to: andersca @ nautilus#irc.gnome.org Notes: svn path=/head/; revision=49218
* Replace call to `glib-config' in libIDL-config script with the actual name ofMaxim Sobolev2001-10-222-0/+19
| | | | | | | the script on FreeBSD (glib12-config). Notes: svn path=/head/; revision=49058