aboutsummaryrefslogtreecommitdiff
path: root/devel/bonobo
Commit message (Collapse)AuthorAgeFilesLines
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-113-26/+5
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Avoid calling db2html to when installing the port, because this breaks plistMaxim Sobolev2002-05-021-1/+10
| | | | | | | | | if the user occasionally has db2html installed on his system. Submitted by: Alan E <alane@geekrus.net> Notes: svn path=/head/; revision=58460
* - Use USE_LIBTOOL;Maxim Sobolev2002-05-017-122/+138
| | | | | | | - install documentation into the correct location (bump PORTREVISION). Notes: svn path=/head/; revision=58393
* Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9Joe Marcus Clarke2002-04-241-0/+1
| | | | | | | | | | | is also installed. PR: 36401 Reported by: many Approved by: sobomax Notes: svn path=/head/; revision=58062
* GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already inMaxim Sobolev2002-04-151-1/+0
| | | | | | | LIB_DEPENDS. Notes: svn path=/head/; revision=57721
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-4/+3
| | | | | | | | | | | | | - 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 1.0.20;Maxim Sobolev2002-04-125-32/+8
| | | | | | | | | - teach it to play nicely with corresponding GNOME2 component. Submitted by: marcus Notes: svn path=/head/; revision=57608
* 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 1.0.19.Maxim Sobolev2002-01-245-44/+77
| | | | Notes: svn path=/head/; revision=53671
* Don't compile/install useless statically linked versions of shared modules.Maxim Sobolev2002-01-224-13/+40
| | | | Notes: svn path=/head/; revision=53548
* Update to 1.0.18.Maxim Sobolev2002-01-134-11/+12
| | | | Notes: svn path=/head/; revision=53018
* 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 1.0.17.Maxim Sobolev2001-11-202-2/+2
| | | | Notes: svn path=/head/; revision=50258
* Update to 1.0.15.Maxim Sobolev2001-11-093-2/+3
| | | | Notes: svn path=/head/; revision=49884
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have beenMaxim Sobolev2001-10-301-0/+14
| | | | | | | | moved aroud, so all ports that don't pay attention to an output of `gdk-pixbuf-config --cflags' need to be fixed. Notes: svn path=/head/; revision=49380
* Update to 1.0.10.Maxim Sobolev2001-10-233-3/+3
| | | | Notes: svn path=/head/; revision=49116
* Update to 1.0.9.Maxim Sobolev2001-10-092-8/+0
| | | | Notes: svn path=/head/; revision=48588
* Update to 1.0.9.Maxim Sobolev2001-10-013-170/+81
| | | | Notes: svn path=/head/; revision=48298
* Update to 1.0.8.Maxim Sobolev2001-08-214-4/+22
| | | | Notes: svn path=/head/; revision=46586
* Update to 1.0.7Dmitry Sivachenko2001-07-062-2/+2
| | | | Notes: svn path=/head/; revision=44815
* Update to 1.0.6. Due to incompatibilities between our USE_LIBTOOL hack andMaxim Sobolev2001-07-035-25/+36
| | | | | | | | newest autocrap used to generate distribution I had to remove USE_LIBTOOL and use homemade patch to get rid of those .la files. Notes: svn path=/head/; revision=44711
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2Ade Lovett2001-05-233-16/+13
| | | | | | | to make transitioning to GNOME/GTK+/GLIB a little easier. Notes: svn path=/head/; revision=42950
* Update to 1.0.4Ade Lovett2001-05-142-2/+2
| | | | Notes: svn path=/head/; revision=42604
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-043-14/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Update to 0.37Ade Lovett2001-02-153-2/+3
| | | | Notes: svn path=/head/; revision=38384
* Update to 0.36Ade Lovett2001-02-093-5/+2
| | | | Notes: svn path=/head/; revision=38148
* Update to 0.35Ade Lovett2001-02-083-22/+25
| | | | Notes: svn path=/head/; revision=38091
* Update to 0.33Ade Lovett2001-01-193-15/+20
| | | | Notes: svn path=/head/; revision=37341
* Update to 0.31Ade Lovett2001-01-053-11/+92
| | | | Notes: svn path=/head/; revision=36821
* Actutally update the distinfo file to reflect that this isAde Lovett2000-12-151-1/+1
| | | | | | | | | now version 0.30 and not 0.23 *sigh* Submitted by: David Bushong <david@bushong.net> Notes: svn path=/head/; revision=36012
* Update to 0.30 -- breaks a few things in the tree, but itsAde Lovett2000-12-152-26/+38
| | | | | | | | | definitely needed for the upcoming GNOME 1.4 Sigh. More funky release-engineering. Notes: svn path=/head/; revision=36000
* Chase new print/gnomeprint shlib versionAde Lovett2000-11-141-1/+1
| | | | Notes: svn path=/head/; revision=35143
* Update to 0.23Ade Lovett2000-10-183-5/+3
| | | | Notes: svn path=/head/; revision=33977
* Update to 0.22Ade Lovett2000-10-174-6/+10
| | | | Notes: svn path=/head/; revision=33938
* Update to 0.20 -- lots of API changesAde Lovett2000-10-105-15/+66
| | | | Notes: svn path=/head/; revision=33679
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-051-11/+2
| | | | Notes: svn path=/head/; revision=33428
* Chase new gnomeprintAde Lovett2000-09-281-1/+2
| | | | Notes: svn path=/head/; revision=33223
* Update to 0.18Ade Lovett2000-08-174-60/+16
| | | | Notes: svn path=/head/; revision=31713
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-041-1/+1
| | | | | | | Wrists slapped by: knu, sheldon Notes: svn path=/head/; revision=31320
* Update to 0.16Ade Lovett2000-08-044-126/+22
| | | | Notes: svn path=/head/; revision=31288
* Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.Ade Lovett2000-06-261-0/+1
| | | | | | | | | | This is now REQUIRED by ALL GNOMEish applications that install anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome Reminded by: bento Notes: svn path=/head/; revision=29886
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29614
* Update to 0.15, now with OAF support (gnorba is going away)Ade Lovett2000-06-014-5/+65
| | | | Notes: svn path=/head/; revision=29076
* Updates for new shared library versions in GNOME 1.2Ade Lovett2000-06-011-1/+1
| | | | Notes: svn path=/head/; revision=29057