| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
PR: 30205
Submitted by: maintainer
|
|
|
|
|
| |
PR: 30204
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Jeffrey Drake <jpt.d@home.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
distfile, but am not allowed to redistribute it.
|
| |
|
|
|
|
|
|
|
| |
XMMS
PR: 29814
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
| |
- style nits (one tab after VAR=)
PR: 30195
Submitted by: maintainer (mostly)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
Submitted by: Patrick Li <pat@databits.net>
PR: 29596
|
|
|
|
|
|
|
| |
- sort pkg-plist
PR: 30132
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
Add acpidump for 4-STABLE system.
|
| |
|
| |
|
|
|
|
|
|
| |
ports/28160 was closed.
Submitted by: Bob Kot <bobkot@gci-net.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
remastering mp3 sound
PR: 29839
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
| |
thumbnails of periodically updated images
PR: 29830
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
| |
Submitted by: Brad Smith <brad@comstyle.com>
|
|
|
|
|
|
| |
deprecate this port.
Submitted by: brian
|
|
|
|
|
| |
Reported by: TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp>
Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
|
|
|
|
|
|
|
| |
A simple Lisp interpreter
PR: 29643
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
| |
C-like compiler that translates input code to the HP48 RPN language
PR: 29642
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 30176
Submitted by: David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
|
|
|
|
|
|
|
| |
GLASS (openGL Articulated Structure System) is a 3D library
PR: 29991
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
| |
PR: 30175
Submitted by: David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
|
|
|
|
|
| |
PR: 29824
Submitted by: Kato Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 29823
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 30044
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
A GUI frontend for ipfw utility in FreeBSD
PR: 30077
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
| |
Convert binary octets into ASCII armoured messages
PR: 30080
Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
|
| |
|
|
|
|
|
|
|
| |
Extract/decompress CP/M LBR archives
PR: 30087
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
|
|
|
|
| |
Added documentation and examples.
|
|
|
|
|
|
|
| |
A console chat application written with ncurse
PR: 30090
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|