aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* To ports@freebsd.org.David E. O'Brien2002-05-081-4/+4
| | | | Notes: svn path=/head/; revision=58737
* Add a patch I forgot yesterday to rename libqt -> libqt1Kris Kennaway2002-05-051-4/+7
| | | | | | | | Noticed by: Tilman Linneweh <tilman@arved.de> Pointy hat to: kris Notes: svn path=/head/; revision=58599
* Add back the qt145 port and support for qt-1.x. This should notKris Kennaway2002-05-0511-0/+1193
| | | | | | | | | | have been removed because it was not broken and a lot of working ports depended on it. The qt145 port now installs files named *qt1* instead of *qt* so it does not conflict with the other qt versions. Notes: svn path=/head/; revision=58580
* Update to 1.116.1.Joe Marcus Clarke2002-05-043-30/+4
| | | | Notes: svn path=/head/; revision=58550
* Update to 0.8.1.Akinori MUSHA2002-05-032-2/+2
| | | | Notes: svn path=/head/; revision=58514
* Update to GNOME 2.0 RC 1.Joe Marcus Clarke2002-05-0212-15/+14
| | | | Notes: svn path=/head/; revision=58444
* Mark BROKEN when WITH_OPENGL due to unsolved problems causing DRIMario Sergio Fujikawa Ferreira2002-05-024-0/+4
| | | | | | | | | | to fail Submitted by: Alan E <port@geeksrus.net> Approved by: will Notes: svn path=/head/; revision=58443
* - Move misc documentation into share/doc where it belongs;Maxim Sobolev2002-05-018-110/+50
| | | | | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs. Notes: svn path=/head/; revision=58418
* Fix a build problem in -stable.Joe Marcus Clarke2002-05-011-0/+20
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=58397
* Clean up the plists some.Joe Marcus Clarke2002-04-301-1/+1
| | | | | | | | | | * "Share" directories such as share/gnome, share/gnome/pixmaps, and etc/sound between both GNOME 1.4 and GNOME 2.0. * Remove some @dirrm's from gtm that were already in dependency ports. Notes: svn path=/head/; revision=58375
* Move back to share/gnome as a datadir.Joe Marcus Clarke2002-04-309-47/+51
| | | | | | | | | | | The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but the desktops will be mutually independent. That is, you will not be able to install gnomedesktop, for example, on the same machine as gnomecore. However, you will be able to install the GNOME 2.0 desktop, and use all your favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.). Notes: svn path=/head/; revision=58366
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-292-15/+3
| | | | Notes: svn path=/head/; revision=58337
* Assign PORTREVISION using `?=' instead of `=' so that slave ports canAkinori MUSHA2002-04-291-5/+5
| | | | | | | | | | | | | override it. PR: ports/34779 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (MAINTAINER of ja-{qt23,kde*2} ports) Replace `cd dir && cmd' with `cd dir ; cmd' while I'm here. Notes: svn path=/head/; revision=58318
* o Bump PORTREVISIONMario Sergio Fujikawa Ferreira2002-04-2912-64/+216
| | | | | | | | | | | | | | | | | | | o Fix configure args to match what new configure accepts o Use -qt-imgfmt-{jpeg,mng,png} to dynamically link the graphics libs into libqt-mt.so o Use image plugins (-plugin-imgfmt-{jpeg,mng,png}) if WITH_IMAGE_PLUGINS; QTDIR=/usr/X11R6 needs to be set before starting KDE if so o Use Mesa libs if WITH_OPENGL. This will result in warnings both before and after the build; the package will be called qt-opengl; a warning will be displayed via pkg-message when the package is installed Submitted by: Alan E <ports@geeksrus.net> Approved by: will Notes: svn path=/head/; revision=58287
* Use correct -soname for qtgl shared library, so that libqtgl actually works.Maxim Sobolev2002-04-271-2/+3
| | | | | | | | | | | | Previously libqtgl.so.4 was libked with soname of libqt2.so.4, so that when you link application with -lqtgl you are fine, but when you are trying to run resulting application it dies because libqt2 (which has no GL code) is dynamically linked instead. Not objected by: will Notes: svn path=/head/; revision=58224
* o Switch to official distribution distfiles instead of using speciallyMario Sergio Fujikawa Ferreira2002-04-2716-7012/+7444
| | | | | | | | | | | | | | | | tailored ones o Add patch-aa to handle current not patched distfile (it is already incorporated in repo version) o Uphold hier(7) for documentation installation o Bump PORTREVISION o Fixes sent by [1]. Coordinated by [2] Submitted by: Lauri Watts <lauri@kde.org> [1] Reviewed by: Alan E <ports@geeksrus.net> [2] Approved by: will Notes: svn path=/head/; revision=58214
* Use GNOME2 beta4 download location for all GNOME2 ports.Maxim Sobolev2002-04-264-4/+4
| | | | Notes: svn path=/head/; revision=58178
* Use USE_LIBTOOL.Maxim Sobolev2002-04-263-47/+15
| | | | Notes: svn path=/head/; revision=58177
* Install <libspi/stateset.h> include, because it's referenced fromMaxim Sobolev2002-04-262-2/+12
| | | | | | | <libspi/libspi.h>. Notes: svn path=/head/; revision=58176
* - Update to 0.8;Maxim Sobolev2002-04-265-49/+18
| | | | | | | - use USE_LIBTOOL. Notes: svn path=/head/; revision=58174
* - Update to 1.114.0 (version found in the GNOME2 beta4);Maxim Sobolev2002-04-264-50/+21
| | | | | | | - use USE_LIBTOOL. Notes: svn path=/head/; revision=58173
* - Update to 0.12.1 (version found in the GNOME2 beta4);Maxim Sobolev2002-04-266-54/+34
| | | | | | | - use USE_LIBTOOL. Notes: svn path=/head/; revision=58171
* - Update to 1.115.0 (version found in the GNOME2 beta4);Maxim Sobolev2002-04-265-50/+20
| | | | | | | - use USE_LIBTOOL. Notes: svn path=/head/; revision=58170
* - Update to 1.115.0 (version found in GNOME2 beta4);Maxim Sobolev2002-04-265-43/+19
| | | | | | | - use USE_LIBTOOL. Notes: svn path=/head/; revision=58169
* - Update to 0.13 (version found in the GNOME2 beta4);Maxim Sobolev2002-04-265-54/+23
| | | | | | | - use USE_LIBTOOL. Notes: svn path=/head/; revision=58168
* - Update to 2.0.2 (version found in the GNOME2 beta4);Maxim Sobolev2002-04-2612-134/+60
| | | | | | | - use USE_LIBTOOL. Notes: svn path=/head/; revision=58154
* Put USE_LIBTOOL back.Maxim Sobolev2002-04-256-60/+28
| | | | Notes: svn path=/head/; revision=58126
* o Fix PLIST issue for now with exec/unexec trickMario Sergio Fujikawa Ferreira2002-04-258-688/+96
| | | | | | | | | | | | | | | | | o Deal with following issue: (weird) "The following target is necessary if qt30 is installed at the time the port build is started; it is related to the Makefiles having dependencies on these (installed) .prl files." --AlanE o Bump PORTREVISION Submitted by: Alan E <alane@geeksrus.net> Requested by: too many Approved by: will Notes: svn path=/head/; revision=58122
* - Unbreak after USE_LIBTOOL change;Maxim Sobolev2002-04-255-4396/+28
| | | | | | | | | | | | | - don't build/install useless static library (useless because we want Python module, which is by definition shared object). Not only this reduces the package size and saves disk space, but also halves the time necessary to compile the port; - don't install useless .la file; - remove version number from the shared object - it doesn't serve any meaningful purpose. Notes: svn path=/head/; revision=58115
* Unbreak after PERL_CONFIGURE change.Maxim Sobolev2002-04-251-0/+14
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=58114
* Update to 0.19.2.Maxim Sobolev2002-04-246-6/+96
| | | | Notes: svn path=/head/; revision=58072
* Add libwnck, an GNOME 2.0 API for building pagers and tasklists.Joe Marcus Clarke2002-04-247-0/+127
| | | | | | | | Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=58067
* Add libzvt, the API for Zed's Virtual Terminal, the first of many componentsJoe Marcus Clarke2002-04-247-0/+102
| | | | | | | | | | of the GNOME 2.0 Desktop. Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=58065
* Use KDE mirrors, not my main site. Ugh.Will Andrews2002-04-224-4/+8
| | | | Notes: svn path=/head/; revision=58010
* Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnomeJoe Marcus Clarke2002-04-228-40/+46
| | | | | | | | | | in preparation for the GNOME 2.0 desktop. Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=58005
* Please welcome Qt3/KDE3 to our ports tree. This includes work since theWill Andrews2002-04-2141-9164/+9741
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde Notes: svn path=/head/; revision=57964
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundWill Andrews2002-04-1921-1440/+0
| | | | | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree. Notes: svn path=/head/; revision=57872
* Chase increase of libSDL version number.Maxim Sobolev2002-04-172-2/+2
| | | | Notes: svn path=/head/; revision=57807
* Use USE_PYDISTUTILS.Thomas Gellekum2002-04-171-7/+1
| | | | Notes: svn path=/head/; revision=57798
* Add libgail-gnome 0.5.0, an implementation of the ATK interfacesMaxim Sobolev2002-04-127-0/+95
| | | | | | | | | for GNOME widgets. This is the last brick in the wall called GNOME2 Development Platform. Notes: svn path=/head/; revision=57639
* Fix a resource leak in the GTK pixmap themes. Bump PORTREVISION.Joe Marcus Clarke2002-04-124-2/+150
| | | | | | | | | | | PR: 36044 37022 Submitted by: Sascha Holzleiter <sascha@root-login.org> Reviewed by: sobomax Approved by: sobomax Obtained from: gtk-engines CVS Notes: svn path=/head/; revision=57626
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-122-3/+4
| | | | | | | | | | | | | - 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
* Add at-spi 0.10.0, an Assistive Technology Service Provider Interface for GNOME.Maxim Sobolev2002-04-1212-0/+258
| | | | Notes: svn path=/head/; revision=57619
* Update checksums for Python-2.2.1.Thomas Gellekum2002-04-121-0/+2
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57618
* Add libgnomeprintui 1.112.0, gnome print support library.Maxim Sobolev2002-04-127-0/+120
| | | | Notes: svn path=/head/; revision=57611
* Update checksum for Python-2.1.3.Thomas Gellekum2002-04-111-0/+1
| | | | Notes: svn path=/head/; revision=57568
* Upgrade to 0.7008Vanilla I. Shu2002-04-1017-25/+25
| | | | Notes: svn path=/head/; revision=57519
* Set --localstatedir and --datadir to be consistent with other GNOME coreMaxim Sobolev2002-04-092-2/+5
| | | | | | | ports. Notes: svn path=/head/; revision=57500
* Fix LIB_DEPENDS.Maxim Sobolev2002-04-091-1/+1
| | | | Notes: svn path=/head/; revision=57499
* Fix excessive indentation.Maxim Sobolev2002-04-091-1/+1
| | | | Notes: svn path=/head/; revision=57498