Commit graph

208371 commits

Author SHA1 Message Date
obache
cce33d5799 drop maintainership.
I've just imported py-ipython for update of devel/accerciser, not interesting to
itself. Furthermore, pacaginf of py-ipython012 and py-ipython013 are not by me.
2013-10-26 12:15:59 +00:00
richard
41b905137d update mit-krb5 builtin for solaris and better krb5-config support 2013-10-26 05:28:43 +00:00
asau
4ae096a9e3 Follow declared prototype. 2013-10-26 00:28:02 +00:00
wiz
57a67a437c Include compiler.mk before checking PKGSRC_COMPILER. 2013-10-25 22:24:58 +00:00
joerg
b7c0a47156 Don't use -fforce-addr. 2013-10-25 21:48:16 +00:00
joerg
f29d446a48 Override clang -R test, the wrappers drop -R/usr/lib. 2013-10-25 21:47:51 +00:00
joerg
5de495a101 Don't pessimize the compilation by forcing per-function call pushs. 2013-10-25 21:47:20 +00:00
joerg
d98579ce0a Override the test for clang -R support as it gets broken by the
wrappers.
2013-10-25 21:46:27 +00:00
jperkin
515346fd3e Updated databases/tokyocabinet to 1.4.48 2013-10-25 20:27:31 +00:00
jperkin
5faad01737 Update to 1.4.48. Add patches to fix build on OSX.
Changes since 1.4.46:

  * tcadb.cc (tcadbmisc): compilation warnings ware supressed.
  * tchdb.cc (tchdbfbpmerge): size checking was added.
  * tcbdb.cc (tcbdbrangeimpl): a bug of dead locking was fixed.
2013-10-25 20:27:18 +00:00
joerg
bac1073623 GC 2013-10-25 14:32:57 +00:00
joerg
71bda04a66 Some Linux systems now use DT_RUNPATH, so match it here as well. 2013-10-25 14:11:13 +00:00
jperkin
fb8e42eea0 Updated pkgtools/bootstrap-mk-files to 20131025 2013-10-25 13:59:27 +00:00
jperkin
5c6e705850 Use the compiler front-end to generate shared libraries on OSX - the
native linker uses different arguments compared to GNU ld.  Fixes various
builds.

Bump version to 20131025.
2013-10-25 13:53:03 +00:00
adam
672dd7c93b Updated graphics/lensfun to 0.2.8 2013-10-25 13:00:06 +00:00
adam
294785579e Changes 0.2.8:
Another minor maintenance release. Most fixes were related to the build system.
But as always we have many(!) new lens profiles.
2013-10-25 12:59:07 +00:00
taca
456be24d6e Note update of contao packages:
www/contao211	2.11.12nb1
	www/contao31	3.1.4nb1
2013-10-25 11:15:42 +00:00
taca
a566f68f8a Don't mechanically install .htaccess. It accidently block glogal setting
of httpd.conf.

Bump PKGREVISION.
2013-10-25 11:14:10 +00:00
obache
71e95372ab + gitolite-3.5.3.1 (3.5.3 IS vulnerable). 2013-10-25 10:53:44 +00:00
obache
4d501d768d Add conditions for NetBSD, especially fixes build on NetBSD-current. 2013-10-25 10:49:23 +00:00
jperkin
eba22e778e Do not enable aqua on OSX when using modular X11, avoids file conflicts
with libX11.  Bump PKGREVISION.
2013-10-25 10:21:57 +00:00
jperkin
966bee2921 Fix build on SunOS. Add LICENSE. Patch from Thomas Merkel. 2013-10-25 09:43:20 +00:00
jperkin
33d46ffeb5 Add stdbool.h workaround for older OSX. 2013-10-25 09:03:12 +00:00
adam
7f48c193d5 Updated graphics/enblend-enfuse to 4.1.2 2013-10-25 08:14:32 +00:00
adam
9c413d272b Changes 4.1.2:
** Bug Fixes
- [Enblend and Enfuse] Fix a bug in the highlight-recovery that caused
  Enfuse to bail out with the uncaught exception
    "Minimizer1D::set_bracket: minimum not bracketed".
  This addresses LaunchPad Bug 1214004.
- [Enfuse] Clean up seemingly random, bright-colored pixels that
  sometimes show up when fusing images with high contrast and "large"
  color profiles.
2013-10-25 08:13:04 +00:00
wiz
4282a6d566 Remove program that is obsolete since 2006, according to upstream. 2013-10-25 07:24:12 +00:00
wiz
1f5f72db38 Remove legacy support that was scheduled for removal. 2013-10-25 06:53:33 +00:00
wiz
31b158e07b GNU Make check is broken -- does not recognize 4.0 as newer than 3.81.
http://developer.berlios.de/bugs/?func=detailbug&bug_id=19153&group_id=9034
2013-10-25 06:41:47 +00:00
dholland
6274b71980 nhc98 2013-10-25 06:30:27 +00:00
dholland
a5ef90ff9d Update to 1.22.
Does not include all the changes in PR 45318, some of which need
further investigation.

pkgsrc changes:
   - update MASTER_SITES and HOMEPAGE
   - remove LP64 restriction (LP64 platforms are supported using -m32)
   - add destdir support (provided by upstream) and lift BROKEN
   - remove some pkglint
   - mark MAKE_JOBS_SAFE=no
   - add readline.bl3.mk
   - patch-ag was applied upstream
   - remove patch-ah and handle the issue involved a cleaner way

Caution: so far the LP64 build does not actually work yet, -m32
notwithstanding; it dies with
   PreludeList.init: empty list
   PreludeList.init: empty list
   PreludeList.init: empty list
i386 works though.

Upstream changes:

nhc98 1.22 (2010-07-09) features

    There are no new features, just an update to the current set of
    libraries as of the release date.

nhc98 1.20 (2007-11-22) features

    New: Pattern guards are supported.
    New: More hierarchical libraries have been added to the base package.
    Bugfix: Now builds on 64-bit machines (in 32-bit mode)
    Bugfix: Newer version of hmake (3.13)
    Bugfix: The evil mangler is now less evil (and more robust)
    Bugfix: Add a workaround for the hi-membug that caused build
            failures on many recent Linux platforms.
    Bugfix: Lexical error on varid _2a is fixed.
    Bugfix: Renaming bug in newtype A a = A a.
    Bugfix: hp2graph problem with x-axis resolution in interval (-i) sampling.
    Bugfix: hp2graph end-of-file parsing bug.
    New: The runtime system code is now documented using funnelweb.
2013-10-25 06:25:18 +00:00
dholland
b2895adefc Commit partial update to 1.22 so I can work on it on multiple
machines. Doesn't build yet, so leave the package marked BROKEN.
2013-10-25 04:09:14 +00:00
jperkin
30dfb8dd6f Apply upstream patch to fix build on OSX. 2013-10-24 22:18:03 +00:00
jperkin
846e1277e9 Fix build on OSX. 2013-10-24 21:19:12 +00:00
martin
33ed66cfcc Ooops, stupid typo in previous 2013-10-24 19:25:43 +00:00
martin
9bd6ddf2ed Add a few VAX specific changes. 2013-10-24 18:31:12 +00:00
jperkin
7f68284231 Fix build on OSX 10.6, and possibly later. 2013-10-24 17:48:53 +00:00
ryoon
a99c25376a Updated games/py-renpy to 6.15.7nb1 2013-10-24 12:44:28 +00:00
ryoon
606d236559 Use devel/py-game instead. 2013-10-24 12:43:52 +00:00
ryoon
935f67a1e2 Revbump from devel/py-game update 2013-10-24 12:32:38 +00:00
ryoon
f18d178a7e Remove obsolete patch and regen distinfo.
checksum for tar ball is fixed.
2013-10-24 12:20:46 +00:00
ryoon
415dcdf343 Updated devel/py-game to 1.9.1 2013-10-24 12:09:45 +00:00
ryoon
7204f6815e Update to 1.9.1
Changelog:
1.9.1
Support for setuptools-based installs was fixed.

1.9.0
Many fixes and improvements were made. More changes have gone
into this release than any other pygame release. Experimental camera
webcam, midi, and gfxdraw modules were added. Bugfixes were made
for backwards compatibility issues introduced in the pygame 1.8.x
series. Old games like solarwolf and libraries like PGU work again.
Py3k and Nokia mobile phone S60 are supported. Mac OS X support
was improved by dropping the pyobjc dependency, improving the
installer, and making sysfont work. pygame.examples and pygame.tests
are available as modules. The examples were cleaned up. py2app and
py2exe support were improved.
2013-10-24 12:08:22 +00:00
ryoon
548d938028 Remove py-pygame line 2013-10-24 12:03:59 +00:00
ryoon
b06aa26284 Remove py-pygame 2013-10-24 12:03:00 +00:00
ryoon
dae7379aab Remove duplicated package (devel/py-game). 2013-10-24 12:02:44 +00:00
ryoon
a7cd56384f Regen distinfo. 2013-10-24 12:01:46 +00:00
jperkin
4537ae40c8 Fix build on SunOS. Patch from Sebastian Wiedenroth. 2013-10-24 11:34:49 +00:00
jperkin
64a95d7746 Updated mail/ssmtp to 2.64 2013-10-24 11:31:22 +00:00
jperkin
63b0c38e07 Update ssmtp to 2.64. Changeset from Thomas Merkel.
Changes since 2.61 are difficult to ascertain.  There is no useful
upstream changelog, and the full Debian one primarily includes
packaging changes only.  However, there appear to have at least been
some security fixes.
2013-10-24 11:31:10 +00:00
jperkin
b020f21022 Updated net/puf to 1.0.0 2013-10-24 11:01:03 +00:00