summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-14Linking against libpython needs to link against pthread on some platformsjoerg2-1/+24
to work.
2006-07-14Another tool modifier, :bootstrap, has been added.rillig1-2/+2
2006-07-13Added a patch to make the package build on Solaris, which does not haverillig3-10/+35
struct msghdr.msg_control and CMSG_FIRSTHDR. While here, removed BROKEN_IN, since the package works on NetBSD 3.0 and fixed some pkglint warnings.
2006-07-13pkglintificationadrianp3-15/+31
Add kerberos support - Patch from Kevin Sullivan in PR #33732 Bump to nb4
2006-07-13Pass the computed mandir down to all the configure script invocations.jlam1-6/+6
2006-07-13Allow the user to specify --pkgmandir to control where man pages go.jlam1-12/+18
2006-07-13Updated time/kronolith to 2.1.2adrianp1-1/+2
2006-07-13Update to 2.1.1adrianp3-17/+17
Major changes compared to the Kronolith H3 (2.1.1) version are: * Fixed fatal error during first login of new users on some systems. * Fixed adding of events with no DataTree backend configured. * Improved attendees popup and portal block. * Updated German, Italian and Spanish translations. The full list of changes (from version H3 (2.1.1)) can be viewed here: http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.112&r2=1.165.2.120&ty=h
2006-07-13Add BOOTSTRAP_DEPENDS, which has the exact same semantics asjlam1-1/+2
BUILD_DEPENDS.
2006-07-13Updated mail/imp to 4.1.2adrianp1-1/+2
2006-07-13Update to 4.1.2adrianp2-7/+6
Major changes compared to the IMP H3 (4.1.1) version are: * Allow to toggle off the Virtual Inbox. * Display quota for current folder on Cyrus servers. * Updated German, Italian and Spanish translations. * Several small bugfixes and improvements. The full list of changes (from version H3 (4.1.1)) can be viewed here: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.184&r2=1.699.2.194&ty=h
2006-07-13Updated www/horde to 3.1.2adrianp2-3/+3
2006-07-13Update Makefile missed in 3.1.2 updateadrianp1-5/+3
2006-07-13Update to 3.1.2adrianp4-79/+13
Major changes compared to Horde 3.1.1 are: * Security Fixes - Closed XSS problems in dereferrer (IE only), help viewer and problem reporting screen. - Removed unused image proxy code from dereferrer. * Bugfixes and improvements - Added configuration option to disable GET-based sessions. - Added Oracle and generic SQL upgrade scripts. - Improved default charset support. - Improved API and RPC interface. - Fixed the preference cache. The full list of changes (from version 3.1.1) can be viewed here: http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.231&r2=1.515.2.252&ty=h
2006-07-13Updated to version 0.99.3.heinz2-8/+8
Pkgsrc changes: - Set USE_LANGUAGES - HOMEPAGE changed to search.cpan.org Changes since version 0.99.1: ============================= "Lyle D. Brooks" <brooks@deseret.com> reported there were instances where interval was set to a negative value Joe Smith <Joe.Smith@wcom.com> noted that one shouldn't declare @ISA=qw(Autoloader) unless one is prepared to deal with it correctly. Peter Allen <pgmppa@ibi.com> undef warnings when starting up on a nonexistant file Alain Fauconnet <alain@ait.ac.th> and Benjamin Zwittnig <beni@arnes.si> provided test cases which helped me chase down another two cases where File::Tail would spontaneously read too much. Some operating systems sometimes return 0 for sysread on busy files. This should now be handled correctly. nowait can now be specified at object creation. A callback is called on every file rotation, which can be used for files that change their names with time.
2006-07-13This is pure Perl, no compiler required.heinz1-1/+2
2006-07-13Fixed default path wildcards for CHECK_INTERPRETER_SKIP. Now theyheinz1-4/+6
actually apply to the whole subtree.
2006-07-13Moved example scripts from share/ipmitool to share/example/ipmitoolheinz4-13/+27
where they really belong.
2006-07-13Check whether the "checksum" target is defined beforehand to preventjlam1-2/+6
"duplicate script" collisions with the one defined by bsd.pkg.mk if PKG_*_REASON is set.
2006-07-13Check whether the checksum target is defined before defining one.jlam1-3/+5
This fixes problems where a package sets PKG_*_REASON, which causes bsd.pkg.mk to define its own "checksum" replacement, which causes a "duplicate script" make error to occur.
2006-07-13The better way to fix the Solaris problem of <stdint.h> is to replacerillig1-3/+6
the header name in the installed headers. Otherwise the packages that depend on this one have to use the same hack as in the previous revision of this file.
2006-07-13boost-libs uses libbz2.so and libz.so (see lib/libboost_iostreams-mt.so),heinz1-1/+3
so include their respective buildlink3 files properly.
2006-07-13Note update of libfwbuilder and fwbuilder to 2.0.12.bad1-1/+3
2006-07-13Update libfwbuilder and fwbuilder to 2.0.12. Bugfixes only.bad7-19/+21
2.0.12: Bugs fixed in this release: bug #1455772: Implement more portable fix for converting UTF-8 in comments. The previous one broke the Windows installer. 2.0.11: Bugs fixed in this release: * fixes to make code compile with g++ 4.1. * bug #1455772: Properly convert comments to/from UTF-8 to ensure the script is not corrupted when copied to the firewall * bug #1455748: "make firewall script executable". Bugs fixed in policy compiler for iptables: * bug #1375432: avoid using '-m state' twice for stateless rules with with custom services. * bug#1364060: change shell pattern to match names of conntrack modules in Linux 2.6. Bugs fixed in policy compiler for ipfilter: * bug #1386226: removed nat.conf when nat rules are removed. * bug #1393004: use 'egrep -s' on Solaris.
2006-07-13Solaris 5.8 does not have <stdint.h>, only <inttypes.h>.rillig1-1/+8
2006-07-13* Fix bug when more than one file needed to be checksummed.jlam1-4/+3
* Avoid shell differences between /bin/sh and Korn shell by using: while read line; do list; done < FILE instead of cat FILE | while read line; do list; done
2006-07-13Try to avoid possible differences in processing "$@".jlam1-4/+5
2006-07-13Backslash escape the parentheses so the shell doesn't think it shouldjlam1-2/+2
do shell expansion. Fixes a bug picked up by /bin/ksh and by /bin/sh in -current.
2006-07-13Fix some quoting errors and a harmless copy-and-paste error.jlam1-4/+4
2006-07-13Add a few more double-quotes around eval'ed variables.jlam1-5/+5
2006-07-13Add DIGEST to the variables defined by default.jlam1-1/+2
2006-07-13DIGEST is no longer defined, so use TOOLS_DIGEST instead.jlam1-2/+2
2006-07-13Honor PKGMANDIR.jlam1-3/+3
2006-07-13replace-interpreter happens during the configure step, so don't setjlam1-4/+2
NO_CONFIGURE.
2006-07-13* Set PKG_TOOLS_BIN to the location of the bootstrapped pkg_* toolsjlam1-18/+3
in the example mk.conf file. * Don't install digest anymore. It's not needed by binary package users and it's handled within pkgsrc/mk now via BOOTSTRAP_DEPENDS.
2006-07-13Note update of net/openslp to 1.2.1nb1.he1-1/+2
2006-07-13Added 's' :)adam1-2/+2
2006-07-13Convert digest dependency to a USE_TOOLS dependency.jlam1-2/+2
2006-07-13Needs OVERRIDE_DIRDEPTH=3.joerg1-1/+2
2006-07-13Remove line noting that "this file was derived from bsd.ports.mk".jlam1-3/+1
The contents of this file are no longer remotedly related to bsd.ports.mk, and pkgsrc's heritage from ports is documented elsewhere.
2006-07-13* Add a new stage "bootstrap-depends" that happens before all otherjlam18-270/+556
stages, and that installs dependencies listed in BOOTSTRAP_DEPENDS. The bootstrap-depends step works just like the normal depends step and honors the value of DEPENDS_TARGET. It's now possible to add dependencies solely to facilitate fetching the distfiles, e.g. BOOTSTRAP_DEPENDS+= curl-[0-9]*:../../www/curl * Teach the tools framework about ":bootstrap" as a tools modifier which indicates the tool should be added as a dependency via BOOTSTRAP_DEPENDS. * Add "digest" to the tools framework. * Use USE_TOOLS+=digest:bootstrap to force pkgsrc to install digest before anything else. Get rid of unused "uptodate-digest" target and related digest version-checking code. * Finish the refactoring work: split checksum-related code out of bsd.pkg.mk and into pkgsrc/mk/checksum and replace the "checksum" target command list with a script that does all the real work. * Make DIGEST_ALGORITHMS and PATCH_DIGEST_ALGORITHM into private variables by prepending them with an underscore. Also, rename _PATCH_DIGEST_ALGORITHM to _PATCH_DIGEST_ALGORITHMS and adjust the makepatchsum target to allow that variable to contain a list of algorithms, all of which are used when creating the patch checksums for ${DISTINFO_FILE}.
2006-07-13Updated benchmark/iozone to 3.263adam2-3/+3
2006-07-13Make slpd reopen its log file on HUP (it does not use syslog - bah!).he4-3/+55
The log file needs to be writable for user=daemon, since slpd setuid()s to that user after starting up. Put the extremely verbose and disk-filling logging of "Parse Erorr" packets (is this an SLPv1 vs. SLPv2 protocol versioning issue gone bad?!?) under DEBUG, which is not normally turned on in our builds. Change HOMEPAGE, since Caldera appears to have seen fit to remove the www.openslp.org DNS name and associated web server. Instead point to the SourceForge home page. Bump package revision to 1.
2006-07-13Changes 3.263:adam3-17/+17
* Change the default pattern. Samba is trying to cheat by special casing IOZONE.tmp, and the pattern of 0xA5. * Make the default pattern random, and based on Iozone version. This is to prevent the hack from Richard Sharpe (in Samba) from special casing Iozone, and lying to the user. * bug fix in pattern gen. * Add -+Z old data set mode. * Add -+X constant data for short circuit testing only. * Multi-node changes for new options. (-+Z and -+X) * Add -+K flag for Sony. * Move -+K outside of Windows only. * Simplify percentage calculation * Add error checking for -f and -F in the wrong modes. * Bug fix for pbuffer allocation on remote clients. * Check for max_rec_size when using ranges. -r -r -r * Fix for Debian user bug. -r 1m -n 1m -g 2m gave bogus error. * Bug fix for -k used in conjunction with -t and content validation.
2006-07-13Wants perl.joerg1-2/+2
2006-07-13Added computation of version number for package bzip2 if there is aheinz1-1/+26
native version available in the system. The awk skript looks for the line in bzlib.h containing the version information. This works for versions < 1.0.0. For versions >= 1.0.0 the script additionally evaluates the copyright date. According to the change history, version 1.0 and 1.0.1 are identical except for a documentation update so we treat both as version 1.0.1 to avoid changing BUILDLINK_API_DEPENDS.bzip2 in buildlink3.mk.
2006-07-13Note update of comms/kyopon to 0.4itohy1-1/+2
2006-07-13Update to kyopon-0.4itohy3-20/+6
- Do not repeat login/logout, but do login at the beginning and do logout at the end. - Add <sys/stat.h> for DragonFly (from patch-aa).
2006-07-13USE_TOOLS+=imake.hira1-2/+2
2006-07-13Not needed in 1.6.8.wiz1-344/+0