Commit graph

93466 commits

Author SHA1 Message Date
joerg
b4ec054e1d GNU patch seems to be too stupid to deal with the unified diff version
of patch-aa, so convert it into a context diff. Found on OS X by
schmonz@.
2006-02-22 13:46:19 +00:00
drochner
533340bb1d The "--with-default-strip-size" did just help because it worked
around a problem caused by a bash'ism in the configure script.
Fix the script instead.
No functional change.
2006-02-22 12:38:17 +00:00
darcy
5e53a0c932 If one version of a package works, later versions should be OK. Change
confirmed with agc@.
2006-02-22 11:36:37 +00:00
abs
9810d4080a fix BUILDLINK_RECOMMENDED.ffmpeg 2006-02-22 10:30:18 +00:00
wiz
fa882c3413 Add missing x11.bl3.mk. 2006-02-22 07:11:37 +00:00
wiz
883b734e75 Note apc-gui PKGREVISION bump. 2006-02-22 07:10:40 +00:00
wiz
458ad3c49a Do not use OWN_DIRS for an example directory, just INSTALL_DATA_DIR it.
Addresses CHECK_FILES build failure. Bump PKGREVISION.
2006-02-22 07:10:23 +00:00
rillig
74a3b41c9c Updated the "Using pkgsrc" chapter a bit, making it more
platform-independent. Explicitly added URLs where to find binary
packages for Solaris.
2006-02-22 01:30:25 +00:00
rillig
6438c2a6db regen. 2006-02-22 00:06:44 +00:00
rillig
2ae42609f8 Fixed PLIST. Bumped PKGREVISION. Allowed installation as unprivileged user. 2006-02-22 00:06:21 +00:00
joerg
0ba30a9294 Add build time dependency on nasm / yasm for i386 and amd64. 2006-02-21 23:20:38 +00:00
wiz
2ebf102b42 Mention bluefish PKGREVISION bump. 2006-02-21 22:55:25 +00:00
wiz
7e08dbf0ef Fix PLIST. Bump PKGREVISION. 2006-02-21 22:55:06 +00:00
wiz
42cfc40c32 Mention bomberclone PKGREVISION bump. 2006-02-21 22:45:11 +00:00
wiz
b578c47004 Add patches for fixing
http://www.gentoo.org/security/en/glsa/glsa-200602-09.xml
from Gentoo.
2006-02-21 22:44:53 +00:00
wiz
c187dc1640 Mention apache PKGREVISION bump. 2006-02-21 22:44:25 +00:00
wiz
71e36d36ca Fix config file handling; fix CHECK_PLIST build. Bump PKGREVISION. 2006-02-21 22:44:17 +00:00
wiz
a1ae32805c Mention amaya PKGREVISION bump. 2006-02-21 22:43:48 +00:00
wiz
aef1018153 Use xdg-dirs; use pkginstall font handling; bump PKGREVISION. 2006-02-21 22:43:38 +00:00
wiz
34179869f8 Fix build after libtool-1.5.22 update. 2006-02-21 22:42:51 +00:00
wiz
d633451eb4 Add missing x11.bl3.mk. 2006-02-21 22:42:39 +00:00
wiz
1281a40e2a regen. 2006-02-21 22:42:05 +00:00
wiz
952f43b58a Fix PLIST for source packages; binary packages unaffected, so no
PKGREVISION bump.
2006-02-21 22:41:43 +00:00
wiz
4f43fe46e8 Mention afterstep1 PKGREVISION bump. 2006-02-21 22:41:00 +00:00
wiz
659ec30d1c Fix incomplete pkgsrc patch: defining LDSTATIC is not enough,
it must be AC_SUBSTed too. Found by libtool update.
Bump PKGREVISION.
2006-02-21 22:40:47 +00:00
wiz
4bca728b8c Mention stardic PKGREVISION bump. 2006-02-21 22:40:00 +00:00
wiz
119e7903c6 Use pkginstall font handling. Bump PKGREVISION. 2006-02-21 22:39:51 +00:00
wiz
76879249b8 Mention py-fonttools PKGREVISION bump. 2006-02-21 22:39:18 +00:00
wiz
b0c34ab32e Fix PLIST. Bump PKGREVISION. 2006-02-21 22:39:02 +00:00
wiz
ae49011864 + gossip-0.10, gthumb-2.6.9, libtorrent-0.8.5, phpmyadmin-2.8.0rc1,
rtorrent-0.4.5, tkdiff-4.1.3, ucarp-1.2.
2006-02-21 22:38:11 +00:00
wiz
ed296d2408 Note removal of pychecker. 2006-02-21 22:37:43 +00:00
joerg
6010bbf9ad Note update of PostgreSQL 7.4.x to 7.4.12. 2006-02-21 20:28:25 +00:00
joerg
dce99822b0 Update PostgreSQL 7.4.x to 7.4.12. Take maintainership.
The fix for locales and plperl in 7.4.11 might make an REINDEX necessary.

Changes from 7.4.8 to 7.4.9:
- Fix error that allowed VACUUM to remove ctid chains too soon, and add
more checking in code that follows ctid links
- Fix CHAR() to properly pad spaces to the specified length when using a
multiple-byte character set (Yoshiyuki Asaba)
- Fix the sense of the test for read-only transaction in COPY
- Fix planning problem with outer-join ON clauses that reference only
the inner-side relation
- Further fixes for x FULL JOIN y ON true corner cases
- Make array_in and array_recv more paranoid about validating their OID
parameter
- Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
index on column a
- Improve robustness of datetime parsing
- Improve checking for partially-written WAL pages
- Improve robustness of signal handling when SSL is enabled
- Don't try to open more than max_files_per_process files during
postmaster startup
- Various memory leakage fixes
- Various portability improvements
- Fix PL/PgSQL to handle var := var correctly when the variable is of
pass-by-reference type
- Update contrib/tsearch2 to use current Snowball code

Changes from 7.4.9 to 7.4.10:
- Fix race condition in transaction log management
- Prevent failure if client sends Bind protocol message when current
transaction is already aborted
- /contrib/ltree fixes (Teodor)
- AIX and HPUX compile fixes (Tom)
- Fix longstanding planning error for outer joins
- Prevent core dump in pg_autovacuum when a table has been dropped

Changes from 7.4.10 to 7.4.11:
- Fix for protocol-level Describe messages issued outside a transaction
or in a failed transaction (Tom)
- Fix character string comparison for locales that consider different
character combinations as equal, such as Hungarian (Tom)
- Set locale environment variables during postmaster startup to ensure
that plperl won't change the locale later
- Fix longstanding bug in strpos() and regular expression handling in
certain rarely used Asian multi-byte character sets (Tatsuo)
- Fix bug in /contrib/pgcrypto gen_salt, which caused it not to use all
available salt space for MD5 and XDES algorithms (Marko Kreen, Solar
Designer)
- Fix /contrib/dblink to throw an error, rather than crashing, when the
number of columns specified is different from what's actually returned
by the query (Joe)

Changes from 7.4.11 to 7.4.12:
- Fix potential crash in SET SESSION AUTHORIZATION (CVE-2006-0553)
- Fix bug with row visibility logic in self-inserted rows (Tom)
- Fix race condition that could lead to "file already exists" errors
during pg_clog file creation (Tom)
- Properly check DOMAIN constraints for UNKNOWN parameters in prepared
statements (Neil)
- Fix to allow restoring dumps that have cross-schema references to
custom operators (Tom)
- Portability fix for testing presence of finite and isinf during
configure (Tom)
2006-02-21 20:23:49 +00:00
jschauma
71e29364a7 correct patches, which didn't cleanly apply. Pointed out by joerg@ and
darcy@
2006-02-21 20:04:03 +00:00
joerg
f8deb58b4b Note update of PostgreSQL to 8.0.7. 2006-02-21 19:06:19 +00:00
joerg
55d3689cc4 Update PostgreSQL 8.0.x to 8.0.7.
The fix for locales and plperl in 8.0.6 might make an REINDEX necessary.

Changes from 8.0.5 to 8.0.6:
- Fix Windows code so that postmaster will continue rather than exit if
there is no more room in ShmemBackendArray (Magnus)
- Fix bug introduced in 8.0 that could allow ReadBuffer to return an
already-used page as new, potentially causing loss of recently-committed
data (Tom)
- Fix for protocol-level Describe messages issued outside a transaction
or in a failed transaction (Tom)
- Fix character string comparison for locales that consider different
character combinations as equal, such as Hungarian (Tom)
- Set locale environment variables during postmaster startup to ensure
that plperl won't change the locale later
- Allow more flexible relocation of installation directories (Tom)
- Fix longstanding bug in strpos() and regular expression handling in
certain rarely used Asian multi-byte character sets (Tatsuo)
- Various fixes for functions returning RECORDs (Tom)
- Fix bug in /contrib/pgcrypto gen_salt, which caused it not to use all
available salt space for MD5 and XDES algorithms (Marko Kreen, Solar
Designer)
- Fix /contrib/dblink to throw an error, rather than crashing, when the
number of columns specified is different from what's actually returned
by the query (Joe)

Changes from 8.0.6 to 8.0.7:
- Fix potential crash in SET SESSION AUTHORIZATION (CVE-2006-0553)
- Fix bug with row visibility logic in self-inserted rows (Tom)
- Fix race condition that could lead to "file already exists" errors
during pg_clog and pg_subtrans file creation (Tom)
- Fix cases that could lead to crashes if a cache-invalidation message
arrives at just the wrong time (Tom)
- Properly check DOMAIN constraints for UNKNOWN parameters in prepared
statements (Neil)
- Ensure ALTER COLUMN TYPE will process FOREIGN KEY, UNIQUE, and PRIMARY
KEY constraints in the proper order (Nakano Yoshihisa)
- Fixes to allow restoring dumps that have cross-schema references to
custom operators or operator classes (Tom)
- Allow pg_restore to continue properly after a COPY failure; formerly
it tried to treat the remaining COPY data as SQL commands (Stephen
Frost)
- Fix pg_ctl unregister crash when the data directory is not specified
(Magnus)
- Fix ecpg crash on AMD64 and PPC (Neil)
- Recover properly if error occurs during argument passing in PL/python
(Neil)
- Fix PL/perl's handling of locales on Win32 to match the backend
(Andrew)
- Fix crash when log_min_messages is set to DEBUG3 or above in
postgresql.conf on Win32 (Bruce)
- Fix pgxs -L library path specification for Win32, Cygwin, OS X, AIX
(Bruce)
- Check that SID is enabled while checking for Win32 admin privileges
(Magnus)
- Properly reject out-of-range date inputs (Kris Jurka)
- Portability fix for testing presence of finite and isinf during
configure (Tom)
2006-02-21 19:05:06 +00:00
rillig
c68eda5945 Instead of passing only the path to the tools to CONFIGURE_ARGS, pass
the complete command. This fixes problems when EGREP is defined as "grep
-E" instead of "egrep".
2006-02-21 17:39:32 +00:00
drochner
9d27b5219f +py24-setuptools 2006-02-21 17:30:52 +00:00
drochner
e30a6748a7 add a bootstrap pkg for the new "setuptools" which extend distutils
(unfortunately there is no plain source distribution but just a
Python "egg" which is version dependant)
2006-02-21 17:23:16 +00:00
adrianp
9ff086fe90 Updated devel/bugzilla to 2.20.1 2006-02-21 16:49:50 +00:00
adrianp
352fe1b620 Update to 2.20.1
Make pkglint happer
This also fixes a number of security issues:
	http://www.securityfocus.com/archive/1/425584/30/0/threaded

> Version 2.20.1
> --------------
>
> + Many PostgreSQL fixes, including fixing whine.pl on Pg 8
>   (bug 301062) and fixing the --regenerate option of collectstats.pl
>   for all versions of Pg (bug 316971). However, users who want full
>   PostgreSQL support are encouraged to use the 2.22 series, as
>   certain PostgreSQL bugs were discovered that will not be fixed
>   in 2.20 (their fixes were too complex).
>
> + In Bugzilla 2.20, the "administrator" user created by checksetup.pl
>   would not ever be sent email, because their email preferences were
>   left blank. This has been fixed for 2.20.1. However, if you created
>   this administrative user with Bugzilla 2.20, make sure to go back
>   and enable their Email Preferences. (bug 317489)
>
> + The bzdbcopy.pl script mentioned in these release notes
>   has now actually been checked-in to the 2.20 branch, and so
>   it's included in this release. (bug 291776)
>
> + When there's only one Classification, you now won't be required
>   to pick a Classification on bug entry. (bug 311489)
>
> + You can no longer add dependencies on bugs you can't see.
>   (bug 141593)
>
> + The CC list is included in "New" bug emails, again. (bug 313661)
>
> + In the original 2.20, certain scripts were not correctly using
>   the "shadow database," if it was specified. This has been fixed
>   in 2.20.1. (bug 313695)
>
> + "Saved Searches" that were saved before Bugzilla 2.20, would throw
>   an error if they contained "Days Since Bug Changed." as part of their
>   criteria. This has been fixed in Bugzilla 2.20.1. (bug 302599)
>
> + You can now successfully delete a product even when Target Milestones
>   are turned off. (bug 317025)
>
> + checksetup.pl now correctly pre-compiles templates for languages other
>   than English. (bug 304417)
>
> + The "All Closed" chart that is created by default in New Charts
>   now actually represents all closed bugs, and not all bugs in the
>   product. (bug 300473)
>
> + CSV bug lists with more than 1000 dates now work properly. (bug 257813)
>
> + Various bugs with upgrading from previous versions of Bugzilla
>   have been fixed. (bug 307662, bug 311047, bug 310108)
>
> + Many, many other bug fixes. See http://www.bugzilla.org/status/changes.html
>   for details on what was fixed between 2.20 and 2.20.1.
2006-02-21 16:48:55 +00:00
jmmv
fc5ddbe56d Note revision bump for monotone-server to 2. 2006-02-21 16:10:12 +00:00
jmmv
aa08d07ec1 Adapt to recent changes in monotone as the current package does not work
appropriately otherwise.

- The server keypair is now stored and read from ${PKG_SYSCONFDIR}/keys
  instead of being inside the database.
- Provide and use two files (read-permissions and write-permissions) to
  set up netsync's access control.
- During monotone-server-init, run monotone under the unprivileged user
  so that it creates files in the correct places (if any).
- Add a note to monotone-server-init to let the user ensure that the
  UID and GID are correct.  (I always get them wrong otherwise.)
- Make the rc.d script print a "divisory" line in the log file so that
  different sections are easy to distinguish.

Bump PKGREVISION to 2.
2006-02-21 16:09:16 +00:00
ghen
067196858b Grammar fix. 2006-02-21 15:50:49 +00:00
gdt
c3e7a14ae5 Don't tell lcms to refrain from linking with zlib, so that tifficc
includes -lz on the link line if -lz is present in bl environment
(which it is because libtiff bls it).  PKGREVISION++

Take maintainership.
2006-02-21 14:00:42 +00:00
ghen
f6540d325f Sync with Texmaker homepage. 2006-02-21 12:49:22 +00:00
hiramatsu
3c4c6517b6 Note addition of p5-File-Modified and p5-NEXT. 2006-02-21 10:43:45 +00:00
hiramatsu
2c8778d701 Add p5-File-Modified and p5-NEXT. 2006-02-21 10:37:31 +00:00
hiramatsu
24c3f3f428 Import p5-NEXT from pkgsrc-wip, packaged by kuli0020.
NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method
m calls $self-NEXT::m()>, the call to m is redispatched as if the calling
method had not originally been found.
2006-02-21 10:35:26 +00:00
hiramatsu
d3c6397970 Import p5-File-Modified from pkgsrc-wip, packaged by kuli0020.
The Modified module is intended as a simple method for programs to
detect whether configuration files (or modules they rely on) have
changed.
2006-02-21 10:33:45 +00:00