summaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.8.16 and assign maintainership to ports@FreeBSD.org, because oldsobomax2002-05-274-25/+25
| | | | | | | maintainer doesn't respond to inqueries. PR: 37281 Submitted by: Ports Fury
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-4/+1
| | | | -liconv to -lgiconv.
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-0/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1
| | | | libiconv.
* remove another g_free on a string culled from g_getenv.alfred2002-03-021-1/+9
|
* add a patch so that xfumed (xf menu editor) doesn't call g_free on aalfred2002-03-021-0/+10
| | | | string returned from g_getenv.
* Update to 3.8.14cnakai2002-02-183-14/+16
| | | | | | | Use giconv PR: ports/34775 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* update to 3.8.14.sf2002-01-224-46/+172
| | | | | PR: 34181 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 3.8.8bnakai2001-10-232-3/+15
| | | | | | | Add anti-alias feature PR: ports/30773 Submitted by: Nuzrin Yaapar <nuzrin@goose.net.my>
* Update to 3.8.8nakai2001-10-233-3/+17
|
* Fix.nakai2001-08-102-11/+3
| | | | | PR: ports/29541 Submitted by: Kato Tsuguru
* Remove files/patch-ai: it is already in the standard distribution.olgeni2001-08-071-20/+0
|
* Fix typo in LIB_DEPENDS: gdk_pibxuf -> gdk_pixbufolgeni2001-08-061-1/+1
|
* Update to 3.8.6nakai2001-08-053-18/+3
| | | | | PR: ports/28066 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 3.8.6nakai2001-08-053-31/+102
| | | | PR: ports/28066
* Update to 3.8.3nakai2001-06-094-7/+15
|
* Update to 3.8.1nakai2001-05-056-51/+28
|
* Merge changes from ports/24975.olgeni2001-02-097-34/+97
| | | | | PR: 24975 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update port to version 3.7.2.olgeni2001-02-093-11/+36
|
* Layout fixes in x11-wm.olgeni2001-02-051-1/+1
|
* I forgot to remove this file for 3.6.3.nakai2000-12-061-11/+0
|
* Update to 3.6.3nakai2000-12-053-38/+45
|
* Update to 3.5.2nakai2000-11-014-64/+42
| | | | 'xhost' problem fixed in 3.5.2.
* Mark FORBIDDEN: the xinitrc file installed by the port contains a stupidkris2000-11-011-0/+2
| | | | | | | "xhost +${HOSTNAME}" line which would allow local users to snoop your X session. Submitted by: Nicholas Brawn <nickbrawn@ONETEL.COM> via Bugtraq
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-051-7/+2
|
* Update to 3.5.0.sobomax2000-09-044-123/+64
| | | | Approved by: maintainer
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 3.4.4.sobomax2000-07-172-2/+2
|
* Update to 3.4.4.sobomax2000-07-102-2/+2
|
* Update to 3.4.2.sobomax2000-06-272-2/+2
|
* Update to 3.4.1.sobomax2000-06-263-2/+6
|
* Update to 3.4.0.sobomax2000-06-054-22/+58
|
* Update to 3.3.3nakai2000-04-162-1/+2
| | | | | PR: ports/17502 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* - Update to 3.3.3nakai2000-04-161-1/+1
| | | | | | | | - Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properly - Add WWW: line into pkg/DESCR PR: ports/17462 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Update to 3.3.1nakai2000-03-043-4/+13
| | | | | PR: ports/17125 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update to 3.2.5nakai2000-01-223-3/+8
| | | | | PR: ports/16250 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update to 3.2.3nakai2000-01-093-5/+11
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Update to 3.2.2.nakai1999-12-243-5/+32
| | | | | PR: ports/15240 Submitted by: Maxim Sobolev sobomax@altavista.net, tkato@prontmail.ne.jp
* Add Imlib depend line and delete the obsolete MASTER_SITE.nakai1999-11-191-2/+2
| | | | Submitted by: tkato@prontmail.ne.jp
* Update to 3.2.0nakai1999-11-163-404/+432
|
* Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>nakai1999-10-064-8/+26
| | | | Update to 3.1.2
* Upgrade xfce to 3.1.1dan1999-09-273-5/+85
| | | | | PR: ports/13988 Submitted by: Doug <Doug@gorean.org>
* Don't define the second argument of bzero(3) as being an int since on thesteve1999-09-271-0/+11
| | | | | Alpha sizeof(int) != sizeof(size_t) and this port wasn't building because of it.
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Update to version 3.0.3cpiazza1999-08-116-64/+337
| | | | | PR: 13054 Submitted by: maintainer
* This now works on the Alpha too.steve1999-05-311-4/+1
|
* No need to have both USE_GMAKE and USE_IMAKE. Also put manpagessteve1999-03-312-7/+3
| | | | in the Makefile instead of pkg/PLIST.
* Update to 2.4.0flathill1999-03-314-450/+50
| | | | | PR: ports/10853 Submitted by: nakai@internetsolutions.co.jp
* Change maitainer's email address,vanilla1999-01-121-2/+2
| | | | and BROKEN some gnome ports until I upgrade it.
OpenPOWER on IntegriCloud