summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26APR abstracts the dl*() functions across different platforms.jlam1-1/+2
2004-11-26CVSync 0.24.18gehenna2-5/+5
ChangesLog: * Fix buffer overrun. (client/server)
2004-11-26Changes 2.6.5:adam3-18/+18
o Fixed another bug in drawing code that was causing warnings/crashes. Changes 2.6.4: o Fixed bug in drawing code that was causing crashes. Changes 2.6.3: o Fixed problem with missing '...' buttons in the property editor. Changes 2.6.2: o Build fix - mkinstalldirs wasn't in the tarball. Changes 2.6.1: o Save window positions between sessions. o Rewrote selection drawing code so it works better on win32. o Support "translatable", "context" and "comments" attributes for text properties to help with translation. o Bug fixes
2004-11-26dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mkjlam3-9/+5
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead.
2004-11-26Changes 2.8.2:adam2-15/+14
* Translation updates * Function to find out filename encoding * Fix to eelcanvas that allows connecting to expose * Handle null mimetypes in property page
2004-11-25These packages install libraries that dlopen() shared modules.jlam1-1/+3
2004-11-25Update py-pexpect to 0.999.minskim2-5/+5
Changes: - Fixed OSError exception when a pexpect object is cleaned up. - Added support for buffering reads.
2004-11-25Update to 2.58.wiz2-6/+6
Too many changes (the history on the website doesn't go back more than 2 years); among them XML output.
2004-11-25Changes 0.9.7:adam3-16/+15
* Yet more large file support fixes. * C++ support for easy #include <librsync.h> in C++. * Removed Debian files from dist tarball. * Changed rdiff to an installed program on "make install". * Refactored delta calculation code to be cleaner and faster. * #879763: Fixed mdfour to work on little-endian machines which don't like unaligned word access. This should make librsync work on pa-risc, and it makes it slightly faster on ia64. * #1022764: Fix corrupted encoding of some COPY commands in large files. * #1024881: Print long integers directly, rather than via casts to double. * Fix printf formats for size_t: both the format and the argument should be cast to long.
2004-11-25Changes 1.3.1:adam2-7/+5
*) Upgraded build environment to GNU Shtool 2.0.1, GNU Libtool 1.5.8 and Autoconf 2.59. Changes 1.3.0: *) Correctly cleanup under MM_SHMT_MMZERO in case of a shared memory segment creation error. *) Close the filedescriptor of the underlying object immediately after mmap(2)'ing it in case of MM_SHMT_MMPOSX, MM_SHMT_MMZERO and MM_SHMT_MMFILE.
2004-11-24Add missing locale files.jlam1-1/+3
2004-11-24Fix bogus double pwent reuse and make user lookup actually work inrh3-2/+26
'user_home'. Bump PKGREVISION.
2004-11-23Updated devel/p5-AppConfig to 1.56. Changes from version 1.52 include:jlam3-19/+5
* Add "heredoc" style quoting. * Added POSIX style '=value' suffixes to --parameters. Thus '--foo=bar' is now equivalent to '-foo bar'. * Added AppConfig::CGI module to parse CGI script parameters. * Added cgi() delegate method to AppConfig to instantiate and call AppConfig::CGI. * Provide default options for LIST and HASH data types. * Allow '$' to be escaped (e.g. \$) to suppress variable expansion in files. * Applied patch from John Salmon to allow comments to appear anywhere on a line, not just at the beginning.
2004-11-23Instead of "patch-and-substitute", just do "substitute" step by usingjlam3-31/+9
SUBST_CLASSES. Removes the need for patch-ac. Also improve the comment for the post-build step since the workaround is here to stay.
2004-11-23We don't need to check for APR_USE_* or generate our own _APR_OPTIONSjlam2-20/+10
variable since the apr/buildlink3.mk file does the right thing for us already; we simply need to include it and check the value of PKG_OPTIONS.apr.
2004-11-23More closely follow doc/Makefile-example.jlam1-9/+10
2004-11-22The global PKG_OPTION is "ldap", not "openldap".jlam1-2/+2
2004-11-22Pass extra libraries to configure scripts in LIBS, and remove redundantjlam1-4/+4
environment passing that's already done in bsd.pkg.mk.
2004-11-22USE_LANGUAGES=c c++wiz3-6/+6
2004-11-22Add a missing include to make this pkg build on NetBSD 1.6.kristerw2-1/+17
2004-11-22Changes 4.1.4:adam2-7/+5
* Bug fix to FFT multiplication code (crash for huge operands). * Bug fix to mpf_sub (miscomputation). * Support for powerpc64-gnu-linux. * Better support for AMD64 in 32-bit mode. * Upwardly binary compatible with 4.1.3, 4.1.2, 4.1.1, 4.1, 4.0.1, 4.0, and 3.x versions.
2004-11-21The common global option for LDAP support is "ldap".jlam1-4/+4
2004-11-21gettext detection works properly for this package, so setjlam1-3/+4
BROKEN_GETTEXT_DETECTION to "no".
2004-11-21Move the section that sets up some GNU configure variables to forcejlam1-7/+13
"GNU gettext" detection outside of the BROKEN_GETTEXT_DETECTION block. We will need this to happen all the time if we're using a built-in gettext that isn't really GNU gettext.
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv3-6/+6
1.8.17nb3).
2004-11-20use "nm -B" to extract symbol table on OSF1.grant1-2/+2
2004-11-20Add and enable p5-Log-LogLite.minskim1-1/+2
2004-11-20Import p5-Log-LogLite from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.minskim4-0/+30
Log::LogLite class helps us create simple logs for our application. The Lite suffix refers mainly to the ease of use of this class, although the class is quite simple anyway.
2004-11-20Add and enable p5-IO-LockedFile.minskim1-1/+2
2004-11-20Import p5-IO-LockedFile from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.minskim4-0/+28
IO::LockedFile class gives us the same interface of the IO::File class to files with the unique difference that those files are locked using the flock mechanism.
2004-11-19Move gettext-lib/buildlink3.mk into Makefile.common; all theepg2-3/+4
Subversion packages need this, not just subversion-base.
2004-11-18Set TEST_TARGET to allow running the package's own self-tests.jlam1-1/+2
2004-11-18More duplicate dirrm cleanup.markd1-2/+2
2004-11-18Add and enable gtl0. Sort.wiz1-2/+3
2004-11-17PKG_OPTIONS.apr needs to be defined before trying to get its value.xtraeme1-1/+3
2004-11-17It's pkgsrc-2004Q4 right now!xtraeme1-2/+2
2004-11-17Convert to use bsd.options.mk and use subst.mk instead of usingxtraeme3-32/+46
sed(1)/mv(1). # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q3 branch is released: # XXX # XXX APR_USE_DB4 # XXX APR_USE_OPENLDAP
2004-11-17As reed@ said in another email:xtraeme2-4/+14
"No files should be owned by "nobody" because that defeats the purpose of having a "nobody" account." Make this use a specific user/group called distcc to run the daemon. Bump PKGREVISION.
2004-11-16Change to revision 1.0.6. This revision recognises that SunOS hasshannonjr2-5/+5
thread-safe getenv() and strerror() functions. With thread-safe functions, not mutexes are used to serialize access to these functions.
2004-11-16Change /tmp as directory for $pidfile, because as reed@ said: "thisxtraeme2-3/+8
does not look safe", now it's stored in ${VARBASE}/run/distccd with nobody:nobody 0750.
2004-11-16Remove bogus openssl dependency from buildlink filerh1-2/+1
2004-11-16Reinstate SSL patch to avoid inconsistent behaviour on systems with andrh5-16/+26
without OpenSSL installed (hi adam!) Bump PKGREVISION.
2004-11-15Use /tmp as directory for $pidfile, because the nobody user cannot writextraeme1-3/+3
in /var/run!
2004-11-15Update devel/distcc to 2.18.2.xtraeme3-13/+16
distcc-2.18.2 "Bees and lavender" 2004-11-12 BUG FIXES: * Fix problem in checking errno after connect(). Fix by Jean Delvare and Dan Kegel. PORTABILITY: * Fix prototype problem causing build failure on amd64. Patch from Andreas Jochens. (Debian #280399, #280644). distcc-2.18.1 "Reality-based computing" 2004-11-03 BUG FIXES: * Fix run-time warnings about gtk_tree_model_row_changed() when built with recent versions of GTK+. * gcc option -specs= must be run locally so that it can read the local spec file. Reported by Chris Yeoh. PORTABILITY: * Fix Solaris build problem reported by Dimitri Papadopoulos. * Fix problem with reading hosts files in DOS CRLF format. Reported by Sebastien Perochon. distcc-2.18 "Billionaires on stilts" 2004-10-12 BUG FIXES: * Fix longjmp() bug that can cause distcc to crash when a timeout elapses. * Fix compile-time problem with dcc_trace when configured with --enable-rfc2553. Reported by Greg Earle. * Fix warning about warn_unused_result for older versions of gcc. * No timeout on local preprocessing or on compilation. No timeouts on DNS lookups other than whatever is built in to the DNS resolver. There are timeouts on network transmission and on opening connections. * Remove mmap() for receive of uncompressed data, to avoid various problems. CHANGES: * The --allow option is now mandatory for daemon mode. As a security feature, distccd will refuse to run without an IP access control list. * conftest.* built by autoconf is always done locally, to make configure tests faster and safer. DOCUMENTATION: * Better description of use with ccache. PORTABILITY: * Fix various warnings reported by Dimitri Papadopoulos. * Fix Tru64 build problem reported by Gary V. Vaughan. distcc-2.17 "Divers Alarums" 2004-07-31 FEATURES: * Performance improvements for distccmon-gnome. * Added timeous for connection to servers, transmission of jobs and remote compilation. If the timeout expires, the job is run locally. This should make distcc cope better if some or all of the servers are unreachable or failing. * Also add timeouts in server to kick out stalled or disconnected clients. BUG FIXES: * If remote compilation fails because of a signal in a later phase of the compilation causing an exit with code >=128, retry compilation locally. Patch from Jakub Stachowski. DOCUMENTATION: * Manpage fix from Jean Delvare. PORTABILITY: * Cygwin portability fix for WCOREDUMP, reported by Eric Frias. distcc-2.16 "Salt" 2004-07-08 SECURITY: * Fix bug that might cause IP-based access control rules not to be interpreted correctly on 64-bit platforms. (CAN-2004-0601) BUG FIXES: * Fix small memory leaks in distccmon-gnome and distccmon-text. FEATURES: * Use a GNOME status bar with a grab handle for distccmon-gnome. Patch from Nathan Fredrickson. PORTABILITY: * Better detection of systems with a popt library installed but no popt.h. Reported by Sean Kelly. * Fix bug in reporting crashed daemon children that showed up on systems without strsignal, such as Mac OS 10.2. Reported by Benjamin Reed. * Update testdistcc.py to work on ia64 linux. INTERNAL: * Simplify dcc_log_child_exited. * Include copyright and licence in --version output, as suggested by GNU programs.
2004-11-15Add a new variable BROKEN_READLINE_DETECTION which should be set tojlam1-1/+18
yes/no by a package Makefile, depending on whether the configure process properly detects the additional libraries needed to link against -lreadline (typically, you need either "-lreadline -ltermcap", or "-lreadline -lcurses" to properly link against -lreadline). If this variable is set to "yes", then we automatically expand "-lreadline" into "-lreadline -l<termcap functions library>". BROKEN_READLINE_DETECTION defaults to "no". Set BROKEN_READLINE_DETECTION to "yes" in security/heimdal and remove the custom logic that did the same work.
2004-11-15Update to 0.11. From MAINTAINER in PR pkg/28258.reed2-6/+5
Changes from NEWS file: libstatgrab 0.11 (09 November 2004) * Add support for HP-UX 11.11. (Patches provided by Roy Keene) * Minor fixes to statgrab mrtg tools. * Minor fixes to saidar. * Minor code cleanups and fixes to libstatgrab.
2004-11-15Not all implementations of ln(1) can handle -fs arguments where the targetsketch1-4/+7
still exists. Explicitly rm the target before ln.
2004-11-14Update cpuflags to 0.78:abs3-6/+8
Handle 7410 under NetBSD/macppc and 'Pentium III (Coppermine)' under Linux, from Markus W Kilbinger and Andrew Gillham respectively
2004-11-14Whitespace and formatting nits.jlam1-6/+7
2004-11-14Remove redundant installation of static library as installing the libtooljlam1-3/+2
archive does that already.