summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs60-141/+141
No pkgrevision bumps needed.
2005-09-06fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-4/+4
2005-09-06patch-ad:1.7 removes the need to pre-create the samples symlink in thejlam1-6/+1
doc directory for installation.
2005-09-06Correct some minor errors to the way that this package set PKG_SYSCONFDIRjlam1-4/+4
and MAKE_DIRS: * There is no need to set PKG_SYSCONFDIR as the concept is quite meaningless for PHP applications. Simply copy the CONF_FILES from the examples directory into ${PREFIX}/share/phppgadmin/conf. * Use REQD_DIRS instead of MAKE_DIRS since these directories are under ${PREFIX} and we want to always create/remove these directories regardless of the value of PKG_CONFIG. Bump the PKGREVISION to 1 due to changes in the +INSTALL and +DEINSTALL scripts.
2005-09-06Enable IPv6 for all platforms that have /usr/include/netinet/ip6.h,jlam1-5/+3
not just on Solaris, Linux, and NetBSD. Bump the PKGREVISION to 3.
2005-09-06Remove a line for patches/patch-aa. I forgot to remove with previoustaca1-2/+1
commit. Thanks to Matthew Luckie who notified me via private mail.
2005-09-05Fix small bug in bittorrent message handling.reinoud4-5/+17
If i understand the code correctly a message is send with a 4 byte length in front of a block of data. If the data length was less than 80 a stack reserved memory block was used to avoid over-malloc'ing for small pieces. This block was declared 80 bytes long... so it would overflow if messages of aprox. 80 bytes were sent for the length bytes were not accounted for. Claimed more for certain. With this small fix the repeated crashes that i experienced are gone. Author has been notified of the possible problem.
2005-09-05phpPgAdmin -> 3.5.5tv1-1/+2
2005-09-05Minor update to 3.5.5, mainly to make work properly with PHP 4.4.tv3-15/+14
ChangeLog: * Fix for PHP 4.4.0's new strict references * Small improvement to Opera browser detection in the tree * Fix listing of opaque functions in 7.2 * Fix listing of opclasses and functions pre 7.3
2005-09-05flyspell updated to 1.7j.wiz2-3/+3
2005-09-05Update to 1.7j:wiz2-9/+6
*** Improve the handling of localwords on large regions.
2005-09-05gawk updated to 3.1.5.wiz2-3/+3
2005-09-05Update to 3.1.5:wiz6-131/+19
Changes from 3.1.4 to 3.1.5 --------------------------- 1. The random() suite has been updated to a current FreeBSD version, which works on systems with > 32-bit ints. 2. A new option, `--exec' has been added. It's like -f but ends option processing. It also disables `x=y' variable assignments, but not -v. It's needed mainly for CGI scripts, so that source code can't be passed in as part of the URL. 3. dfa.[ch] have been synced with GNU grep development. This also fixes multiple regex matching problems in multibyte locales. 4. Updated to Automake 1.9.5. 5. Updated to Bison 2.0. 6. The getopt* and regex* files were synchronized with current GLIBC CVS. See the ChangeLog for the versions and minor edits made. 7. `configure --disable-nls' now disables just gawk's own translations. Gawk continues to work with the locale's numeric formatting. This includes a bug fix in handling the printf ' flag (e.g., %'d). 8. Gawk is now multibyte aware. This means that index(), length(), substr() and match() all work in terms of characters, not bytes. 9. Gawk is now smarter about parsing numeric constants in corner cases. 11. Not closing open redirections no longer causes gawk to exit non-zero. 10. The VMS port has been updated. 11. Changes from Andrew Schorr at the xmlgawk project to provide for open hooks from extensions are now included. This will let the xmlgawk extension work in the standard gawk. 12. Updated to gettext 0.14.4. Gawk no longer includes its own copy of the gettext `intl' library, following current GNU practice to rely on there being an external version thereof. 13. A regexp of the form `//' will now generate a warning that it is not a C++ comment from --lint (awk.y). 14. The ^ and ^= operators with an integer exponent now use Exponentiation by Squaring. This simultaneously fixes a problem with ^= and a negative integer exponent. 15. length(array) now returns the number of elements in the array. This is is a non-standard extension that will fail in POSIX mode. 16. Carriage return characters are now ignored in program source code. 17. Four new translations added. 18. Various minor bugs fixed. See the ChangeLog for the details.
2005-09-05wget updated to 1.10.1.wiz2-3/+3
2005-09-05Update to 1.10.1:wiz3-21/+6
* Wget 1.10.1 is a bugfix release with no user-visible changes.
2005-09-05pbzip2 updated to 0.9.4.wiz2-3/+3
2005-09-05Update to 0.9.4:wiz3-12/+14
Changes in 0.9.4 (Aug 30, 2005) - Fixed major bug that prevented pbzip2 from uncompressing files created with a BWT block size other than default 900k (oops!) - Fixed some bugs in the command line parser - Code cleanup - Updated RPM spec to match Fedora Extras policy Changes in 0.9.3 (Aug 22, 2005) - Added sanity check to ensure integers are the size we expect - Ported code to compile under MinGW in Windows - Small code cleanup - Added ChangeLog - Added man page - Added AUTHORS file - Renamed LICENCE.txt to COPYING - Renamed README.txt to README - Updated RPM spec file in preparation for inclusion into Fedora Extras - Moved ChangeLog info from pbzip2.cpp into this file - Removed extra spaces/tabs in pbzip2.cpp
2005-09-05pcre updated to 6.3.wiz2-3/+3
2005-09-05Update to 6.3. Take maintainership.wiz2-9/+7
Version 6.3 15-Aug-05 --------------------- 1. The file libpcre.pc.in did not have general read permission in the tarball. 2. There were some problems when building without C++ support: (a) If C++ support was not built, "make install" and "make test" still tried to test it. (b) There were problems when the value of CXX was explicitly set. Some changes have been made to try to fix these, and ... (c) --disable-cpp can now be used to explicitly disable C++ support. (d) The use of @CPP_OBJ@ directly caused a blank line preceded by a backslash in a target when C++ was disabled. This confuses some versions of "make", apparently. Using an intermediate variable solves this. (Same for CPP_LOBJ.) 3. $(LINK_FOR_BUILD) now includes $(CFLAGS_FOR_BUILD) and $(LINK) (non-Windows) now includes $(CFLAGS) because these flags are sometimes necessary on certain architectures. 4. Added a setting of -export-symbols-regex to the link command to remove those symbols that are exported in the C sense, but actually are local within the library, and not documented. Their names all begin with "_pcre_". This is not a perfect job, because (a) we have to except some symbols that pcretest ("illegally") uses, and (b) the facility isn't always available (and never for static libraries). I have made a note to try to find a way round (a) in the future.
2005-09-05Added a check for variables that are modified using "+=". As they arerillig1-1/+75
mostly lists of something, their name should be a plural form. There are many exceptions to this rule, mostly because of backwards compatibility.
2005-09-05Improve warning for deprecated variables, prompted by wiz.dillo1-2/+4
2005-09-05Clean up additional font path. OK'd by reed@.hira1-7/+3
If you installed fontconfig-2.3.2, please remove <dir></dir> entry from ${LOCALBASE}/etc/fontconfig/fonts.conf.
2005-09-05Note update of xchm.minskim2-3/+3
2005-09-05Update xchm to 1.2.minskim3-7/+9
Changes since 1.0: - Added TW translation. - Fixed bookmarks save on application exit bug. - Added support for the <SPAN> HTML tag. - Better icons for the contents tree control items. - Added Chinese translation. - Improved the language detection system and non-Latin character sets display in Unicode builds. - Fixed Cyrillic characters display in Unicode builds.
2005-09-05note update of anthy to 6700btaya1-1/+2
2005-09-05update inputmethod/anthy to 6700b.taya4-50/+8
Changes from release notes: - fix alignment problem of memory allocator - fix problems with cpu other than x86 fix PR pkg/31062
2005-09-05fix PACKLIST so binary packages are not empty - update to ↵abs1-3/+3
CGI-FormBuilder-2.13nb3
2005-09-05Updated chat/loudmouth to 1.0.1adam1-1/+2
2005-09-05Note update of mathomatic.minskim2-3/+3
2005-09-05Changes 1.0.1:adam2-6/+6
* Unref contexts when freeing the connection
2005-09-05Update mathomatic to 12.4.10.minskim3-12/+12
Changes: - Created "complex.h". - Fixed and documented "help all >filename", for quickly creating a quick command reference. - Fixed up and commented "main.c". - Split off "complex.c" into "complex_lib.c" and made it an independent complex number library. - Added "integrate definite" command option. - Corrected makefile install. - Added check in nintegrate command to fail if result contains infinity or nan. - A few complex number improvements were made. - Allow a text pre-processor to pipe input into Mathomatic.
2005-09-05Note revision bump for gpdf to 1.jmmv1-1/+2
2005-09-05Apply patch to fix CAN-2005-2097; taken from the Gentoo package, which injmmv3-2/+72
turn took the patch from Red Hat. Bump PKGREVISION to 1.
2005-09-05+fprot-workstation-bin-4.6.1taca1-1/+2
2005-09-05Revision bump sysutils/gnome-vfs2 net/libsoup-develadam1-1/+3
2005-09-05- jpilot (thanks, rh).wiz1-2/+1
2005-09-05Revision bump after fixing security/gnutls/buildlink3.mkadam1-10/+10
2005-09-05+ BitTorrent-4.0.4, abook-0.5.4, bins-1.1.29, cdlabelgen-3.6.0,wiz1-27/+52
centericq-4.21.0, cgdb-0.5.3, clisp-2.35, dirac-0.5.3, electricfence-2.4.16, findutils-4.2.25, glib2-2.8.1, gramps-2.0.6, gsasl-0.2.7, iozone-3.248, kazehakase-0.3.0 [pkg/31106], libextractor-0.5.4, librsvg2-2.11.1, libtorrent-0.7.3, liferea-0.9.7b, mathomatic-12.4.10, mkvtoolnix-1.5.5, mldonkey-2.6.4, mldonkey-gui-2.6.4, neon-0.25.3, nsd-2.3.1, nut-11.0, pbzip2-0.9.4, pcre-6.3, pfqueue-0.5.0, phppgadmin-3.5.5, ploticus-2.32, plptools-0.14, py-checker-0.8.15, py-qt3-base-3.15, py-qt3-sip-4.3, quagga-0.98.5, rdiff-backup-1.0.0, riece-2.0.0, rsnapshot-1.2.3, smalltalk-2.1.12, snd-7.15, source-highlight-2.1.2, sox-12.17.8, svk-1.04, tor-0.1.0.14, txt2html-2.42, xchm-1.2, xpad-2.9, xpaint-2.7.8, xpdf-3.01, zile-2.2.6.
2005-09-05Revision bump, after fixing security/gnutls/buildlink3.mkadam1-2/+3
2005-09-05Updated math/blitz++ to 0.8adam2-4/+3
2005-09-05Changes 0.8:adam7-347/+63
* Bug fixes * Improvements
2005-09-05Replaced two instances of ad-hoc regular expressions with regex_varassign.rillig1-4/+4
2005-09-05Cosmetics: use BSD_INSTALL_LIBadam2-4/+4
2005-09-05The continuation line indicator in regex_varassign is not neededrillig1-4/+4
anymore, since assignments are checked on logical lines instead of physical lines.
2005-09-05+ binutils-2.16.1, heimdal-0.7.wiz1-1/+3
2005-09-05Updated net/amule to 2.0.3dogcow1-1/+2
2005-09-05Update to aMule 2.0.3.dogcow5-115/+62
http://www.amule.org/wiki/index.php/ has the full list of changes; in brief, the CPU and memory usage has been vastly improved, the network code has been substantially rewritten, amule now works with wxGTK 2.6, and several hundred bugs have been fixed.
2005-09-05Accept ocaml 3.08.4 as suitable for running MLdonkey. One can now buildtron2-1/+30
the "mldonkey" and "mldonkey-gui" packages with the latest version of the "ocaml" package.
2005-09-05amavisd-new has stricter version requirements now (PR#31050 should havecube1-3/+4
been used for the update). Bump PKGREVISION... [hi marc!]
2005-09-05Updated freeciv to 2.0.5adam1-1/+4