summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-10You feel like someone is helping you.ben1-1/+2
2006-10-10I will maintain this now. Okay'd on packages@ by chris.reed1-2/+2
2006-10-10Added security/pam-radius version 1.3.16adrianp1-1/+2
2006-10-10+pam-radiusadrianp1-1/+2
2006-10-10This is the PAM to RADIUS authentication module. It allows any PAM-capableadrianp4-0/+44
machine to become a RADIUS client for authentication and accounting requests. You will need a RADIUS server to perform the actual authentication.
2006-10-10s/LOCALBASE/PREFIX/, but thanks for catching this.joerg1-2/+2
2006-10-10Fix coutier-imap to link to BDB_LIB instead of -ldb.ben3-2/+44
This is related to PR#33802
2006-10-10Avoid empty for loops in shell scripts .dmcmahill1-3/+5
for f in ; do .... ; done fails with solaris /bin/sh. This repairs installation for several packages.
2006-10-10avoid using "text ... == ..." in configuretonio2-1/+15
2006-10-10Add & enable p5-XML-SemanticDiffseb1-1/+2
2006-10-10Note initial addition of p5-XML-SemanticDiff version 0.95 into the NetBSDseb1-1/+2
Packages Collection as textproc/p5-XML-SemanticDiff. The perl5 module XML::SematicDiff provides a way to compare the contents and structure of two XML documents. By default, it returns a list of hashrefs where each hashref describes a single difference between the two docs.
2006-10-10Initial addition of p5-XML-SemanticDiff version 0.95 into the NetBSDseb4-0/+30
Packages Collection. The perl5 module XML::SematicDiff provides a way to compare the contents and structure of two XML documents. By default, it returns a list of hashrefs where each hashref describes a single difference between the two docs.
2006-10-10Apply build fixes from Pierrick Brossin. Thanks!uebayasi25-102/+186
2006-10-10pkgsrc added --without-libcrack to CONFIGURE_ARGS if libcrack is missingben4-19/+76
from PKG_OPTIONS, and also comments out the libcrack module in the PLIST. However this means nothing to the PAM configure script, which will find a system libcrack and install the libcrack module. When the pkgsrc bulk build deinstalls PAM, it detects the leftover libcrack module and marks PAM and its dependents failed. Fix this by adding a --disable-crack option to the configure script.
2006-10-10Add -lltdl. This fixes packaging on solaris-2.9. Tested ondmcmahill1-2/+3
NetBSD-2.0/alpha and didn't see any ill effects there.
2006-10-10Don't try and install the man page on solaris. It is broken withdmcmahill1-2/+13
solaris nroff right now. This lets this package build and package on solaris.
2006-10-10USE_TOOLS+=automake14dmcmahill1-3/+3
This package contained several Makefile.am patches but then proceeded to ignore all of them by touching all of the Makefile.in's. Unfortunately those patches were there for a reason! Correctly packages on solaris now.
2006-10-10USE_TOOLS+= mktemp. Fixes solaris and probably othersdmcmahill1-2/+2
2006-10-10repair compilation on solaris (don't include stdint.h if it doesn'tdmcmahill2-14/+14
exist)
2006-10-10note update of cad/verilog-current to 20061009dmcmahill1-1/+2
2006-10-10update to verilog-current-20061009dmcmahill2-6/+6
* Release Notes for Icarus Verilog Snapshot 20061009 The Big news is support for delay path timing is specify blocks. This includes delay paths and specparams. Back annotation of specify path timings are not yet implemented. The "-g" flag has been made a bit more general so that individual compiler features can be turned on/off. This for example allows for turning off specify block support and Icarus Verilog extensions, as well as select language generation. A variety of bug fixes have been included. - Missing symbols on Windows fixed. - mingw build instructions reworked. - Fix internal handling of -D__ICARUS__ define - Fix crash of driver when -M flag is used. - Fix configure detection of host in some subdirectories. - Handle non-constant delays of index non-blocking assignments. - $scanf support for real values. - Fix scheduling of RWsync vs. ROSync callbacks. - Fix vpi_put_userdata return value. The iverilog-vpi command now allows .cpp files to stand for C++ source.
2006-10-09Note update of ruby-actionwebservice.minskim1-1/+2
2006-10-09Update ruby-actionwebservice to 1.1.6.minskim3-11/+19
Changes since 0.9.1: * Do not convert driver options to strings (#4499) * Make ActiveWebService::Struct type reloadable * Fix scaffolding action when one of the members of a structural type has date or time type * Remove extra index hash when generating scaffold html for parameters of structural type #4374 [joe@mjg2.com] * Fix Scaffold Fails with Struct as a Parameter #4363 [joe@mjg2.com] * Fix soap type registration of multidimensional arrays (#4232) * Fix that marshaler couldn't handle ActiveRecord models defined in a different namespace (#2392). * Fix that marshaler couldn't handle structs with members of ActiveRecord type (#1889). * Fix that marshaler couldn't handle nil values for inner structs (#3576). * Fix that changes to ActiveWebService::API::Base required restarting of the server (#2390). * Fix scaffolding for signatures with :date, :time and :base64 types (#3321, #2769, #2078). * Fix for incorrect casting of TrueClass/FalseClass instances (#2633, #3421). * Fix for incompatibility problems with SOAP4R 1.5.5 (#2553) [Kent Sibilev] * Update from LGPL to MIT license as per Minero Aoki's permission. [Marcel Molina Jr.] * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.] * Fix that XML-RPC date/time values did not have well-defined behaviour (#2516, #2534). This fix has one caveat, in that we can't support pre-1970 dates from XML-RPC clients.
2006-10-09Use RUBY_SITELIBDIR.minskim1-4/+4
2006-10-09Note update of ruby-actionmailer.minskim1-1/+2
2006-10-09Update ruby-actionmailer to 1.2.5.minskim2-9/+10
Changes since 1.1.1: * Backport of documentation enhancements. [Kevin Clark, Marcel Molina Jr] * Correct spurious documentation example code which results in a SyntaxError. [Marcel Molina Jr.] * Mailer template root applies to a class and its subclasses rather than acting globally. #5555 [somekool@gmail.com] * Nil charset caused subject line to be improperly quoted in implicitly multipart messages #2662 [ehalvorsen+rails@runbox.com] * Parse content-type apart before using it so that sub-parts of the header can be set correctly #2918 [Jamis Buck] * Make custom headers work in subparts #4034 [elan@bluemandrill.com] * Template paths with dot chars in them no longer mess up implicit template selection for multipart messages #3332 [Chad Fowler] * Make sure anything with content-disposition of "attachment" is passed to the attachment presenter when parsing an email body [Jamis Buck] * Make sure TMail#attachments includes anything with content-disposition of "attachment", regardless of content-type [Jamis Buck] * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.] * Stricter matching for implicitly multipart filenames excludes files ending in unsupported extensions (such as foo.rhtml.bak) and without a two-part content type (such as foo.text.rhtml or foo.text.really.plain.rhtml). #2398 [Dave Burt <dave@burt.id.au>, Jeremy Kemper] * Allow Mailers to have custom initialize methods that set default instance variables for all mail actions #2563 [mrj@bigpond.net.au]
2006-10-09Update to 1.43. Claim maintainership.snj2-6/+6
Changes since 1.41: - fix to avoid modifying data which is being used by tsearch() for ordering the binary tree (report by Adrian Bunk). - do not ignore pathnames in /tmp/, since some tools create usable pathnames for both old/new files there (Debian #376086). - correct ifdef for fgetc_unlocked(). - updated configure macros CF_GCC_VERSION, CF_PATH_SYNTAX and CF_XOPEN_SOURCE - add configure check for compress, gzip and bzip2 programs that may be used to decompress files.
2006-10-09Since a few hours, the .PLIST file does not contain the full pathnamesrillig1-1/+2
anymore. Therefore, cd to ${LOCALBASE} to correctly resolve the relative pathnames.
2006-10-09Note update of ruby-actionpack.minskim1-1/+2
2006-10-09Update ruby-actionpack to 1.12.5. This version includes a security fixminskim3-38/+33
for path string handling. See ${RUBY_DOCDIR}/actionpack/CHANGELOG for the complete list.
2006-10-09Removed the interactivity by redirecting stdin from /dev/null.rillig1-1/+2
2006-10-09Some package's self-tests require a lot of high-quality random data, sorillig1-1/+10
the bulk build may seem to hang on otherwise idle machines.
2006-10-09Make package compile with gcc-4.mlelstv7-174/+201
2006-10-09Updated mail/dovecot to 1.0rc8.ghen1-1/+2
2006-10-09Update to dovecot-1.orc8. From the release announcement mail:ghen5-27/+29
I've still over 200 mails unread in the mailing list, and important things left in TODO. This release is an improvement over rc7 anyway, hopefully I'll have time to fix the rest soon. * GSSAPI: Changed POP3 service name to "pop", which is what the standard says * "mbox:/var/mail/%u" no longer works as the mail location. You'll have to specify the mail root explicitly, just like the examples always have: "mbox:~/mail:INBOX=/var/mail/%u" + SHA1, LDAP-MD5, PLAIN-MD5, PLAIN-MD4: The password can be now either hex or base64 encoded. The encoding is detected automatically based on the password string length. + Allow running only Dovecot master and dovecot-auth processes with protocols=none setting + deliver: -f <envelope sender> parameter can be used to set mbox From_-line's sender address + deliver: Log all mail saves and failures + Tru64 SIA passdb support. Patch by Simon L Jackson. - INBOX was listed twice in mailbox list if namespace prefix was used - INBOX-prefixed namespaces were a bit broken - kqueue: Fix 100% CPU usage - deliver: Duplicate storage was a bit broken - dictionary code was broken (ie. dict quota) - SIGHUP caused crashes sometimes
2006-10-09Fix build on DragonFly.joerg4-4/+131
2006-10-09+ bglibs-1.101 [pkg/34761], bluefish-1.0.6, gnome-themes-2.16.1.1,wiz1-4/+11
gnucash-2.0.2, gnucash-docs-2.0.1, libntlm-0.3.12, mailfront-1.01 [pkg/34765], maradns-1.2.12.03, moc-2.4.1, skill-4.1.3.
2006-10-09Fix build on Solaris. Noted by dmcmahill.wiz2-1/+17
2006-10-09- bacula-1.38.11.ghen1-2/+1
2006-10-09Updated sysutils/bacula, sysutils/bacula-clientonly, sysutils/bacula-doc,ghen1-1/+7
sysutils/bacula-gnome-console, sysutils/bacula-tray-monitor and sysutils/bacula-wx-console to 1.38.11.
2006-10-09Update sysutils/bacula* to 1.38.11. Changes:ghen7-38/+14
- Add test for IRIX64 as OS - Minor tweaks to bregex.c - Fix to block.c to correctly check for DVD number of parts. - Fix to dev.c to permit DVD seeking in spool file. Corrects label rewriting problems. - Clarify license for techlogs (GPL). I consider them "part" of the source code of Bacula. - Use FDL license for developer's manual, French translation, German translation, bimagemgr manuals (same as the main manual), and the web site.
2006-10-09Fix patch-ae to allow hobbitmon to be built on systems that use bash asben2-11/+10
/bin/sh. This addresses PR#32955
2006-10-09Rename sig_t to avoid conflict with the type of the same name fromjoerg5-1/+109
sys/signal.h on DragonFly.
2006-10-09Add documentation for MASTER_SORT_RANDOM variable.mishka2-4/+14
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg47-128/+190
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-09distutils allows installation in a separate tree by passingjoerg1-1/+6
--root. Do so when using destdir.
2006-10-09Updated mail/cyrus-imapd to 2.2.13nb1.obache1-1/+2
2006-10-09Use Python distuils logic.joerg1-16/+8
2006-10-09Add patch to imap/backend.c(r1.38), diff came from cyrus cvs repository.obache3-2/+84
r1.39: initialize err to revent segfault r1.40: only free() the backend struct if we allocated it (don't free cached connections) Bump PKGREVISION.
2006-10-09Main infrastructure for DESTDIR support.joerg12-50/+119
Packages may set PKG_DESTDIR_SUPPORT to either "destdir" or "user-destdir" to flag support for this, following the same rules as PKG_INSTALLATION_TYPES (e.g. define before first include of bsd.prefs.mk). The user activates it via USE_DESTDIR. When set to "yes", packages with "user-destdir" are handled as "destdir". The installation of the package will not go to ${LOCALBASE}, but a subdirectory of ${WRKDIR} instead. pre/post install scripts are not run and the package is not registered either. A binary package can be created instead to be installed normally with pkg_add. For "user-destdir" packages, everything is run as normal user and ownership is supposed to be correctled by pkg_create later. Since the current pkg_install code uses pax and it doesn't allow overwriting owners, this does not work yet. For "destdir" packages, installation, packaging and cleaning is run as root. This commit does not change the handling of DEPENDS_TARGET or bin-install to allow recursive usage.