Commit graph

166237 commits

Author SHA1 Message Date
plunky
cd16c8b704 fix a build failure wrt 64-bit time_t on NetBSD-current 2010-12-10 13:06:14 +00:00
wiz
6f91166652 Updated graphics/png to 1.4.5 2010-12-10 12:37:36 +00:00
wiz
e64d1fe66c Update to 1.4.5:
version 1.4.5beta01 [September 25, 2010]
  Fixed possible configure.ac bug introduced in version 1.4.4rc05.
  Rebuilt configure scripts with autoconf-2.68 instead of autoconf-2.65

version 1.4.5beta02 [October 5, 2010]
  Reverted configure scripts to autoconf-2.65
  Fixed problem with symbols creation in Makefile.am which was assuming that
    all versions of cpp write to standard output by default (Martin Banky). The
    bug was introduced in libpng-1.2.9beta5.

version 1.4.5beta03 [October 8, 2010]
  Wrapped long lines in CMakeLists.txt and introduced ${libpng_public_hdrs}
  Undid Makefile.am revision of 1.4.5beta02.

version 1.4.5beta04 [November 8, 2010]
  Check for out-of-range text compression mode in png_set_text().

version 1.4.5rc01 [November 19, 2010]
  No changes.

version 1.4.5beta05 [November 20, 2010]
  Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
  Moved reading of file signature into png_read_sig (Cosmin)
  Fixed atomicity of chunk header serialization (Cosmin)
  Added test for io_state in pngtest.c (Cosmin)
  Added "#!/bin/sh" at the top of contrib/pngminim/*/gather.sh scripts.

version 1.4.5beta06 [November 21, 2010]
  Restored the parentheses in pngrutil.c; they are needed when the
    png_get_*int_*() functions are compiled (i.e., when PNG_USE_READ_MACROS
    is not defined).
  Make the "png_get_uint_16" macro return a png_uint_32 in libpng-1.4 for API
    compatibility.
  Changes to remove gcc warnings (John Bowler)
    Certain optional gcc warning flags resulted in warnings in libpng code.
    With these changes only -Wconversion and -Wcast-qual cannot be turned on.
    Changes are trivial rearrangements of code.  -Wconversion is not possible
    for pngrutil.c (because of the widespread use of += et al on variables
    smaller than (int) or (unsigned int)) and -Wcast-qual is not possible
    with pngwio.c and pngwutil.c because the 'write' callback and zlib
    compression both fail to declare their input buffers with 'const'.

version 1.4.5beta07 [November 25, 2010]
  Reverted png_get_uint_16 macro to beta05 and added comment about the
    potential API incompatibility.

version 1.4.5rc02 [December 2, 2010]
  No changes.

version 1.4.5rc03 [December 3, 2010]
  Added missing vstudio/*/*.vcxproj files to the zip and 7z distributions.

version 1.4.5 [December 9, 2010]
  Removed PNG_NO_WRITE_GAMMA from pngminim/encoder/pngusr.h
2010-12-10 12:37:26 +00:00
asau
680cbe6a74 Added databases/postgresql90-upgrade version 9.0.1 2010-12-10 11:55:42 +00:00
asau
25f1c24d90 + postgresql90-upgrade 2010-12-10 11:54:25 +00:00
asau
f129c67185 Import PostgreSQL 9.0 binary upgrade tool as databases/postgresql90-upgrade
pg_upgrade (formerly called pg_migrator) allows data stored
in PostgreSQL data files to be migrated to a later PostgreSQL
major version without the data dump/reload typically required
for major version upgrades, e.g. from 8.4.7 to the current
major release of PostgreSQL. It is not required for minor
version upgrades, e.g. from 9.0.1 to 9.0.4.
2010-12-10 11:53:07 +00:00
asau
d203b9cf04 Build fix: OpenSolaris needs explicit "-lintl" in LIBS. 2010-12-10 11:41:30 +00:00
wiz
98c319a2d5 Updated databases/shared-mime-info to 0.90 2010-12-10 10:34:51 +00:00
wiz
d8e0b2bf6d Update to 0.90:
shared-mime-info 0.90 (2010-12-1)
* Mime-type Changes:
- Make application/epub+zip sub-class-of application/zip
- Make sure RAM files are not all treated as text
- Make CMakefiles a sub-class of text/plain
- Add new mime-type for Panasonic RW2 images
- Add XSL magic
- Add root-XML for XSL
- Add *.gem as a glob for tar archives
- Add test case for text/directory files
- Add go source code
- Add pdf.xz mime-type
- Add text/x-ooc source code
- Add Cobol source code

* Other:
- Don't error out on the x-scheme-handler/* mime-types
- Fix crasher when mime-magic is empty
2010-12-10 10:34:41 +00:00
obache
161090e195 Create fake xau.pc and xdmcp.pc for x11/libxcb, PR#44122. 2010-12-10 08:45:15 +00:00
hauke
1773600a0c Squash a C++ism: Variable declarations only at the beginning of a block.
Found while building on NetBSD 1.5.
2010-12-10 07:45:56 +00:00
asau
45d043cd17 Added databases/postgresql90-replicationtools version 9.0.1 2010-12-10 03:54:03 +00:00
asau
cb67c536db + postgresql90-replicationtools 2010-12-10 03:53:00 +00:00
asau
d75d26857b Import PostgreSQL 9.0 replication tools as databases/postgresql90-replicationtools
This package provides the following PostgreSQL tools:
  - pg_archivecleanup
  - pg_standby

pg_standby supports creation of a "warm standby" database server.
It is designed to be a waiting restore_command, which is needed
to turn a standard archive recovery into a warm standby operation.

pg_archivecleanup is designed to cleanup an archive when used as
an archive_cleanup_command when running with standby_mode = on.
pg_archivecleanup can also be used as a standalone program to
clean WAL file archives.
2010-12-10 03:51:31 +00:00
asau
0ae0e377fb Help to generate PLIST: all files are installed under $(PREFIX)$(PG_SUBPREFIX),
prefix their names with $(PG_SUBPREFIX) automatically when doing print-PLIST.
2010-12-09 23:46:32 +00:00
reed
33a83fdf55 Require newer build dependency for:
checking if xorg-macros used to generate configure is at least 1.3... configure: error: configure built with too old of a version of xorg-macros.m4 - requires version 1.2.0 or newer
2010-12-09 19:58:26 +00:00
tron
8ab4a6ad00 Re-add part of revision 1.3 to fix build under Mac OS X Leopard and newer. 2010-12-09 19:42:12 +00:00
is
a61f848764 add LICENSE=gnu-gpl-v2. 2010-12-09 15:32:10 +00:00
is
8ad9fe416a No, (%%) and (%$) in prototypes are not doing what somebody thought
a few years ago. (Un-,?)fortunately, the first % just grabs all
parameters on a sub call in a way that shift inside it can get at
them, so the 2nd % and the $ were ignored. Until some warning was
added to perl recently.
2010-12-09 14:59:37 +00:00
kefren
c493cf0984 remove dependencies used for built-in cairo, update buildlink3.mk in order
to reflect the latest changes. Changes suggested by obache@
2010-12-09 08:31:40 +00:00
adam
972c246019 Added net/pear-Net_IDNA2 version 0.1.0 2010-12-09 07:46:07 +00:00
adam
b195db0779 This package helps you to encode and decode punycode strings easily. 2010-12-09 07:44:57 +00:00
kefren
4b08fd04f8 Use native cairo as suggested by obache@
PKGREVISION++
2010-12-09 07:42:47 +00:00
adam
98a905629a Updated databases/sqlite3 to 3.7.4 2010-12-09 05:34:00 +00:00
adam
9be3572891 Changes 3.7.4:
* Added the sqlite3_blob_reopen() interface to allow an existing sqlite3_blob
  object to be rebound to a new row.
* Use the new sqlite3_blob_reopen() interface to improve the performance of FTS.
* VFSes that do not support shared memory are allowed to access WAL databases
  if PRAGMA locking_mode is set to EXCLUSIVE.
* Enhancements to EXPLAIN QUERY PLAN.
* Added the sqlite3_stmt_readonly() interface.
* Added PRAGMA checkpoint_fullfsync.
* Added the SQLITE_FCNTL_FILE_POINTER option to sqlite3_file_control().
* Added support for FTS4 and enhancements to the FTS matchinfo() function.
* Added the test_superlock.c module which provides example code for obtaining
  an exclusive lock to a rollback or WAL database.
* Added the test_multiplex.c module which provides an example VFS that provides
  multiplexing (sharding) of a DB, splitting it over multiple files of fixed
  size.
* A very obscure bug associated with the or optimization was fixed.
2010-12-09 05:32:05 +00:00
minskim
c21344080e Note update of emacs-snapshot. 2010-12-09 01:42:50 +00:00
minskim
64d2e2e365 Update emacs-snapshot to 24.0.50.20101204.
- Gnus updated
  New files: color.el, proto-stream.el, rtree.el, and shr-color.el.
2010-12-08 22:00:11 +00:00
abs
b49f86ef5b Fix build on OS X 10.4 (Tiger) by disabling nls on that OS version only.
(The package needs to build a shared lib & I don't feel like converting
it to libtool for ancient OS X)
Bump PKGREVISION
2010-12-08 20:29:05 +00:00
adam
a946167079 Added games/openttd-data version 0.3.1 2010-12-08 17:50:36 +00:00
adam
a658d37e54 OpenGFX, OpenMSX, and OpenSFX are an open source replacement for the original
Transport Tycoon Deluxe (TTD) graphics, music and base sounds used by OpenTTD.
The main goal therefore is to provide a set of free files which make it
possible to play OpenTTD without requiring the (copyright protected) files from
the TTD CD. This potentially increases the OpenTTD fanbase and makes it a true
free game (with "free" as in both "free beer" and "open source").
2010-12-08 17:49:40 +00:00
adam
78492d069e Changes 1.0.5:
* Fix: Reading (very) recently freed memory [CVE-2010-4168]
* Fix: Default service interval for ships/aircraft got switched
* Fix: Size of sort buttons for save/load and build vehicle list gui could be
  too small
* Fix: [NewGRF] Crash when disabling static NewGRFs (when joining/starting
  a server)
* Fix: Upper limit for snowline was too low
* Fix: Wrong (maximum) value shown for generation seed in the in-game console
* Fix: [Windows] Make sure to be upgraded openttd is not running when installing
* Fix: Under some circumstances the file handle of the downloaded savegame
  would not be closed, and validity of the handled was not checked in all cases
* Fix: [NewGRF] Crash when getting an industry ID at an offset that uses some
  'old' style industry tile
2010-12-08 17:47:50 +00:00
taca
40e201b48e Note update of www/contao29-translations package to 20101207. 2010-12-08 16:56:40 +00:00
taca
854fe722ea Update contao29-translations pacakge to 20101207.
Update Czech, Danish, French, Croatian, Italian, Japanese, Kurdish,
Dutch, Russian, Swedish and Turkish language files.
Also re-enable Lithuanian now.

Catch up to Contao 2.9.2.
2010-12-08 16:55:55 +00:00
obache
a13fe4063d Updated x11/xlockmore to 5.29.1nb4 2010-12-08 12:54:58 +00:00
obache
100939c1ad * exactly disable TTF detection.
* tell Mesa, XPM, Xinerama and XDPMS manually instead of fancy configure.
  Then those features are enabled with native X.

Those changes should resolve PR#40662.

Bump PKGREVISION.
2010-12-08 12:54:30 +00:00
markd
0b31f0e450 Fix build on NetBSD-current: rename getline() and openssl>=1.0 issues. 2010-12-08 11:30:18 +00:00
markd
061e37ba8a don't add python include dir to include path as causes eg kolf to pick
up wrong versions of header files and build to fail.
2010-12-08 11:24:34 +00:00
wiz
6a1787aad1 Add hicolor-icon-theme, bump PKGREVISION, for PR 44201.
While here, set LICENSE.
2010-12-08 09:55:41 +00:00
wiz
bab989c65c Fix typo, noted by Rumko. 2010-12-08 09:35:29 +00:00
tron
51ab9175ce This package supports user destination directory builds. 2010-12-08 09:03:07 +00:00
abs
35cbdeb824 fix stupid typo in last 2010-12-08 08:10:47 +00:00
wiz
fbcc571e6d Fix MASTER_SITES, noted by Robert Elz. 2010-12-08 08:04:56 +00:00
abs
d48d78628a use fixesproto4, not the "too new" fixesproto. May address PR/44120 2010-12-08 00:42:16 +00:00
abs
ab62a172a6 Added x11/fixesproto4 version 4.0 2010-12-08 00:41:01 +00:00
abs
d57a04654e +fixesproto4 2010-12-08 00:40:01 +00:00
abs
dc9a620423 Added x11/fixesproto4 version 4.0
This provides the Fixes extension headers from modular X.org X11
project, specifically for use with Xfixes and native X11.
2010-12-08 00:39:31 +00:00
abs
a6ed28f2a0 Fix build on OS X, bump PKGREVISION. Note dhcpcd runs but something in
OS X seems to be eating the dhcp server's responses, even with the
OS X interface config set to manual.
2010-12-07 22:53:48 +00:00
abs
4d50c57aee Add patch from roy@ to enable building on Darwin. Bump PKGREVISION 2010-12-07 22:26:10 +00:00
abs
f488f8591e support options jce 2010-12-07 22:23:23 +00:00
abs
c01e36d49c NOT_FOR_PLATFORM= Darwin-*-* 2010-12-07 22:22:21 +00:00