aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to theWill Andrews2002-06-154-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com> Notes: svn path=/head/; revision=61318
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.Joe Marcus Clarke2002-06-1526-39/+43
| | | | Notes: svn path=/head/; revision=61311
* Fix another problem in the pkgconfig files for these ports. After runningJoe Marcus Clarke2002-06-142-4/+5
| | | | | | | | | a build of xscreensaver and xscreensaver-gnome, everything looks good. Reported by: dougb Notes: svn path=/head/; revision=61243
* Correct the name of the gdk library in the gdk pkgconfig file. This should getJoe Marcus Clarke2002-06-132-1/+10
| | | | | | | | | | xscreensaver building correctly without needing to delete pkgconfig. Bump PORTREVISION. Reported by: many Notes: svn path=/head/; revision=61237
* Don't bother to build tests which aren't installed anyway.Maxim Sobolev2002-06-131-0/+14
| | | | Notes: svn path=/head/; revision=61224
* Update to the latest GNOME 2 snapshot.Joe Marcus Clarke2002-06-129-11/+14
| | | | Notes: svn path=/head/; revision=61139
* Update to the latest GNOME 2 snapshot. This will be done it two parts.Joe Marcus Clarke2002-06-1122-81/+89
| | | | | | | | This first part is the GNOME 2 API. The next part will contain the desktop components. Notes: svn path=/head/; revision=61095
* Actually patch the correct file. You can't patch C++ files in the gtk--Joe Marcus Clarke2002-06-118-46/+34
| | | | | | | subdir since they are generated at build-time. Notes: svn path=/head/; revision=61088
* Correct gtk+/glib libraries names in .pc files.Maxim Sobolev2002-06-102-1/+13
| | | | | | | Submitted by: alfred Notes: svn path=/head/; revision=61059
* Fix a build problem on -CURRENT.Joe Marcus Clarke2002-06-096-0/+78
| | | | | | | Submitted by: petef Notes: svn path=/head/; revision=60993
* - Update to gtoolkit-0.9.5Dirk Meyer2002-06-072-2/+2
| | | | Notes: svn path=/head/; revision=60788
* - Take MaintainershipDirk Meyer2002-06-073-9/+13
| | | | | | | - use defined dirs consistently in each makefile Notes: svn path=/head/; revision=60784
* Set Miguel Mendez' ports loose. Look out, world!Trevor Johnson2002-06-071-1/+1
| | | | | | | | | | | I would like to try maintaining the acroread5 one, so I pre-snarfed it. :-P PR: 38978 Submitted by: Miguel Mendez (outgoing maintainer) Notes: svn path=/head/; revision=60760
* New Port: GToolKitDirk Meyer2002-06-066-0/+200
| | | | | | | | | | | | | | | | | | | GToolKit is a (relatively) small library that implements a simple and easy to use Objective-C interface to the GTK+ widget set. Well, the library in itself does not do very much, of course. It just allows you to write your favourite program in my favourite programming language - Fix dependencies and missing defines - do configure in configure step - make portlint happy - use variables in plist - honor it does install in Local, not in System PR: 33843 Submitted by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=60681
* add viewklass 0.52Ying-Chieh Liao2002-06-047-0/+126
| | | | | | | C++ Framework for Motif Notes: svn path=/head/; revision=60605
* Reset maintainership to ports@. Thanks for your work on these, Jeremy!Pete Fritchman2002-06-041-1/+1
| | | | | | | | PR: 38874 Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer) Notes: svn path=/head/; revision=60564
* Update the Ruby/GNOME suite to 0.28.Akinori MUSHA2002-06-034-64/+2
| | | | Notes: svn path=/head/; revision=60524
* Make gail use X prefix. Bump PORTREVISION as this is required for glade2Joe Marcus Clarke2002-06-031-0/+2
| | | | | | | to work. Notes: svn path=/head/; revision=60513
* Update to 2.0.3.Joe Marcus Clarke2002-06-018-44/+46
| | | | | | | | | | This is a set of commits for GTK+-2.0 and friends to support freetype2-2.1.0. PR: 38796 Notes: svn path=/head/; revision=60440
* Update to 1.0.2.Joe Marcus Clarke2002-06-012-5/+4
| | | | | | | | | | This is a set of commits for GTK+-2.0 and friends to support freetype2-2.1.0. PR: 38796 Notes: svn path=/head/; revision=60439
* Fix CFLAGS complience. No optimizations at all was used before...Mikhail Teterin2002-05-311-0/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=60385
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.Joe Marcus Clarke2002-05-2821-24/+26
| | | | Notes: svn path=/head/; revision=60202
* Remove open-motif-devel, most totally misuderstand what it is.David E. O'Brien2002-05-281-1/+0
| | | | Notes: svn path=/head/; revision=60157
* Remove this port -- people totally misunderstand what it is.David E. O'Brien2002-05-284-55/+0
| | | | Notes: svn path=/head/; revision=60156
* Generate packing list.Trevor Johnson2002-05-262-86/+24
| | | | Notes: svn path=/head/; revision=60032
* Update to 1.3.1.Trevor Johnson2002-05-262-2/+2
| | | | Notes: svn path=/head/; revision=60028
* Add bwidget-1.3.1Kris Kennaway2002-05-256-0/+208
| | | | | | | | | | | | | | | | The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using native Tcl/Tk 8.x namespaces. The BWidgets have a professional look&feel as in other well known Toolkits (Tix or Incr Widgets), but the concept is radically different because everything is pure Tcl/Tk. No platform dependencies, and no compiling required. The code is 100% Pure Tcl/Tk. Submitted by: Alexander N. Kabaev <ak03@gte.com> PR: ports/34417 Notes: svn path=/head/; revision=59973
* Update to 0.40Patrick Li2002-05-252-3/+3
| | | | | | | | | | Give maintainership to submitter PR: 38519 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=59960
* Make gtk-engines play nice with gtk-engines2.Joe Marcus Clarke2002-05-241-2/+2
| | | | Notes: svn path=/head/; revision=59924
* Add gtk-engines2 after repo copy from gtk-engines. Gtk-engines is the themeJoe Marcus Clarke2002-05-239-207/+40
| | | | | | | engine for GTK+-2.0. Notes: svn path=/head/; revision=59807
* Update to 1.05Patrick Li2002-05-224-9/+38
| | | | | | | | PR: 37819 Submitted by: maintainer Notes: svn path=/head/; revision=59741
* Update eel2 to version 1.1.14 after a repo-copy from ports/x11-toolkits/eelMaxim Sobolev2002-05-206-165/+114
| | | | | | | and connect it to the build. Notes: svn path=/head/; revision=59541
* Restore entries removed by accident to unbreak fox-xunicode.Akinori MUSHA2002-05-205-2/+8
| | | | Notes: svn path=/head/; revision=59531
* BROKEN: Left behind by the recent fox updateKris Kennaway2002-05-201-0/+2
| | | | Notes: svn path=/head/; revision=59509
* Back to betas...Update to GNOME 2.0 beta 5.Joe Marcus Clarke2002-05-1920-73/+33
| | | | Notes: svn path=/head/; revision=59482
* GNU m4 is gm4 not just m4. This fixes a hang when building gnome-- on a systemJoe Marcus Clarke2002-05-181-1/+1
| | | | | | | | | without GNU m4. PR: 37307 Notes: svn path=/head/; revision=59447
* mastersite has moved.SADA Kenji2002-05-171-2/+5
| | | | | | | | PR: ports/37101 Submitted by: maintainer Notes: svn path=/head/; revision=59351
* Update to 1.0.11.Akinori MUSHA2002-05-168-16/+8
| | | | Notes: svn path=/head/; revision=59246
* Remove lib/libsspkg.sa.1 from plist since we don't build it.Kris Kennaway2002-05-151-1/+0
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=59213
* Fix building on -currentDavid W. Chapman Jr.2002-05-151-15/+36
| | | | | | | | PR: 37987 Submitted by: Oliver Braun Notes: svn path=/head/; revision=59196
* Update to 20020509 (version in GNOME2 RC2) after a repo-copies fromMaxim Sobolev2002-05-144-69/+26
| | | | | | | lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish. Notes: svn path=/head/; revision=59114
* Revert debugging building option: no-debug is default unlessMario Sergio Fujikawa Ferreira2002-05-144-4/+4
| | | | | | | | | | WITH_DEBUG Submitted by: Alan E <ports@geeksrus.net> Approved by: will Notes: svn path=/head/; revision=59089
* Fix up the pkg-{descr|comment} to relfect reality, and avoid confusionJoe Marcus Clarke2002-05-135-5/+5
| | | | | | | | | for software developers. Submitted by: Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se> Notes: svn path=/head/; revision=59016
* Bring the pkg-descr in sync with reality.Joe Marcus Clarke2002-05-132-4/+8
| | | | | | | Submitted by: Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se> Notes: svn path=/head/; revision=58992
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-05-1211-11/+11
| | | | Notes: svn path=/head/; revision=58959
* The previous Makefile revision contained a partial upgrade to a newerKris Kennaway2002-05-111-3/+3
| | | | | | | | | | version of open-motif, but the distfile has apparently moved and is no longer fetchable. Revert to the old version. Pointy hat to: motminh Notes: svn path=/head/; revision=58900
* Fix conflict with mozilla-headers. Bump PORTREVISION for package change.Will Andrews2002-05-108-28/+28
| | | | | | | | | PR: 37881 Reported by: Chris Knight <chris@aims.com.au> Submitted by: Alan Eldridge <alane@geeksrus.net> Notes: svn path=/head/; revision=58860
* Link the library with -lX11 -ltk82 so that the tix library can be loadedJean-Marc Zucconi2002-05-102-4/+5
| | | | | | | | | safely from a tk program. Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=58825
* - Set soname for libtk84.soDirk Meyer2002-05-0911-28/+75
| | | | | | | | | - Add pkgIndex.tcl submitted by doconnor@gsoft.com.au so "package require Tk" is now supported. - Add pkgIndex.tcl for tk83 and tk84 Notes: svn path=/head/; revision=58814
* Follow tcl/tk and install files in $PREFIX/lib instead of $PREFIX/share. ThisJean-Marc Zucconi2002-05-084-258/+241
| | | | | | | | | allows Tcl to find Tix if you do 'package require' Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=58765