summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update version number of gtkhtml shared library.Maxim Sobolev2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47640
* Bump png majorAndrey A. Chernov2001-09-114-4/+4
| | | | Notes: svn path=/head/; revision=47626
* Set DIST_SUBDIR=KDEDmitry Sivachenko2001-09-1026-15/+28
| | | | Notes: svn path=/head/; revision=47615
* Update port to version 0.9.1, plus a couple of patches from CVS to fix someJimmy Olgeni2001-09-079-93/+180
| | | | | | | | | bugs. Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=47509
* Add a patch to fix up the build-bindist script to not use the extractJohn Baldwin2001-09-061-0/+16
| | | | | | | binary but to just use tar. Notes: svn path=/head/; revision=47486
* The 3.3.6 to 3.3.6a (3.3.7?) patch changed the name of the DGUX docs fromJohn Baldwin2001-09-061-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. Notes: svn path=/head/; revision=47485
* People, if you want X11 bits with the releases, you need to leave theDavid E. O'Brien2001-09-061-0/+1
| | | | | | | checksum for xc/X336src-2.tgz in here!! Notes: svn path=/head/; revision=47481
* Update to 1.1.Maxim Sobolev2001-09-053-12/+20
| | | | Notes: svn path=/head/; revision=47447
* Fix gdkxft_sysinstall script on systems with perl 5.005 and earlier (4.4 andMaxim Sobolev2001-09-042-2/+14
| | | | | | | | | downward). Reported by: JR Boyens <jboyens@iastate.edu> Notes: svn path=/head/; revision=47417
* Add a message to the port/package warning users about kcheckpass'sWill Andrews2001-09-0316-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... Notes: svn path=/head/; revision=47378
* Add gdkxft 1.0, an package that adds anti-aliased font support for gtk+Maxim Sobolev2001-09-0312-0/+172
| | | | | | | (XFree86-4.x required). Notes: svn path=/head/; revision=47373
* Remove bogus file that I introduced in revision 1.40 (pointy hat).Jimmy Olgeni2001-09-028-8/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=47322
* sync with x11/XFree86-4.FUJISHIMA Satsuki2001-09-013-0/+325
| | | | Notes: svn path=/head/; revision=47270
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* Fix the port (put back several lines accidentally removed by Ade few monthsMaxim Sobolev2001-08-311-0/+2
| | | | | | | | | ago). Submitted by: bento Notes: svn path=/head/; revision=47220
* Support the Motif-dependent files in pkg-plist, add some missing @dirrmJimmy Olgeni2001-08-3116-40/+392
| | | | | | | | entries, and move the @exec/@unexec entries to make the other @dirrms actually work. Notes: svn path=/head/; revision=47213
* Add bit about XFREE86_VERSION=4 in /etc/make.confDavid W. Chapman Jr.2001-08-311-0/+3
| | | | | | | | PR: 28380 Submitted by: edwin@mavetju.org Notes: svn path=/head/; revision=47196
* Add some missing @dirrm entries.Jimmy Olgeni2001-08-303-0/+12
| | | | Notes: svn path=/head/; revision=47177
* Make CATEGORIES and MAINTAINER overridable for japanese/kde*.Akinori MUSHA2001-08-3011-22/+22
| | | | | | | Approved by: kde (will), demon (MAINTAINERs) Notes: svn path=/head/; revision=47169
* Fix typo: radAll -> readAll.Jimmy Olgeni2001-08-303-3/+3
| | | | Notes: svn path=/head/; revision=47155
* Add patch for kdoctools/xml2man.cpp, similar to xslt.cpp patch.Will Andrews2001-08-296-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 Notes: svn path=/head/; revision=47116
* Allow the tga driver to load the "fb" module; without this, the driverAndrew Gallatin2001-08-291-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> Notes: svn path=/head/; revision=47110
* Fix problem with meinproc coredumping on -CURRENT. Basically what theWill Andrews2001-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 Notes: svn path=/head/; revision=47050
* Fix problem where kdelibs.sh isn't chmod 755.. this causes some filtersWill Andrews2001-08-283-0/+3
| | | | | | | and other stuff to fail. *sigh* Notes: svn path=/head/; revision=47042
* Move code designed to prevent people from compiling/installing KDE N.xWill Andrews2001-08-284-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> Notes: svn path=/head/; revision=47038
* add xmotd 1.16Pete Fritchman2001-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> Notes: svn path=/head/; revision=47006
* - bump PORTREVISION for new patch-ab file.SADA Kenji2001-08-252-1/+2
| | | | | | | - shorten pkg-comment to follow portlint's advice. Notes: svn path=/head/; revision=46850
* Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically toWill Andrews2001-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... Notes: svn path=/head/; revision=46840
* Conditionalize the dependency on bzip2.Akinori MUSHA2001-08-243-3/+9
| | | | Notes: svn path=/head/; revision=46798
* Fix a local DoS against xfs.Jean-Marc Zucconi2001-08-232-1/+293
| | | | | | | | Submitted by: kris Obtained from: XFree86 CVS repository Notes: svn path=/head/; revision=46756
* Fix a race condition in mouse device.Jean-Marc Zucconi2001-08-232-1/+23
| | | | | | | | PR: ports/29982 Submitted by: Michael Robinson <robinson@netrinsics.com> Notes: svn path=/head/; revision=46754
* o Add a buffer overflow patch in sync with rxvt port Makefile revMario Sergio Fujikawa Ferreira2001-08-232-0/+12
| | | | | | | | | | 1.49 o Bump PORTREVISION Obtained from: OpenBSD Notes: svn path=/head/; revision=46752
* Add a buffer overflow fixMario Sergio Fujikawa Ferreira2001-08-234-0/+24
| | | | | | | | Submitted by: kris Obtained from: OpenBSD Notes: svn path=/head/; revision=46751
* Remove giffunip@asme.org as the maintainer: he no longer has the abilityKris Kennaway2001-08-231-1/+1
| | | | | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer Notes: svn path=/head/; revision=46749
* Argh! Get this plist right, for the last time...Will Andrews2001-08-238-8/+0
| | | | | | | Found by: bento Notes: svn path=/head/; revision=46674
* Sigh, fix a fat-finger: epplet -> epplets.John Baldwin2001-08-231-1/+1
| | | | Notes: svn path=/head/; revision=46666
* Bah, revert the previous change for now. There are work directoriesJohn Baldwin2001-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. Notes: svn path=/head/; revision=46665
* Depend on the x11-wm/libepplet port for libepplet rather than theJohn Baldwin2001-08-221-1/+1
| | | | | | | x11-wm/epplets port. Notes: svn path=/head/; revision=46661
* Update to 1.4.1.1.Maxim Sobolev2001-08-2218-78/+561
| | | | Notes: svn path=/head/; revision=46650
* Cope with Xvnc.SADA Kenji2001-08-221-0/+24
| | | | | | | Submitted by: Christophe GIAUME <christophe@giaume.com> Notes: svn path=/head/; revision=46643
* Remove the extra Worm.desktop screensaver entry. Leave only the screensaverJimmy Olgeni2001-08-208-8/+0
| | | | | | | | | entries related to KDE's own applications. Spotted by: Kent Stewart <kstewart@urx.com> Notes: svn path=/head/; revision=46558
* Add launch.app 0.6.5, an application launcher for WindowMaker dock.Maxim Sobolev2001-08-209-0/+149
| | | | Notes: svn path=/head/; revision=46551
* Add @exec/@unexec lines to pkg-plist, to handle the "emptydir" template.Jimmy Olgeni2001-08-208-0/+24
| | | | | | | | Being an empty directory, it is not automatically included in the binary package. Notes: svn path=/head/; revision=46529
* Remove a dead MASTER_SITEKris Kennaway2001-08-201-2/+1
| | | | Notes: svn path=/head/; revision=46501
* Chase checksum; trivial makefile change.Mike Heffner2001-08-201-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=46498
* Add a simple post-extract target: it overwrites ${WRKSRC}/mkpamserv with aJimmy Olgeni2001-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. Notes: svn path=/head/; revision=46474
* Disable kappfinder_install execution at install time. This will avoid theJimmy Olgeni2001-08-1816-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. Notes: svn path=/head/; revision=46459
* Add dependency on devel/pcre, it is required by Konqueror to implementJimmy Olgeni2001-08-183-3/+6
| | | | | | | regular expressions in javascript. Notes: svn path=/head/; revision=46458
* Correct RUN_DEPENDS: AbiWord binary is called `AbiWord', not `abiword'.Maxim Sobolev2001-08-182-2/+2
| | | | | | | Submitted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=46440
* add xcmdYing-Chieh Liao2001-08-187-0/+49
| | | | | | | | | | Xcmd is a front-end for starting programs under X11 PR: 29326 Submitted by: Oliver Breuninger <ob@breuninger.org> Notes: svn path=/head/; revision=46428