summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to 0.6petef2001-08-302-2/+2
| | | | | PR: 30205 Submitted by: maintainer
* Update to 1.2.1petef2001-08-303-3/+18
| | | | | PR: 30204 Submitted by: maintainer
* KOffice's website changed to koffice.org some time ago.will2001-08-294-4/+4
| | | | Submitted by: Jeffrey Drake <jpt.d@home.com>
* Add patch for kdoctools/xml2man.cpp, similar to xslt.cpp patch.will2001-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
* The 4.13 distfile was clobbered by the 4.14 one. I have the oldtrevor2001-08-291-0/+1
| | | | distfile, but am not allowed to redistribute it.
* Don't attempt to notify empty <> senderache2001-08-292-2/+12
|
* New port xmms-volnorm version 0.8.1: Volume Normalizer plugin forlioux2001-08-299-0/+82
| | | | | | | XMMS PR: 29814 Submitted by: Patrick Li <pat@databits.net>
* - update to 2.7.1petef2001-08-299-39/+39
| | | | | | | - style nits (one tab after VAR=) PR: 30195 Submitted by: maintainer (mostly)
* Upgrade to 1.14demon2001-08-292-2/+2
|
* Allow the tga driver to load the "fb" module; without this, the drivergallatin2001-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>
* Remove FTP site which no longer has the distfiles.trevor2001-08-291-2/+1
|
* Use PTHREAD_CFLAGS and PTHREAD_LIBS to "follow the ways of bentoism".trevor2001-08-291-1/+3
| | | | | Submitted by: Patrick Li <pat@databits.net> PR: 29596
* - update to 0.2403petef2001-08-293-6/+8
| | | | | | | - sort pkg-plist PR: 30132 Submitted by: maintainer
* - update to 0.33petef2001-08-293-60/+80
| | | | | | | | | | - install documentation - install examples in ${PREFIX}/share/examples/Spreadsheet-WriteExcel (instead of inside of ${SITE_PERL}/Spreadsheet/WriteExcel/examples/) - sort pkg-plist PR: 30131 Submitted by: maintainer
* Update lib/st to 1.2.tobez2001-08-292-2/+2
|
* Update to acpica-unix-20010816.iwasaki2001-08-294-4/+20
| | | | Add acpidump for 4-STABLE system.
* Update net/p5-NetAddr-IP to 2.24.tobez2001-08-294-4/+4
|
* Update devel/p5-Storable to 1.0.13.tobez2001-08-292-2/+2
|
* Actually update distinfo to version 0.1.8, it seems this was overlooked whenpetef2001-08-291-1/+1
| | | | | | ports/28160 was closed. Submitted by: Bob Kot <bobkot@gci-net.com>
* Fix a bug introduced in 1.21, so grepmail actually runs.tobez2001-08-291-0/+1
|
* Update to version 4156jeh2001-08-292-2/+2
|
* Upgrade to 1.1.7clive2001-08-292-3/+2
|
* New port xmms-crystality version 0.92: Realtime XMMS plugin forlioux2001-08-299-0/+102
| | | | | | | remastering mp3 sound PR: 29839 Submitted by: Patrick Li <pat@databits.net>
* New port gkrellkam version 0.2.3b: GKrellM plugin that displaylioux2001-08-297-0/+60
| | | | | | | thumbnails of periodically updated images PR: 29830 Submitted by: Patrick Li <pat@databits.net>
* As linux-jdk13, it needs BUILD_DEPENDSkevlo2001-08-292-0/+2
|
* Add BUILD_DEPENDSkevlo2001-08-292-0/+2
| | | | Submitted by: Brad Smith <brad@comstyle.com>
* Since user level ppp can now do MPPE, there's no longer a good reason tonsayer2001-08-291-2/+0
| | | | | | deprecate this port. Submitted by: brian
* Fix for bus error (core dump).kuriyama2001-08-292-3/+4
| | | | | Reported by: TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp> Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
* add slispijliao2001-08-296-0/+32
| | | | | | | A simple Lisp interpreter PR: 29643 Submitted by: Patrick Li <pat@databits.net>
* add hp48ccijliao2001-08-296-0/+56
| | | | | | | C-like compiler that translates input code to the HP48 RPN language PR: 29642 Submitted by: Patrick Li <pat@databits.net>
* update to 20010701.sf2001-08-292-2/+2
|
* add yaucgijliao2001-08-297-0/+63
| | | | | | | A bash Script which will get you the today's Userfriendly.org Picture PR: 30093 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
* - Update to version 3.1wjv2001-08-294-6/+18
| | | | | PR: 30176 Submitted by: David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
* add glassijliao2001-08-297-0/+73
| | | | | | | GLASS (openGL Articulated Structure System) is a 3D library PR: 29991 Submitted by: Patrick Li <pat@databits.net>
* - Update to version 1.0.3wjv2001-08-292-3/+3
| | | | | PR: 30175 Submitted by: David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
* Fixed MASTER_SITES and added WWW. Respect LOCALBASE.markp2001-08-294-27/+15
| | | | | PR: 29824 Submitted by: Kato Tsuguru <tkato@prontomail.com>
* Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant.markp2001-08-294-56/+6
| | | | | PR: 29823 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 1.0ijliao2001-08-298-38/+34
| | | | | PR: 30044 Submitted by: Ports Fury
* add qtfwijliao2001-08-297-0/+77
| | | | | | | A GUI frontend for ipfw utility in FreeBSD PR: 30077 Submitted by: Patrick Li <pat@databits.net>
* add p5-Convert-ASCII-Armourijliao2001-08-296-0/+39
| | | | | | | Convert binary octets into ASCII armoured messages PR: 30080 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
* Updated to 0.8.0.markp2001-08-293-88/+174
|
* add lbrateijliao2001-08-297-0/+74
| | | | | | | Extract/decompress CP/M LBR archives PR: 30087 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
* Updated to 1.4. Using version 1.40 in port to avoid PORTEPOCH.markp2001-08-294-9/+22
| | | | Added documentation and examples.
* add ntalkijliao2001-08-297-0/+57
| | | | | | | A console chat application written with ncurse PR: 30090 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
* Update to 20010829.1. Not a really mandatory update.knu2001-08-298-8/+8
| | | | | | | | | | | portupgrade: - Make portupgrade download packages using pkg_fetch(1) when -FP is given. (also aware of -R, -f and -v) pkg_fetch: - Be more intelligent and try All and Latest in the proper order. - Return a non-zero status value when some are failed. - Change -r to -R, since it recurses upwards through dependencies.
* Correct default path used by the Galeon to locate some of its data files.sobomax2001-08-294-0/+30
|
* Updated to 1.5.markp2001-08-292-2/+2
|
* Update to 3.2.0.sobomax2001-08-293-116/+23
|
* Updated URLs - website moved.markp2001-08-292-5/+2
|
* Update to 3.1.rc5.markp2001-08-292-2/+2
|
OpenPOWER on IntegriCloud