aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Update port to version 0.9.1, plus a couple of patches from CVS to fix someolgeni2001-09-089-93/+180
| | | | | | bugs. Submitted by: Jeremy Norris <ishmael27@home.com>
* Add a patch to fix up the build-bindist script to not use the extractjhb2001-09-071-0/+16
| | | | binary but to just use tar.
* The 3.3.6 to 3.3.6a (3.3.7?) patch changed the name of the DGUX docs fromjhb2001-09-071-0/+2
| | | | | | DGux.* to DGUX.* w/o the accompanying rename of the sgml source file. To workaround, just rename the file in post-extract in the BUILD_XDIST case.
* People, if you want X11 bits with the releases, you need to leave theobrien2001-09-071-0/+1
| | | | checksum for xc/X336src-2.tgz in here!!
* Update to 1.1.sobomax2001-09-053-12/+20
|
* Fix gdkxft_sysinstall script on systems with perl 5.005 and earlier (4.4 andsobomax2001-09-042-2/+14
| | | | | | downward). Reported by: JR Boyens <jboyens@iastate.edu>
* Add a message to the port/package warning users about kcheckpass'swill2001-09-0416-8/+200
| | | | | | | | | | | | setuid root bit, which is off by default. The purpose is to avoid having users who don't use kcheckpass become vulnerable to a root exploit. For more details see the actual pkg-message. Bump PORTREVISION to reflect this change in the package. As a side note, I'm a little wary about adding something like this so close to the ports freeze for 4.4-RELEASE. However, I decided that it was a minimal risk and went ahead with it in the hopes of avoiding the need for users to run into this "problem" themselves...
* Add gdkxft 1.0, an package that adds anti-aliased font support for gtk+sobomax2001-09-0412-0/+172
| | | | (XFree86-4.x required).
* Remove bogus file that I introduced in revision 1.40 (pointy hat).olgeni2001-09-028-8/+0
| | | | Submitted by: bento
* sync with x11/XFree86-4.sf2001-09-013-0/+325
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* Fix the port (put back several lines accidentally removed by Ade few monthssobomax2001-08-311-0/+2
| | | | | | ago). Submitted by: bento
* Support the Motif-dependent files in pkg-plist, add some missing @dirrmolgeni2001-08-3116-40/+392
| | | | | entries, and move the @exec/@unexec entries to make the other @dirrms actually work.
* Add bit about XFREE86_VERSION=4 in /etc/make.confdwcjr2001-08-311-0/+3
| | | | | PR: 28380 Submitted by: edwin@mavetju.org
* Add some missing @dirrm entries.olgeni2001-08-313-0/+12
|
* Make CATEGORIES and MAINTAINER overridable for japanese/kde*.knu2001-08-3111-22/+22
| | | | Approved by: kde (will), demon (MAINTAINERs)
* Fix typo: radAll -> readAll.olgeni2001-08-303-3/+3
|
* Add patch for kdoctools/xml2man.cpp, similar to xslt.cpp patch.will2001-08-306-3/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump PORTREVISION just in case this is needed. From Mikhail Teterin: > Well, for the same reason the xslt.cpp sometimes works -- in fact, it > worked for everyone, until someone tried it on current. > > In essence, the code reads the whole file into a buffer. It then tries > to turn that buffer into one of qt's string-objects (QCString). The > class' constructor they chose assumes, it is passed a valid (aka > \0-terminated) string and goes through the buffer looking for the first > 0-byte. The file itself does not contain any, so it happily wonders > behind the real end of the buffer until it either finds a stray 0-byte, > or seg-faults, trying to read a wrong page. > > Apparently, more often than not, some stray 0-byte is there -- no > surprise. But it will usually create a string that's longer than the > file size -- unless the 0-byte happens to be right there at the end of > the buffer. Apparently, the lamer, who wrote it, noticed something > strange, so he/she explicitly truncates the created QCString object to > the known size of the file after instantiation: > > contents.truncate(xmlFile.size()) > > My patch modifies the code to use the correct QCString constructor -- > the one, that accepts the maximum size of the string. This does the > right thing -- once it reaches the end of the buffer, it stops, > allocates the private storage (I hate C++ for all this buffer copying), > appends the 0-byte and creates the object of the expected size. No > truncation is needed.... Thanks to Mikhail for his debugging on this problem; this patch further removes the hazard of meinproc coredumps. Submitted by: mi
* Allow the tga driver to load the "fb" module; without this, the drivergallatin2001-08-301-0/+11
| | | | | | | | | | gets unresolved symbols when accessing fb routines at server startup. Note, this is apparently already in the mainline XFree86 sources, so this patch may need to be removed when the port is updated for the next release of XFree86 Tested by: "Eric S. Van Gyzen" <eric@stat.Duke.EDU>
* Fix problem with meinproc coredumping on -CURRENT. Basically what thewill2001-08-299-3/+84
| | | | | | | | | | problem is is that there are a few sloppy pieces of code in xslt.cpp. Bump PORTREVISION to account for recent changes (I had intended to do this much earlier, but wanted to include these patches first, and there was a problem getting them together correctly). Submitted by: mi Tested by: dwcjr, petef
* Fix problem where kdelibs.sh isn't chmod 755.. this causes some filterswill2001-08-293-0/+3
| | | | and other stuff to fail. *sigh*
* Move code designed to prevent people from compiling/installing KDE N.xwill2001-08-294-1/+7
| | | | | | | | when KDE (N+1).x (N = radix 2, shift 1, order 1) is installed to pre-extract so one can still download the distfiles for (N+1).x. PR: 30167 Submitted by: Thierry Thomas <thierry@thomas.as>
* add xmotd 1.16petef2001-08-286-0/+73
| | | | | | | A message-of-the-day browser for X11 and dumb-terminals PR: 24713 Submitted by: Matthew West <mwest@uct.ac.za>
* - bump PORTREVISION for new patch-ab file.sada2001-08-252-1/+2
| | | | - shorten pkg-comment to follow portlint's advice.
* Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically towill2001-08-2516-16/+27
| | | | | | | | maintain and improve QT/KDE on FreeBSD. This group (at this time) consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will. While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This was originally supposed to be committed with the 2.2 update, but...
* Conditionalize the dependency on bzip2.knu2001-08-243-3/+9
|
* Fix a local DoS against xfs.jmz2001-08-242-1/+293
| | | | | Submitted by: kris Obtained from: XFree86 CVS repository
* Fix a race condition in mouse device.jmz2001-08-242-1/+23
| | | | | PR: ports/29982 Submitted by: Michael Robinson <robinson@netrinsics.com>
* o Add a buffer overflow patch in sync with rxvt port Makefile revlioux2001-08-242-0/+12
| | | | | | | 1.49 o Bump PORTREVISION Obtained from: OpenBSD
* Add a buffer overflow fixlioux2001-08-244-0/+24
| | | | | Submitted by: kris Obtained from: OpenBSD
* Remove giffunip@asme.org as the maintainer: he no longer has the abilitykris2001-08-241-1/+1
| | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer
* Argh! Get this plist right, for the last time...will2001-08-238-8/+0
| | | | Found by: bento
* Sigh, fix a fat-finger: epplet -> epplets.jhb2001-08-231-1/+1
|
* Bah, revert the previous change for now. There are work directoriesjhb2001-08-231-1/+1
| | | | | | shared among all epplets that should be created and "owned" by the libepplet port, but they aren't. They are created and owned by the epplets port, so depend on epplets again until that is fixed.
* Depend on the x11-wm/libepplet port for libepplet rather than thejhb2001-08-231-1/+1
| | | | x11-wm/epplets port.
* Update to 1.4.1.1.sobomax2001-08-2318-78/+561
|
* Cope with Xvnc.sada2001-08-221-0/+24
| | | | Submitted by: Christophe GIAUME <christophe@giaume.com>
* Remove the extra Worm.desktop screensaver entry. Leave only the screensaverolgeni2001-08-218-8/+0
| | | | | | entries related to KDE's own applications. Spotted by: Kent Stewart <kstewart@urx.com>
* Add launch.app 0.6.5, an application launcher for WindowMaker dock.sobomax2001-08-209-0/+149
|
* Add @exec/@unexec lines to pkg-plist, to handle the "emptydir" template.olgeni2001-08-208-0/+24
| | | | | Being an empty directory, it is not automatically included in the binary package.
* Remove a dead MASTER_SITEkris2001-08-201-2/+1
|
* Chase checksum; trivial makefile change.mikeh2001-08-201-1/+1
| | | | Noticed by: bento
* Add a simple post-extract target: it overwrites ${WRKSRC}/mkpamserv with aolgeni2001-08-198-0/+32
| | | | | | | no-op script. This prevents the port from appending content to /etc/pam.conf, which is known to break kscreensaver's password verification, without asking first. Binary packages already left /etc/pam.conf alone.
* Disable kappfinder_install execution at install time. This will avoid theolgeni2001-08-1916-224/+8
| | | | | | | | | installation of some ".desktop" files that make packaging fail for some users: some desktop shortcuts are not created if you don't have the corresponding application already installed. Users may still get the shortcuts in their local configurations by running kappfinder as usual.
* Add dependency on devel/pcre, it is required by Konqueror to implementolgeni2001-08-193-3/+6
| | | | regular expressions in javascript.
* Correct RUN_DEPENDS: AbiWord binary is called `AbiWord', not `abiword'.sobomax2001-08-182-2/+2
| | | | Submitted by: Mike Harding <mvh@ix.netcom.com>
* add xcmdijliao2001-08-187-0/+49
| | | | | | | Xcmd is a front-end for starting programs under X11 PR: 29326 Submitted by: Oliver Breuninger <ob@breuninger.org>
* Bump PORTREVISION for SSL fix.will2001-08-183-0/+3
| | | | Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
* Add forgotten emptydir which is required to create new directorieswill2001-08-1816-0/+16
| | | | | | | | | in Konqueror and such. Bump PORTREVISION. The PR below advised making the directory too, but a little grep'ing in the source tree shows that KDE does this for you. PR: 26802 Submitted by: Carl True <seetru@bellsouth.net>
* Add patch to fix SSL-related problems in KDE 2.2.will2001-08-171-0/+11
| | | | | Worked on with: nsayer Previous assistance: George Staikos <staikos@kde.org>
* Upgrade to 2.2.3.2demon2001-08-1612-40/+38
|
* *sigh* They changed the path to the tarballs again. This was verifiedwill2001-08-1611-11/+11
| | | | | | on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/. :\ Submitted by: scottl
* (Forced commit.)will2001-08-153-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
* - Unbroke on alpha;sobomax2001-08-155-0/+60
| | | | | | | | - don't try to link with nonexistent libdl; - respect CFLAGS. Submitted by: gallatin (alpha bits), sobomax Some help from: jdp (thanks Jonh!)
* Update to KDE 2.2:will2001-08-1564-10963/+9652
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
* Unbroke on alpha.sobomax2001-08-156-9/+69
| | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* The distfile disappeared from its master site. I attempted totrevor2001-08-141-1/+2
| | | | | | contact the author, Paul Collins, via sneakums@eircom.net and sneakums@zork.net. My messages were accepted but there has been no response.
* Remove three files:asami2001-08-128-24/+0
| | | | | | | | | | | bin/kmorph3d.kss bin/kpipes.kss bin/kspace.kss to at least make this package. We need this package for the release candidate. Submitted by: bento via steve
* Update to 1.4.0.3.sobomax2001-08-099-42/+549
|
* Unbreak the build for XFree86-4 (rman bug)jmz2001-08-092-0/+12
| | | | Submitted by: Ken McGlothlen <mcglk@artlogix.com>
* Update to 1.4.0.2.sobomax2001-08-0324-2799/+516
|
* Update version number of gtkhtml shared library.sobomax2001-08-031-1/+1
|
* Move `@dirrm share/gnome/apps/Applications' from gnomecore to gnomedb,sobomax2001-08-032-2/+1
| | | | because this directory is actually created by gnomedb.
* Always enable extended input devices. Disabling this feature breaks the build.jmz2001-07-281-6/+6
|
* New port wmcliphist version 0.2, Clipboard history managementlioux2001-07-287-0/+62
| | | | | | | dockapp for Window Maker PR: 28745 Submitted by: Patrick Li <pat@databits.net>
* The value of FORBIDDEN shouldn't have a period at the end: bsd.port.mkdd2001-07-271-1/+1
| | | | does that automatically.
* Add USE_XLIB.jmz2001-07-271-3/+4
| | | | Portlint.
* Remove src/*.o so that they all get rebuilt for the current architecture.steve2001-07-261-0/+1
|
* Upgrade to version 4.1.9jmz2001-07-247-17/+139
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Update version number of libgtkhtml.sobomax2001-07-231-2/+3
|
* Update to 1.3dwcjr2001-07-224-14/+20
| | | | | | | | Fix PORTDOC compliance PR: 28615 Submitted by: pat@databits.net No Response: maintainer
* Link against ${PTHREAD_LIBS} if we want MESAGL. Mesa is now compiledtg2001-07-181-9/+3
| | | | with thread support also on XFree86-3 systems.
* Updated to 2.0.3markp2001-07-132-3/+3
| | | | | PR: 28924 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Correct MASTER_SITE_SUBDIRdemon2001-07-133-3/+3
|
* Add a knob to disable the `allow-root' functionality, which lets roottg2001-07-121-0/+4
| | | | | | unlock the screensaver regardless of the current owner. Submitted by: Anders Nordby <anders@fix.no>
* Update version number of freetype2 shared library.sobomax2001-07-121-1/+1
|
* Oliver Breuninger sent me an updated email address, so put him backfenner2001-07-121-1/+1
| | | | as MAINTAINER.
* Update to 0.5.knu2001-07-113-6/+5
|
* ${PREFIX}/share/${PORTNAME} --> ${DATADIR}sobomax2001-07-101-2/+2
|
* Update MASTER_SITE_SUBDIR for new locationdwcjr2001-07-101-1/+1
| | | | | PR: 28207 Submitted by: joseph@randomnetworks.com <joseph@randomnetworks.com>
* upgrade to 2.0.2 build 4ijliao2001-07-063-4/+6
|
* Please bento some more.will2001-07-036-6/+12
|
* Deploy NOPORTDOCS PLIST supportlioux2001-06-291-3/+3
| | | | | | PR: 28499 Submitted by: Patrick Li <pat@databits.net> Approved by: maintainer override as per Makefile rev 1.5
* Update to imwheel-0.9.9, which fixes a root exploit in the case wheresheldonh2001-06-2913-126/+63
| | | | | | | | | | | | | | | | | imwheel is setuid root. Note that the port doesn't install imwheel setuid root, so the problem would not have affected users of the port / package. Regardless, it's bad PR to make mouse wheel support so visible in the FAQ and then keep a known-bad version of the supporting software in the ports tree. This update is derived from broken patches received by way of the maintainer, who no longer has time to maintain the port. This port is now looking for a maintainer. Submitted by: Jeremy Norris <ishmael27@home.com>
* Update to 0.4.knu2001-06-273-7/+6
|
* - Add NOPORTDOCS supportlioux2001-06-273-8/+9
| | | | | | | | - Update to version 0.8 PR: 28235 Submitted by: Patrick Li <pat@databits.net> Approved by: maintainer
* FIx a bug with the -tile option.jmz2001-06-232-0/+32
| | | | | PR: ports/28245 Submitted by: Rémi Guyomarch <rguyom@pobox.com>
* Update to 0.3.knu2001-06-203-6/+4
|
* Bump PORTREVISION of the metaport to indicate the structural changes below.ade2001-06-192-2/+2
|
* Clean up dependency chains after moving gtkhtml/gal inside theade2001-06-194-9/+7
| | | | USE_GNOME knob
* Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecoreade2001-06-191-2/+3
| | | | (adding some extra functionality).
* Get rid of 'X11R6.4' from pkg-comment.sf2001-06-174-4/+4
| | | | XFree86-4.1.0 is based on X11R6.5.1.
* Add a test to instruct the user to rename ${PREFIX}/lib/libXft.so.1jmz2001-06-142-1/+11
| | | | if it is an incompatible version.
* Unbroke port.markp2001-06-133-37/+15
| | | | | | Maintainer change ports -> kkonstan@daemon.fr Extra testing: Konstantinos Konstantinidis <kkonstan@duth.gr>
* update to 4.1.0.sf2001-06-1239-488/+427
| | | | | | get rid of version number from comments in Makefile, pkg-comment and pkg-descr. Reviewed by: maintainer
* Suppress MLINKS and put all man pages in the MANx sections. The MLINKSjmz2001-06-121-649/+649
| | | | | | list was too long and broke 'make readme' Submitted by: sf
* Wterm distfile cannot be found anymore, moved into my public_distfiles.markp2001-06-111-4/+2
| | | | | PR: 27741 Approved by: maintainer
* Don't try to build AgpGartDrivers on alpha, doing so leads to agallatin2001-06-101-1/+1
| | | | | | build failure very early on. Approved by: jmz
* Please bentodwcjr2001-06-083-0/+6
| | | | | | PR: 27587 Reviewed by: will Approved by: will
* Remove DRI modules. They are not build in 4.1.0.jmz2001-06-084-16/+1
|
* Fix the VT switching consoles bug with the i810 driver.jmz2001-06-071-0/+26
| | | | Submitted by: Andrew Hesford <ajh3@usrlib.org>
* - Update to version 2.3ikevlo2001-06-073-4/+5
| | | | - Add WWW
* Update the port to 4.1.6, based on the Debian version; use installed jpegjmz2001-06-0713-108/+59
| | | | | | and tiff libraries and add png support. Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Complete Makefile.man for 4.1.0 - I forgot to commit this file when Ijmz2001-06-062-6/+64
| | | | upgraded the port.
* The vmware driver must be in the i386Architecture section, not in thejmz2001-06-055-3/+8
| | | | | | non-i386Architecture section! Noticed by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* Upgrade to 3.33, and include the GLE library as a dependency. The extrusiondougb2001-06-054-18/+10
| | | | | | | | | | | | | | | lib gives us one new screensaver, which is really a combination of several objects that get twisted and re-shaped. The update adds two new screensavers, and several improvements to existing ones. Also added is a memory limit parameter, and some more gnome integration. patch-ac is removed due to its being integrated into the source. The suggestion to add the GLE lib comes from the PR. I'm not sure that the cost::benefit justifies it, but the library is small so probably no harm done. PR: ports/27626 Submitted by: David Gilbert <dgilbert@velocet.ca>
* Update to 2.2.2.1ade2001-06-0512-62/+132
| | | | | PR: 27855 (in part) Submitted by: Anders Nordby <anders@fix.no>
* Disable the build with WITH_MATROX_GXX_DRIVER. It does not work with 4.1.0jmz2001-06-051-24/+24
| | | | Reported by: Goran Runfeldt <goranrunfeldt@home.se>
* POSIX syntax for chown.dirk2001-06-041-1/+1
|
* Upgrade to version 4.1.0jmz2001-06-0413-1430/+10612
|
* Add port for MGA Powerdesk. A X11 configurator / helper app for Matrox cards.nsayer2001-06-038-0/+127
|
* Update MASTER_SITESsanpei2001-06-021-2/+1
|
* Move manpages from pkg-plist to Makefile.man.jmz2001-06-025-3502/+1170
| | | | | | PR: ports/27405 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> With improvements by: Cyrille Lefevre <clefevre@poboxes.com>
* Add missing filelioux2001-06-021-0/+1
| | | | Submitted by: bento
* Use MASTER_SITE_LOCAL because the author seems to have taken thetrevor2001-06-011-1/+2
| | | | | | distfile offline when he moved his Web pages. I've dropped him a note about it, but judging from http://www.advogato.org/person/khazad/ he seems to feel this project is complete.
* Add USE_GMAKE to avoid rebuild at install timelioux2001-06-011-0/+1
| | | | | PR: 27795 Submitted by: Michael Harnois <mdharnois@home.com>
* Use proper POSIX syntax for `chown'.obrien2001-06-011-1/+1
|
* Update the checksum for xc/mga-1_2_0beta.tgz. There are no changes injmz2001-06-011-1/+1
| | | | | | | the sources: a readme file has been updated and CVS directories removed. PR: ports/27802 Submitted by: Mark Knight <markk@knigma.org>
* Replace last remnants of "nonexistent", "/nonexistent" etc. withade2001-06-011-1/+1
| | | | ${NONEXISTENT} as per bsd.port.mk
* Add textproc/libxml as an explicit dependency, as well as the implicitade2001-06-013-6/+9
| | | | | dependency through textproc/scrollkeeper. Something strange is going on here, and this is a reasonable temporary fix.
* Add ruby-X11, a fully reflective X11 client library for ruby.knu2001-05-306-0/+69
|
* describe this port is for XFree86-4 only.sf2001-05-301-1/+1
|
* mark as FORBIDDEN if ${XFREE86_VERSION} == 3.sf2001-05-301-1/+9
| | | | add dummy MASTER_SITES and DISTFILES to make portlint happy.
* Fix typolioux2001-05-301-1/+1
| | | | | PR: 27763 Submitted by: Kevin Way <kevin.way@overtone.org>
* Add logic to delete .conf file if not modifiedijliao2001-05-292-0/+4
| | | | | PR: 27551 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* The DRI module breaks building of XF86-4 on alpha because drmP.hgallatin2001-05-291-1/+1
| | | | | | contains x86 specific assembly. Disable it on alpha. Approved by: jmz
* Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks.fenner2001-05-291-1/+1
|
* Add temperature.app 1.0, a dockable WindowMaker applet whichsobomax2001-05-287-0/+56
| | | | | | | displays the local temperature. PR: 27162 Submitted by: Per Otterstr=F6m <pelle@fukt.bth.se>
* add xkbsetijliao2001-05-276-0/+33
| | | | | | | Manage various XKB features of X Window PR: 27295 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* - Update port to version 2.7.6lioux2001-05-263-8/+20
| | | | | | - Remove extra spaces at end of lines - Use MASTER_SITE_SUBDIR so that when the version of this is outdated, it will have a good chance of fetching the distfiles
* - Remove extra spaces at end of lineslioux2001-05-262-10/+24
| | | | | | - Add WITH_NEXT_SCROLLBAR - Use MASTER_SITE_SUBDIR so that when the version of this is outdated, it will have a good change of fetching the distfiles
* Update ruby-gnome, ruby-gtk, ruby-gdkimlib and ruby-gdkpixbuf to 0.25.knu2001-05-244-6/+22
|
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2ade2001-05-232-2/+2
| | | | to make transitioning to GNOME/GTK+/GLIB a little easier.
* Oops. Switch maintainer to myself, since I did the work, reg isade2001-05-231-1/+1
| | | | unavailable for a while, and any breakage is my fault :)
* Update to 3.3.6 - these libraries were generated on a 2.2.8-STABLE box,ade2001-05-234-38/+13
| | | | | | from x11/XFree86 and have all known security issues fixed. Approved by: security-officer
* Fix another fennerism. MASTER_SITE (http://wm.current.nu/) has been crackedsobomax2001-05-231-1/+3
| | | | | and all information on it erased, so put distfiles temporarly at MASTER_SITE_LOCAL.
* Don't overwrite CATEGORIES in master ports. Use += instead, so slavessobomax2001-05-232-2/+2
| | | | | would be able to insert their own entries (usually language category) upfront.
* upgrade to 2.0.2ijliao2001-05-222-2/+2
|
* Remove empty patchfile that got left around sometime.ade2001-05-223-0/+0
|
* upgrade to 2.0.1ijliao2001-05-222-3/+3
| | | | drop maintainership
* Move gnomecanvas dependency from x11/gnomecore toade2001-05-211-2/+1
| | | | | sysutils/gnomecontrolcenter. Wierd stuff[tm] was happening with the nightly build after the change that I missed.
* Add guppi.sobomax2001-05-212-6/+8
|
* Unbroke: add missed gnomecanvas into LIB_DEPENDS.sobomax2001-05-211-1/+2
|
* Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and theade2001-05-212-0/+2
| | | | | | | | GNOME part (gnomecanvas) to allow for other ports to access the lower level parts of gdk-pixbuf without the "excess baggage" of even a minimal GNOME environment. Submitted by: sobomax (with extensive patches - complain to me)
* Bring anjuta into the gnome-fifth-toe port, and adjustade2001-05-182-4/+8
| | | | | | maintainership accordingly. Submitted by: demon
* Update version number of wmraster shared library.sobomax2001-05-152-2/+2
|
* upgrade to 2.0.0ijliao2001-05-133-2/+11
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-1214-14/+14
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Install binary and a manual page as a "gtk-theme-switch", not just "switch"sobomax2001-05-116-8/+10
| | | | | | to avoid clashing with sh(1) builtin. Submitted by: Tobias Reifenberger <treif@mayn.de>
* Update to 1.4.0.4ade2001-05-113-2/+3
|
* This file makes reference to ${PORTSDIR}/x11/gnome/pkg/DESCR, which of coursedan2001-05-113-3/+3
| | | | doesn't exist anymore. Correct it.
* Upgrade to 5.01.tg2001-05-102-2/+2
|
* Update to 2.2.1ade2001-05-0914-76/+62
|
* Update to 0.12ade2001-05-093-18/+4
|
* Upgrade to 2.1.2 (kdelibs only): fix security issues (already fixed in thewill2001-05-0814-319/+111
| | | | | | | | port, but now we remove a patch :), remove a lot of obsolete patches. I'm not sure why I didn't notice that coolo@kde.org fixed the midfile.cc one about six months ago... ;) Submitted by: many people
* Missed patch from the update causing an mtree failure.ade2001-05-076-3/+3
| | | | Submitted by: bento
* Actually put some info here (these files were empty)demon2001-05-072-1/+7
|
* The primary MASTER_SITE has now been unavailable for over 24 hours.ade2001-05-071-3/+4
| | | | Temporarily host the distfile on my colo box.
* Fix typoade2001-05-061-1/+1
| | | | Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
* Add in the "old releases" directory so that this port continues toade2001-05-051-1/+2
| | | | be fetchable every time a new release is made.
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeade2001-05-059-0/+111
| | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword.
* Various patches (mainly shared library revision changes) for thoseade2001-05-056-25/+13
| | | | ports that depend on GNOME and need to change for 1.4
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-0571-2301/+5999
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54
* freebsd-ports@freebsd.org -> ports@FreeBSD.orgmharo2001-05-011-1/+1
|
* Update port: x11/xkeywrap to version 1.1mharo2001-05-014-34/+25
| | | | | PR: 27007 Submitted by: maintainer
* Upgrade to version 0.02kevlo2001-04-302-2/+2
| | | | | PR: 26966 Submitted by: MAINTAINER
* Don't hard-code -O2. Instead use whatever the imake default is.kris2001-04-301-0/+10
|
* Add most recent patches from the XFree86 cvs repository.jmz2001-04-272-1/+89
|
* Mark this port broken and revert maintainership to ports. Previousdougb2001-04-261-1/+3
| | | | maintainer regrets that he is unable to help at this time.
* Typo fixes:olgeni2001-04-232-2/+2
| | | | | serurity -> security enviroment -> environment
* Prepare for the forthcoming slave port.knu2001-04-221-2/+4
| | | | Approved by: jim (MAINTAINER)
* Update to 2.2.0nakai2001-04-2228-372/+196
| | | | - Now it needs to make gdm user and gdm group.
* Chase the checksum. The only changes were Makefile niceties anddougb2001-04-211-1/+1
| | | | | | | dates in the man pages, so no portrevision bump is needed. PR: ports/26716 Submitted by: Patrick Li pat@databits.net
* Remove empty directories on uninstall.steve2001-04-201-0/+2
|
* Add ${PTHREAD_LIBS} to the libs to fix building on XFree86-4.tg2001-04-201-1/+4
| | | | | PR: 25207 Reviewed by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* This does not compile on the Alpha.trevor2001-04-201-0/+1
|
* Update to 0.5.1 and fix a bug related to using freed memory.roam2001-04-174-2/+18
| | | | | | | | | Maintainer feedback timed out - the DNS setup of astorit.com is badly broken. In view of the imminent ports freeze for 4.3-RELEASE, I think that in this case, MAINTAINER can be overridden. PR: 26572 Submitted by: Max Khon <fjoe@newst.net>
* Update to 1.0.1.sobomax2001-04-178-44/+60
|
* Add support for Russian characters.jim2001-04-167-3/+190
| | | | Submitted by: Oleg Dashevskii <od@iclub.nsu.ru>
* Move distfile to MASTER_SITE_LOCAL as the author's site has been down forkbyanc2001-04-161-1/+2
| | | | quite some time now.
* Update to 3.32, which contains no new hacks, but does contain a new systemdougb2001-04-163-3/+7
| | | | | to let the hacks which modify images use ones that you specify instead of your desktop.
* sync up with x11/XFree86-4.sf2001-04-122-0/+117
| | | | | | | o build DRI kernel modules. o add option to build Matrox G200/G400/G450 beta drivers. Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Do not build and the DRI kernel modules in -current. Sources of drm modulesjmz2001-04-112-3/+5
| | | | have to be modified for SMPng systems.
* - Advertise WITH_* optionslioux2001-04-111-2/+29
| | | | | | | | | - Enable XIM support per default unless required to disable - Add WITH_* options to set the default encoding for multi-char glyph languages including setting to noenc (no encoding) PR: 26490 Submitted by: The Anarcat <anarcat@tao.ca>
* - Advertise WITH_* optionslioux2001-04-112-2/+28
| | | | - Enable XIM support per default unless required to disable
* Upgrade the Matrox driver to version 1.2.0jmz2001-04-102-3/+3
| | | | Submitted by: lioux
* Build and install the DRI kernel modules.jmz2001-04-106-2/+80
|
* PORTVERSION is 0.950 not 9.50. I think PORTEPOCH is not needed since thiswill2001-04-071-2/+2
| | | | | | | change and the original revision are not far apart enough to matter. PR: 26395 Submitted by: maintainer
* Add accessx 9.50, a Tcl script to customise accessibility features for X.will2001-04-076-0/+44
| | | | | PR: 24496 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Use ${PORTNAME} as appropriate.knu2001-04-071-5/+5
|
* Define USE_KDELIBS_VER=1 instead of a hardcoded LIB_DEPENDS entry.knu2001-04-071-1/+1
|
* Fix a build problem on alpha machines.jmz2001-04-061-0/+16
| | | | | PR: ports/26367 Tested by: Christian Weisgerber <naddy@mips.inka.de>
* Update to 3.31, which adds 3 new "hacks" and updates somedougb2001-04-063-4/+7
| | | | of the existing ones.
* Bring in the most recent bits from the XFree86 cvs repository (securityjmz2001-04-0611-640/+18
| | | | fixes mainly). This corresponds more or less to a pre-3.3.7 version.
* Overhaul QT/KDE support:will2001-04-0333-196/+195
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* Update to 1.6.sobomax2001-04-024-16/+14
| | | | Submitted by: maintainer
* Update to 0.70.sobomax2001-03-304-6/+8
|
* Preserve Xsetup_0 at install/deinstall time.olgeni2001-03-302-3/+15
| | | | Some directories in plist had to be removed with rmdir at deinstall time.
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-3011-11/+11
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* o fix MASTER_SITE_SUBDIR.sf2001-03-294-5/+5
| | | | | | o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
* Add xxkb 1.5.1, an XKB keyboard layout switcher and indicator.sobomax2001-03-296-0/+76
| | | | | PR: 25558 Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
* Preserve wdm-config at install/deinstall time.olgeni2001-03-272-4/+18
|
* Thought I removed these PTHREAD_* things from the Makefile. FWIW, thewill2001-03-278-16/+16
| | | | | reason it worked for me is because PTHREAD_* weren't in bsd.port.mk at the time testing was done.
* install freetype-config.sf2001-03-272-3/+11
| | | | This should solve build problem of freetype2 apprications.
* Unbroke if USA_RESIDENT isn't defined.sobomax2001-03-261-0/+2
|
* update to 4.0.3.sf2001-03-2674-3622/+2035
| | | | | | | | | | | o use internal freetype2 for consistency with x11/XFree86-4. o added xthreads obtained from x11/XFree86-4. o install "ws" type config sample for xdm. o build DRI only if kernel source installed in /sys. o fix Riva128/SGRAM driver(patch-riva_hw.c). PR: 24338(4.0.2) Submitted by: maintainer, keith
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatwill2001-03-2511-380/+64
| | | | | | | | | | | | | | | | | | | | | | | | | this involves is this: Cull GL from Qt by default, but still provide a Qt+GL library that may or may not have threads. Then also provide a Qt library that has threads but not GL. This allows us to make KDE2 depend on a library that will *not* have threads, ever. Threads will be revisited at a later date. Ports that require GL support need to be updated to use the hacked library, libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static qt will not have GL support. Introduce bsd.kde.mk, which will be tested on bento before becoming fully activated. Replace qt22-static with qt2-static, since it's just a proxy. Update qt-designer to depend on qt23. Also make the old hack to package the correct lib obsolete by using PLIST_SUB instead. Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not used anymore. Solve namespace pollution problems with the devel/pth and devel/libgnugetopt ports. Hopefully. Suggested by: ade, asami, sobomax (bsd.kde.mk) Repocopied by: asami (qt22-static --> qt2-static)
* Make these into actual patches against XFree86 instead of patches againstjhb2001-03-224-271/+66
| | | | | | the XFree86 port directory. Before these would generate the files files/patch-r0[1234] (some of them multiple times), now they will actually patch the X sources to achieve the desired results.
* Actually name the configure script 'configure' in the BUILD_XDIST case sojhb2001-03-221-1/+1
| | | | that it will actually get executed.
* Remove WWW from pkg-plist. The site hasn't existed for quite some timejim2001-03-221-2/+0
| | | | | | now, and I've been hosting the tarball. Submitted by: fenner's distfile survey
* Add the possibility to disable support for TrueType fonts.jmz2001-03-201-1/+5
|
* upgrade to 1.5.3ijliao2001-03-203-5/+13
|
* set MASTER_SITE_SUBDIR to 4.0.2jmz2001-03-181-1/+1
| | | | Submitted by: cpiazza
* Those files should have been removed in my previous commit :-/jmz2001-03-186-110/+0
|
* Upgrade to version 4.0.3jmz2001-03-188-124/+174
| | | | | | | | | | | | - patch-0 replaced by 'MAKE_ARGS=' in Makefile - XF86Setup is no more supported in XFree-4, so patch-8 is removed as well as corresponding stuff in scripts/configure - patch-config_cf_Server_tmpl replaced by the setting of InstallXserverSetUID in scripts/configure other removed patches are no more necessary. Note that freetype2 is now part of the base 4.0.3 distribution. The freetype2 include and libs files are always installed.
* Ecore is a core event (X11) abstraction library.vanilla2001-03-186-0/+35
| | | | | PR: ports/25862 Submitted by: Jeremy Norris <ishmael27@home.com>
* Update to 0.15 and unbreak. KDE 1.x _is_ still in the tree!knu2001-03-172-4/+2
|
* Update MASTER_SITES.roam2001-03-152-4/+4
| | | | | PR: 25821 Submitted by: maintainer
* Add missed gdk-pixbuf dependency.sobomax2001-03-141-1/+2
| | | | Submitted by: bento
* o copying files/Imakefile instead of Makefile to make USE_IMAKE working.sf2001-03-143-15/+13
| | | | | | o making/installing html manpages. o replace magic number with macro in DISTNAME. o move post-extract to post-patch to get as-is distfile after make extract.
* Add the trailing slash to the master site for matrox driver.jmz2001-03-141-1/+1
|
* o Add missed USE_IMAKE;sobomax2001-03-142-2/+7
| | | | | | | | o fix manpage problem with XFree86-4; o add $FreeBSD$ into ${FILESDIR}/Makefile to make commitprep happy. PR: 25670 Submitted by: maintainer
* Add the official Matrox driver for G200, G400 and G450 graphic adapters.jmz2001-03-142-4/+29
| | | | | | This is optional and enabled only if WITH_MATROX_GXX_DRIVER is defined. Submitted by: lioux
* Bring in my KDE 2.1 + X 4.0.2 + threads "fixes". WARNING: Doesn't quitewill2001-03-1311-47/+371
| | | | | | | | | | | | | | | | | | | | | | | | | | | | work right yet. This needs other eyes to look at in order for me to figure out what's going on here. Help, please? Basically, the current situation is this: You can hack the startkde script to make KDE2 start all the way through, which basically consists of simply replacing the kdeinit line with "kcminit". However, at certain points after KDE is done setting things up, processes named "kdeinit" that are in charge of certain apps go crazy and hit infinite loops somewhere. I haven't been able to determine where exactly, and if this is related to threads at all, or if a critical app or similar somehow doesn't get compiled with threads. Or something like that. *sigh* Konqueror can startup and seems to work okay in a different window manager, but it seems to randomly set off a kdeinit proc as above. Anyhow, this is 2 weeks' worth of debugging on a 4-month-old problem. If you're using XFree86 4.0.2, I caution against trying this stuff out unless you're going to help me out and are willing to help me figure out exactly where the heck things are going awry. Things should still compile and work just fine for those on XFree86 3.3.6. I decided to leave out these hacks in nonessential stuff (like kdenetwork et al) because kde2 itself needs to work with threads first. =) I guess I can thank my lucky stars JKH's decided to stick with 3.3.6 until some point in the future when 4.0.x becomes more stable...
* Use pre-configure instead of pre-fetch to test compiler flags. pre-fetchjmz2001-03-131-1/+1
| | | | is already used for the USA_RESIDENT test.
* change unreachable MASTER_SITES.sf2001-03-131-1/+1
| | | | | PR: 25703 Submitted by: maintainer
* Fix plist. Kevin!!!! ;-)will2001-03-118-632/+0
| | | | Prodded by: fenner/obento
* Fix previous commit: LOCALBASE --> X11BASE.sobomax2001-03-101-1/+1
|
* Use LOCALBASE instead of PREFIX in CONFIGURE_ENV.sobomax2001-03-101-1/+1
|
* New port: xtsetgrog2001-03-096-0/+23
| | | | | | xtset sets the title and icon name for xterms. Obtained from: Martin Smith <msmith@lssec.bt.co.uk>, decades ago.
* Disable OpenLDAP support by defaultkevlo2001-03-088-0/+8
| | | | Approved by: will
* Fix pkg-plistkevlo2001-03-088-136/+712
| | | | Approved by: will
* Add the kdebase11 directory.steve2001-03-081-0/+1
|
* resolve problem with XFree86-4.0.2.sf2001-03-071-2/+17
| | | | | PR: 25559 Submitted by: maintainer
* Fix build problem with kio_ldap where it was including <time.h> insteadwill2001-03-0516-0/+872
| | | | | | | | | of <sys/time.h> (for $DEITY knows why reason); fix kinfo_proc meddling in ProcessList.c. Reported by: MANY (ldap problem), mi, msmith (kinfo_proc) Submitted by: Sven Petai <hadara@online.ee> (partial patch for kinfo_proc, I added __FreeBSD_version #ifdefs and cleaned it up a bit)
* Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-0511-11/+11
| | | | for libgnugetopt's getopt.h). Not tested, but should work.
* Update the list of installed stuffdougb2001-03-052-6/+8
|
* * Assume maintainership. Mail to jseger went unanswered, and this portdougb2001-03-037-60/+34
| | | | | | | | | | | | | | | | | | | | | has been periodically maintained by others for 9 months in any case. * Upgrade 3.26 -> 3.29 * Specify full path to fortune, since many of the screen saver programs could not find it on their own. * Fix the -lpthread -> -pthread problem. * Re-generate patch files. * Eliminate patch-ae, whose only purpose in life was to prevent the building and installation of the xscreensaver-demo program which, in addition to being the method used to configure the server and all the little screensaver programs; works just fine, and doesn't actually hurt anything. The report in the PR is a little out of date with reference to the latest xscreensaver version, but all parts of the thing are working for me now in any case. PR: ports/23619 Submitted by: Lars Eggert <larse@isi.edu>
* Make backspace generate ^H, not ^?.olgeni2001-03-011-1/+3
| | | | | | This was the default Eterm behavior in version 0.8. Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-1/+0
|
* Add ruby-gnome, a set of Ruby bindings for GNOME which includes gnome,knu2001-02-2815-0/+253
| | | | | gtk, gdk_imlib, and gdk_pixbuf modules. The last three modules will be provided as separate ports.
* Add patches needed in building a release X11 distribution that matchesobrien2001-02-285-0/+272
| | | | | | | the ones we used to get from XFree86. Submitted by: jhb Approved by: jmz
* Spelling fix.jmz2001-02-281-1/+1
| | | | Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Remove KDE 1.x metaport.will2001-02-274-40/+0
|
* Put kdebase 1.x back to fix broken ports I'd overlooked.will2001-02-2723-0/+3115
|
* Let this port sleep until it is updated to support KDE2.1.knu2001-02-271-0/+2
|
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-02-2796-7396/+6960
| | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
* Update to 1.2roam2001-02-233-9/+5
|
* Add needed support for building an X distribution that mirrors theobrien2001-02-183-7/+229
| | | | XFree86's own distribution layout. To use, define "BUILD_XDIST".
* Update to version 0.9.olgeni2001-02-1817-234/+136
|