summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-11-14Use ${LIBTOOL}, not ${PKG_LIBTOOL}, when invoking libtool from the packagejlam1-5/+5
Makefile so that we use the wrapper script.
2004-11-14Move hacks from package Makefile to hacks.mk.jlam2-8/+19
2004-11-14Update devel/readline to 5.0. Changes from version 4.3 include:jlam5-75/+62
* Improved compatibility with BSD csh modifiers. * Improved vi editing mode. * History files include timestamp information.
2004-11-14Follow the recommended template for builtin.mk files: glibc's gettextjlam1-52/+75
is _not_ GNU gettext, so it's presence should not set IS_BUILTIN.gettext to "yes", but it _can_ set USE_BUILTIN.gettext to "yes" to force that it be used. Also, create a new variable BROKEN_GETTEXT_DETECTION, which is yes/no depending on whether or not a package's GNU configure script properly detects -lintl. This variable currently defaults to "yes", but should eventually be set to "no" and overridden on a package-by-package basis for those packages that truly are broken.
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam4-8/+8
2004-11-12Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6.kristerw1-1/+3
2004-11-12Correct typo in PLIST.kristerw2-3/+5
Bump PKGREVISION.
2004-11-12Set version independent HOMEPAGEs.seb3-6/+6
2004-11-12Fix the pthread detection so that where no native pthreads are present,jlam2-17/+61
we don't add -pthread to CFLAGS. Also, pkgsrc libtool on NetBSD will do the right thing with respect to pthreads, so we don't need to use the hack in the configure script.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam6-16/+12
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).