summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-03-19* set LICENSE=gnu-gpl-v2obache1-4/+6
* move PKG_DESTDIR_SUPPORT to standard position. * chatch up path to reality in PKG_CONFIG_OVERRIDE, fixes rpath in .pc file. Bump PKGREVISION.
2010-03-19Update to 0.39. Resolves type errors vs newer pgsql.gdt3-12/+13
(approval to update during freeze by agc@) - 0.39 | 2010-01-11 - Dropped (database postgres) procs - pg-lo-get-connection - pg-get-client-data - pg-set-client-data! These were pre-announced in Guile-PG 0.38 (2009-06-22) NEWS. - Proc `(database postgres) pg-parameter-status' no longer takes keyword This was pre-announced in Guile-PG 0.38 (2009-06-22) NEWS. - Maintenance uses autoconf 2.65, automake 1.11, libtool 2.2.6b - 0.38 | 2009-06-22 - Support for PostgreSQL 7.3 and earlier dropped Sorry, this was not pre-announced. Note that the subsequent version, i.e. PostgreSQL 7.4, was released 2003-11-17, over five years ago. - Dropped (database postgres) proc: pg-get-connection This was pre-announced in 0.37 (2008-05-24) NEWS. - External rep no longer includes "serial number" - Connection - Result These were pre-announced in 0.37 (2008-05-24) NEWS. - Planned retirement - pg-lo-get-connection - pg-get-client-data - pg-set-client-data! These (database postgres) procs provide or rely on associations that can better be expressed using normal Scheme facilities such as object properties, hash tables, etc, and thus are deemed a redundant maintenance burden; they WILL BE REMOVED by 2009-12-31. - Proc `(database postgres) pg-parameter-status' takes symbol `parm' These are equivalent: (pg-parameter-status CONN #:session_authorization) (pg-parameter-status CONN 'session_authorization) Note, however, that support for keyword `parm' is a misfeature, and WILL BE REMOVED by 2009-12-31. - Proc `(database postgres-qcons) sql-quote' more standards compliant Previously, this did single-quote escaping by inserting a backslash character prior to every single-quote. The result is acceptable by PostgreSQL, but is not standards compliant. Now, it does the escaping by doubling each single-quote, which is standards compliant and less prone to trigger warnings from the more recent PostgreSQL versions (8.2 and later). bef: (sql-quote "a'b") => "'a\\'b'" now: (sql-quote "a'b") => "'a''b'" - Changes to `pgtable-manager' (and thus `pgtable-worker') - Support for DEFAULT You can now use the keyword #:DEFAULT to specify DEFAULT as the value to insert into a table, or to update a column. Indeed, for column values, any keyword now expands to its name (sans `#:'). - #:insert-values no longer filters "serial" Previously, columns with "serial" type were filtered, so that it was possible to #:insert-values specifying only values for the other columns. Now, such usage raises a "column count mismatch" error; you must explicitly use #:DEFAULT. For example, given a table with column types "text", "serial", "text": bef: (W #:insert-values "foo" "bar") => ok now: (W #:insert-values "foo" "bar") => error (W #:insert-values "foo" #:DEFAULT "bar") => ok Although technically speaking the new behavior is incompatible, the previous behavior was never documented (secret misfeature), so the impact on your code is likely to be zero (no worries). - Connection object xrep omits "port" if "host" is a socket dir When the connection is Unix-domain (i.e., the "host" is a string that begins with slash that names a directory), the concept of "port" makes no sense. - Manual table-of-contents moved forward It used to be (strangely but perhaps following some outdated convention) at the end of the document. - New (database postgres) procs - pg-mblen While we wait for Guile to go multibyte (and stay there), this is a small building-block that eases "mostly ignorant" string processing. - pg-server-version This returns an integer representation of the server version of a connection, or `#f' if the connection is closed. - New (database postgres-resx) proc: object<-result This is useful for `SELECT EXPR;' where the result tuple consists of one row and one column. - Maintenance uses autoconf 2.63, automake 1.11, libtool 2.2.6
2010-03-18imake should only ever use gmake if ${X11_TYPE}==native. Pointed out by joerg@sbd1-2/+2
Fixes PR 42274 OK wiz@
2010-03-18Updated x11/xorg-cf-files to 1.0.2nb11sbd1-1/+2
2010-03-18Revert last commit, will use a change to pkgsrc/mk/platform/Linux.mk tosbd1-6/+2
fix PR 42274. Bump PKGREVISION. OK wiz@
2010-03-18Fix distinfo for SqueakV39.sources.gz. The one on ftp.squeak.orgbad1-4/+4
supposedly hasn't changed in the last ~4 years.
2010-03-18Updated math/ruby-rb-gsl to 1.10.3nb1wiz1-1/+2
2010-03-18Remove two constants that are not defined by gsl any longer (since 1.13).wiz3-2/+25
Fixes build, but bump PKGREVISION anyway since there were some packages with this version that did build. Set LICENSE.
2010-03-18Set DIST_SUBDIR for tex-anonchap because of distfile changes.minskim2-6/+7
No functional change.
2010-03-18Set DIST_SUBDIR for tex-texlive-common-doc because of distfile changes.minskim2-6/+7
No functional change.
2010-03-18Add trial check MySQL version between acceptable and current installed.taca1-1/+13
2010-03-18Make sure abs_srcdir is patched for the DESTDIR case too. Bump revision.joerg1-3/+3
2010-03-18Update documentation since vulnerable packages are not movedwiz3-23/+14
to the vulnerable/ directory any longer.
2010-03-18Refer to pkg_admin in AUDIT_PACKAGES_FLAGS description. Removewiz1-11/+3
DOWNLOAD_VULNERABILITY_LIST_FLAGS description, the variable is not used except in the old bulk build code, which has its own config file.
2010-03-18Tell users to use "pkg_admin audit" instead of audit-packages.wiz1-5/+4
2010-03-18Remove DragonFly workaround that's no longer necessary.wiz2-78/+1
From Johannes Hofmann in PR 42926.
2010-03-18Sort.wiz2-5/+5
2010-03-18the handling of vulnerable binary packages has been moved from notificationspz2-34/+16
by filesystem location to notification by pkg_add; document
2010-03-18don't upload to a 'vulnerable' subdir any morespz1-2/+2
2010-03-18+ ksegasau1-1/+2
2010-03-18Sort list.asau1-2/+2
2010-03-18Updated mail/dovecot to 1.2.11.ghen1-1/+2
2010-03-18Update to Dovecot 1.2.11.ghen2-9/+9
mbox users really should upgrade, because by sending a message with a huge header you could basically cause a DoS (this problem exists only with v1.2.x, not with v1.0 or v1.1). - mbox: Message header reading was unnecessarily slow. Fetching a huge header could have resulted in Dovecot eating a lot of CPU. Also searching messages was much slower than necessary. - mbox, dbox, cydir: Mail root directory was created with 0770 permissions, instead of 0700. - maildir: Reading uidlist could have ended up in an infinite loop. - IMAP IDLE: v1.2.7+ caused extra load by checking changes every 0.5 seconds after a change had occurred in mailbox
2010-03-18vimmartti1-1/+2
2010-03-18Updated vim to 7.2.402martti3-300/+14
1554 7.2.395 in help CTRL=] on g?g? escapes the ?, causing it to fail 1554 7.2.396 get E38 errors 1722 7.2.397 redundant check for w_lines_valid 4127 7.2.398 when moving windows the cursor ends up in the wrong line 1784 7.2.399 (extra, after 7.2.388) cannot compile on MingW 12865 7.2.400 (after 7.2.387) Ruby problems with init and empty string 1982 7.2.401 wildmode list doesn't highlight directory names with a space 2649 7.2.402 error 705 when re-using funcref variable
2010-03-17Updated x11/gtk2 to 2.18.9wiz1-1/+2
2010-03-17Update to 2.18.9:wiz2-6/+6
Overview of Changes from GTK+ 2.18.8 to 2.18.9 ============================================== * Avoid a crash when doing DND on X servers without the shape extension * Avoid an assertion when finalizing entries Ok agc@
2010-03-17Fix an obvious bug that prevents compiling on systems with /proc/meminfo.dmcmahill2-1/+13
Patch is already in upstream sources.
2010-03-17Detect if the fortran compiler/libs have etime as an intrinsic or not insteaddmcmahill4-7/+46
of hard coding it. This package builds with both f2c and gfortran now.
2010-03-17Doesn't support Python 2.4.joerg1-1/+3
2010-03-17Add platform list based on configure.ac.joerg1-1/+10
2010-03-17Fixed example/config file handlingfhajny3-2/+17
2010-03-17Not MAKE_JOBS_SAFE.joerg1-1/+3
2010-03-17Updated www/py-uwsgi to 0.9.4.3joerg1-1/+2
2010-03-17uwsgi 0.9.4.3: Fix sendfile for 64bit Linux.joerg2-6/+6
Updated as the old distfile disappeared.
2010-03-17Fix dependency location.joerg1-2/+2
2010-03-17Fix filename cases in tex-lm-doc's PLIST.minskim1-4/+4
Noted by Robert Elz in PR 42987.
2010-03-17USE_NCURSES=# -> USE_NCURSES=chgatjoerg1-2/+2
2010-03-17Doesn't support NetBSD/amd64.joerg1-2/+2
2010-03-17Fix build on NetBSD/amd64. Not MAKE_JOBS_SAFE.joerg3-2/+18
2010-03-17USE_NCURSES=# -> USE_NCURSES=yesjoerg1-2/+2
2010-03-17Fix installation.joerg2-4/+4
2010-03-17Not MAKE_JOBS_SAFE.joerg1-1/+2
2010-03-17USE_NCURSES=# -> USE_NCURSES=yesjoerg3-6/+6
2010-03-17Not MAKE_JOBS_SAFE.joerg1-1/+3
2010-03-17match-mb: make BSD/x86 targets use the same XPTCall code as Linux.tnn3-36/+44
patch-ab: NetBSD always has >4GB off_t, so use it.
2010-03-17Note update of lang/parrot to version 2.2.0.he1-1/+2
2010-03-17Update from version 2.1.1 to 2.2.0.he4-22/+22
Pkgsrc changes: o Adapt patches to upstream changes. Upstream changes: - Core changes + Most internal allocations now use the GC + RNG non-randomness fixes + Elimination of much dead code - API changes + PMCs can now be initialized from an int + Many legacy ops are removed - Platforms + Sun cc and Intel icc support have been restored + Compiler invocation no longer goes through a Perl script - Tools + NCI thunks are now generated by self-hosted PIR code
2010-03-17Fix support of g95 as the fortran on NetBSD.markd4-19/+24
patches approved by Joerg. Bump libtool-base PKGREVISION.
2010-03-17Updated x11/xorg-cf-files to 1.0.2nb10sbd1-1/+2