summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 1.3.9.Maxim Sobolev2001-10-246-76/+49
| | | | Notes: svn path=/head/; revision=49162
* WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.Maxim Sobolev2001-10-151-1/+1
| | | | | | | Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=48789
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47630
* Update to 1.3.6.Maxim Sobolev2001-08-014-10/+49
| | | | Notes: svn path=/head/; revision=45713
* Update to 1.3.5.Maxim Sobolev2001-05-146-21/+49
| | | | Notes: svn path=/head/; revision=42585
* 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 1.3.4.Maxim Sobolev2001-04-307-49/+55
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=42063
* Add .uk master site.Ben Smithurst2001-03-301-0/+1
| | | | | | | Approved by: ade (maintainer) Notes: svn path=/head/; revision=40596
* Sigh. Reclaim these, primarily for GNOME 1.4Ade Lovett2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40248
* Someone don't like my style, so I drop maintainer now.Vanilla I. Shu2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40247
* make MASTER_SITE_SUBDIR more effective.FUJISHIMA Satsuki2001-03-111-5/+5
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=39604
* add MASTER_SITE_RINGSERVER.FUJISHIMA Satsuki2001-03-111-1/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=39596
* Bump version.Vanilla I. Shu2001-02-091-0/+1
| | | | | | | Reminded by: dima Notes: svn path=/head/; revision=38153
* Correct pkg-comment, GTK stands for "Gimp Toolkit",Vanilla I. Shu2001-02-092-4/+2
| | | | | | | | | and add WWW link on pkg-descr. Submitted by: Opcode <opcode@skylab.saturn5.yi.org> Notes: svn path=/head/; revision=38131
* Update to 1.3.2.Maxim Sobolev2000-11-209-140/+112
| | | | Notes: svn path=/head/; revision=35295
* Add NO_LATEST_LINK.Maxim Sobolev2000-08-291-0/+2
| | | | | | | Pointed out by: nbm Notes: svn path=/head/; revision=32099
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Add gtk13 after repo-copy from gtk12.Maxim Sobolev2000-07-1911-329/+372
| | | | | | | | Warning: it is unstable development version, so you do not have to upgrade your gtk12 LIB_DEPENDS! Notes: svn path=/head/; revision=30828
* 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Move responsibility for the lib/gtk/engines directory into gtk12 port. ThisMaxim Sobolev2000-06-052-1/+7
| | | | | | | | | directory is shared between at least 3 ports (GTK+ theme engines). Suggested by: bento Notes: svn path=/head/; revision=29225
* Remove directories with @unexec rmdir and wildcards.Satoshi Asami2000-06-031-64/+3
| | | | Notes: svn path=/head/; revision=29129
* Remove share/locale directories.Satoshi Asami2000-05-291-0/+64
| | | | Notes: svn path=/head/; revision=28907
* Oops, forgot to remove unneded line.Maxim Sobolev2000-05-251-1/+0
| | | | Notes: svn path=/head/; revision=28748
* Update glib/gtk++ to 1.2.8.Maxim Sobolev2000-05-256-8/+83
| | | | | | | | | | | | | | | | | | | | Overview of Changes in GTK+ 1.2.8: * GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection Overview of Changes in GLib 1.2.8: * GArray zero initialization bug fixed * Fix for upper bound calculation of formatted strings * Improved GCC detection * AIX dynamic modules fix to retrive symbols from shared libraries for the main program. * Miscellaneous other minor bug fixes Notes: svn path=/head/; revision=28746
* Fix the awful error in the fontset specifications for several languages.Akinori MUSHA2000-04-252-4/+6
| | | | | | | | PR: ports/18054 Submitted by: Dmitry Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=27992
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434
* Update to glib/gtk 1.2.7Chris Piazza2000-02-184-10/+13
| | | | | | | | PR: 16809 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25988
* Allow multiple (different) font families to be used by our RussianSteve Price1999-12-271-0/+10
| | | | | | | | | | counterparts. PR: 14957 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=24120
* Submitted by:Ade Lovett <ade@remarq.com>Yukihiro Nakai1999-10-133-4/+38
| | | | | | | | Update to gtk+-1.2.6 This is an impotant library for 'October GNOME' Notes: svn path=/head/; revision=22406
* Correct theme engines' path.Vanilla I. Shu1999-10-103-32/+5
| | | | Notes: svn path=/head/; revision=22293
* Upgrade to 1.2.5.Vanilla I. Shu1999-10-093-5/+11
| | | | | | | | PR: ports/14195 Submitted by: nobutaka@nobutaka.com Notes: svn path=/head/; revision=22285
* SetSatoshi Asami1999-09-111-0/+1
| | | | | | | | | | | LIBTOOLFLAGS= --disable-ltlibs --release-suffix to take advandate of new libtools. Submitted by: libtools maintainer Notes: svn path=/head/; revision=21649
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Update to version 1.2.3.Steve Price1999-05-295-31/+67
| | | | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19053
* Upgrade to 1.2.2.Jun Kuriyama1999-05-023-8/+8
| | | | | | | | I don't know all of the gtk dependency. If it breaks some ports, please back this out. Notes: svn path=/head/; revision=18303
* Update to 1.2.1Seiichirou Hiraoka1999-03-272-5/+5
| | | | | | | | | Can't apply patch-aa and it is needless PR: ports/10811 Submitted by: mreimer@vpop.net Notes: svn path=/head/; revision=17406
* Now that gettext includes a shared library, dependencies shouldJacques Vidrine1999-03-191-4/+3
| | | | | | | | | | use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17285
* Upgrade to GNOME 1.0. The following are the details:Jacques Vidrine1999-03-096-164/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17091
* Install ${LOCALBASE}/share/aclocal/gtk11d.m4 by default so thatJacques Vidrine1999-03-061-2/+3
| | | | | | | other ports that use GTK and autoconf may depend upon it. Notes: svn path=/head/; revision=17022
* Upgrade to 1.1.16.Vanilla I. Shu1999-02-183-5/+16
| | | | Notes: svn path=/head/; revision=16752
* Sync with peter's suggestion.Vanilla I. Shu1999-02-011-0/+1
| | | | Notes: svn path=/head/; revision=16465
* Upgrade to 1.1.14.Vanilla I. Shu1999-01-313-8/+7
| | | | | | | | PR: ports/9803 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16440
* Upgrade to 1.1.13.Vanilla I. Shu1999-01-203-12/+27
| | | | Notes: svn path=/head/; revision=16217
* Upgrade gnumeric to 0.5, libxml to 0.99,Vanilla I. Shu1999-01-051-0/+1
| | | | | | | | Correct gtk11-devel's PLIST, and fix some configure problem of electriceyes. Notes: svn path=/head/; revision=15852
* Upgrade to 1.1.12, and I wont upgrade glib11d & gtk11d until I finish allVanilla I. Shu1999-01-053-46/+35
| | | | | | | ports of GNOME. Notes: svn path=/head/; revision=15833
* Bump libglib11d's version to 2.0,Vanilla I. Shu1999-01-041-2/+2
| | | | | | | and fix some configure problem(include pkg/PLIST). Notes: svn path=/head/; revision=15819