aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change MAINTAINER from my email address at gov.bc.ca to FreeBSD.org.cy2002-03-151-1/+1
|
* Update to 2.2.5.5.sobomax2002-03-1412-138/+282
|
* Add xmon, which interactively monitors the byte-stream connections betweenade2002-03-136-0/+45
| | | | | | | an X server and a number of X clients. PR: 33232 Submitted by: Bruce M Simpson <bms@spc.org>
* Bump PORTREVISION after the freetype2 shlib major update.knu2002-03-131-1/+1
|
* Chase increase of freetype2 shlib version.sobomax2002-03-121-1/+1
|
* Generate the packing list just before installation.trevor2002-03-112-1/+4
|
* Add precautions so this won't damage an installation of XFree86 3.X.trevor2002-03-113-6/+9
|
* Back out some changes which were made without my review.trevor2002-03-111-9/+1
|
* Update my e-mail address.trevor2002-03-111-1/+1
|
* Add new port x11/wmappl - An application launcher dockapp similar topat2002-03-089-0/+798
| | | | | | | wmbutton PR: 35513 Submitted by: oleg dashevskii <od@iclub.nsu.ru>
* Update to 1.4.1pat2002-03-082-2/+2
|
* Correct pkg-list.nobutaka2002-03-072-1/+2
|
* Add missed IS_INTERACTIVE=yes when not building on bento.sobomax2002-03-062-2/+10
| | | | | PR: 35236 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Add support for SYSV IPC. This patch is REQUIRED for GL to work with thejmz2002-03-062-1/+24
| | | | | | FreeBSD NVIDIA drivers. Submitted by: mdodd
* Fix PAM bogons in xdm.jmz2002-03-061-17/+27
| | | | Submitted by: des
* add xbindkeys_config 0.0.3ijliao2002-03-046-0/+33
| | | | An easy to use gtk program for configuring Xbindkeys
* Make the "default" target failback on KDE if the user doesn't have apetef2002-03-0316-24/+104
| | | | | | | | | | | .xsession file. Before this fix, kdm wouldn't log the user in with "default" if no .xsession existed.. but it seems to make sense that KDE's display manager should fall back to KDE by default. Bump PORTREVISION. PR: 35223 Submitted by: Alan E <alane@geeksrus.net>
* Update to 2.3.1.nobutaka2002-03-012-2/+2
|
* upgrade to 1.4.0ijliao2002-02-282-2/+2
|
* Remove LD_LIBRARY_PATH bandaid for Nautilus - it was moved over into Nautilussobomax2002-02-272-21/+1
| | | | code.
* Arrrrggggghhhhhhhhdougb2002-02-251-1/+0
|
* Blah..... should have nuked this toodougb2002-02-251-2/+0
|
* Missed this in the last commit. This patch is no longer needed.dougb2002-02-251-14/+0
|
* Update to 4.01, which has several new screensavers, and the usualdougb2002-02-256-431/+210
| | | | | | | | | | | | assortment of bugs fixed. The author has incorporated several of our patches, so I can reduce or eliminate them. However, I had to add one small patch to get -lcompat into one of the new screensavers. In addition to the upgrade, I'm also reverting most of the recent gnome changes in favor of forcing the xml files into one location regardless of gnome/not gnome. I think long term this will be a better strategy.
* Update to 2.3.0.nobutaka2002-02-235-4/+50
|
* Update to 2.1, installing the manual page, too.roam2002-02-224-11/+6
| | | | | PR: 34877 Submitted by: Steve Wills <steve@stevenwills.com>
* Add X11BASE/lib/mozilla into LD_LIBRARY_PATH along with ↵sobomax2002-02-211-1/+1
| | | | | | | | | X11BASE/lib/mozilla-embed, so that Nautilus compiled with WITH_FULL_MOZILLA works as well. Don't bump PORTREVISION, because WITH_FULL_MOZILLA isn't on by default. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update pkg-plistnakai2002-02-201-0/+2
| | | | | PR: ports/31019 Submitted by: Patrick Li <pat@databits.net>
* Add another MASTER_SITESnakai2002-02-181-1/+2
| | | | | PR: ports/34879 Submitted by: Steve Wills <steve@stevenwills.com>
* pass maintainershipijliao2002-02-182-55/+60
| | | | | | | | install docs into correct dir bump port revision PR: 35068 Submitted by: Alan Eldridge <ports@geeksrus.net> (new maintainer)
* Update to 0.3pat2002-02-175-18/+50
|
* Use xscreensaver-gnome instead of xscreensaverade2002-02-142-4/+4
|
* Add xscreensaver-gnome, a slave from xscreensaver, simply ensuring thatade2002-02-142-0/+17
| | | | for GNOME people, the full GNOME version is built.
* Do it properly, and as mentioned on gnome@ (hint, the config filesade2002-02-144-181/+429
| | | | move between GNOME and non-GNOME too)
* Properly install .desktop shortcut into share/gnome/apps/Settings/Desktop/,sobomax2002-02-142-1/+15
| | | | | | | not into share/gnome/gnome/apps/Settings/Desktop/. Submitted by: ade Pointy hat to: sobomax
* - Correctly work in GNOME/noGNOME cases (plist and such);sobomax2002-02-143-8/+25
| | | | - allow CATEGORIES and MAINTAINER be overriden in slaves.
* Comment out DIST_SUBDIR=gnome pending next version update.sobomax2002-02-122-2/+2
|
* These are GNOME components more than anything else, so track the versionade2002-02-122-2/+5
| | | | as supplied by MASTER_SITE_GNOME.
* Use stdlib.h instead of malloc.h.trevor2002-02-121-0/+2
|
* Update to 1.4.0.5.sobomax2002-02-089-36/+78
|
* Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.sobomax2002-02-086-39/+42
|
* Update to 0.81.sobomax2002-02-0712-20/+318
|
* Fix depends and link giconv librarypat2002-02-061-2/+2
| | | | | Submitted by: Shu-yu Guo <shu@rufuran.org> Reviewed and Approved by: maintainer
* Fix patch, so that it doesn't break some ports on 4-STABLE.sobomax2002-02-031-6/+8
| | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com>
* Update to 1.5pat2002-02-023-3/+16
| | | | | | | Give maintainership to submitter PR: 34527 Submitted by: Anders Andersson <anders@hack.org>
* Make face browser working.sobomax2002-01-314-2/+56
| | | | | PR: 34429 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 2.2.0.nobutaka2002-01-293-2/+12
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-2912-28/+28
| | | | | | 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.
* Add missed continue statement.sobomax2002-01-291-7/+8
|
* Fix installation when /usr/sbin not in the PATH.sobomax2002-01-292-8/+10
| | | | | PR: 34289 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 1.4.0.6.sobomax2002-01-294-3/+47
|
* Update to 1.4.1.4.sobomax2002-01-299-27/+30
|
* - Change maintainer's email addresspat2002-01-281-1/+1
| | | | | | | | - Update MASTER_SITES - Bump shlib version for x11-toolkits/gevas PR: 34354 Submitted by: maintainer
* Update to 0.7.1 and keep forbidden.pat2002-01-263-20/+2
|
* Mark FORBIDDEN: buffer overflows in setuid root code.kris2002-01-261-0/+2
|
* The I128 driver doesn't build properly on the Alpha so remove it.steve2002-01-251-1/+3
| | | | | Reviewed by: murray Approved by: maintainer
* When building on bento use numeric UID/GID because bento knows nothing aboutsobomax2002-01-252-0/+8
| | | | | user gdm and group gdm, so that the build is likely to fail. No PORTREVISION bump because this just unbreaks the build on bento.
* Update to 1.3.0pat2002-01-242-2/+2
|
* Use user name instead of UID when setting owner for the directory withsobomax2002-01-242-2/+2
| | | | | | | | config files. This is necessary in the case when user already have gdm user registered in his /etc/passwd, but with different UID. No PORTREVISION bump because package remains the same. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 1.4.0.5.sobomax2002-01-2314-620/+353
|
* To work properly, HAVE_GNOME should be tested after bsd.port.pre.mk issobomax2002-01-221-2/+2
| | | | | | | included. Submitted by: Anders Andersson <anders@hack.org> Joe Clarke <marcus@marcuscom.com>
* Back out XFree86 4.2.0 and all recent modifications for the sake ofwill2002-01-2221-1196/+14473
| | | | | | | | preserving the upcoming 4.5 release. Bump PORTEPOCH to denote portversion going backwards. All files have been reverted to exactly what they were 3 days ago, before the 4.2.0 upgrade, except PORTEPOCH bump. Approved by: re, portmgr, maintainer timeout
* I removed pkg-plist instead of pkg-plist.pc98 in the preious commit :-(jmz2002-01-221-29/+653
|
* Use only one package list for i386, alpha and pc98 and generate the appropriatejmz2002-01-224-14365/+16
| | | | list ($WRKDIR/pk-plist) in the c onfigure script.
* Add S3 driver.jmz2002-01-223-3/+4
| | | | Submitted by: sobomax
* Change default to not use --enable-final because this option requireswill2002-01-223-3/+3
| | | | | | | large amounts of memory in order to compile KDE in any reasonable time. For machines with such required amounts of memory, it can cut build times by more than half. I am not sure why I changed the default on this option before, since it may lead some people to believe the build hanged.
* Update version number of freetype2 shared library.sobomax2002-01-211-1/+1
|
* Bring in a -real- fix for kdesu. Many thanks to Alan Eldridge andwill2002-01-2110-28/+174
| | | | | | | | | | Waldo Bastian for their work towards fixing this both in 2.2.2/ports and KDE3 CVS. Bump PORTREVISION to make sure people get *this* fix and not the previous broken one. PR: 32549 (for real this time) Submitted by: Alan Eldridge <alane@geeksrus.net>, Waldo Bastian <bastian@kde.org>
* A gnome user confirms that the new hooks in xscreensaver work, sodougb2002-01-211-2/+9
| | | | | | add the WANT_GNOME stuff in a way that looks more or less correct... Thanks to Franz Klammer <klammer@webonaut.com> for giving it a ride.