Commit Graph

80373 Commits

Author SHA1 Message Date
sthen
25aab5e938 God was missed when bumping Ruby C extensions. Pointed out by nigel@ 2013-01-10 22:33:57 +00:00
espie
2ca4447e66 get rid of show-prepare-results temp file, add glue to synchronize to
normal log.
2013-01-10 21:41:55 +00:00
chrisz
9cbe06056e work around nl_langinfo(CODESET) returning 646 in "C" locale
see
http://hackage.haskell.org/trac/ghc/ticket/4080
http://www.haible.de/bruno/packages-libcharset.html

OK jasper@, avsm@
2013-01-10 18:55:30 +00:00
sthen
bcb2c19a24 update ettercap to 0.7.5.1 but also mark it as BROKEN; mutex locking
problems at runtime means this no longer works since the move to rthreads.
2013-01-10 18:11:14 +00:00
brad
733c580715 Update to transmission 2.76.
ok naddy@
2013-01-10 18:11:00 +00:00
espie
643f85b498 create pkgpaths objects is rather costly, so first do a string comparison
instead of creating the same object again and again.

removes *most* of the calls to PkgPath->create/compose !
2013-01-10 16:20:10 +00:00
pascal
05fd655191 Bring in some WIP mips64 work; fails atm due to a binutils bug when linking
liblto_plugin.so:

/usr/bin/ld: not enough GOT space for local GOT entries
/usr/bin/ld: BFD 2.15 internal error, aborting at
/usr/src/gnu/usr.bin/binutils/bfd/elfxx-mips.c line 6483 in _bfd_mips_elf_relocate_section

with/tested by jasper@
2013-01-10 15:00:55 +00:00
jasper
ca41e5c20e this needs gfortran instead of g77 to build
ok sthen@
2013-01-10 14:43:46 +00:00
dcoppa
26db2c5e5e Bugfix update to mpd-0.17.3
Ok landry@
2013-01-10 14:01:51 +00:00
ajacoutot
10a2e01f67 Update to gnome-color-manager-3.6.1. 2013-01-10 13:53:56 +00:00
ajacoutot
6c700597fb Bugfix update to polkit-0.110. 2013-01-10 13:53:24 +00:00
espie
647327b6ba don't go thru patch/configure/build for very small ports. 2013-01-10 12:27:21 +00:00
bentley
41893cf148 Update to ngpsice-25.
Release notes: http://ngspice.git.sourceforge.net/git/gitweb.cgi?p=ngspice/ngspice;a=blob;f=NEWS

ok benoit@
2013-01-10 12:19:50 +00:00
espie
aa851e66b1 keep a trace of "small" ports: we won't log every detail concerning
these
2013-01-10 12:05:55 +00:00
espie
1d0a9bd7bb say goodbye to prepare/show-prepare-results,
there's no need for a separate step: show-prepare-results should be
practically instantaneous, and if there's noise, prepare will exit(1)
anyways.
just need to explicitly log the output of prepare.
2013-01-10 12:04:23 +00:00
espie
2abd089617 there's no need to fork a process if the checksums are all cached 2013-01-10 12:00:38 +00:00
espie
d4a9b9d633 use new functions to simplify 2013-01-10 11:56:53 +00:00
jasper
9fed2251d9 commmitted upstream 2013-01-10 11:13:39 +00:00
espie
dd11c9037a deleting DIST from child is pointless, do a proper finalize 2013-01-10 10:35:36 +00:00
espie
48c91e1d7f 'memoryhog' property: avoid starting two such jobs on the same host, if
possible (mostly to be used for moz stuff which gobbles huge amounts of
memory while linking)
2013-01-10 10:30:13 +00:00
espie
e2925ad3b7 zap info DIST if we don't actually need it. 2013-01-10 10:28:29 +00:00
espie
af0beabf88 a bit of refactoring: provide simple ways to check DPB_PROPERTIES without
having a hash element spring into existence, and to list jobs running on
the same host.
2013-01-10 10:26:34 +00:00
espie
ba805a9329 small optimization, fullpkgpath is expensive, and ordering by pkgpath is
vastly enough in the current case
2013-01-10 10:25:25 +00:00
dcoppa
f991dc42d6 Fix IPC messages writes with low buffer sizes
(upstream git commit f5b7bfb12ef74ddbf250e5076bbfaafd0027474c)

This fixes a problem (reported by jasper@) where i3bar would exit
due to malformed IPC messages when switching workspaces with some
windows opened.

OK jasper@
2013-01-10 08:20:52 +00:00
jasper
7fdd5b8f74 - fix a mistake introduced in -r1.8, this also fixes a conflict with luastdlib,
as noticed by sthen@
2013-01-10 07:10:15 +00:00
sthen
4ecdcf7502 mark conflict: textproc/idiff, graphics/openimageio 2013-01-09 23:24:08 +00:00
sthen
96c476d90f mark conflict: astro/jday, net/netatalk 2013-01-09 23:06:24 +00:00
sthen
a09312d7e2 mark conflict: misc/cmdpack, math/ecm 2013-01-09 23:00:51 +00:00
jasper
6a13ee739a - update to argtable-2.13 2013-01-09 21:51:48 +00:00
sthen
26aa57248c bugfix update to squid-3.2.6 2013-01-09 21:41:48 +00:00
sthen
8074c7da31 use the correct libtool for fuse; avoids a hidden dep in their bundled
copy of libtool on gtar, which can break with dpb junking.  sync WANTLIB
while there.
2013-01-09 21:14:34 +00:00
jasper
feab4fb450 unbreak on mips64el by compiling the extensions with -O1.
with help from jeremy@ on figuring out the needed CONFIGURE_ARGS
2013-01-09 19:24:27 +00:00
ajacoutot
3edea3b0b7 Re-introduce REVISION-pilot which was wrongly removed.
Add REVISION-pilot.

spotted by nigel@
2013-01-09 17:42:43 +00:00
jeremy
b52e74b175 Update to sequel_pg 1.6.3. 2013-01-09 17:41:40 +00:00
jeremy
0ce15c9e7e Update to sequel 3.43.0. 2013-01-09 17:41:16 +00:00
jeremy
548999c1f1 Update to pg 0.14.1. 2013-01-09 17:40:41 +00:00
jeremy
973942dc66 Update to nokogiri 1.5.6. 2013-01-09 17:39:57 +00:00
jeremy
fce8bfc4d3 Revision bump ruby C extension ports after addition of pthread to
WANTLIB.

OK sthen@
2013-01-09 17:38:52 +00:00
jeremy
ff1c01cb9b Add pthread to WANTLIB for ruby C extensions on ruby 1.9, since on ruby
1.9 they are linked to pthread.

OK sthen@
2013-01-09 17:38:03 +00:00
benoit
fded1bb34f - update py-authres to 0.402
- update license
- regen PLIST
2013-01-09 16:33:46 +00:00
benoit
836b197ab9 - update py-ftpdlib to 0.7.0
- add MODPY_SETUPTOOLS
- regen PLIST

Tested by Juan Francisco Cantero Hurtado
2013-01-09 16:09:32 +00:00
benoit
f0f3a6ab0f - update p5-DateTime-Format-Strptime to 1.52
- remove USE_GROFF
- add EPOCH
2013-01-09 15:51:33 +00:00
ajacoutot
5a0c831a72 Tweaked and committed upstream. 2013-01-09 15:32:33 +00:00
benoit
9821b006b9 - update p5-DateTime-Format-Builder to 0.80
- remove USE_GROFF
- add EPOCH
2013-01-09 13:12:21 +00:00
sthen
e89d7721ca use MODPY_EGG_VERSION which gets automatically subst'ed in the PLIST, ok stsp@ 2013-01-09 12:40:38 +00:00
benoit
25ae818f78 - update py-coverage to 3.5.3
- update WANTLIB
2013-01-09 12:22:30 +00:00
rpointel
f79b93f82f Update MoinMoin to 1.9.6.
ok fgsch@ sthen@
2013-01-09 11:56:34 +00:00
rpointel
41ef907fd4 Update tortoisehg to 2.6.2.
ok sthen@.
2013-01-09 11:55:13 +00:00
rpointel
12c7b4dbd0 Update mercurial to 2.4.2 and regen patch.
ok benoit@ sthen@.
2013-01-09 11:54:38 +00:00
benoit
7e7de2061b - update py-gunicorn to 0.17.0
- update license and REGRESS_DEPENDS
- regen PLIST
2013-01-09 11:51:29 +00:00