summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-12-31* USE_BSD_MAKEFILE, almost of variables are cared by framework.obache4-30/+9
XXX: BINMODE and MANMODE also should be added to BSD_MAKE_ENV? * Need some pre-created directories before installation. * Then, honor PKGMANDIR and DESTDIR ready.
2007-12-31Sort.obache1-2/+2
2007-12-30Update MASTER_SITES, noticed by Zafer Aydogen by private mail.obache1-3/+3
And also change HOMEPAGE.
2007-12-30Fixed pkglint errors.obache1-4/+4
Change PCRE++_BUILDLINK3_MK to PCREXX_BUILDLINK3_MK.
2007-12-30Explicitly set EXTRACT_USING and don't use the default value.joerg1-2/+2
2007-12-29Fix linkage so that e.g. licq-gui-console's cdk check can actually pass.joerg3-11/+11
Bump revision.
2007-12-23print-usb-usermap was removed in 2.3.1. Update PLIST.Linux accordingly.minskim1-2/+1
This fixes PR 37583.
2007-12-22Change MOZILLA master sites difinitions, related to PR 37379.obache7-15/+14
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-12-22libtoolize and add builtin.mk. Bump revision.joerg6-6/+158
2007-12-22Ignore return value of pkg_info -E, at least during the first run thejoerg1-2/+2
dependencies are likely to be missing.
2007-12-22Fix build on DragonFly.joerg2-4/+13
2007-12-22Fix PLIST. Bump revision.joerg2-2/+4
2007-12-22Needs Python 2.4.joerg2-3/+4
2007-12-21add MAKE_JOBS_SAFE=no from Rumko and pkgsrc-users@jnemeth1-1/+3
2007-12-21I18N (PR 37581) and DESTDIR support.joerg4-4/+21
2007-12-21Add i18n support (PR 37581) and mark as DESTDIR safe.joerg2-3/+11
2007-12-21This package is not MAKE_JOBS_SAFE. Reported by Rumko on pkgsrc-users.rillig1-1/+2
2007-12-21Require m4 for build. From PR 37582.joerg1-2/+2
2007-12-21Update the NetBSD iSCSI initiator and target to version 20071221.agc4-13/+13
Changes since previous version: + Incorporate a minor build change for platforms without strlcat(3). + Add the new "size" keyword to the extent definition when presenting targets: When defining extents, the new keyword "size" can be used in the place of the physical size of the regular file. This is useful for presenting ISO images to initiators, as in the following: In /etc/iscsi/targets: # present an ISO image extent2 /usr/sets/20071214/release/iso/i386cd.iso 0 size target2 ro extent2 any % priv /etc/rc.d/iscsi_target restart Stopping iscsi_target. Starting iscsi_target. Reading configuration from `/etc/iscsi/targets' target0:rw:any extent0:/tmp/iscsi-target0:0:104857600 target1:rw:any extent1:/tmp/iscsi-target1:0:52428800 target2:ro:any extent2:/usr/sets/20071214/release/iso/i386cd.iso:0:354906112 DISK: 1 logical unit (204800 blocks, 512 bytes/block), type iscsi fs DISK: LUN 0: 100 MB disk storage for "target0" DISK: 1 logical unit (102400 blocks, 512 bytes/block), type iscsi fs DISK: LUN 0: 50 MB disk storage for "target1" DISK: 1 logical unit (693176 blocks, 512 bytes/block), type iscsi fs DISK: LUN 0: 338 MB readonly disk storage for "target2" TARGET: TargetName is iqn.1994-04.org.netbsd.iscsi-target % Please note that the NetBSD initiator can mount (via vnd) an iSCSI target presented in this manner. The Microsoft iSCSI initiator sees the read-only target as a normal SCSI disk, and fails (not surprisingly) to initialize the disk. It's now possible to make ISO images available via iSCSI, and NetBSD will DTRT. In read-only targets, don't attempt to seek to the last block and rewrite it, it may not work. Don't assign 8 MB of unused space for use in each iSCSI disk - just use 1MB, which will be enough for the scatter gather iovecs. Get rid of some dead code.
2007-12-20Update to Version 1.4.6. 1.4.5 was a security fix for a bug presentepg3-42/+42
only in Windows clients. Version 1.4.6 (21 Dec 2007, from /branches/1.4.x) http://svn.collab.net/repos/svn/tags/1.4.6 User-visible changes: - Client: * fixed: unbounded memory use in "svn cat" over ra_svn (r26964, -8) * fixed: 'svn diff --summarize file' displays erroneous output (issue #2765) * fixed: 'svn status' wrong on previously-reverted deleted dir (issue #2804) * fixed: 'svn up' can delete unversioned symlinks (issue #1808) * fixed: use correct properties for locally replaced files (issue #2743) * fixed: 'svn info -R $REPO_ROOT' w/ pre-1.2 svnserve broken (r26264) * fixed: svnsync ignores '--config-dir' (r27056) * datestamps can be localized (r26156) * fixed: text base not updated when merging a replaced file (issue #2698) * fixed: inverted 'switch --relocate' error message (r22355) * fixed: sporadically failing file and directory removal on Windows (r25520) * fixed: property file handling for schedule-delete files (r25833) * fixed: allow invalid svn:eol-style values (r28331) * fixed: 'svnadmin rmlocks' should error when no path provided (r28431) * support neon 0.26.4 (r26077) - Server: * fixed: authz granted if calculation inconclusive (r23815) * fixed: svndumpfilter crashes on Windows (r23494) * fixed: wrong pointer type used for memset (r27263) * fixed: invalid FSFS directory cache can corrupt repository (r27256) * fixed: dir props on FSFS filesystem root never conflict (issue #2608) - Client and Server: * fixed: "No newline at end of file" message translated (issue #2906) * use compressed delta encoding for 'svn blame' in svnserve (r26115) * translation updates for Simplified Chinese Developer-visible changes: * svnserveautocheck.sh script is executable (r23942) * add RHEL5 RPM (r25593) * test suite passes with trunk servers (forwards-compatibility) (r25607) * javahl bindings: - improve error reporting from native code (r25208)
2007-12-18Add default empty PKG_SUPPORTED_OPTIONS definition.obache1-2/+3
Should fix PR 37563.
2007-12-18Update the NetBSD iSCSI initiator to version 20071218 to fix minoragc3-11/+11
build problems. In addition, the initiator can now attach to multiple targets.
2007-12-18Update NetBSD iSCSI target to version 20071218 - incorporate variousagc3-22/+10
build fixes in the target.
2007-12-17Fix build under Mac OS X Leopard.tron4-2/+35
2007-12-17cosmetics: use INSTALL_DATA for .pc files, from Ulrich Etiledrochner2-1/+15
2007-12-17make this compile properly by removing a reference to a non-existing file,agc2-4/+16
and by pre-defining HAVE_CONFIG_H
2007-12-16Update to version 3.34.seb2-6/+6
Changes since last packaged version (3.25): 3.34 Wed Nov 28 01:47:52 2007 - Fixed preformance issue with reclaiming object IDs 3.33 Fri Nov 9 13:16:56 2007 - Fix overload tests 3.32 Thu Nov 8 21:57:28 2007 - Skip overload test file if no threads 3.31 Thu Nov 8 19:22:42 2007 - Overload the '==' operator for shared objects 3.29 Wed Nov 7 18:20:56 2007 - Fix to dump (Bug #30527) - Additional fix to UNIVERSAL::isa call (Bug #30533) 3.28 Wed Nov 7 01:34:02 2007 - Fix to UNIVERSAL::isa call (Bug #30533) 3.27 Sat Nov 3 01:23:30 2007 - Make :Default({}) work as expected - Added ->endtime() method to Term::YAPI 3.26 Mon Sep 17 23:59:28 2007 - Support ANSI color sequences in Term::YAPI
2007-12-16update to 2.12.2drochner6-27/+14
changes: -Build fix for bonobo-i18n deprecation (obsoletes pkgsrc patch-aa) -translation updates
2007-12-16needs intltool to build, noticed by wizdrochner1-2/+2
2007-12-16update to 2.2.3drochner10-493/+275
This is a major update, too much to list here. pkgsrc notes: I've removed the subversion dependency because this is too heavy as a dependency in the default case. Might become an addon. Thanks to Ulrich Etile for help and testing. (There might be remaining issues on some platforms, but I wanted to checkpoint before the Q4 freeze.)
2007-12-16update to 5.9.3drochner5-140/+25
many bugfixes and feature additions, too much to list here Thanks to Ulrich Etile for help and testing. (There might be remaining issues on some platforms, but I wanted to checkpoint before the Q4 freeze.) There also seem to be issues with guile's thread support.
2007-12-16update to 0.2.0drochner3-10/+11
changes: bugfixes, improved error reporting
2007-12-16update to 3.4.0drochner4-238/+289
This switches to the gnome-2.20 branch add bl3 file
2007-12-16update to 0.7.6drochner4-20/+22
This switches to a new branch, needed for a major anjuta update. Thanks to Ulrich Etile for testing.
2007-12-16Fixing error reported by babylon5.NetBSD.org weekly pkgsrc output (missing ↵rhaen3-6/+6
newline)
2007-12-14Remove 'nls' option per joerg's request. I added it because I figuredbjs3-8/+6
there was some reason that the .mo files were in a seperate PLIST, though I did not see why. Bump rev again.
2007-12-14Update to monotone 0.38.bjs1-3/+3
2007-12-14Update to version 0.38. Fix one line of post-install target to allowbjs5-28/+19
for DESTDIR support. Also, patch-ab is no longer necessary; patch-aa is merely a one-liner now. Changes since 0.37: Changes - mtn log now prints a single dot for a project's root directory instead of an empty string. - mtn now warns if changes to a file will be ignored because the file has been deleted on one side of a merge. - mtn now errors if your chosen private key doesn't match the public key of the same name in your database. - mtn now checks for your key before a merge action takes place to ensure that any manually merged file isn't lost in an error case Bugs fixed - a bug introduced in 0.37 prevented an external merger from being executed unless the MTN_MERGE environment variable was set - mtn read successfully reads revision data, and cert packets again - mtn consistently supports certs with empty values (fixed 'ls certs' and 'read') Internal - Update Botan to 1.7.2. - Moved the gzip implementation out of the Botan directory. Other - Added the scripts of the following Lua-based contributed Monotone extension commands to contrib/command/: "mtn base", "mtn fuse", "mtn revision", "mtn conflicts". - Added a hooks version of the contributed ciabot script, contrib/ciabot_monotone_hookversion.lua - The monotone manual is now licensed under the GPL rather than the GFDL.
2007-12-14For consistency's sake, remove PLIST.linux and instead add an optionbjs4-4/+28
to enable/disable NLS. This option is added to PKG_SUPPORTED_OPTIONS by default if there is a built-in gettext library. While here, add PKG_DESTDIR_SUPPORT=user-destdir. Bump revision.
2007-12-13- updated to 1.09rhaen2-8/+8
- DESTDIR support - new maintainer - ok'ed by rillig changelog: 2007-05-21 <joshua@always.joy.eth.net> * Event is now stored in GIT. You can grab a copy with "git clone git://nirmalvihar.info/home/joshua/event.git". I will not be updating this ChangeLog anymore because the full history plus changelog will be stored in GIT. 2006-10-11 <joshua@always.joy.eth.net> * Add casts to quell warnings as suggested by JDHEDDEN@cpan.org. 2006-10-10 <joshua@always.joy.eth.net> * Release 1.07. * Marc Lehmann <schmorp@schmorp.de> suggests using mg_ptr instead of mg_obj. Sounds good to me.
2007-12-13Added fixes for g++4.rillig7-1/+92
2007-12-13added new packages p5-Test-Script, p5-IPC-Run3 to the Makefile as SUBDIRrhaen1-1/+3
2007-12-12Regen after fix. Spotted by wiz@.jmmv1-2/+2
2007-12-12Reset maintainer on his request.wiz1-2/+2
2007-12-12Fix a bug in the configure script that prevents it from working onjmmv1-3/+16
NetBSD 3.0. Found by gavan@.
2007-12-12Add scmgit-{docs,base} to pkgsrc/devel top-level Makefile.bjs1-1/+3
2007-12-12Switch GIT to use a meta-pkg hierarchy like, for example, devel/subversion.bjs15-0/+692
Also, update to 1.5.3.7. Fixes since v1.5.3.6 -------------------- * git-send-email added 8-bit contents to the payload without marking it as 8-bit in a CTE header. * "git-bundle create a.bndl HEAD" dereferenced the symref and did not record the ref as 'HEAD'; this prevented a bundle from being used as a normal source of git-clone. * The code to reject nonsense command line of the form "git-commit -a paths..." and "git-commit --interactive paths..." were broken. * Adding a signature that is not ASCII-only to an original commit that is ASCII-only would make the result non-ASCII. "git-format-patch -s" did not mark such a message correctly with MIME encoding header. * git-add sometimes did not mark the resulting index entry stat-clean. This affected only cases when adding the contents with the same length as the previously staged contents, and the previous staging made the index entry "racily clean". * git-commit did not honor GIT_INDEX_FILE the user had in the environment. * When checking out a revision, git-checkout did not report where the updated HEAD is if you happened to have a file called HEAD in the work tree. * "git-rev-list --objects" mishandled a tree that points at a submodule. * "git cvsimport" was not ready for packed refs that "git gc" can produce and gave incorrect results. * Many scripted Porcelains were confused when you happened to have a file called "HEAD" in your work tree. * Miscellaneous updates to the user manual and documentation.
2007-12-12Only include non-meta-pkg-friendly definitions if the meta-pkg is not being ↵bjs2-9/+11
built.
2007-12-12Fix import botch.bjs2-0/+29
2007-12-12Switch GIT to use a meta-pkg hierarchy like, for example, devel/subversion.bjs1-0/+31
Also, update to 1.5.3.7. Fixes since v1.5.3.6 -------------------- * git-send-email added 8-bit contents to the payload without marking it as 8-bit in a CTE header. * "git-bundle create a.bndl HEAD" dereferenced the symref and did not record the ref as 'HEAD'; this prevented a bundle from being used as a normal source of git-clone. * The code to reject nonsense command line of the form "git-commit -a paths..." and "git-commit --interactive paths..." were broken. * Adding a signature that is not ASCII-only to an original commit that is ASCII-only would make the result non-ASCII. "git-format-patch -s" did not mark such a message correctly with MIME encoding header. * git-add sometimes did not mark the resulting index entry stat-clean. This affected only cases when adding the contents with the same length as the previously staged contents, and the previous staging made the index entry "racily clean". * git-commit did not honor GIT_INDEX_FILE the user had in the environment. * When checking out a revision, git-checkout did not report where the updated HEAD is if you happened to have a file called HEAD in the work tree. * "git-rev-list --objects" mishandled a tree that points at a submodule. * "git cvsimport" was not ready for packed refs that "git gc" can produce and gave incorrect results. * Many scripted Porcelains were confused when you happened to have a file called "HEAD" in your work tree. * Miscellaneous updates to the user manual and documentation.