aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.4.tg2002-07-253-4/+32
| | | | | PR: 40924 Submitted by: Maxim Tulyuk <mt@primats.org.ua>
* Update to 2.4.0.4.marcus2002-07-252-2/+2
|
* Update to 2.4.0.3.marcus2002-07-257-38/+14
|
* Update to version 5.04.gerald2002-07-243-11/+2
| | | | Approved by: tg (maintainer)
* Chase gailutil's version bump.marcus2002-07-242-2/+4
|
* Update maintainer's email addresspat2002-07-232-4/+3
| | | | Submitted by: maintainer
* Update to 2.0.6.naddy2002-07-236-8/+34
| | | | | | | PR: 40879 Submitted by: Tilman Linneweh <tilman@arved.de> Additional fixes by yours truly.
* Update to 2.0.1.marcus2002-07-226-30/+30
|
* Chase battstat-applet-2's new location.marcus2002-07-221-1/+1
|
* Remove ports@geeksrus.org as MAINTAINER; email has been bouncing for 2 months.fenner2002-07-221-1/+1
|
* Update to 1.4pat2002-07-224-7/+34
| | | | | PR: ports/40820 Submitted by: maintainer
* Add kgamma 0.9.1, KDE Control Center module for gammapetef2002-07-226-0/+68
| | | | | | | calibration/correction of XFree86. PR: 40838 Submitted by: Tilman Linneweh <tilman@arved.de>
* If user invokes make with 'package' as the target, then make the packagesalane2002-07-212-0/+8
| | | | | | | for the dependencies, too, to follow POLA; it is surprising to get no pkg but an empty one containing meta-information (dependencies). Approved by: will
* Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).anholt2002-07-194-72/+19
| | | | | | | Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des
* Correct wrong RE in previous revision.sobomax2002-07-192-2/+2
|
* Use USE_REINPLACE.sobomax2002-07-192-12/+14
|
* Use USE_GNOMENG.sobomax2002-07-181-6/+4
|
* Fixed obnoxious bug where a new ~/Desktop dir would be created with read-onlyalane2002-07-1814-0/+161
| | | | | | | | | | | files (including a RO .directory), which prevented certain changes, like moving icons around, from persisting to next session. <Aaarrgh> They used system("cp file1 file2") to create the new dirs. </Aaarrgh> PORTREVISION was bumped on this one, since it is a significant fix, and it does affect installation of files (in the user's $HOME). PR: 39980
* Use USE_GNOMENG.sobomax2002-07-185-60/+21
|
* Update MASTER_SITESpat2002-07-181-1/+1
| | | | | PR: ports/40715 Submitted by: maintainer
* Loosen the restriction on when the check for GNOME 1.x components is run.marcus2002-07-181-1/+1
| | | | This way targets like fetch-recursive will still be allowed to work.
* Update to 2.4.0.2.marcus2002-07-184-71/+7
|
* Fix a problem appeared in version 2.0.2 by reverting some changes sincesobomax2002-07-174-0/+908
| | | | | | | | | | 2.0.1. The problem is that in 2.0.2 a panel doesn't properly notify Natilus about desktop area occuped by it, so that with 2.0.2 Nautilus might put desktop icons under panel(s), which is of course looks and feels ugly. Summary of what changes were backed out can be found at the very top of patch-temp. Obtained from: GNOME cvs
* Use USE_REINPLACE.sobomax2002-07-171-5/+6
|
* Fix instance where wmcliphist segfaults when reading the history file andpat2002-07-172-0/+18
| | | | | | | bump PORTREVISION. PR: ports/40662 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Fix patch, so that it actually applies.sobomax2002-07-162-4/+4
|
* Update to 2.0.2.marcus2002-07-1612-18/+38
|
* Update to 2.0.3.marcus2002-07-164-6/+6
|
* Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.marcus2002-07-164-16/+12
| | | | | | PR: 40125 Submitted by: sf Pointy hat to: marcus
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-161-1/+2
|
* Use USE_REINPLACE.sobomax2002-07-161-1/+1
|
* add xrootconsole 0.5ijliao2002-07-157-0/+58
| | | | | | | Writes any log live onto the background PR: 40513 Submitted by: "incabulos@mac.com &" <root@muddy.ath.cx>
* Fix another place where was the problem with paths relative to ${PREFIX}/gnome.sobomax2002-07-152-1/+15
| | | | This makes "Settings" menu on menu panel working. Bump PORTREVISION.
* Give maintainership to Eric Anholt.jmz2002-07-151-1/+1
| | | | Approved by: anholt
* Take over maintainership of XFree86-4 ports. Add patches to fix libGLU onanholt2002-07-158-24/+219
| | | | | | | | -current, fix the DRI with Wine, update the config files for the X ports, and fix many of them to allow continuing of the X build after interruption (it used to clean and rebuild). Approved by: will, des (mentor)
* Add a depedency on scrollkeeper. Bump PORTREVISION.marcus2002-07-141-0/+3
| | | | PR: 38670
* Fix the panel path. Bump PORTREVISION.marcus2002-07-143-0/+43
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* Use USE_GNOMENG.sobomax2002-07-122-18/+3
|
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-1210-169/+71
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* use MASTER_SITE_SOURCEFORGEijliao2002-07-111-1/+2
| | | | | PR: 40440 (zh-aterm) Submitted by: Kang-min Liu <gugod@gugod.org> (zh-aterm)
* Add libpanel 1.4.1, a library for writing custom applets for GNOMEsobomax2002-07-106-0/+46
| | | | Panel (ripped out of gnomecore).
* Add libcapplet 1.4.0.5, a library for writing custom applets forsobomax2002-07-106-0/+47
| | | | GNOME Control Center.
* Update to 2.4.0.1.marcus2002-07-103-7/+12
|
* Tie in gnomeuserdocs2. Bump PORTREVISION.marcus2002-07-081-2/+3
|
* Update the Ruby/GNOME suite to 0.29.knu2002-07-084-4/+4
|
* add twin 0.4.4ijliao2002-07-077-0/+198
| | | | A Textmode WINdow environment
* Update to 0.7.2pat2002-07-062-8/+9
| | | | | PR: 40249 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-0529-144/+343
|
* Update to 3.0.2 (full log):will2002-07-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | General: [1] Add a means of updating via patches rather than always using tarballs. Unfortunately, this method proved unreliable due to the binary files included with most of the KDE tarballs. For now, leave this support in until I can decide what to do with it. [2] Remove patches that were fixed in KDE CVS for KDE_3_0_BRANCH. This includes removal of malloc.h (from our viewpoint at least), a bug in kiconloader, and a typo in knode. [3] Move the current KDE version number to KDE_VERSION in bsd.kde.mk. [4] Support the notion of KDE_PREFIX. [5] Move arts and kde3-i18n* ports to use Makefile.kde. french/kde3-i18n: [6] Remove cruft from when this was generated with a core dump in the 3.0.1 distribution generation. All other ports: No changes of note not mentioned above. Thanks to the quick testers for their assistance with this upgrade: Tested by: Matt Douhan <matt@athame.co.uk> Andy Fawcett <andy@athame.co.uk> Dave Cantrell <phaedrus@alltel.net>
* Remove an explicit dependency on nautilus2. This taken care of bymarcus2002-07-051-1/+0
| | | | nautilus-gtkhtml.
* Also patch src/Makefile.innsayer2002-07-021-0/+17
| | | | | PR: 38181 Submitted-by: ejk@iki.fi
* Allow gnomecontrolcenter to coexist with GNOME 2. This is need somarcus2002-07-011-1/+1
| | | | | | evolution users can still have Palm Pilot support. While not pretty, this is supported by GNOME 2.0, and doesn't overwrite any GNOME 2.0 files.
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-07-0115-17/+17
|
* Update to 2.5.0.nobutaka2002-06-303-10/+24
|
* Patch out the 'sshd' user from being shown (add to HiddenUsers).alane2002-06-297-7/+7
|
* Add smmsp (mail submitter) to list of hidden users in kdm.conf.alane2002-06-297-14/+77
| | | | | | | | | PR: 39994 Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org> 1. Not worth a PORTREVISION bump. 2. This seems reasonable; after all, you shouldn't be trying to login as one of the daemon users anyway.
* PERL -> REINPLACE_CMDperky2002-06-271-4/+5
| | | | | PR: 39262, 39263, 39264, 39265, 39266, 39267 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Don't redefine size_t. This lets gdm build on -stable again.marcus2002-06-271-4/+13
| | | | Reported by: Sean McNeil <sean@mcneil.com>
* Fixed bad patch. Missed it when we moved to the rerolled tarball apparently.alane2002-06-277-35/+35
| | | | | PR: 39897 Submitted by: Siegbert Baude <siegbert.baude@gmx.de>
* strip -> ${STRIP_CMD}pat2002-06-272-2/+2
| | | | | PR: ports/39756 Submitted by: Scott Flatman <sf@dsinw.com>
* Update to GNOME 2.0 RC2.marcus2002-06-2624-75/+96
|
* Add Xwrapper to the meta collection.obrien2002-06-251-1/+3
| | | | Requested by: murray(RE)
* - Don't use space to seperate variable name and valuepat2002-06-251-6/+6
| | | | | | | - Fix MASTER_SITES PR: ports/39782 Submitted by: maintainer
* Distfiles have been moved on kde site to Attic.alane2002-06-212-2/+2
| | | | | | PR: ports/39558 Submitted by: glewis Reviewed by: alane
* Make the GNOME 1.x warning package-safe.marcus2002-06-212-13/+24
| | | | Suggested by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* upgrade to 1.5.0ijliao2002-06-204-104/+40
| | | | | PR: 39501 Submitted by: maintainer
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* Update to 1.3pat2002-06-183-22/+18
| | | | Submitted by: maintainer
* 1. Bump to 3.0.1_1 because ...alane2002-06-164-2/+4
| | | | | | | 2. Fix distinfo file md5 mismatch caused by KDE rerolling the distfiles to incorporate some late patches. Submitted by: alane@freebsd.org and the kde-freebsd mailing list.
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-16119-3734/+3440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-1534-116/+83
|
* Replace ${PERL} with ${REINPLACE_CMD}.ijliao2002-06-141-1/+1
| | | | | PR: 39243, 39244, 39245, 39249 Submitted by: maintainer
* * Fix a braino with the dialog command linedougb2002-06-142-3/+6
| | | | | | * Update the warning message to encourage users to upgrade their glib12 and gtk12 ports so that their pkg-config files will be fixed.
* * Add a feature I have used locally for a while, namely the ability todougb2002-06-142-6/+19
| | | | | | | | | tell configure that you want something other than zippy for fortunes. * Change the method of displaying the warning message to one that is friendlier to displaying multi-line instructions. * Conditionally include webcollage-helper in the PLIST depending on whether it was built by xscreensaver or not (which in turn depends on the existence of gdk-pixbuf).
* Make the warning message slave-port friendlydougb2002-06-121-1/+1
|
* Fix up patches from previous commit.marcus2002-06-123-0/+0
|
* Update to the latest GNOME 2 snapshot.marcus2002-06-1241-271/+230
|
* Update to 4.05, which has a much better configure script, one newdougb2002-06-124-4/+25
| | | | | | hack, and some new icons. There is still a conflict with the definitions produced by pkg-config however, so add a warning message to that effect.
* Bump PORTREVISION after adding glade2.marcus2002-06-121-1/+1
|
* Tie glade2 into the GNOME 2 meta-port.marcus2002-06-121-0/+1
|
* Miguel Mendez informed me in private e-mail that he has changed his mindwill2002-06-111-1/+1
| | | | and would like to maintain these ports again. Welcome back, Miguel. :-)
* Update to the latest GNOME 2 snapshot. This will be done it two parts.marcus2002-06-113-4/+26
| | | | | This first part is the GNOME 2 API. The next part will contain the desktop components.
* Update to 1.4.1.sobomax2002-06-106-14/+32
|
* Make trivial stylistic and grammatical changes (two spaces after atrevor2002-06-101-2/+2
| | | | period, it's versus its, sentence fragment, parallel structure).
* Unbreak: switch to a working master site & distname.petef2002-06-092-4/+3
|
* Follow the Japanese EUC locale name change: ja_JP.EUC -> ja_JP.eucJP.motoyuki2002-06-083-2/+10
| | | | Bump PORTREVISION.
* Set Miguel Mendez' ports loose. Look out, world!trevor2002-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)
* Allow this port to build in -current (i.e. with gcc 3.1)kris2002-06-071-0/+32
| | | | Submitted by: Motoyuki Konno <motoyuki@bsdclub.org>
* s/BUILD_DEPENDS/LIB_DEPENDS/kris2002-06-071-1/+1
| | | | Submitted by: bento
* Update to 0.1.2pat2002-06-072-2/+2
| | | | | PR: 38916 Submitted by: maintainer
* Fix typo: %%BATTER%% --> %%BATTERY%%sobomax2002-06-072-6/+6
|
* Upgrade to version 4.04.2, and clean up the port while I'm at it.dougb2002-06-056-52/+60
| | | | | | | | | | | | | | | | | | | | | | Changes to the software: * Several new little screensavers (hacks) * Updates to many others * Better GTK/Gnome 2 support * New man pages for things that didn't have them Changes to the port: * Removed ill-advised, unapproved, and inappropriate changes from previous commits. Things like webcollage-helper are created dynamically by configure, and will be accounted for at some point in the future. Meanwhile, having one extra item for a few people is better than one two few for others. * One more port goes over to the GMAKE darkside * Since there are so many new man pages, re-sort them all * Updated pkg-plist for the new stuff * One of my patches was included in the distribution, so shorten patch-ab * Take advantage of the fact that I have to regenerate the other patch anyway, and fix the name of the patch file
* Actually delete this no longer needed patch.knu2002-06-051-35/+0
| | | | Submitted by: olgeni
* Reset maintainership to ports@. Thanks for your work on these, Jeremy!petef2002-06-041-1/+1
| | | | | PR: 38874 Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer)
* Add ruby-gnome-all, the "meta-port" for Ruby/GNOME.knu2002-06-039-0/+87
|
* Update the Ruby/GNOME suite to 0.28.knu2002-06-038-78/+10
|
* Add xnee 0.7.a2, x events recorder and player.petef2002-06-016-0/+38
| | | | | PR: 38595 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
* Enable --enable-multi-charset.olgeni2002-06-011-1/+2
| | | | Submitted by: Lukasz Ciazynski <lciazyns@altosusers.com>
* Forcefully link with libxml2, because otherwise libxml kicks in and causessobomax2002-05-312-10/+26
| | | | segfault.
* Add missed LIB/RUN_DEPENDS.sobomax2002-05-312-0/+6
|
* Update to 0.92.sobomax2002-05-3114-184/+182
|
* - Remove bogus prefix=/usr from configure script;sobomax2002-05-313-1/+16
| | | | | - add missed gettext dependency; - adjust PLIST accordingly.
* Add xfree86_xkb_xml 0.2, a little set of XML files useful forsobomax2002-05-317-0/+46
| | | | dealing with XKB rules.
* Add libxklavier 0.2, an utility library to make XKB stuff easier.sobomax2002-05-318-0/+116
|
* Only build the battstat_applet on i386.marcus2002-05-306-38/+62
| | | | Submitted by: beta
* Fix a packaging error on AXP.marcus2002-05-301-1/+2
| | | | Submitted by: beta
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-2931-95/+106
|
* Allow yelp to view man pages. Bump PORTREVISION.marcus2002-05-262-6/+12
|
* Add a WWW entry that points to the FreeBSD GNOME project site. This way,marcus2002-05-262-0/+4
| | | | | | new GNOME users will know where the FreeBSD-specific docs and FAQs are. The FreeBSD GNOME site can then redirect them to gnome.org for additional information.
* Add decurs-0.50.0kris2002-05-256-0/+43
| | | | | | | | DeCurs is a GTK+ based program that lets you edit you XFree86 mouse cursors. It reads them from "bdf" -formatted font files. Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> PR: ports/34069
* Fix nognome PLIST breakage introduced in the previous commit and add missingsobomax2002-05-252-3/+3
| | | | item into the PLIST.
* Put xscreensaver back.sobomax2002-05-251-1/+2
|
* - Only detect GNOME if WITH_GNOME is defined. This allows port to be used withsobomax2002-05-251-1/+4
| | | | | gnome2 desktop; - add missed gdk-puxbuf into LIB_DEPENDS while I am here.
* - Remove xscreensaver, because this dependency is pulling the whole GNOME1sobomax2002-05-251-2/+3
| | | | | | | | desktop in; - add sawfish2 into the mix, so that user could select wich one WM he likes more. Besides, metacity seemingly is broken wrt Xinerama. Submitted by: Franz Klammer <klammer@webonaut.com>
* Correct regular expression to be more strict.marcus2002-05-251-1/+1
| | | | Reported by: Gregory O <Go@GregoryO.com>
* Upgrade to revision 10.jmz2002-05-242-2/+2
| | | | | PR: ports/38411 Submitted by: Olafur Osvaldsson <oli@isnic.is>
* Update to 1.4.1.7.marcus2002-05-246-18/+16
|
* Add the GNOME 2 desktop metaport. Welcome GNOME 2.0!marcus2002-05-244-29/+44
|
* Add gdm2kris2002-05-231-0/+1
| | | | Pointy hat to: marcus
* Fix script environment when WITH_GUI is defined.pat2002-05-231-0/+1
| | | | | PR: 38320 Submitted by: parv <parv@pair.com>, maintainer
* Allow USE_X_PREFIX to work again.marcus2002-05-231-9/+9
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* Fix Xinerama support. Bump PORTREVISION.marcus2002-05-232-2/+4
| | | | Submitted by: Franz Klammer <klammer@webonaut.com>
* The parenthetical information was outdated, so remove it.trevor2002-05-231-2/+1
| | | | Thanks to Rudy~Rockstar for the note.
* Add a build dependency on xrdb.jmz2002-05-231-1/+8
|
* Conditionalize the plist after the last commit.marcus2002-05-222-69/+72
|
* imake(1) thinks that the first place where to look for a compiler on FreeBSDsobomax2002-05-221-3/+15
| | | | | | | | | is /usr/local/bin/gcc, which simply is not true. Correct it. Bump PORTREVISION for imake-4 port (XFree86-4-libraries isn't bumped because this port doesn't install its own imake binary, but builds it for internal consumption only). No reply from: MAINTAINERs
* Disable APM support on all platforms but i386.marcus2002-05-221-1/+1
| | | | Submitted by: obrien
* Disable the battery applet on AXP since it does not have APM support.marcus2002-05-222-1/+17
| | | | Submitted by: bento
* Correct DISTNAME.marcus2002-05-221-0/+1
|
* Update to xvkbd-2.3.roam2002-05-223-2/+12
|
* Add extra MASTER_SITEdwcjr2002-05-221-1/+3
| | | | | PR: 36697 Submitted by: tilman@arved.de
* Make gweather working for Ukraine. Bump PORTREVISION.sobomax2002-05-224-0/+72
|
* make it build againijliao2002-05-211-2/+4
| | | | | PR: 37162 Reported by: Roger Savard <Unix@henoc.com>
* Add gdm2 after repo copy from gdm. Gdm is the GNOME 2.0 version of themarcus2002-05-2119-399/+247
| | | | | | X11 display manager. Not tested by: me
* Fix some help related paths. Bump PORTREVISION.marcus2002-05-212-2/+27
|
* Fix a segmentation fault trying to build a list of info files.marcus2002-05-212-0/+20
|
* Add yelp 0.7, a help browser for GNOME 2.0 desktop.sobomax2002-05-217-0/+106
|
* x86emu update for new BIOS'sbrian2002-05-211-0/+35
| | | | | Submitted by: Larry Rosenman <ler@lerctr.org> PR: 37610
* Upgrade to 1.5.5.vanilla2002-05-202-2/+2
| | | | | PR: ports/38239 Submitted by: maintainer
* Fix build on alpha.will2002-05-2021-0/+371
| | | | Submitted by: gallatin
* Remove version dependency in comment file.will2002-05-201-1/+1
|
* Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-2034-94/+125
|
* * Fix build with latest GNOME libraries.marcus2002-05-202-1/+14
| | | | | | | | * Relinquish maintainership to ports@ PR: 36775 Submitted by: maintainer (maintainer change), marcus (build fix) Approved by: previous maintainer
* Move vdesk port to x11 category.trevor2002-05-185-0/+43
|
* BROKEN: Does not buildkris2002-05-181-0/+2
|
* BROKEN: Does not fetchkris2002-05-181-0/+2
|
* correct etc pathijliao2002-05-151-0/+2
|
* o Teach rxvt about FreeBSD's pty: it goes all the way to letter vlioux2002-05-155-4/+29
| | | | | | o Bump PORTREVISION Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de>
* Update to 1.5.4pat2002-05-152-2/+2
| | | | | PR: 38066 Submitted by: maintainer
* Fix on systems without langinfo.h header.sobomax2002-05-146-4/+110
| | | | Submitted by: bento
* add xstroke 0.5.12ijliao2002-05-1410-0/+90
| | | | Fullscreen gesture recognition
* Update to GNOME 2.0 RC2.marcus2002-05-1223-37/+49
|
* Make gnome-panel working:sobomax2002-05-104-0/+28
| | | | | | | - fix search path for activation config files in X11BASE in bonobo-activation; - correct name of gnome-panel executable in GNOME_Panel.server. Bump PORTREVISIONs of both ports.
* Fix missing %%MOTIF%% substitutions.petef2002-05-097-56/+56
| | | | | Submitted by: Alan E <alane@geeksrus.net> Approved by: will
* Add gnomeapplets2 after a repo copy from gnomeapplets. These are the variousmarcus2002-05-0927-3476/+587
| | | | applet tools for the GNOME 2.0 Desktop.
* Forgot to USE_BZIP2 and place the distfile in the gnome2 subdir.marcus2002-05-094-2/+6
| | | | Pointy hat to: me
* Add gnomesession, the session initialization component for the GNOME 2.0marcus2002-05-0915-0/+251
| | | | desktop.
* Update to 1.5.2dwcjr2002-05-092-2/+2
| | | | | PR: 37815 Submitted by: maintainer
* Update to 0.1.1dwcjr2002-05-092-2/+2
| | | | | PR: 37852 Submitted by: maintainer
* Update to 1.07 to support G550. Sorry for the delay. :-)nsayer2002-05-053-4/+6
| | | | Submitted by: Adam McDougall <mcdouga9@egr.msu.edu>
* Xcut has moved to SourceForge.cy2002-05-052-2/+3
|
* Make XF4 be the "default" for a ``pkg_add -r''.obrien2002-05-052-1/+2
|
* Whitespace nit.marcus2002-05-032-2/+2
|
* Add gnometerminal, terminal component for the GNOME 2 desktop.marcus2002-05-0313-0/+219
|
* Ugrade 1.3.13 --> 1.4.1 and whitespace cleanup.cy2002-05-033-14/+30
| | | | | PR: 37703 Submitted by: MAINTAINER: Frederic Dubuy <fdubuy@free.fr>
* Add gnomepanel, the panel component for the GNOME 2.0 Desktop.marcus2002-05-0215-0/+655
|
* Update to GNOME 2.0 RC 1.marcus2002-05-028-12/+11
|
* - Move misc documentation into share/doc where it belongs;sobomax2002-05-0214-314/+456
| | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs.
* Hack for better hier(7) conformance - install libart documentation intosobomax2002-05-014-76/+76
| | | | ${PREFIX}/share/doc.
* Clean up the plists some.marcus2002-05-013-8/+8
| | | | | | | * "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.
* Move back to share/gnome as a datadir.marcus2002-05-016-326/+329
| | | | | | | | 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.).
* Update to 1.4.0.8.sobomax2002-04-304-52/+17
|
* Update to 1.4.1.6.sobomax2002-04-3010-76/+64
|
* Assign PORTREVISION using `?=' instead of `=' so that slave ports canknu2002-04-302-4/+4
| | | | | | | | | | 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.
* add missing files.nork2002-04-292-0/+2
| | | | | Not objected to by: gnome Reviewed by: knu (mentor)
* Update to 1.5.1pat2002-04-272-2/+2
| | | | | PR: 37499 Submitted by: maintainer
* - Update to 1.5.17 (version found in the GNOME2 beta4);sobomax2002-04-2610-100/+38
| | | | - use USE_LIBTOOL.
* - Update to 1.115.0 (version found in GNOME2 beta4);sobomax2002-04-267-74/+80
| | | | - use USE_LIBTOOL.
* Fix Xinerama support. Bump PORTREVISION.marcus2002-04-262-0/+12
| | | | | | Prompted by: Franz Klammer <klammer@webonaut.com> Reviewed by: sobomax Approved by: sobomax
* Do not show the security warning dialog if BATCH is set (it causesolgeni2002-04-252-2/+6
| | | | sysinstall to hang).
* Update to 1.4.0.7.sobomax2002-04-254-18/+141
|
* Add gnomedesktop, part of the GNOME 2.0 Desktop API.marcus2002-04-2513-0/+603
| | | | | Reviewed by: sobomax Approved by: sobomax
* Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9marcus2002-04-241-1/+2
| | | | | | | | is also installed. PR: 36401 Reported by: many Approved by: sobomax
* Fix broken "terminal help". Multi-gnome-terminal installed helpcy2002-04-232-206/+206
| | | | | | | files in ${PREFIX}/share/gnome/gnome/help but expects them in ${PREFIX}/share/gnome/help. This has now been fixed. Approved by: MAINTAINER: Frederic Dubuy <fdubuy@free.fr>
* Update to 3.0. Sigh.will2002-04-237-0/+17689
|
* Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnomemarcus2002-04-232-9/+10
| | | | | | | in preparation for the GNOME 2.0 desktop. Reviewed by: sobomax Approved by: sobomax
* Oops, fix miscommit of patch.will2002-04-227-77/+77
|
* Fix kdm config file upon install.will2002-04-227-0/+77
| | | | Submitted by: Alan Eldridge <alane@geeksrus.net>
* Update to 3.0.will2002-04-222-2/+2
|
* Update to 3.0.will2002-04-2234-2010/+2014
|
* Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-22219-29804/+3735
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* * Add the duplicate gnome capplet till its existence gets sorted out.dougb2002-04-211-1/+2
| | | | | | * Alphabetize Submitted by: nork
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-04-1965-4412/+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.
* Add gnoclip, a workspace switcher for GNOME.marcus2002-04-167-0/+47
| | | | | | | PR: 36969 Submitted by: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar> Reviewed by: sobomax Approved by: sobomax
* Don't use bitmap we don't have.tg2002-04-161-3/+12
| | | | Submitted by: Christian Chen <oistrakh@earthlink.net>
* GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already insobomax2002-04-164-4/+0
| | | | LIB_DEPENDS.
* Silence a spurious warning caused by an attempt to check ifdougb2002-04-131-0/+14
| | | | | an rpm of xscreensaver is already installed on a linux system. This is a no-op for us, but users have complained about the warning.
* Make it easier to find libjpeg in non-standard installs.dougb2002-04-131-1/+2
| | | | Submitted by: A cast of thousands
* gettext upgrade uber-patch (stage 3)ade2002-04-1313-35/+30
| | | | | | | | | | - 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
* Use another daemon pic as logo.tg2002-04-113-5/+11
| | | | Submitted by: "Andrew S. Midthune" <amidthune@cableone.net>
* Fix package deinstallation: only move X.bck over X if the former exists.roam2002-04-112-2/+4
| | | | | | | | | | | | | Since pkg_deinstall(1) invokes the package deinstall script twice, at the second invocation X.bck is no longer there, and mv(1), even with the -f flag, returns a non-zero exit code. The shell executing the script propagates this exit code right back unto pkg_deinstall(1), which complains and aborts the package deinstallation. I wish I had not forgotten about this problem, so this could go in before DP1 was cut :( Approved by: no response from trevor@, the port maintainer
* Unbreak the port by getting rid of -ldl which we don't have.nork2002-04-111-5/+18
| | | | | | | I submitted this fix to the author several days ago but got no answer yet. Approved by: knu (mentor)
* Fix ioctl #define abuseimp2002-04-101-0/+12
|
* - Do not build when XFREE86_VERSION == 3ijliao2002-04-092-4/+19
| | | | | PR: 36900 Submitted by: Ports Fury
* Use <sys/joystick.h> instead of <machine/joystick.h>.kuriyama2002-04-082-1/+21
| | | | Reviewed by: will
* Remove iconv->giconv hack.sobomax2002-04-082-84/+0
|
* Fix installation is gtk-doc is also installed.marcus2002-04-082-2/+4
| | | | | | | | | Note, since it seems like a number of ports are broken when gtk-doc is also installed, I wonder if adding --disable-gtk-doc to all their CONFIGURE_ARGS isn't a bad idea. Reviewed by: sobomax Approved by: sobomax
* Update to GNOME 2.0 beta3.marcus2002-04-073-16/+19
| | | | Approved by: sobomax
* Update to 1.4.1.5.sobomax2002-04-078-26/+40
|
* Fix the pdesk port up a little bit.nsayer2002-04-072-0/+18
| | | | | PR: 35168 Submitted by: peckdani@msu.edu
* Add Xinerama support for WDM (yay!!). Bump PORTREVISION.will2002-04-042-1/+63
| | | | | | | | | George helped me better understand the Xinerama API. Please note that there is no support for specifying a particular physical display for which the login frame should appear -- it will always choose physical screen number zero. Helped with this patch: George Staikos <staikos@kde.org>
* KDE's ftp directory structure changedpat2002-04-041-1/+1
| | | | | PR: 36694 Submitted by: Tilman Linneweh <tilman@arved.de>
* add fspanel 0.7.6ijliao2002-04-036-0/+43
| | | | | | | Tiny panel listing opened windows for gnome-compliant WM PR: 34006 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
* Fix the build on -current.jmz2002-04-023-1/+36
| | | | Do not compile with 'make -k'.
* Fix building when MAKE_KERBEROS4 is defined.tg2002-04-021-1/+2
|
* Update to always compile DRI on i386 machines, including 3dfx support.will2002-04-021-0/+17
| | | | | | | | /sys no longer needs to be accessible, nor does Glide support (unlike with 4.1.0). Bump PORTREVISION to denote update. PR: 36181 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
* Update to 1.5.0pat2002-03-312-6/+12
| | | | | PR: 36534 Submitted by: maintainer
* Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This iswill2002-03-3011-22/+66
| | | | | | | not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento
* upgrade to 11.00ijliao2002-03-292-2/+2
| | | | | PR: 36441 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Unbreak on -stable.sobomax2002-03-281-2/+20
| | | | | PR: 36271 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* * added knob WITH_GUIijliao2002-03-273-1/+27
| | | | | | | | | * added scripts/post-install * bumped PORTREVISION, because xbindkeys_show does not work prior to these changes PR: 36366 Submitted by: maintainer
* - Find if_wavelan_ieee.h on machines running -current.pat2002-03-272-1/+17
| | | | - freebsd.org -> FreeBSD.org
* Pass maintainership to the submitter.petef2002-03-271-1/+1
| | | | | PR: 36348 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Say hello to the Electric Sheep distributed screensaver.anders2002-03-257-0/+75
| | | | | PR: 35553 Submitted by: David Yeske <dyeske@yahoo.com>
* Add simple patch to fix compiling with kaclmanipulation.h on -current.will2002-03-253-0/+45
| | | | Found by: bento
* Upgrade to version 4.02, which:dougb2002-03-245-11/+16
| | | | | | | * Fixes perl incompatibility problem with RELENG_4 * Fixes some memory leaks * Adds two new hacks, and two new BSOD's * Improves some existing hacks/features
* Patch no longer neededdougb2002-03-241-11/+0
|
* Perform extconf.rb cleanup with no functional change.knu2002-03-202-20/+48
|
* Add ruby-panel-applet 0.27, a Ruby binding for GNOME panel-appletknu2002-03-206-0/+89
| | | | library.
* Update ruby-{gnome,gtk,gdk_imlib,gdk_pixbuf} to 0.27.knu2002-03-206-6/+8
|
* Upgrade to 5.03.tg2002-03-202-2/+2
|
* Add multi-gnome-terminal 1.3.13, gnome tabbed terminal emulator.cy2002-03-207-0/+270
| | | | | PR: 35376 Submitted by: Frederic Dubuy <fdubuy@free.fr>
* Preemptive compile fix from XFree86 for "newer GCC versions" (presumablywill2002-03-202-1/+3
| | | | | | | | | they refer to GCC 3.x). PORTREVISION not bumped -- package unaffected. Untested on the target platforms. PR: 36104 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Seconded by: gad (sparc64 & possibly ia64 uses GCC3 by default)
* Add fix for XDM: Use SU="su -m" instead of SU="su", otherwise given thewill2002-03-202-1/+12
| | | | | | | | default setup for the "nobody" account, login will fail. PORTREVISION bumped to include this fix for XFree86-4-clients. PR: 36084 Submitted by: Stefan `Sec` Zehl <sec@42.org>
* Connect libgnome to the build.sobomax2002-03-201-0/+1
|
* Update to 1.112.1 after a repo-copy from gnomelibs.sobomax2002-03-2027-1032/+312
|
* Resurrect patch-startx which changes the default to turn off TCP listening,will2002-03-202-0/+55
| | | | | | | and adds an option to allow turning it back on. Bump PORTREVISION in XFree86-4-clients only, to denote this feature (re)addition. Submitted by: Jochem Kossen <j.kossen@home.nl>
* Fix i18n problem found by XFree86. This makes XIM work properly. Bumpwill2002-03-202-0/+7
| | | | | | PORTREVISION to denote fix. Submitted by: motoyuki
* Fix another few places where giconv used instead of iconv.sobomax2002-03-191-1/+1
| | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Add Cyrillic fonts & bump PORTREVISION. While not that many users wouldwill2002-03-191-0/+3
| | | | | | | use them, they're fairly small and were part of the previous generation of XFree86 ports. Requested by: roam
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withsobomax2002-03-181-11/+0
| | | | <giconv.h> or -liconv with -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.
* Fix some problems reported by people:will2002-03-182-6/+2
| | | | | | | | | | | | | - Makefile: [1] Typo in FONT[100,75]DPI... sigh. How did I miss this one? This is probably the main reason people are seeing "don't know how to make /usr/X11R6/bin/ucs2any.pl" when building the font ports, but I'm not certain. - distinfo: [2] Remove -- no longer needed. Submitted by: [1] Geoffrey C. Speicher <geoff@speicher.org> [2] David Johnson <david@usermode.org>
* Remove this file: no longer needed for metaport.will2002-03-171-244/+0
|
* Oops: PORTEPOCH was accidentally deleted in the previous revision. Pleasewill2002-03-171-0/+1
| | | | | | use this version, not the previous. Sorry.. :\ Submitted by: James Satterfield <james@floondoon.com>
* XFree86 4.2.0 Stage 3: XFree86-4's evolution to a metaportwill2002-03-1723-22889/+23
| | | | | | | [1] Upgrade to 4.2.0. [2] Convert to metaport format and depend on most of XFree86-4-*. Approved by: jmz, in principle
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradeswill2002-03-1736-937/+780
| | | | | | | | | [1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core
* - Update to 0.1.0kevlo2002-03-162-3/+3
| | | | | | | - Takeover maintainership PR: 35974 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Stage 1 of gettext update.ade2002-03-1613-13/+13
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr