summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-12-19Bring htdig dependency in line with the one in kdebase3.markd1-2/+2
2005-12-19Don't pass -Werror to the compiler. Fixes the bulk build for NetBSDrillig1-1/+3
1.6.2/i386.
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam5-10/+10
pkgsrc work.
2005-12-15Fix errno. Require bison.joerg3-2/+18
2005-12-15Fix errno. Installed files changed -> bump revision.joerg4-16/+22
2005-12-15Fix errno.joerg9-9/+81
2005-12-15Security fix for CVE-2005-3191 and CVE-2005-3192.salo4-2/+106
Backported from 0.5.8.
2005-12-14Fix obvious error in previous commit:agc1-1/+3
include bsd.prefs.mk before attempting to test for any variable like ${OPSYS} in a cpp-like pre-processing statement.
2005-12-141.6 broke this for FreeBSD. Only add -D_POSIX_C_SOURCE on Darwin.epg1-1/+4
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-2/+2
of the shared libXm has changed.
2005-12-11Update to version 0.7.6salo3-8/+8
Changes: - various bugfixes.
2005-12-11Update kdevelop to 3.3.0 (part of KDE 3.5.0)markd8-124/+84
changes unknown
2005-12-11Update to KDE 3.5markd3-46/+149
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz16-26/+32
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-2/+2
"pkglint --autofix" change.
2005-12-08Fixed improper use of '@comment ' in the LISPDIR and CLISPDIR variables.rillig1-8/+5
2005-12-07Update to 0.6.0:wiz2-6/+6
* Version 0.6.0 (released 2005-12-03) ** A C# port of Libidn has been contributed by Alexander Gnauck. The port resides in the csharp/ directory. Configure will build it if a working C# compiler can be found. Mono's "mcs" compiler is known to work (available in Debian in the "mono-mcs" package), but PNET's "cscc" compiler should also work (available in Debian in the "pnet" package). The port is licensed under the GPL. Some Microsoft Visual Studio project files are also present in the csharp/ directory, which may be useful when building the port under Windows. The C# API is currently not documented, improvements are gratefully accepted. ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S. ** Fix memory leak. ** API and ABI is backwards compatible with the previous version.
2005-12-07Add DragonFly support.joerg2-5/+13
XXX Why doesn't this use an external libffi?
2005-12-07Update to 1.8.peter3-9/+143
For release notes and changelog see: http://sourceforge.net/forum/forum.php?forum_id=503424
2005-12-06Manually override config.guess and config.sub since this packagejoerg1-1/+5
doesn't use the normal GNU configure mess.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig20-48/+48
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig136-365/+358
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05s/refinecvsl/refinecvs/snj1-1/+1
2005-12-04Update yasm to 0.4.0 using patches provided by FUKAUMI Naoki in PR pkg/30445.kristerw6-21/+69
New features since 0.2.2: * ELF AMD64 and 32-bit shared object support (using the NASM notation "WRT ..got", etc). * STABS debugging format (enable with "-g stabs"). * NASM-like list format. * XDF object format (64-bit basic format, similar in spirit to NASM's RDF). * Dozens of bugfixes in x86 and AMD64 support. * Numerous cross-platform build fixes. * No perl dependencies for standard build. * New man pages: yasm(1) and yasm_arch(7). * Full support for ELF, including support for both AMD64 and 32-bit x86 targets; note: for AMD64 output, the machine type must be set to "amd64" using the "-m" command line option, e.g. "yasm -m amd64 -f elf test.asm". * Full warnings for integer overflow. * Full support for AMD64 RIP-relative addressing; the two forms supported are "[rip+val]" (direct index) and "[sym wrt rip]" (relocated relative). * Many AMD64 bugfixes including correct operand size handling (and o64 override); thanks to the many bug reports to help improve YASM in this area!
2005-12-04Enable refinecvsmjl1-1/+2
2005-12-04Initial import of refinecvs 0.86.1251mjl4-0/+55
refinecvsl is a Perl script which converts CVS repositories to a SVN dump, suitable to load into a subversion repository by the "svnadmin load" command.
2005-12-03Add DragonFly support.joerg2-4/+16
2005-12-02Add DragonFly support. Bump revision due to PLIST change.joerg9-11/+420
2005-12-02Add DragonFly support. Consider BPF to exist if /usr/include/net/bpf.hjoerg2-4/+13
exists. This fixes the build inside a jail on FreeBSD and DragonFly.
2005-12-02Update to 0.24 now that monotone is at 0.24: sync with new user visiblejmmv2-5/+5
changes and require the latest version.
2005-12-02Update to 1.031. From the changelog:schmonz3-7/+8
- Added a RFC 2104 generic HMAC (keyed hashing for message authentication) routine to the crypto section, with control blocks for MD5, SHA1, SHA256, SHA384, and SHA512. - Added support for UID and GID names (instead of just numbers) in bg-installer.
2005-12-02Remove line that I committed by accident 6 weeks ago :)wiz1-2/+1
2005-12-02Actually import the bmake src into files, and apply pkgsrc patches.sjg4-27/+36
Also provide an import script to help keep imports consistent.
2005-12-02Import bmake-20051105sjg75-162/+162
2005-12-01Remove left hand side casts, they are useless and a GCC extension notjoerg2-1/+78
supported with GCC 3.4+.
2005-12-01Fixed a pkglint warning:rillig1-2/+2
- WARN: devel/ply/Makefile:22: Found absolute pathname: /${EGDIR} As ${EGDIR} is already an absolute pathname, there's no need to prefix it with a slash.
2005-11-30Update to 1.10.2:wiz2-6/+6
Overview of changes between 1.10.1 and 1.10.2 ============================================= * New improved Tibetan shaper module. [Pema Geyleg] * Bug fix in Khmer shaper module. [Jens Herden] * Respect fontconfig reassignment of font pixelsize. [Funda Wang] * Make OpenType GPOS handling more robust/correct. [Greg Aumann] * Various documentation fixes and improvements. * Misc bug fixes. * Open Pango modules with lazy-bind flags. [John Rice]
2005-11-29Add treadrianp1-1/+2
2005-11-29TRE is a lightweight, robust, and efficient POSIX compliant regexp matchingadrianp5-0/+67
library with some exciting features such as approximate (fuzzy) matching. At the core of TRE is a new algorithm for regular expression matching with submatch addressing. The algorithm uses linear worst-case time in the length of the text being searched, and quadratic worst-case time in the length of the used regular expression. In other words, the time complexity of the algorithm is O(M2N), where M is the length of the regular expression and N is the length of the text. The used space is also quadratic on the length of the regex, but does not depend on the searched string. This quadratic behaviour occurs only on pathological cases which are probably very rare in practice.
2005-11-29Changes 1.6.5:adam6-201/+83
* New features: * Added yodconfig * Added HSYS_ERROR, H5F_OBJ_LOCAL flag * Added mpich2 as a testing "platform" * Bug fixes
2005-11-29Adapt Qt handling of DragonFly for doxygen as well to allow it to build.joerg3-2/+22
2005-11-29Update to 0.24dan2-6/+6
Major key management changes: - Private keys are no longer stored in your database. They are stored in ~/.monotone/keys/ (Unix, OS X) or %APPDATA%\monotone\keys\ (Windows). 'db migrate' will automatically move your keys out of your database and into their proper location. Consequences: - 'genkey' no longer requires a database. Simply run it once when you first start using monotone, even before you have created a database. - Running 'genkey' once will suffice to give all databases on one computer access to your key. No more fiddling with 'read'. - When you want to make your key available on another computer, simply copy over the appropriate file from your 'keys' directory to the corresponding directory on the new computer. - Private keys also use a more standard on-disk envelope encoding ("PBE-PKCS5v20(SHA-1,TripleDES/CBC)") instead of previous ARC4. More secure, and with extra crypto karma. Netsync changes: - Command line syntax for 'serve' changed; administrators WILL have to adjust scripts. monotone serve my.host.com "*" becomes monotone serve --bind=my.host.com "*" or simply monotone serve "*" (to serve on the default port, on all interfaces). - Speaking of which, we can now bind to all interfaces; run 'serve' without passing --bind, or with passing --bind=:port, and monotone will listen on all interfaces. - New option '--key-to-push' for 'push', 'sync', allows administrator to push a new user's public key into a running server without restarting it. - Netsync permission hooks have new defaults that read a description of allowed access out of a standard, basic_io-based textfile (the same stanza-based format that revisions use). Current hooks will continue to work, but users may prefer to transition to this format; see manual for details. - Between these, it is now straightforward to change permissions and add users without restarting your server. - Improvements to experimental "usher" facility. UI improvements: - New convenience options "add --unknown", "drop --missing", "revert --missing" do what you'd expect -- add all non-ignored non-versioned files, drop all deleted-but-undropped files, and restore all deleted-but-undropped files, respectively. - New selector "h:" to select heads of a branch. "h:" means heads of current branch, "h:mybranch" means heads of mybranch. - Similarly, "b:" selector with no argument now refers to current branch. - Commit messages now have a blank line at the top so you can start typing directly. - No more obscure error messages when multiple monotone processes attempt to access a single database at the same time; we now fail early with a more sensible error message. (Concurrent access has never caused database corruption; this simply makes the corruption prevention less frustrating for the user.) - New handlers for SIGTERM, SIGINT to rollback database transactions. Not visible to users (unless you're really looking carefully). (Again, killing monotone has never been able to cause database corruption; this simply causes the transactions to be rolled back immediately, rather than the next time monotone runs, which improves robustness in some theoretical way.) Changes in 'automate': - New command 'automate keys' to get information on existing keys in basic_io format. Updated translations: - fr Smaller changes: - Improved handling of multibyte characters in message displays. - Fixes to Botan's memory allocator, to avoid pathological slowdowns in some rare cases. - Fix bug in delta-storage code; we were not being as aggressive about delta-compressing files and manifests as we should have been. - Minor bugs fixed, error messages improved. - Upgrading from 0.23: You must run 'db migrate' and provide your password, for each database.
2005-11-28Require gnustep-objc on platforms where /usr/include/objc/objc.h does notrh1-2/+2
exist.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-3/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-25Add debug option.wiz2-1/+13
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-2/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25Update to 1.13.3:wiz5-22/+25
libgsf 1.13.3 J.H.M. Dassen (Ray) : * Improve documentation. Jody : * More work on extension interface to sax import wrapper. -------------------------------------------------------------------------- libgsf 1.13.0 Jody: * API changes SAX wrappers for help OpenDoc and SpreadsheetML. Kasal: * Improve libtool versioning. * Relax the gconf requirement. Luciano Wolf: * OpenDocument meta stream parser. Sven Herzberg: * Fix for GsfOutputGnomeVFS API change with shlib major change -> BUILDLINK_DEPENDS bumped.
2005-11-24patch-ac, ad: fix compilation with Sun Studio 11 compilers, patchwiz4-1/+55
from author via segv in PR 32155. patch-ae: from martin@, fixes recursion self-test (not installed).
2005-11-24Update to 0.10:wiz2-8/+7
0.10 Tue Aug 23 22:11:21 UTC 2005 - Documentation fix
2005-11-24Update to 1.4.0:wiz2-6/+6
Changes between 1.3.1 and 1.4.0 (12-Sep-2003 to 02-Sep-2005) *) Optimize insertion of free memory chunks by merging with the spare area if possible to decrease memory fragmentation. *) Fix mm_realloc() function: If the memory chunk passed to mm_realloc() can't be extended and a new chunk must be allocated, the old memory is copied into the new chunk with a call to memcpy(3). However, the used size is the length of the new data and will cause memcpy(3) to access memory beyond the old data chunk's boundaries. [Kirk Petersen] *) Upgraded build environment to GNU Libtool 1.5.20 and GNU shtool 2.0.2 [Ralf S. Engelschall] *) Updated all copyright messages for year 2005. [Ralf S. Engelschall]