Commit graph

183371 commits

Author SHA1 Message Date
sno
39df64d085 Updated devel/p5-CPAN-Perl-Releases to 0.44 2012-03-08 09:30:06 +00:00
sno
f706db5ee1 Updating package for CPAN module CPAN::Perl::Releases in
devel/p5-CPAN-Perl-Releases from 0.42 to 0.44.

Upstream changes:
==============================
2012-02-20 18:54:37 +0000 0.44
==============================
    Updated for v5.15.8
2012-03-08 09:29:56 +00:00
sno
10ad977981 Updated devel/p5-CPAN-Reporter to 1.2005 2012-03-08 09:24:24 +00:00
sno
95b7af45ba Updating package for CPAN distribution CPAN::Reporter in
devel/p5-CPAN-Reporter from 1.2002 to 1.2005.

Upstream changes:
1.2005    2012-03-02 13:21:36 EST5EDT
  [BUG FIXES]
  - Canonicalise the config path returned by bsd_glob [rt.cpan.org #70504]
    [Kent Fredric]

1.2004    2012-02-13 16:25:07 EST5EDT
  [BUG FIXES]
  - Fix bug in testing tilde expansion on Windows
    [rt.cpan.org #72051]

1.2003    2011-12-06 11:07:04 EST5EDT
  [BUG FIXES]
  - Fix bug in transport class validation to allow multi-level
    class names [rt.cpan.org #73045]
2012-03-08 09:24:14 +00:00
shattered
0b500291fd PR/40020 -- provide laptop_portable::has_software_suspend(). This stops
the crash in kcontrol and allows battery monitor to work.
2012-03-08 09:07:28 +00:00
sno
9567910f7c Updated devel/p5-CPAN-Meta to 2.120630 2012-03-08 09:01:31 +00:00
sno
5ddc8a3d31 Updating package for CPAN module CPAN::Meta in devel/p5-CPAN-Meta from
2.120351 to 2.120630.

Upstream changes:
2.120630  2012-03-03 14:48:35 EST5EDT
  [BUGFIX]
  - CPAN::Meta::Requirements now ensures that dotted-decimal versions are
    represented in normalized form when stringified.  This fixes a
    regression in META conversion in 2.120620.
    [Reported by Kent Fredric; fixed by David Golden]

2.120620  2012-03-02 12:28:59 EST5EDT
  [ADDED]
  - CPAN::Meta::Requirements::add_string_requirements allows building
    a requirements specification piecemeal [Cory G. Watson]

  [BUGFIX]
  - Version range handling fixed [rt.cpan.org #75424]

  - CPAN::Meta::Converter handles bad version strings more gracefully,
    truncating alphanumerics and otherwise falling back to "0".  This
    is likely better than dropping a prerequisite or dying.
    [rt.cpan.org #75427]

2.120530  2012-02-22 16:15:31 EST5EDT
  [OTHER]
  - Dialed back perl prereq to 5.006
2012-03-08 09:01:22 +00:00
obache
8d0c606621 * No need to USE_DB185=yes, it's default behaviour for the case db1 is acceptable.
* No need to conditional db.h => db_185.h, it will be handled by db1.builtin.mk.
2012-03-08 08:01:54 +00:00
sbd
fb8dcfd80c python install different files on Linux-2.* and Linux-3.* 2012-03-08 07:23:39 +00:00
sbd
bf32802350 Add a generic-linux entry for linux 3 and up. 2012-03-08 06:43:46 +00:00
dholland
56b60a1826 Move the inclusion of openldap-server/options.mk to *before* krb5.bl3.mk.
Otherwise, with non-native kerberos, bdb.buildlink3.mk is included by
heimdal's bl3.mk before BDB_ACCEPTED is set, we get the wrong answer out,
and the package fails to build.

It's a good thing heimdal doesn't also need to set BDB_ACCEPTED I guess...
2012-03-08 05:01:03 +00:00
sbd
fdcc4ca65c In the blow commit changing the type of snd_pcm_format_silence* in pcm.h
from u_int*_t to uint*_t breaks the build on other OS's (namely Linux),
so wrap the change in an "#ifdef __sun" block.

---
   Module Name:	pkgsrc
   Committed By:	hans
   Date:		Wed Feb 15 19:43:51 UTC 2012

   Modified Files:
   	pkgsrc/audio/alsa-lib: Makefile distinfo
   	pkgsrc/audio/alsa-lib/patches: patch-ac patch-ad patch-ae patch-af
   	    patch-ai patch-aj patch-ak patch-am patch-ap patch-aq patch-ar
   	    patch-at patch-au patch-aw patch-ax patch-ay patch-az patch-ba
   	    patch-bb patch-bf patch-bg patch-bh patch-include_pcm.h
   Added Files:
   	pkgsrc/audio/alsa-lib/patches: patch-src_control_control__hw.c

   Log Message:
   Fix build on SunOS.
   Inspired by the patches used for the native package in OI.


   To generate a diff of this commit:
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/alsa-lib/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/alsa-lib/distinfo
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/alsa-lib/patches/patch-ac \
       pkgsrc/audio/alsa-lib/patches/patch-ad \
       pkgsrc/audio/alsa-lib/patches/patch-ae \
       pkgsrc/audio/alsa-lib/patches/patch-af \
       pkgsrc/audio/alsa-lib/patches/patch-ai \
       pkgsrc/audio/alsa-lib/patches/patch-aj \
       pkgsrc/audio/alsa-lib/patches/patch-ak \
       pkgsrc/audio/alsa-lib/patches/patch-am \
       pkgsrc/audio/alsa-lib/patches/patch-ar \
       pkgsrc/audio/alsa-lib/patches/patch-at \
       pkgsrc/audio/alsa-lib/patches/patch-au \
       pkgsrc/audio/alsa-lib/patches/patch-ax \
       pkgsrc/audio/alsa-lib/patches/patch-ay \
       pkgsrc/audio/alsa-lib/patches/patch-az \
       pkgsrc/audio/alsa-lib/patches/patch-ba \
       pkgsrc/audio/alsa-lib/patches/patch-bb \
       pkgsrc/audio/alsa-lib/patches/patch-bf \
       pkgsrc/audio/alsa-lib/patches/patch-bh
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/alsa-lib/patches/patch-ap \
       pkgsrc/audio/alsa-lib/patches/patch-aw
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/audio/alsa-lib/patches/patch-aq \
       pkgsrc/audio/alsa-lib/patches/patch-bg
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/alsa-lib/patches/patch-include_pcm.h
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/audio/alsa-lib/patches/patch-src_control_control__hw.c
2012-03-08 04:04:19 +00:00
obache
12d213a1ff Updated www/ja-trac to 0.12.3pl2 2012-03-08 01:31:28 +00:00
obache
4dc041be7e Update ja-trac to 0.12.3pl2.
(no changes for pkgsrc, because using replaced replease zip file).

Trac-0.12.3.ja2 (Mar 7, 2012)
 * fixes permission of release files
2012-03-08 01:31:16 +00:00
joerg
5459f745df One more tool in /usr/sbin. 2012-03-08 01:14:24 +00:00
joerg
a2667f20bf Really bump revision. 2012-03-08 01:14:04 +00:00
joerg
9631ea0b92 Don't build & install cat page. Bump revision. 2012-03-08 01:13:42 +00:00
joerg
6d01a01b0a Fix fpos_t fallout. 2012-03-08 01:12:51 +00:00
joerg
78b76f86e0 Don't install cat page. Bump version. 2012-03-08 01:12:07 +00:00
joerg
178a984328 Remove sysutils/mtree, it serves no purpose.
Don't install cat page. Bump version for pkgtools/mtree.
2012-03-08 01:11:21 +00:00
joerg
ccea1af904 Don't build & install cat pages. 2012-03-08 01:09:35 +00:00
joerg
3015395dd6 Don't install cat page. Bump revision. 2012-03-08 01:08:41 +00:00
joerg
b6283afbba Don't bother with cat pages. Bump revision. 2012-03-08 01:07:39 +00:00
joerg
1ea57e8443 Needs pkg-config. 2012-03-08 01:07:04 +00:00
joerg
87a1ed493f Needs png explicitly now. Still doesn't build due to const issues. 2012-03-08 01:06:08 +00:00
joerg
674c1c1194 Needs png explicitly now. 2012-03-08 01:03:40 +00:00
joerg
2df7251122 Needs jpeg explicitly now. 2012-03-08 01:00:59 +00:00
wiz
2ab2f11148 + kde4-4.8.1
+ ffmpeg-0.8.10 (from Bug Hunting)
2012-03-07 23:23:42 +00:00
hans
4aa63f15b5 Not MAKE_JOBS_SAFE. 2012-03-07 20:39:47 +00:00
hans
f3f2709f94 Fix build on SunOS. 2012-03-07 20:38:53 +00:00
drochner
3c63a71d29 no need to propagate dependencies here 2012-03-07 19:31:32 +00:00
drochner
dd1c24ece9 avoid "make -C <dir>", this is not supported with older BSD make,
mostly from Jean-Yves Moulin per PM
2012-03-07 19:25:27 +00:00
hans
8d9eff7584 Zap environment before invoking tr to remove any locale settings that
might confuse it. Not MAKE_JOBS_SAFE.
2012-03-07 19:10:30 +00:00
hans
40f6e8f567 Fix build on SunOS. 2012-03-07 18:56:51 +00:00
hans
2110df91a3 Fix build on SunOS. 2012-03-07 18:27:30 +00:00
hans
ae0a4ee491 There is no net/slip.h on SunOS, so just define SLIP_HDRLEN manually. 2012-03-07 17:45:27 +00:00
hans
479cfc823e Fix build on SunOS. 2012-03-07 17:19:56 +00:00
hans
cb609be41c Fix build on SunOS.
- uses db1, so include bdb.buildlink3.mk etc.
- don't build catpage
2012-03-07 16:53:35 +00:00
adam
50775ee970 Updated graphics/optipng; devel/netcdf; geography/gdal-lib; graphics/osg; graphics/gri 2012-03-07 16:30:22 +00:00
adam
eb63266584 Changes 2.12.23:
Bug-fix release.
2012-03-07 16:29:45 +00:00
adam
609eeaccbe Changes 3.0.1:
* OpenGL ES 1.1, and OpenGL ES 2.0 support
* OpenGL 3.x and 4.x support along with associated OpenGL extensions
* Supoort for Android on tablets and phones
* Support for IOS on tablets and phones (end users applications have already
  been accepted on the App Store)
* Introduction of Present3D application for immersive 3D presentations
* New extensible serializers that provide new .osgb binary, .osgt ascii and
  .osgx xml file native formats
* New generalized serializable metadata architecture
* New osgQt library that makes it straight forward to integrate !OpenSceneGraph
  with Qt, including web browsing via QWebKit.
* New FBX plugin based on the Audodesk FBX DSK that enables reading of the the
  .fbx 3D authoring and interchange format
* New directshow plugin for handling movies under Windows
* New pov plugin for exporting a scene to POV-Ray format, enabling use of
  POV-Ray to do photo-realistic ray tracing
* New ply plugin for reading ply files
* Improvements to osgText that enable bevelling of 3D text and highter quality
  2D fonts
* Improvements to osgVolume enabling high quality ray traced volume rendering
* Improvements to osgManipulator making it more flexible
* Improvements to osgParticle to support shader based particle effects
* Revamped 3ds plugin for reading and writing of .3ds files
* Revamped dxf plugin for reading and writing of .dxf files
* Support for Cocoa and 64bit OSX build
* Improved thread safety and efficiency of database paging
* New Texture and buffer object pools for efficiently managing GL object
  resources
2012-03-07 16:27:35 +00:00
hans
be8a855853 Fix build on SunOS 5.11 2012-03-07 16:19:20 +00:00
adam
697be96df7 Changes 1.9.0:
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid, GTA, NGSGEOID,
  SNODAS, WebP, ZMap
* New OGR drivers:  ARCGEN, CouchDB, DWG, EDIGEO, FileGDB, Geomedia, GFT,
  IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS
* Significantly improved drivers: NetCDF
* Encoding support for shapefile/dbf
* RFC 35: Delete, reorder and alter field definitions of OGR layers
* RFC 37: Add mechanism to provide user data to CPLErrorHandler
* gdalsrsinfo: new supported utility to report SRS in various form
  (supercedes testepsg)
2012-03-07 16:17:04 +00:00
hans
74d100ab22 include <fstream> instead of <fstream.h> 2012-03-07 16:14:40 +00:00
adam
e99f9d7d96 Changes 4.1.3:
* Stop looking for xdr if --disable-dap is used.
* Don't try to run (some) fortran configure tests on machines with no fortran.
* Allow nccopy to rechunk with chunksizes larger than current dimension lengths.
2012-03-07 16:11:29 +00:00
minskim
8a5f3c5b66 Add missing build-time dependencies to lilypond. 2012-03-07 15:56:32 +00:00
hans
6eb3ff4426 Fix build on SunOS.
- buildlink against x11/xextproto for shmproto.h
- endian defines
- use GNU ld to build table.o
2012-03-07 15:52:40 +00:00
wiz
6466b8339a png-license is just a zlib with many authors. Use zlib here (as already
done in png package).
2012-03-07 15:29:52 +00:00
wiz
180bef127a Updated graphics/gif2png to 2.5.5 2012-03-07 15:28:21 +00:00
wiz
6f2d3edfef Update to 2.5.5.
* 2.5.5 @ 2012-02-28
  Added -m (preserve file modification time) option by Steve Ward.
  web2png is checked with pylint.
2012-03-07 15:28:12 +00:00