summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-02-06Bump revision due to nautilus update to 2.4.2.jmmv1-2/+2
2004-02-06Update to 0.8.3:jmmv3-8/+6
* Add a -uninstalled.pc file (Laca) * Clobber LC_ALL before invoking pre-compiler (Fernando Herrera)
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam3-8/+8
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-06Update to 2.4.2:jmmv2-6/+5
* Preserve bug description. * Fix an ugly crash. * Translations: Greek and Hindi.
2004-02-06Update to 2.8.3:jmmv2-5/+5
2003-12-04 Michael Meeks <michael@ximian.com> * Version 2.8.3 2003-11-06 Padraig O'Briain <padraig.obriain@sun.com> * linc2/src/linc-server.c (link_server_handle_io): Change g_error to g_warning to avoid crash if revents field reset between check() and dispatch(). Fixes bug #126209. 2003-10-31 Michael Meeks <michael@ximian.com> * src/orb/GIOP/giop-recv-buffer.c (giop_connection_handle_input): on HUP goto msg_error so we don't leave the cnx->incoming_msg hanging around. 2003-10-30 Michael Meeks <michael@ximian.com> * test/everything/lifeCycle.c (LifeCycleServer_deactivateUnrefOnReturn): a nasty in-proc hack that unreferences our CORBA_Object handle. * test/everything/client.c (testLifeCycle): use the ORBit_small_invoke_stub_n path, used by older stubs. 2003-10-24 Michael Meeks <michael@ximian.com> * src/orb/GIOP/giop.c (giop_shutdown): allow shutdown from any thread - this looks safe enough, at least here. 2003-10-23 Mark McLoughlin <mark@skynet.ie> * test/everything/lifeCycle.c: add this from the 2.8.2 tarball. Michael must have forgotten to CVS add it. 2003-10-14 Michael Meeks <michael@ximian.com> * src/orb/poa/poa.c (ORBit_POA_destroy_T_R): rename to this.
2004-02-05The long awaited update libtool to 1.5.2.skrll2-4/+2
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam3-15/+13
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam3-15/+12
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam3-3/+27
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
2004-02-04+ USE_LANGUAGES=c c++abs1-1/+2
2004-02-04Update to KDE-3.2.markd12-1353/+815
Changes: Network Kopete * NEW IN KDE: A multi-protocol instant messaging tool * Remove the config page for the yahoo module. All configuration will be moved to the Yahoo account config. Matt Rogers * Port the plugin loading GUI over to kdelibs::KPluginSelector and get rid of the custom PluginLoader class Martijn Klingens * Support KWallet for password storage Martijn Klingens * Port the configuration to KSettings::Dialog. Matt Rogers * Integrate Kopete's contact list into KAddressBook The Kopete team * Cleanup the API to be more robust. Notably, unload plugins asynchronously, get rid of ConfigModule and use KCMs instead and try to cut down on the amount of nested event loops. Martijn Klingens * Switch the Oscar Plugin to KExtendedSocket Matt Rogers * Port the Jabber plugin to use libxmpp Till Gerken * Port MSN to the new protocol (MSNP9) Olivier Goffart * MSN display picture and incomming MSN custom emoticons support Olivier Goffart Desktop Sharing (krfb) * HTTP Server for Java applet ksim * Snmp plugin Simon Hausmann Remote Desktop Connection (krdc) * Additional protocol: RDP * Preferences system * Special keys dialog for CTRL-ALT-DEL and similar combinations * View Only option * Allow scaling in fullscreen mode * Support for CursorPos extension, better 'dot-cursor' handling * Toolbar redesign KWiFiManager * NEW IN KDE: application for monitoring and configuring wireless LAN connections Stefan Winter KPPP * Log viewer:Show summary for selections and show a monthly estimates in the statistics area. Andras Mantia, Mikolaj Machowski * Fixed a bug in modem command writing
2004-02-03Use more portable find -print0 (instead of -printx).reed1-3/+3
Okay'd by maintainer, fredb.
2004-02-03add USE_GNU_TOOLS+=lex, as this package requires flex to build.grant1-1/+2
2004-02-01fix typolukem1-1/+1
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam3-6/+6
overridden.
2004-02-01Kill a useless (and incorrect) "it's"snj1-2/+2
2004-01-31s/capabilty/capability/; s/seperate/separate/snj1-2/+2
2004-01-31s/seperate/separate/snj1-1/+1
2004-01-31s/seperate/separate/; s/adresses/addresses/;snj2-4/+4
Technically, this generates a different binary package, but the changes trivial, so I'm not going to bother with a PKGREVISION bump.
2004-01-31Make this package build on NetBSD 1.6.kristerw2-8/+7
2004-01-31Override config.guess and config.sub (necessary for mipseb-* targets).sekiya1-1/+9
2004-01-30Remove obsolete patches not needed for FreeRadius 0.9.3david3-191/+0
2004-01-30Update FreeRadius to 0.9.3david3-28/+23
2004-01-30Changes 1.41:adam3-18/+18
* improved support for a few OSes * 802.11 support Changes 1.40: * OpenBSD tun device support * MacOS X support * ISDN (SLL) support * fixed bug from not considering caplen in payload length calculations
2004-01-30bl3ifyjlam1-15/+11
2004-01-28Do not use "find -d". This option is not available on all supported platforms.heinz1-3/+3
2004-01-28bl3ify; fixes build on Solaris with SunPro.grant1-1/+4
2004-01-28remove redundant, unused file.grant1-83/+0
2004-01-28Web site has moved; updated Makefile to reflect this.jklos1-2/+2
2004-01-28yaz installs libyazthread on systems with native threads. tweak PLISTgrant2-4/+19
accordingly. bump PKGREVISION.
2004-01-28CATEGORIES: +perl5grant1-2/+2
2004-01-28CATEGORIES: net first, then perl5. remove wip.grant1-2/+2
2004-01-27add socket libs required on Solaris.grant1-1/+3
2004-01-27uppercase IP acronym, tabify.grant1-5/+5
2004-01-27call ${BSD_INSTALL}, not "install".grant2-18/+18
2004-01-27bl3ifygrant1-1/+4
2004-01-27link against required socket libs on Solaris.grant3-9/+14
2004-01-27tidy up how extra libraries are passed and add libs required ongrant3-14/+10
Solaris.
2004-01-27regenerate patch-ag so it applies cleanly with GNU patch.grant2-8/+6
2004-01-27Teach unison that NetBSD != MacOS X without printing a warning every timejlam2-1/+15
unison is executed.
2004-01-27There is no PKGREVISION to this package yet.jlam1-2/+1
2004-01-27Add and enable unison-develjlam1-1/+2
2004-01-27Initial import of unison-2.9.20 as net/unison-devel. This is a betajlam6-0/+153
version of unison (see pkgsrc/net/unison/DESCR) and is provided to allow synchronizing against unison servers using version 2.9.2 of the Unison protocol.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz2-4/+4
2004-01-26Changes 0.93.3:adam3-16/+18
* GUI updates * Default number of node connections raised to 12 * Eradication of memory leaks * Enhanced flow-control algorithm * Bug fixes
2004-01-25Remove unnecessary inclusion of bsd.prefs.mk.wiz2-6/+2
2004-01-25* Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>.jlam1-5/+4
* Match the package version with the one from buildlink2.mk.
2004-01-25Set the required version of perl using PERL5_REQD instead of directlyjlam1-2/+2
setting BUILDLINK_DEPENDS.perl.
2004-01-25bl3ifyrecht1-3/+3
2004-01-25Substitute for HOMEPAGE in MESSAGE. From Min Sik Kim in PR 24233.wiz1-1/+3