summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-14Fix build of boost-libs in NetBSD/macppc: 'char' is not signed, so a piecejmmv2-1/+51
of code was raising warnings and failing to build. Changed to use 255 for error conditions instead of -1, along with unsigned chars unconditionally.
2011-10-14Bump PKGREVISION from boost-libs version bump.obache1-2/+2
2011-10-14"Fix" gmake lossage with an inline multiline perl script.dholland2-1/+77
This package still doesn't build, but it gets a bit further.
2011-10-14Updated pkgtools/distbb to 0.41.1cheusov1-1/+2
2011-10-14Update to 0.41.1cheusov2-6/+6
FIX: another problem with packages having non-empty PKG_FAIL_REASON.
2011-10-14- use mmap instead of malloc.christos4-8/+121
- check the result of malloc in the place we were crashing.
2011-10-14-cxrefdholland1-2/+1
2011-10-14cxref, szipdholland1-1/+3
2011-10-13+ rcs-5.8 (Snader_LB).wiz1-1/+2
2011-10-13+ aria2-1.13.0, cflow-1.4, feh-2.0, fixesproto-5.0 [pkg/45463],wiz1-18/+20
glade3-3.8.1 [GNOME 2.34], glproto-1.4.14 [pkg/45462], highlight-3.6, horde-4.0.10, libraw-0.14.1, mkfontdir-1.0.6 [pkg/45461], mkfontscale-1.0.9 [pkg/45460], nas-1.9.3 [pkg/45449], octave-3.4.3, py-cups-1.9.60, subversion-1.7, wine-devel-1.3.30, xextproto-7.2.0 [pkg/45464], xproto-7.0.22 [pkg/45465], xterm-276.
2011-10-13Upstream has once again released (or "relased") a new version withoutdholland2-7/+8
a new version number. New DIST_SUBDIR, bump PKGREVISION to 2. ------ Relase notes for SZIP 2.1 July 14, 2010 Bug fixes: -- None. New features: -- CMake support added, which allows for shared or static builds.
2011-10-13Patch the lexer to ignore _Pragma().dholland2-1/+38
2011-10-13Update to 1.6d.dholland2-6/+6
Version 1.6d of cxref released : Mon Oct 3 14:00:00 2011 -------------------------------------------------------- Bug fixes Updated for latest version of autoconf. Allow structure initialisers to have multiple components (e.g. a.b=1). Remove gcc warning messages. Change Makefile for better comptibility with FreeBSD. Version 1.6c of cxref released : Mon May 31 10:00:00 2010 --------------------------------------------------------- Bug fixes Handle the gcc __builtin_offsetof() and offsetof() functions. Check that the lex/yacc programs actually exist at configure time. Handle ASM statements with named identifiers in them. Parsing changes Removed the char_varying type. Document changes Update web page links
2011-10-13Regenryoon1-3/+1
2011-10-13Note addition of vera++-1.1.1.jmmv1-1/+2
2011-10-13Add and enable vera++.jmmv1-1/+2
2011-10-13Initial import of vera++, version 1.1.1.jmmv7-0/+243
The build system of this package is completely fubar'd (mostly because this has been designed to be built against the Boost source files and to never be installed). I have made an attempt to make the build system and the runtime finding of configuration systems slightly more sane, but can't promise it will work everywhere yet. So far only tested in OS X 10.6. Description: Vera++ is a programmable tool for verification, analysis and transformation of C++ source code. Vera++ is a tool designed for programmers -- not only in the sense that it helps with everyday development work, but also in the sense that all its rules are implemented as scripts that can be modified or added by the user. Thanks to this, programmers have complete freedom and control over what the tool does and how it works. Vera++ is mainly an engine that parses C++ source files and presents the result of this parsing to scripts in the form of various collections -- the scripts are actually performing the requested tasks.
2011-10-13Updated www/davical to 0.9.9.6nb1wiz1-1/+2
2011-10-13Fix build-always.sh -- added too many single quotes.wiz3-2/+17
Bump PKGREVISION.
2011-10-13Note update of sysutils/mkmemstick to 20111013gson1-1/+2
2011-10-13Preserve file permissions when copying files from the ISO to thegson4-18/+16
memory stick image, because otherwise recent NetBSD versions that use root on cd9660 instead of a ramdisk won't boot. This is currently implemented by using a vnd mount instead of isoinfo -x to extract the ISO contents. This solution is less than ideal since it requires root permissions and will fail if vnd0 is already in use. Still, it's better than not working at all. OK'd by agc.
2011-10-13Updated www/davical to 0.9.9.6wiz2-3/+3
2011-10-13Update to 0.9.9.6. Changes:wiz6-40/+101
0.9.9.6: Functionality Enhancements Implementation of the Timezone Service Protocol (draft) Bug Fixes Fixes to the handling of time-range queries in the calendar-query report. Fixes to LDAP authentication regressions introduced in 0.9.9.5. Fix ability to save blank default privileges. Other Changes Add a script which can be run from cron to sync users from LDAP. Most use of the deprecated iCalendar class has been switched to use the new vCalendar class. 0.9.9.5: Functionality Enhancements Experimental 'memcached' support is added to help large sites improve scalability. The /setup.php URL is improved to provide better information When a new user is created an 'addressbook' collection will be created in addition to their 'home' calendar. Scheduling Extensions for CalDAV: When a meeting is scheduled with another person on the same server it should automatically appear in their calendar and scheduling inbox. Implemented the principal-match REPORT. Only include calendar-data (or addressbook-data) in the response to a sync-collection if there are fewer than 50 changes outstanding. Add support for Digest authentication. Add support for using IMAP as an auth source. Add support for binding remote calendars External Bind(Rob Ostensen). Bug Fixes Repeat rule expansion now handles floating date-time and date correctly. Access to calendar resources by users with only read-free-busy access should always be obfuscated. The first user to log in after setting up a system using pam_auth or LDAP will no longer fail. Correct handling for PUT of a VCALENDAR with unreferenced VTIMEZONE components. Only include override components in an expanded report if they override in the expand period (or otherwise affect within the period). Correct output of XML <error> responses containing error tags in the DAV namespace. Correct handling of calendar-query REPORT where <prop> follows <filter> Setup tests now handle where PHP config values are set to '0' or 'off' as equivalent. Various bugfixes to caldav-client-v2.php script. Don't restrict password character set for LDAP auth users. Don't allow BIND to succeed with an empty password. Correct sort ordering of members of a group. Block access by expired tickets. Other Changes Group membership now always confers the group's 'Default privileges' to members of the group. The handling of reading users from the database is refactored from old PHP4 code into some better object oriented classes. Refactoring of the handling of PUT requests. Add a workaround to let Apple Addressbook log in and use CardDAV even when account names contain '@' Updated translations. New translations for Norwegian, Brazilian Portuguese and Mexican Spanish. Allow expansion to return expanded floating time events in floating time (extension to spec). When an event is added but has no UID (invalid) we now add one. Add support in the archive for building RPMs of DAViCal
2011-10-13Updated devel/php-libawl to 0.48wiz1-1/+2
2011-10-13Update to 0.48: needed for newer davical. Changes not found.wiz3-8/+9
2011-10-13Fix pasto.hans1-3/+2
2011-10-13Fix build on SunOS.hans2-6/+34
2011-10-13Work around a bug in SunOS complex.h to make this build with Suns gcc.hans2-1/+20
2011-10-13Fix build on SunOS.hans2-1/+14
2011-10-13Uses perl-style if syntax and therefore doesn't work with python24.dholland1-1/+3
2011-10-13Fix build on SunOS.hans3-1/+35
2011-10-13Bump revision for recent changes to dependencies and SunOS support.hans1-2/+2
2011-10-13Patch checksums were also wrong.dholland1-4/+4
2011-10-13Undo lang/php/ext.mk's hijacking of DISTINFO_FILE.dholland1-2/+4
XXX: should be fixed properly in the php logic
2011-10-13Update DESCR from website.ghen1-3/+3
2011-10-13Updated net/6tunnel to 0.11rc2.ghen1-1/+2
2011-10-13Update to 0.11rc2 (with new homepage), latest available version since 2005.ghen3-62/+8
0.11 (2005-08-18) Changes by Wojtek Kaniewski <wojtekka@toxygen.net>: - changed license to GPL version 2. There was no license information before which caused confusion. Code by Tomasz Lipski <lemur@irc.pl> and awayzzz <awayzzz@digibel.org> had to be removed, because their e-mail addresses were dead and googling for them gave no useful information. The missing features have been rewritten from scratch. If any offending code is still here, please let me know. I've done my best, but I haven't used any version control 5 years ago. - changed e-mail address. Changes by Ramunas Lukosevicius <lukoramu@parok.lt> - fixed source mapping bug, - SIGHUP reloads map file. 0.10 (2003-06-12) Changes by Wojtek Kaniewski <wojtekka@irc.pl>: - major code cleanup, - select() before accept(), so 6tunnel won't hang on sys_socketcall. - fixed losing data under heavy load, when write() didn't send all data. unsent data is stored in a buffer, - autoconf, - supports pid file (idea by misio <monster@qm.pl>).
2011-10-13Remove FlightCrewryoon1-2/+1
2011-10-13Updated textproc/FlightCrew to 0.7.2ryoon1-1/+2
2011-10-13Update to 0.7.2ryoon2-6/+8
Changelog: FlightCrew v0.7.2 2011.08.15 - Use Inno for Windows installer. - Add version display to GUI and CLI. - Fix Sigil issue #813: erroneous Resource is reachable but not present in OPF detection. - OS X minimum version bumped to 10.6. - made the CSS resource use detection far more robust - fixed an issue with CSS @import rules in the '@import "something.css"' format not being recognized - fixed an issue with links to fonts in commented-out CSS producing "not in manifest" errors (issue #15) - fixed an issue with "background" and "background-image" CSS rules that referenced images having those same images marked as unreachable files (issue #21) - fixed an issue with "src" declarations in @font-face rules that have a space before the colon throwing error messages about unreachable files (issue #21) - clarified what "reachable" means in the error messages
2011-10-13Reduce dependencies. Bison, flex, and gm4 are not really needed to build gcc.hans1-4/+2
2011-10-13Use options framework for language support.hans2-58/+68
2011-10-13Updated net/libvncserver to 0.9.8.1obache1-1/+2
2011-10-13Update libVNCServer to 0.9.8.1.obache2-8/+7
0.9.8.1 - Fixed an ABI compatibility issue.
2011-10-13Remove Sigilryoon1-3/+1
2011-10-13Fix options nls. No need for msgfmt or libiconv when it is off.hans3-7/+10
2011-10-13Updated editors/Sigil to 0.4.2ryoon1-1/+2
2011-10-13Update 0.4.2ryoon4-8/+50
Many bug fix and performance improvements. Fix GCC 4.6 compile failure
2011-10-13Add SunOS specifics from lang/gcc44. This includes linker/assemblerhans3-2/+91
selection, objdump detection and the SunOS 5.10 ld workaround.
2011-10-13The dependency on binutils and libelf seems to be for NetBSD only.hans1-4/+3