summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-25add -module to libvfs-help's ldflags so it gets built correctly on darwindanw3-8/+17
2003-09-25add back the tarball checksum that was accidentally removed in the lastdanw1-1/+3
commit
2003-09-25Make sure this finds all libraries.jschauma2-4/+4
Fixes problem found in latest bulk-build.
2003-09-25add Darwin-* to _INCOMPAT_BZ2: it has bzlib.h, but only a static libbz2danw1-2/+3
2003-09-25don't put ${RPATH_FLAG} in X11_LDFLAGS if _USE_RPATH==no (darwin)danw1-1/+3
2003-09-25update required libtool to revision nb15danw1-2/+2
2003-09-25Update Darwin patches to match libtool 1.4.3danw4-11/+9
2003-09-25don't include mk/compiler.mk, it isn't necessary and breaks things.grant2-4/+2
2003-09-25revert.christos1-2/+1
2003-09-25test for commitchristos1-1/+2
2003-09-24Keep the "configure" script from cheating to fix a build problem withtron2-1/+15
GCC 3.3.1.
2003-09-24Fix build problem with GCC 3.3.1.tron2-1/+25
2003-09-24Fix disfigurement in last commit.tron2-4/+4
2003-09-24Fix various botches in the "Imakefile" which e.g. caused a build failuretron2-8/+14
with GCC 3.3.1's preprocessor.
2003-09-24Correct path of example configuration file. Problem noted bytron1-2/+2
Markus Illenseer in private e-mail.
2003-09-24Allow use of base system libmilter if it exists and is complete enough.markd1-2/+20
Closes PR 22708 from wiz.
2003-09-24Use new variable "CC_VERSION" instead of NetBSD-current specifictron1-2/+2
variable "HAVE_GCC3" to find out if the GCC 3.x work arround is required.
2003-09-24make CC_VERSION available to packages by including bsd.prefs.mk.grant3-7/+26
it is of the form 'gcc-<version>' if gcc is being used, or empty otherwise (for now). requested by tron.
2003-09-24Note addition of arnold-20020127:dillo1-1/+2
Arnold is an Amstrad CPC, Amstrad CPC+ and KC Compact emulator. Arnold is accurate and emulates the Amstrad systems to the cycle level. It also emulates 99% of all demo effects.
2003-09-24add and enable arnolddillo1-1/+2
2003-09-24Fix build on SunOS and remove GCC specific bits.jmmv3-16/+18
From Jonathan Perkin in PR pkg/22929.
2003-09-24Initial import of arnold-20020127:dillo6-0/+153
Arnold is an Amstrad CPC, Amstrad CPC+ and KC Compact emulator. Arnold is accurate and emulates the Amstrad systems to the cycle level. It also emulates 99% of all demo effects.
2003-09-24Use ln -s to install a symlink, instead of install -s. Fixes problems onjmmv1-2/+2
SunOS. From Jonathan Perkin in PR pkg/22928.
2003-09-24Note update of chat/naim to 0.11.6.1xtraeme1-1/+2
2003-09-24Updated to 0.11.6.1.xtraeme4-15/+15
Sync DESCR, COMMENT and HOMEPAGE with reality. Patch provided by Soren Jacobsen <snj@pobox.com> in PR pkg/22926. Changes since 0.11.6: * Packages are now compressed with bzip2 rather than GNU zip. * (backported from 0.12.0) /names now displays the entire, correct list in all situations, including initial join. * (backported from 0.12.0) Unhandled numerics used in WHOIS now show up in /whois output. * AIM Directory entry is now forced clear on connect. * Messages that are too long to send are now rejected. * Messages that have been rejected by a protocol driver (for example because they are too long) are returned to the sender. * (backported from 0.12.0) The idea of a "generic" window has been removed, and you can no longer /delbuddy someone with an open window (you must /close the window first). * (backported from 0.12.0) New $nameformat and $nameformat_name to control the format names appear as in the window list window, and elsewhere. * (backported from 0.12.0) New $autosort. 0 means no window list sorting, 1 means sort by name, 2 means sort into groups, then by name (this obviates the --enable-experimental-buddy-grouping option to ./configure) * New /status command, including naim version and information about window status. * Online help for /save did not show the file name argument. Fixed. * SIGHUP now re-reads .naimprofile by default. * Possible reference to free()d memory in certain uncommon situations pointed out by Michael Wilson. Fixed. * (backported from 0.12.0) /jump now accepts connection:window syntax (/jump EFnet:#naim works the same as /EFnet:jump #naim). * /open now takes you to newly opened windows, removing the need to /jump after /open. * /closeall now skips windows with queued messages pending. * Potential NULL pointer dereference in Tab completion found. Fixed. * The protocol drivers already take care of populating empty buddy lists when that was a problem, so naim no longer adds you to your own buddy list if you don't have one at startup. * Various cleanups in the HTML renderer to handle stacked tags with missing close tags.
2003-09-24Whitespace.jmmv1-2/+2
2003-09-24Note new "sma" package.tron1-1/+2
2003-09-24Add and enable "sma" package.tron1-1/+2
2003-09-24Import new "sma" package: Sendmail log analysertron5-0/+50
This packages was contributed by Markus Illenseer in PR pkg/22921.
2003-09-24Note update of mail/libesmtp to 1.0.1.xtraeme2-3/+3
2003-09-24Updated to 1.0.1.xtraeme3-11/+13
Changes: 2002-09-12 Stable Version 1.0.1 released -------------------------------------- * protocol.c smtp-auth.c smtp-bdat.c smtp-etrn.c smtp-tls.c More thoroughly check return value from read_smtp_response(). * libesmtp.h errors.c Added new "Client error" error code. This is just a cop-out, used when an API called by libesmtp fails. * base64.c Make conversions immune to NULL source data, * examples/mail-file.c Cleaned up some compiler warnings * siobuf.[hc] Added a few extra sio_ calls. Not actually used in libESMTP though. * concatenate.c errors.c getaddrinfo.c headers.c htable.c * protocol.c siobuf.c Don't perform zero length operations using the memxxx() functions. This may avoid segfaults on some platforms or libraries. * siobuf.c Improved handling of flushes in sio_write() particularly in the case where data would exactly fill remaining space in the buffer. * rfc2822date.c Correct leap year compensation for January and February in libesmtp_mktime(). * examples/Makefile Changed compiler flags from -ansi to -std=c99 and added -W * headers.c Eliminated bug where find_header() could pass -1 to the length argument of memchr() causing a core dump on some architectures. * libesmtp-private.h protocol.c smtp-bdat.c M$ Exchange does not accept a chunk size of 0 in BDAT 0 LAST as explicitly permitted by RFC 3030, *sigh*. Hackish workaround implemented. * configure.in Makefile.am Added DIST_SUBDIRS macro to make sure tarball gets built properly. This one slipped past 'make distcheck' last time for some reason but then autoconf & friends are totally inscruitable. * ntlm/ntlmdes.c OpenSSL 0.9.7 changes some typedefs. Changed to suit, should still be compatible with previous OpenSSL versions.
2003-09-24s/libart_lgpl2/libart2/ for changes2htmlrecht1-2/+2
2003-09-24add a suggested package and some packages I am working on:grant1-1/+19
MythTV Digital video recorder http://www.mythtv.org/ Asterisk [grant] PBX-in-a-box for Linux http://www.asterisk.org/ sqlrelay [grant] SQL connection pooling and sharing library, supports various different backends and provides APIs for many popular languages http://sqlrelay.sourceforge.net/ Unreal Tournament server [grant] Server for Unreal Tournament first person shooter http://files.sobservers.com/UnrealTournament/UTServerOnly/
2003-09-24Note update of databases/abook to 0.5.0.xtraeme2-3/+3
2003-09-24Updated to 0.5.0.xtraeme2-8/+9
Update provided by Min Sik Kim <minskim@bawi.org> in PR pkg/22850. Changes: 0.5.0 - tried to work around some problems with readline - some documentation update 20030530 - updated autoconf/automake - updated man page - pine import filter update 20021008 - options.c rewritten (new mutt style rc file support) - palmcsv export filter (Koenraad Heijlen) - added a spec file for rpm support - added --with-readline configure option - merged newtab patch by Sinan Kaan Yerli - new option: add_email_prevent_duplicates - bugfixes 2002-03-11 - readline support - abook can be compiled with g++ - attempt to improve --datafile behavior - html filter update (Morten Brix Pedersen) - store rcfile and addressbook to .abook directory 2002-02-04 - use getopt to parse command line (also new options added) - use strcoll instead of strcmp for sorting entries - html filter fix - bugfixes
2003-09-24back out revision 1.67, as it does not work as it should due to thegrant1-19/+1
way the buildlink2 wrappers are implemented.
2003-09-24PATCH_BACKUP_ARG for pre-3.4 (-b <suffix>)itojun1-1/+5
2003-09-24Update Canna to 3.6p4.uebayasi1-2/+8
* Reconstruct sample init files. * RC-style start script. * Auto-registration of Kana conversion. * Abolish fuzokugo.cld. * More key symbols can be configured with Lisp. * Server returns more appropriate values at abort. * TeX document improvements. * And many bug fixes.
2003-09-24Note djbdns update (added Russ Nelson's ignoreip patch).schmonz1-1/+2
2003-09-24Add Russ Nelson's dnscache patch to ignore IP addresses listed inschmonz4-4/+79
root/ignoreip, in response to Verisign's latest silliness. The behavior of dnscache is unchanged unless you create this file. Bump PKGREVISION. While I'm here, change the "post-patch" target to "do-configure", since that's what it's doing. See <URL:http://tinydns.org/djbdns-1.05-ignoreip2.patch> for more information about this patch.
2003-09-24remove redefine of _GCC_PREFIX, whitespace fix.grant1-4/+3
2003-09-24Add notice about the weak encryption.cjs1-0/+3
2003-09-23Note update of libsndfile to 1.0.5nb1.recht1-1/+2
2003-09-23Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed sndfile.pc.
2003-09-23Note update of chat/xchat2 to 2.0.5.xtraeme1-1/+2
2003-09-23Updated to 2.0.5.xtraeme3-6/+7
Changes: - Updated translations (ca, fi, lt, nl, sk, sv, zh_CN). - Fixed detection of Python 2.3 in configure script (anonymous). - DCC Send file-selection dialog now supports multi-select. - Reset away status after auto-reconnect from a ping timeout. - Perl: Fixed IRC::user_info always matching the first entry. - More C89 fixes for non-gcc compilers (Albert Chin). [781809]. - xtext: now double buffered and flicker free. Also some efficiency tweaks for exposure events and multi-wrapped lines. - Removed buggy numeric 338 support [783945]. - Nick completion in dialogs and channel completion (Jay Cornwall). - Print informative error messages when dcc resume isn't possible. - Fixed performance of dcc recv, send and chat windows. - Fixed tab-arrow buttons show/hide (Lloyd Williams) [783681]. - Fixed lastlog bugs [791220]. - win32: Faster tinting, and uses MMX when in 16 or 32bit color. - Execute /sigusr2 on receiving SIGUSR2 signal (Michael Guidero). - /IGNORE command and window now have an extra "DCC" category. - Alert user when logfiles fail to open (Jay Cornwall). - Fixed missing underlining of IP numbers (2.0.4 only). - Allow accepting DCC sends from ports below 1024. - Connect to URL given on commandline even if 'No Serverlist on Startup' is off [804648]. - Fixed problem in allocating colors while in 8bit PseudoColor. - xtext: tinting now shades towards your background color, making it usable with white backgrounds. Tints can also use XShm for extra speed with --enable-shm at ./configure time (experimental). - Perl: IRC::add_print_handler callbacks now get parameters in $_[1...x], with $_[0] left for compatibility (Lian wan Situ). - Perl: added command_with_channel command (Alexander Werth) [801711]. - Smaller bug fixes: [798655].
2003-09-23Update hylafax to 4.1.7. Changes since 4.1.5:abs1-1/+3
* added new edit-faxcover script * added various enhancements to faxsetup * default libtiff v3.6 compatibility * added NOTIFY_FAXMASTER and ENCODING parameters for FaxDispatch * added 2D-MMR support for Class 2 modems that support it * added RingTimeout, ModemRingResponse, CIDNumberAnswerLength, and CIDNameAnswerLength modem config parameters * support for MultiTech MT5634ZDXb and MT5634ZBA-DID * added subaddressing specification capability to sendfax * numerous bugfixes (several significant) and build cleanups * fixes the PageChop feature that broken in 4.1.6 Also fixed some cosmetic NetBSD issues with faxadmodem
2003-09-23Update hylfax to 4.1.7. Changes since 4.1.5:abs19-182/+234
* added new edit-faxcover script * added various enhancements to faxsetup * default libtiff v3.6 compatibility * added NOTIFY_FAXMASTER and ENCODING parameters for FaxDispatch * added 2D-MMR support for Class 2 modems that support it * added RingTimeout, ModemRingResponse, CIDNumberAnswerLength, and CIDNameAnswerLength modem config parameters * support for MultiTech MT5634ZDXb and MT5634ZBA-DID * added subaddressing specification capability to sendfax * numerous bugfixes (several significant) and build cleanups * fixes the PageChop feature that broken in 4.1.6 Also fixed some cosmetic NetBSD issues with faxadmodem
2003-09-23do not add -march=pentium on all systemsdmcmahill2-1/+13
2003-09-23kaffe now works on alphadmcmahill1-2/+2