summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-23*blush* One variable was missing for the !modular case.joerg1-1/+2
2007-07-23Putting bsd.pkginstall.mk under bsd.tools.mk was a bad idea -- thejlam4-46/+44
former set several USE_TOOLS lines that were being missed by bsd.tools.mk. Rearrange the +SHLIBS code so that bsd.tools.mk can now be included after bsd.pkginstall.mk again. The +SHLIBS code has now been moved over to the plist module, which is so far the repository for all of the shlib-type handling. This should fix the problem with fonts handling being broken.
2007-07-23More aggressively conditionalize X11BASE handling. Only one casejoerg1-6/+28
is left now and that is hidden by LOCALBASE=X11BASE for modular Xorg.
2007-07-23Include nbcompat.h to sort out err.hadrianp1-2/+5
Add a conditional include for cdefs.h This resolves the remainder of the issues in PR #36662 Thanks to Stuart Shelton for testing and feedback.
2007-07-23When using check-perms, also depend on sysutils/checkperms.joerg1-1/+3
2007-07-23Correct "size"-info for GMT4.1.4_web.tar.bz2.wennmach1-2/+2
Distinfo problem pointed out by wiz.
2007-07-22PATCH_SITES updateadrianp1-2/+2
2007-07-22Move variable declaration to top of function body to make this build withtnn1-2/+2
older versions of gcc. From Anonymous on IRC.
2007-07-22Update to tnftp 20070806.lukem2-0/+3142
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-07-22Updated net/ktorrent from 2.1.4 to 2.2abs1-1/+2
2007-07-22Updated net/ktorrent from 2.1.4 to 2.2:abs5-18/+29
Changes in 2.2 : - Allow user to create torrents without tracker - Double clicking on files in files tab opens them Changes in 2.2rc1 - Revamped plugin settings page, looks much nicer now. - Scan dialog now has only one button cancel, which becomes close when the scan is finished - Add max seed time feature - Add download and seed time columns in view Changes in 2.2beta1 - Ditch KMDI in favor of KDevelop IDEA code - Infowidget has been fully moved to the bottom tabbar - Possibility to open as many views as needed - By default a downloads and uploads tab is now shown - Immediatly hide system tray icon at exit - Make sure to many files open bug is very unlikely to happen - Search plugin tab has now become a toolbar - Added option to fully preallocate diskspace for torrents - Added support for seeding from readonly filesystems - Make sure FileView remembers it's state - Sleep time of upload and download is now configurable through a CPU usage slider in the settings - Added option to move finished downloads to a different directory - Readded feature to show the total and the number of running torrents in the tab of each view - Added progress bar in status bar when searching - Redesigned FileSelectDlg - Added option to add torrent to group when loading - Added option to choose download directory for torrent when loading - Added option to copy .torrent files to user specified directory - Show torrent path when trying to load a corrupt torrent from torX/ directory - Added speed limits for individual torrents - Added dynamic diskspace checking. - Added option to disable diskspace preallocation - Improved system tray popup icon : we now use boxed style KPassivePopup instead of Qt tooltips, it also only disappears when the cursor is moved away from the tray icon and the text can be updated - The log now gets autorotated when it gets larger then 10 MB - Import dialog is now network transparent for the torrent file - Added statistics plugin which was developed by Krzysztof Kundzicz
2007-07-22m4 updated to 1.4.10nb1.wiz2-3/+3
2007-07-22Update to 1.4.10nb1. Like previous update to 1.4.10, but includeswiz3-25/+24
a patch from Eric Blake that fixes the problem that appeared e.g. in dosbox or mng.
2007-07-22Update to tnftp 20070806.lukem1-0/+507
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-07-21In cce, run cvs edit if the file is not writable. This occurs withgdt1-4/+7
CVSREAD=t, and should result in unchanged behavior with writable files. Split _CCE_CHANGES definition into _CCE_CHANGES_{DIR/BASE} to facilitate above.
2007-07-21Updated lang/guile to 1.8.2gdt1-1/+2
2007-07-21Updated devel/guile-lib to 0.1.4gdt1-1/+2
2007-07-21+ SDL-1.2.12, SDL_image-1.2.6, SDL_mixer-1.2.8, SDL_net-1.2.7,wiz1-2/+7
SDL_ttf-2.0.9, cdrtools-2.01.01.31.
2007-07-21Pick up maintainership from pkgsrc-users.wiz1-2/+2
2007-07-21Drop maintainership.wiz4-8/+8
2007-07-21Abandon this package.snj1-2/+2
2007-07-21HOMEPAGE and MASTER_SITES updateadrianp1-3/+3
2007-07-21Update to:gdt3-8/+10
guile-lib 0.1.4 -- 2007-07-20 ============================= * First release with NEWS. * New module (match-bind). (match-bind) implements a syntax to bind lexical variables to regular expression match results. (match-bind) also exports two procedures, s/// and s///g, that perform search-and-replace with a perl-like syntax. * New module (scheme kwargs). Two new macros are exported, lambda/kwargs and define/kwargs, which implement keyword and optional function arguments in a manner that is more intuitive than Guile's standard lambda*. * Other bugfixes and improvements. See the ChangeLog for details on changes to (texinfo serialize), (texinfo html), (texinfo), and (sxml simple).
2007-07-21Wrap inclusion of inttypes.h in #ifdef HAVE_INTTYPES_Htnn1-1/+3
2007-07-21Uses ntohl(), so include <arpa/inet.h>tnn2-2/+6
2007-07-21Add workaround for broken 'struct sigaction' on Interix.tnn1-1/+3
2007-07-21Add workaround for broken 'struct sigaction' on Interix.tnn1-1/+3
2007-07-21Interix doesn't have sockaddr_in.sin_len.tnn1-2/+2
2007-07-21Updated pkgtools/libnbcompat to 20070721tnn1-1/+2
2007-07-21Another version bump due to added configure check for uintptr_ttnn2-4/+5
2007-07-21* configure.ac: Add AC_TYPE_UINTPTR_T, needed by sha2.c.tnn3-1/+125
Fixes build on Interix. Suggested by joerg@ * configure, config.h.in: regen
2007-07-21Define ${PKG_INFO} before using it - from wiz@adrianp1-1/+2
2007-07-21Disable use of mmap on Interix.tnn1-4/+13
2007-07-21Updated archivers/p7zip to 4.49adam1-1/+2
2007-07-21Changes 4.49:adam2-7/+7
- From Windows version of 7-zip 4.49 : - 7-Zip (7z) now can unpack WIM archives - fixed : On Sparc Solaris, core dump during "7z a -sfx exe.x dir" with p7zip compiled with makefile.solaris_sparc_CC_32 - some code cleanup - On HPUX, p7zip can get the number of CPU and the size of the memory.
2007-07-21Add missed file in last updateadrianp1-4/+35
2007-07-21Misc man page fixesadrianp5-2835/+3618
Update to autoconf 2.61 Add checks for AC_TYPE_UINT{8,16,32,64}_T Add checks for stdint.h Change how config file notification works If no IGNORE_URLS directive is found then just say that Check that pkg-vulnerabilities exists before we try any operations on it Use st_ctime as opposed to st_ctimespec.tv_sec as the former is SUSv3 This update should fix PR #36655 and go part way to fixing PR #36662 Thanks to tnn@ and joerg@ for suggested fixes and Yakovetsky Vladimir and Stuart Shelton for testing and patches.
2007-07-20cvsrc: Recommend -N for diff and -P for update.wiz1-3/+3
2007-07-20Downgraded m4 to 1.4.9nb1 because of autoconf breakage.wiz2-2/+4
2007-07-20Revert update to 1.4.10 because it seems to break autoconf.wiz3-7/+28
(breaking mng, firefox, thunderbird, dosbox and probably others)
2007-07-20Kill code to catch Zoularis installations. It is three years old andjoerg1-9/+1
anyone still having such an old installation has other issues like nbawk anyway.
2007-07-20Split pattern related functions from lib/str.c off into lib/opattern.c.joerg12-152/+221
Rename pmatch to pkg_match and add new function pkg_order that implements the order logic used by pkg_add internally. Change the interface of findmatchingname's callback to take the pattern used for the matching as first argument. The new pkg_order function takes it and it doesn't hurt in other cases. Adjust callers and corresponding callbacks accordingly. Remove an unused matchfn typedef in dewey.c. Bump to 20070720. OK jlam@
2007-07-20Always call setprogname for platforms that don't have __progname.joerg9-48/+44
Don't depend on date to implement %s or even %F and %R or support -r, compute dates as one comment and split. This works even with the very special HP-UX date. Requested and tested by tnn@ Bump to pbulk-0.7.
2007-07-20Updated emulators/atari800 to 2.0.3adam2-3/+3
2007-07-20Changes 2.0.3:adam2-13/+13
* new style of artifacting * corrected PMG in bizarre ANTIC/GTIA modes * added 128 KB SpartaDOS X cartridge type * added support for QVGA landscape smartphones, added the virtual keyboard * new command-line option "-win32keys" for keyboard layouts different from US * MS-Win: run the emulator in a window ("-windowed" on the command line) * middle button support for ST and Amiga mice in X11 and MS-Win targets
2007-07-20Needs pkg-config.joerg1-1/+2
2007-07-20Readd fix for pthread detection.joerg2-1/+32
2007-07-20On FreeBSD, terminfo.so gets installed like on Linux.joerg1-2/+3
2007-07-20Note update of the "xchat*" package to version 2.8.4.tron2-3/+5
2007-07-20regenrillig2-31/+60