summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.3.0. Update home page and MASTER_SITES.Trevor Johnson2002-03-103-4/+4
| | | | Notes: svn path=/head/; revision=55806
* Update to 8.4a4Dirk Meyer2002-03-075-73/+51
| | | | | | | | | | | | | - DINSTANME changed - more manpages - new demos - lib/tk%%TK_VER%%/msgs/ - new modules - fix FreeBSD build - reduce Makefile patch Notes: svn path=/head/; revision=55674
* Get distfile from MASTER_SITE_THEMES and GC defunct WWW.Maxim Sobolev2002-03-053-4/+6
| | | | | | | Submitted by: Fenner's distfiles survey Notes: svn path=/head/; revision=55576
* Update WWW.Maxim Sobolev2002-03-051-1/+1
| | | | Notes: svn path=/head/; revision=55575
* Update to 1.3.14. URGH, I donno how it missed the last GNOME 2 beta updateMaxim Sobolev2002-03-049-36/+54
| | | | | | | | | boat few weeks ago. Big pointy hat to: sobomax Notes: svn path=/head/; revision=55535
* Add gtk12-apireference 20011213, API reference for the Gimp ToolkitPete Fritchman2002-03-036-0/+233
| | | | | | | | | | for X11 GUI. PR: 32892 Submitted by: Edwin Groothuis (edwin@mavetju.org) Notes: svn path=/head/; revision=55483
* Update to 1.0.0Patrick Li2002-03-038-44/+150
| | | | | | | | PR: 35501 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55458
* Update all components of the GNOME 2.0 to the versions included into GNOMEMaxim Sobolev2002-02-275-8/+8
| | | | | | | 2.0-beta release. Notes: svn path=/head/; revision=55302
* Update to 0.11Patrick Li2002-02-252-2/+2
| | | | | | | | PR: 35311 Submitted by: maintainer Notes: svn path=/head/; revision=55243
* Remove bogus `@{exec,unexec} ldconfig' - it is added by INSTALLS_SHLIB knob.Maxim Sobolev2002-02-231-2/+0
| | | | Notes: svn path=/head/; revision=55122
* 'pkg_add -r gtk' works a *LOT* better if we actually let the system knowDavid E. O'Brien2002-02-231-0/+2
| | | | | | | the shared libraries were installed. Notes: svn path=/head/; revision=55113
* Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with anotherMaxim Sobolev2002-02-215-11/+1
| | | | | | | dependencies. Notes: svn path=/head/; revision=55029
* fix Makefile, thanks to roam@Kevin Lo2002-02-195-35/+35
| | | | Notes: svn path=/head/; revision=54917
* Fix OSVERSION, bad me. Pointed out by will.Kevin Lo2002-02-195-5/+5
| | | | Notes: svn path=/head/; revision=54878
* Add NO_QT_OBJPRELINK=yes, let -CURRENT installs smoothly.Kevin Lo2002-02-195-0/+20
| | | | | | | Approved by: will Notes: svn path=/head/; revision=54877
* Fix breakage caused by the recent removal of the compat symlinks from libglade.Maxim Sobolev2002-02-171-0/+19
| | | | | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54813
* Add gail 0.6, an implementation of the ATK interfaces for GTK+ widgets.Maxim Sobolev2002-02-178-0/+160
| | | | Notes: svn path=/head/; revision=54810
* Update to 0.10Patrick Li2002-02-172-2/+2
| | | | | | | | PR: 35027 Submitted by: maintainer Notes: svn path=/head/; revision=54794
* Third try to fix problem with libglade2 properly...Maxim Sobolev2002-02-146-6/+6
| | | | Notes: svn path=/head/; revision=54695
* Use different fix for a problem with libglade2 - one which doesn't break gtk13Maxim Sobolev2002-02-149-63/+30
| | | | | | | itself. Notes: svn path=/head/; revision=54692
* Fix a bug breaking the build of libglade2, bump PORTREVISION.Maxim Sobolev2002-02-146-0/+45
| | | | Notes: svn path=/head/; revision=54690
* Update to 1.3.13.Maxim Sobolev2002-02-1218-207/+165
| | | | Notes: svn path=/head/; revision=54613
* Comment out DIST_SUBDIR=gnome pending next version update.Maxim Sobolev2002-02-1214-14/+14
| | | | Notes: svn path=/head/; revision=54601
* - Update to 0.24 - the version shipped with the GNOME2 alpha 2;Maxim Sobolev2002-02-124-23/+31
| | | | | | | | - swhich to .bz2 distfile; - move distfile into gnome2 DIST_SUBDIR. Notes: svn path=/head/; revision=54599
* Comment out DIST_SUBDIR=gnome pending next version update.Maxim Sobolev2002-02-124-4/+4
| | | | Notes: svn path=/head/; revision=54596
* Since sawfish (and dependencies) are critical parts of the GNOMEAde Lovett2002-02-124-6/+8
| | | | | | | | environment, track the versions available on the GNOME sites, to ensure maximum compatibility. Notes: svn path=/head/; revision=54590
* These are GNOME components more than anything else, so track the versionAde Lovett2002-02-1214-21/+35
| | | | | | | as supplied by MASTER_SITE_GNOME. Notes: svn path=/head/; revision=54587
* Update to 1.3.1Ade Lovett2002-02-122-2/+3
| | | | Notes: svn path=/head/; revision=54586
* Update to 0.8.2.Maxim Sobolev2002-02-117-19/+24
| | | | Notes: svn path=/head/; revision=54552
* Update to 1.44.Maxim Sobolev2002-02-113-10/+17
| | | | Notes: svn path=/head/; revision=54550
* Remove -frerun-cse-after-loop, a vestige from the days when our compilerWill Andrews2002-02-105-15/+15
| | | | | | | | | | | | | was slightly broken [1]. Allow alpha users to remove -O0 from CFLAGS if they so desire [2]. Replace -O2 in config with whatever ${CFLAGS} happens to be, with a perl regex. Submitted by: [1] sf [2] naddy Notes: svn path=/head/; revision=54468
* - Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3;Maxim Sobolev2002-02-074-8/+10
| | | | | | | | | - silence harmless configure warning by overriding CONFIGURE_TARGET. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>, sobomax Notes: svn path=/head/; revision=54309
* Upgrade to 0.7.5.Thomas Gellekum2002-02-056-10/+70
| | | | Notes: svn path=/head/; revision=54232
* Make patch apply.Maxim Sobolev2002-02-041-2/+2
| | | | | | | Submitted by: many Notes: svn path=/head/; revision=54197
* Update to 1.0.12.Maxim Sobolev2002-02-042-2/+3
| | | | Notes: svn path=/head/; revision=54196
* Fix patch, so that it doesn't break some ports on 4-STABLE.Maxim Sobolev2002-02-031-6/+8
| | | | | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54157
* Update to 0.2.Maxim Sobolev2002-02-014-5/+47
| | | | | | | | PR: ports/34501 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54105
* Update to 1.2.2.Maxim Sobolev2002-02-012-2/+2
| | | | | | | | PR: ports/34500 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54104
* Fix grammar and spelling.Maxim Sobolev2002-01-313-3/+3
| | | | | | | | PR: 33579, 33580 Submitted by: Nevermind <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=54080
* Update to 2.3.2.1.Maxim Sobolev2002-01-3120-144/+792
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=54079
* Update to 2.3.2.Maxim Sobolev2002-01-3110-171/+230
| | | | | | | Submitted by: tg (mostly) Notes: svn path=/head/; revision=54078
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-2912-12/+12
| | | | | | | | | 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. Notes: svn path=/head/; revision=53961
* - Change maintainer's email addressPatrick Li2002-01-281-2/+2
| | | | | | | | | | | - Update MASTER_SITES - Bump shlib version for x11-toolkits/gevas PR: 34354 Submitted by: maintainer Notes: svn path=/head/; revision=53884
* Update to 0.99.189.Akinori MUSHA2002-01-2616-12/+92
| | | | Notes: svn path=/head/; revision=53799
* Backport a patch that will eventually appear in Tk 8.4 to makeBruce A. Mah2002-01-262-1/+26
| | | | | | | | | | | | sure a TkCursor structure member gets filled in correctly. Bump PORTREVISION. Approved by: dinoex (maintainer) Obtained from: Tk CVS repository on SourceForge Notes: svn path=/head/; revision=53763
* Update to 0.99.189.Akinori MUSHA2002-01-2612-20/+32
| | | | Notes: svn path=/head/; revision=53740
* Upgrade python21 to 2.1.2, the latest bugfix release.Thomas Gellekum2002-01-221-0/+1
| | | | | | | | | | PR: 34078 Submitted by: Hye-Shik Chang <perky@fallin.lv> Update checksum of dependent ports. Notes: svn path=/head/; revision=53550
* Update version number of freetype2 shared library.Maxim Sobolev2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53447
* Rename patchfile with overly long name to something more short, so that itMaxim Sobolev2002-01-214-4/+4
| | | | | | | | | | doesn't break filename limit in cpio(1) (cpio is used in release process). I donno why cpio(1) doesn't respect NAME_MAX. Submitted by: re Notes: svn path=/head/; revision=53426
* Update to 1.3.12.Maxim Sobolev2002-01-1818-123/+141
| | | | Notes: svn path=/head/; revision=53294