summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20Changes 8.3.3:adam6-52/+27
* Make pg_get_ruledef() parenthesize negative constants (Tom) Before this fix, a negative constant in a view or rule might be dumped as, say, -42::integer, which is subtly incorrect: it should be (-42)::integer due to operator precedence rules. Usually this would make little difference, but it could interact with another recent patch to cause PostgreSQL to reject what had been a valid "SELECT DISTINCT" view query. Since this could result in pg_dump output failing to reload, it is being treated as a high-priority fix. The only released versions in which dump output is actually incorrect are 8.3.1 and 8.2.7. * Make "ALTER AGGREGATE ... OWNER TO" update pg_shdepend (Tom) This oversight could lead to problems if the aggregate was later involved in a "DROP OWNED" or "REASSIGN OWNED" operation.
2008-06-20rails has been updated to 2.1.minskim1-2/+1
2008-06-20Note update of rails.minskim1-1/+2
2008-06-20Update rails to 2.1.0.minskim3-14/+28
New major features: - Time zones - Dirty tracking - Gem Dependencies - Named scope - UTC-based migrations - Better caching
2008-06-20Note update of ruby-activeresource.minskim1-1/+2
2008-06-20Update ruby-activeresource to 2.1.0.minskim2-8/+7
Too many changes since 2.0.2. See CHANGELOG for the complete list.
2008-06-20Note update of ruby-actionmailer.minskim1-1/+2
2008-06-20Update ruby-actionmailer to 2.1.0.minskim3-63/+37
Too many changes since 2.0.2. See CHANGELOG for the complete list. pkgsrc CHANGES: This version does not depend on ruby-tmail any longer. The dependency should have been removed when it was switched to use rubygems.
2008-06-20Note update of ruby-actionpack.minskim1-1/+2
2008-06-20Update ruby-actionpack to 2.1.0.minskim3-14/+70
Too many changes since 2.0.2. See CHANGELOG for the complete list.
2008-06-20Note update of ruby-activerecord.minskim1-1/+2
2008-06-20Update ruby-activerecord to 2.1.0 for rails-2.1.0.minskim3-180/+196
Too many changes since 2.0.2. See CHANGELOG for the complete list.
2008-06-20Note update of ruby-activesupport.minskim1-1/+2
2008-06-20Update ruby-activesupport to 2.1.0.minskim3-9/+180
Too many changes since 2.0.2. See CHANGELOG for the complete list.
2008-06-20Add DESTDIR support.joerg998-1921/+3799
2008-06-20Mark as meta package.joerg1-6/+2
2008-06-19+ Updated devel/subversion to 1.5.0 [epg 2008-06-19]epg1-1/+3
+ Added devel/java-subversion version 1.5.0 [epg 2008-06-19]
2008-06-19+java-subversionepg1-1/+2
2008-06-19Version 1.5.0epg23-763/+964
(17 Jun 2008, from /branches/1.5.x) http://svn.collab.net/repos/svn/tags/1.5.0 pkgsrc changes: - Drop patch-{aa,ag,ah,ai,aj,ak}: applied upstream. - Drop part of patch-ad fixed upstream; only INSTALLDIRS=vendor left. - Dropped -lib from BUILD_TARGET of ruby/perl/python, not necessary for ages. - Add java-subversion package, but: Only tested with sun-jdk6-6.0.5; maybe it works with other Java, maybe no. make test only works if you install junit by hand, as it does not seem to be packaged. User-visible changes: - Major new features: * Merge Tracking [foundational] (issue #820) * Sparse checkouts (see new '--depth' option) (issue #695) * Interactive conflict resolution (r25670 et al) * svn:externals handles relative URLs (issue #1336) and peg URLs * Changelist support * WebDAV transparent write-through proxy * Better support for large FSFS deployments (via sharding & partitioning) * Cyrus SASL support for ra_svn and svnserve (issue #1144) - Minor new features and improvements: * 'svn resolve' (with '--accept' option) replaces "resolved" (issue #2784) * 'svn move file1 file2 ... dir' now moves the files into dir (issue #747) * 'svn mkdir' and 'svn copy' now take '--parents' option (issue #1776) * 'svn delete' now takes '--keep-local' to not remove working copy files * 'svn copy', 'move' now support peg revisions (issue #2546; also r26484) * 'svn copy A B ; svn move B C' now the same as 'svn copy A C' (issue #756) * 'svn copy -rBASE' now works in a working copy (issue #1643) * 'svn import' now takes '--force' (issue #2806) * 'svn status -u' now shows of locally deleted directories (issue #2420) * 'svn switch' now takes '--force' (issue #2392) * 'svn switch' now takes '--ignore-externals' option (issue #2189) * 'svn switch' now supports peg revisions (issue #2545) * 'svn checkout' now takes '--force' option (issue #1328) * 'svn proplist' and 'svn propget' now support peg revisions (issue #3070) * 'svn propget' now takes '--xml' option (issue #2696) * 'svn propedit' now support URLs (issue #2238, but see issue #2923) * 'svn proplist --quiet' no longer prints extra info (issue #1547) * 'svn diff --summarize' now takes '--xml' option (issue #2967) * 'svn diff -x' now takes '-p' extension option (issue #2995) * 'svn log' now takes '-c' option (r27933) * 'svn log' now takes '-l' as short form of '--limit' (r25829) * 'svn log --xml' now takes '--with-revprop' option (issue #2850) * 'svn diff'/'svnlook diff' now show property actions better (issue #3019) * 'svn merge' now has informative messages on reverse merges (issue #2848) * 'svn merge FILE' now honors '--ignore-ancestry' (issue #2853, r25891) * 'svn merge' handles multiple notifications for single items (issue #2828) * 'svn merge' handles skipped path better (issue #2829) * 'svn merge' handles merges from foreign repositories more completely * 'update', 'checkout', 'switch' now handle obstructions gracefully (r22257) * 'svn update' now takes '--force' (issue #2392) * 'svn update' now sometimes copies or moves local files, for efficiency * 'svnadmin lslocks' now accepts path within repository (issue #2965) * 'svnadmin recover' now supports FSFS repositories (issue #2992) * 'svnadmin verify' now has '-q' and '-r' options (r22103) * 'svnadmin setrevprop' command added (r21736) * 'svnadmin setuuid' command added (r28511) * 'svnsync sync' now shows commit progress like 'svn commit' * 'svnsync' now takes '-q, --quiet' option (r26465) * 'svnsync' now supports separate authn for source/target (issue #2717) * 'svnsync copy-revprops' now supports revision ranges (r23498) * 'svnsync copy-revprops' now supports "HEAD" revision alias (r23500) * 'svnmucc' is new name for contrib tool formerly called 'mucc' * 'svnmucc' now has propset and propdel subcommands (issue #2758) * 'svnmucc' now has more authentication options * 'svnmucc' now now takes '--non-interactive' option (r25977) * 'svnmucc' now takes a global base revision, for extra safety (r23764) * 'svnlook' now takes '--extensions' option (issue #2912) * 'svnlook' now takes '-N' option (issue #2663) * 'svnlook history' now takes '-l' / '--limit' option (r25843) * 'svnserve' now takes '--config-file' option (r24119) * 'mod_dav_svn' now uses Apache default mime-type for files (issue #2304) * new '--with-revprop' option on all commands that commit (issue #1976) * now accept "peg dates" (URL@{DATE}), behaving like peg revs (issue #2602) * easier to try out experimental ra_serf http:// access module * select ra_neon vs ra_serf on a site-by-site basis in config (r25535) * client-side post-commit processing now more efficient (issue #2607) * windows binaries now use a custom crash handler (issue #1628) * add vim swap file patterns to default global-ignores (r24348) * add "*.pyc" and "*.pyo" patterns to default global-ignores (issue #2415) * add unix/libtool library patterns to default global-ignores (issue #2415) * naming scheme for conflict files is now configurable (issue #2474) * removed svn-ref.tex as it's extremely out of date (issue #2762) * improved cancellation response in many situations * support Neon up to 0.28 * character set conversion now uses native API on Windows (r25650) * HTTP authn protocol now configurable (for Neon 0.26 and higher) (r21531) * http:// (over Neon) supports HTTP redirection / relocation (issue #660) * support PKCS#11-provided (smartcard) SSL client certs with Neon (r29421) * authz now supports aliases (r21982) * authz token rules for authenticated-only, anonymous, and inverse (r23750) * mailer.py now supports properties in commit messages (r21684) * ra_serf now supports NTLM/SSPI authentication (issue #2900) * warn if try to turn off boolean property via propset/propedit (r25486) * display repository basename in XML and HTML index views (r25837, r25838) * config 'http-auth-type' can be overridden to force BASIC auth (r23900) * translation updates for all languages, as usual * Revamp mod_dav_svn logging; see tools/server-side/svn_dav_log_parse.py * misleading configure arg --enable-dso now --enable-runtime-module-search - Client-side bugfixes: * 'svn revert' of missing scheduled addition broke wc (issue #2425) * 'svn export' should export svn:externals from local copies (issue #2429) * 'svn status -uN' should show status of files (issue #2468) * 'svn update' overwrote if local timestamp unchanged (issue #2746) * 'svn update -N' errored when receiving a deletion (issue #3039) * 'svn merge' would delete locally modified props (issue #2857) * 'svn log --xml' could output invalid XML (issue #2866) * 'svn copy' on URL with spaces made wrong WC file name (issue #2955) * 'svn diff' was failing w/ large diffs on Windows (issue #1789) * 'svn delete' no longer deletes locally-modified files (issue #1808) * 'svn move' moved files to wrong directory on Windows (issue #1869) * 'svn revert' mistakenly used leftover .svn-revert files (issue #2927) * 'svn diff' output now shows relative paths (issue #2723) * 'svn diff' wasn't ignoring all EOLs (issue #2920) * 'svn cleanup' no longer fails on a missing .svn/tmp dir (r23370) * infinite loop in UTF conversion in non-C locale (issue #2577) * interrupting "svn status" could make svn crash (issue #2623) * commit-email.pl date header output now RFC2822-compliant (issue #2633) * authz write access to folder wasn't permitting locking (issue #2700) * stop complaining just because $HOME is unreadable (issue #2363) * do not display unescaped characters in error message (issue #2471) * propchange received on subdir merge causes conflict (issue #2969) * revert replaced-with-history files should restore checksum (issue #2928) * catch improper arguments to diff (issue #2996) * handle URLs like http://hostname (i.e. no path part) (issue #1851) * config autoprops honored regardless of case of entry (issue #2036) * "Cannot replace a directory from within" error now rarer (issue #2047) * handle _svn/.svn as part of a path (issue #3026) * make permissions changes on symlinks a no-op (issue #2581) * error usefully if asked to update a URL (r22296) * fixed infinite loop on Windows if fail to find repository root (r22483) * 'svn info $REPO_ROOT' now supports pre-1.2 svn:// servers (r26264) * be more resilient in the face of faulty .svn/entries files (r26482) * 'svn diff -x --ignore-eol-style' failed to ignore all EOLs (r27094) * rare property dataloss bug now fixed (issue #2986, see also r29538) * fixed faulty status reporting for some missing directories (issue #2804) * 'svn diff --summarize' showed wrong output paths (issue #2765) * propset and move interaction could cause property weirdness (r25833) * 'svn propget <propname> .@HEAD' now works (issue #3012) * 'svnsync' had bug with replaced+modified rev over serf (issue #2904) * 'svnsync --config-dir' sometimes ignored, thus tunnel agent bug (r27056) * update/merge safely receives file on top of schedule-add file (r23506) * http:// (over Neon) reports progress while disk-spooling delta (r26271) * print "Out of memory" before dying from memory shortage (issue #2167) * warn when used on old checkout without a repository root entry (r25168) * merge to missing file target wrongly appeared to succeed (issue #2782) * 'svn merge URL PATH -cX' could cause property corruption (issue #2781) * URL parsing now consistently checks for error earlier (issue #2207) * security hole: files could be created above cwd (r26047, CVE-2007-3846) * local property mods to replaced-with-history file could be lost (r26364) * revert of replaced-with-history path left copyfrom info (r23452) * character encoding translation could hang (r23492) * un-substituting keywords was buggy ($Id$ vs. $Id:$) (issue #2640) * ra_neon and ra_serf lost pre-revprop-change hook output (issue #443) * merge of non-empty subdir could be committed incorrectly (issue #1962) * many other minor bugfixes, optimizations, plugs of memory leaks, etc - Server-side bugfixes: * segfault in svnserve and svnversion commands fixed (issue #2757) * segfault when stopping httpd (if BDB repository) fixed (issue #2732) * 'svnadmin dump' had a path ordering bug (issue #2641) * better FSFS support for NFS v3 and lower (r24470) * better FSFS support for some buggy NFS clients (r29448) * authentication and authz bugs w.r.t. anonymous access (issue #2712) * inconclusive authz result should deny, not allow (r23815) * better reporting of problems parsing authz files (r22329) * set svn:date revprop even if dumpstream does not (issue #2729) * http:// commit can now create empty files properly (r25471, r25474) * squelch not-a-directory errors in both FS backends (issue #2549) * segfault on update-report response without base revision (issue #3023) * 'svnserve --root PATH' checks that PATH exists (r22580, r22701) * 'svnlook propget -t TXN_NAME' reports errors better (r22772) * make location of mod_dav_svn activity database configurable (r24873) * select only paths that are proper children of requested path (r25231) * http:// commit error could leave empty transactions behind (r23594) * 'svn switch --relocate' now works against unreadable repos root (r23848) * many other minor bugfixes too numerous to list here - Contributed tools improvements and bugfixes: * svn_load_dirs.pl: - Support global-ignores list (issue #2470) - Allow "@" in filenames (r22203, Debian bug 359145) - Add -no_auto_exe option (r26399) * svnmerge.py: - fixed: Always get end_rev from source instead of target (issue #2863) - fixed: 'init' now chooses a better default revision range (issue #2810) - fixed: Consider revs changing blocking status as reflected (issue #2814) - Performance inmprovement (issue #2812) - initialized revisions can be excluded (issue #2851) * new 'svn-populate-node-origins-index' tool (issue #3024) * new 'svn-merge-vendor.py' to assist in merging vendor branches (r23030) * 'svn2rss.py' is now called 'svn2feed.py' * svn2cl: New release 0.9 (r24498) * commit-email.pl: various improvements (r22971, r22589) * commit-email.rb: various improvements * psvn.el: too many improvements and new features to list them all here * dsvn.el: improve XEmacs compatibility (r24337) * svn-tweak-author.py: make NEWAUTHOR argument optional (r24387) * And more stuff that we just didn't have time to list. Enjoy. Developer-visible changes: * General: - libsvn_ra_neon is new name for libsvn_ra_dav (to accommodate ra_serf) - many abort() calls removed, replaced with error returns - client and server now do capabilities exchange (r29358 et al) - gen_win.py: auto-detect the path to the JDK on Windows (r24333) * API changes: - many, many new APIs and types as part of the new features in 1.5.0 - APIs to allow retrieving multiple revprops in one fetch (issue #2850) - basic progress reporting for ra_svn (issue #901) - new APIs for creating and using iterators (r26533) - svn_fs_node_origin_rev finds line of history origin (issue #3017, #3024) - svn_revnum_parse for parsing revision numbers (r26195) - svn_path_is_canonical for validating paths (r26481) - new API svn_fs_txn_root_base_revision() (r22610) - pass individual arguments rather than config objects (r25182, r25190) - clients can now extend HTTP User-Agent header (r28613) - SVN_ERR_RA_DAV_PATH_NOT_FOUND is deprecated and no longer raised * Bindings: - Many improvements to all bindings (Java, Perl, Python, and Ruby)
2008-06-19Fix DESTDIR installation.obache1-2/+2
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg12-12/+28
bulk builds.
2008-06-19Supports DESTDIR.joerg1-1/+3
2008-06-19Add DESTDIR support.joerg1-9/+11
2008-06-19+ Updated x11/pixman to 0.11.4 [bjs 2008-06-19]bjs1-1/+2
2008-06-19Fix trailing white-space.bjs1-4/+4
2008-06-19Update to pixman-0.11.4. No ChangeLog--you may check the GIT historybjs9-259/+195
if you're curious. Also (this is noted in the Makefile): The configure script is written to fail if it detects gcc<4.0 for lack of -fvisibility=hidden. In keeping with the pkgsrc tradition of portability, we'll opt to use libtool to export the desired symbols, hiding the rest. I have verified the list of visible symbols is unchanged from the "factory" build.
2008-06-19update to ascii-3.8 has been donebjs1-2/+1
2008-06-19+ Updated misc/ascii to 3.8 [bjs 2008-06-19]bjs1-1/+2
2008-06-19Update to ascii-3.8. I don't see a ChangeLog anywhere, but thisbjs3-15/+47
satisfies doc/TODO. ;) Seems to need gmake now.
2008-06-19Make style more consistent.joerg1-6/+6
2008-06-19update to intltool 0.40.0 has been donebjs1-2/+1
2008-06-19+ Updated textproc/intltool to 0.40.0 [bjs 2008-06-19]bjs1-1/+2
2008-06-19Update to version 0.40.0. Fixes vendor bugs:bjs3-11/+8
#436241, #377573, #489135, #490620, #517559, #508320, #516501, #518257. They've also cleaned up use of sed and no longer distribute intltool-*.in files.
2008-06-19Updated textproc/dblatexreed1-1/+2
2008-06-19Update to 0.2.9.reed3-7/+14
Now depend on tex-ifxetex (also just packaged) which may be included by default on some TeX-like systems. (I don't used xetex yet. Does pkgsrc have any method for detecting various TeX support is provided versus just having a dependency?) The main changes are: - the XeTeX backend is added to dblatex 0.2.9. - 0.2.8 adds support for xrefstyle and olinking (updated to Docbook 1.72) Complete changelogs at http://sourceforge.net/project/shownotes.php?release_id=556449&group_id=72607 http://sourceforge.net/project/shownotes.php?release_id=602630&group_id=72607
2008-06-19Don't set build time dependency for a library that is very likely usedjoerg2-3/+3
via dynamic linkage. Fixes run time linkage of adplug. Bump revision of the latter.
2008-06-19Added print/tex-ifxetex.reed2-2/+4
2008-06-19New package: tex-ifxetexreed4-0/+42
I needed this for upgrading dblatex. I don't use xetex myself yet. This simple TeX package defines the \ifxetex boolean for testing whether the TeX-variant XeTeX is being used for typesetting. Also provides the \RequireXeTeX command which throws an error if XeTeX is not the engine in use.
2008-06-19Note update of databases/rrdtool to 1.2.27nb1.he1-1/+2
2008-06-19Add name of rrd database to "illegal attempt to update using time..."he3-3/+20
error message, since rrdupdate may update more than one rrd database. Submitted as a feature enhancement request upstream (#162). Bump package revision.
2008-06-19Correct format of "# used by" lines.taca1-6/+6
2008-06-19Note update of devel/ruby-mode package to 1.8.7.17.taca1-1/+2
2008-06-19Update ruby-mode package to 1.8.7.17.taca3-7/+12
* misc/ruby-mode.el: move fontifying code from hook. a patch from Phil Hagelberg <phil at hagelb.org> in [ruby-core:16636]. * misc/rdebug.el, misc/README: Remove rdebug.el as per request from the maintainer and mention the ruby-debug project at RubyForge in README; bug#19043. * misc/ruby-style.el (ruby-style-{case,label}-indent): fix for labels inside blocks in switch and function top level. * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead of calling `run-hooks' directly to run the mode hook. patch from Chiyuan Zhang <pluskid AT gmail.com> in [ruby-core:15915] * misc/ruby-mode.el (ruby-parse-partial): handle stringified symbols properly using ruby-forward-string. * misc/ruby-style.el (ruby-style-label-indent): for yacc rules. * misc/ruby-style.el: new file. C/C++ style for ruby source code.
2008-06-19This file isn't used any more.taca1-16/+0
2008-06-19Note update of Ruby 1.8.7:taca1-1/+18
lang/ruby18-base to 1.8.7.17 databases/ruby-gdbm to 1.8.7.17 devel/ruby-curses to 1.8.7.17 devel/ruby-readline to 1.8.7.17 x11/ruby-tk to 1.8.7.17 lang/ruby18 to 1.8.7.17 lang/ruby to 1.8.7.17 I omit PKGREVISION bump with denepndency. And updated packages to build with Ruby 1.8.7. comms/ruby-termios to 0.9.5nb2 math/ruby-rb-gsl to 1.9.2nb1 textproc/ruby-eruby to 1.0.5nb7 textproc/ruby-itex2MML to 1.2.3nb1 www/ap-ruby to 1.2.6nb1 devel/ruby-debug-ide to 0.1.10 meta-pkgs/ruby-gnome2 to 0.17.0rc1 textproc/ruby-native-hyperestraier to 1.0.0.1.4.13nb1 textproc/ruby-pure-hyperestraier to 1.0.0.1.4.13nb1 x11/kdebindings-ruby to 3.5.9nb1
2008-06-19Use more INSTALLATION_DIRS. There should be no functional change.taca1-2/+3
2008-06-19use more INSTALLATION_DIRS. There should be no functional change.taca1-9/+9
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca12-15/+24
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca5-12/+99
- Make it build with Ruby 1.8.7, too. Bump PKGREVISION.
2008-06-19- ruby-clearsilver switch to use vendor_dir with Ruby 1.8.7.taca4-6/+24
Bump PKGREVISION.