summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.17petef2001-08-302-2/+2
| | | | | PR: 30212 Submitted by: maintainer
* Update to 0.09petef2001-08-302-2/+2
| | | | | PR: 30211 Submitted by: maintainer
* Take out both PREFIX's from SCRIPTS_ENV since its in bsd.port.mkdwcjr2001-08-302-3/+5
| | | | Revert configure to 1.5 and fix old logic
* Update to 1.031petef2001-08-302-2/+2
|
* Fix sdl dependdwcjr2001-08-303-9/+9
| | | | | PR: 30182 Submitted by: maintainer
* Depend on new Pilot-linkdwcjr2001-08-301-2/+2
| | | | | | | Bump PORTREVISION PR: 30183 Submitted by: maintainer
* Forgot to update distinfo from last commitdwcjr2001-08-301-2/+2
|
* Add the i386 loader help filemsmith2001-08-301-0/+1
|
* Update postfix to 20010808dwcjr2001-08-304-10/+7
| | | | | | | | | Update configure script to be smaller and fix it from trying to grep directories Update TLS to version for new postfix version Add missing man pages PR: 30177 Submitted by: maintainer, slin@infomath.math.nctu.edu.tw
* - update to 0.34petef2001-08-304-6/+15
| | | | | | | | - add a run depend for qmail - reword pkg-comment PR: 30208 Submitted by: maintainer
* 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>
OpenPOWER on IntegriCloud