zhuk
f70cacc83d
Fixup header name in manual page.
...
"yep" sthen@
2013-02-07 12:30:44 +00:00
ajacoutot
b69b04381c
Looks like upstream rerolled the archive...
...
reported by Scott McEachern
2013-02-07 07:54:40 +00:00
sthen
878aa21199
update to OpenOCD 0.6.1, change to new homepage etc.
...
thanks Raphael Graf for testing - maintainer timeout
2013-02-07 00:02:30 +00:00
bluhm
1f76963665
update p5-Devel-NYTProf to 4.24
2013-02-06 22:37:47 +00:00
kurt
e0b3fdf889
- Fix java.lang.UnsatisfiedLinkError: java.awt.Toolkit.initIDs by
...
correcting awt Makefile merge error.
2013-02-06 22:08:33 +00:00
jasper
add6bcd42c
- update to maven-3.0.4
...
ok kurt@
2013-02-06 17:46:44 +00:00
ajacoutot
476de5a7aa
Fix a crasher (upstream).
2013-02-06 14:29:49 +00:00
ajacoutot
e953a008f8
Quiet gconftool-2:
...
gconf_ping() will try to shutdown gconfd, but since installing pkg is
done as root, there is not gconfd nor dbus that can be started when
DISPLAY isn't set and an annoying warning is issued.
discussed with espie@
2013-02-06 14:23:06 +00:00
ajacoutot
bbd59bd581
Don't use a versioned docdir.
...
ok zhuk@
2013-02-06 07:17:44 +00:00
ajacoutot
1d0b43f7c9
Update to libaudiofile-0.3.5.
2013-02-06 07:13:57 +00:00
zhuk
d4febe6053
Link qjson and sparsehash to build.
2013-02-05 11:16:14 +00:00
ajacoutot
cf54f2a184
Set the full path to gtar and do not hardcode /usr/local.
2013-02-05 10:39:29 +00:00
zhuk
0eecae0c1b
An extremely memory-efficient hash map implementation. 2 bits/entry
...
overhead! The SparseHash library contains several hash map
implementations, including implementations that optimize for space
or speed.
These hashtable implementations are similar in API to SGI's hash_map
class and the tr1 unordered_map class, but with different performance
characteristics. It's easy to replace hash_map or unordered_map by
sparse_hash_map or dense_hash_map in C++ code.
They also contain code to serialize and unserialize from disk.
This is a prerequisite of upcoming Clementine.
okay@ landry
2013-02-05 10:36:34 +00:00
jasper
b80ae39ba3
- fixup stupid pkgname
2013-02-05 10:32:31 +00:00
zhuk
719da6edba
QJson is a Qt-based library that maps JSON data to QVariant objects.
...
JSON arrays will be mapped to QVariantList instances, while JSON's
objects will be mapped to QVariantMap.
This is prerequisite of Clementine and many KDE4 ports.
okay landry@
2013-02-05 10:31:01 +00:00
jasper
4e8d44d124
- update jenkins to 1.500
...
- expand README/DESCR/SECURITY
ok gonzalo@ ian@ (MAINTAINER)
2013-02-04 16:26:59 +00:00
bcallah
eda31a8d89
'tmw' => 'manaplus'
2013-02-04 15:11:31 +00:00
jasper
4b67be5862
move EXTRACT_SUFX into Makefile.inc
2013-02-04 13:13:39 +00:00
jasper
46c9af33b3
move CATEGORIES into Makefile.inc
2013-02-04 13:11:43 +00:00
jasper
8bdb5c4789
- start COMMENT with a lowercase letter
...
- and no need to explain what subversion is anymore
2013-02-04 13:06:28 +00:00
kurt
45bb6f02db
- Fix intermittent segfaults by enabling UseMembar by default.
2013-02-03 21:03:39 +00:00
jasper
966922c982
import json_pure-1.7.6
...
This is a implementation of the JSON specification according to RFC 4627. You
can think of it as a low fat alternative to XML, if you want to store data to
disk or transmit it over a network rather than use a verbose markup language.
ok jeremy@
2013-02-03 16:45:57 +00:00
jasper
4e1badbd38
sync
2013-02-03 16:45:22 +00:00
jasper
60ebf34b3b
add MODJAVA_*_DIR to SUBST_VARS.
...
ok kurt@
2013-02-03 15:03:03 +00:00
bcallah
6a440f0d69
Update guichan to 0.8.2 and take MAINTAINER.
...
ok armani@ (previous MAINTAINER) jasper@
2013-02-03 14:48:03 +00:00
kurt
97a9d398c2
- Fix MulticastSocket.setInterface(). Report and fix from Oliver
...
Lehmann on bsd-port list.
2013-02-02 17:41:18 +00:00
kurt
ee1a62881f
- Restore poll(2) based NET_Timeout implementation that was changed
...
to select(2) for MacOSX support. The select based implementation
was causing crashes under load for at least FreeBSD.
- Fix MulticastSocket.setInterface(). Report and fix from Oliver
Lehmann on bsd-port list.
2013-02-02 17:39:23 +00:00
espie
1952a1b4b8
directly link with dvdcss, we've been run-depending on it for ages anyhows.
2013-02-02 11:47:47 +00:00
sthen
7828965ecc
use OSREV in PLIST/SUBST_VARS to handle 5.3. bump.
2013-02-02 10:35:24 +00:00
zhuk
7e51b545ed
Hook up devel/automoc to build.
2013-02-02 09:55:51 +00:00
zhuk
5570fac61a
Import devel/automoc. This is actually x11/kde4/automoc, with patch for
...
new Boost. It's silly to have other ports depend on x11/kde4/automoc
since the latter isn't linked to builds, and x11/kde4 should contain KDE SC
only eventually anyway.
ok espie@
2013-02-02 09:42:07 +00:00
naddy
cbeb31112b
bump for plist changes 5.2 -> 5.3
2013-02-01 16:34:36 +00:00
kurt
27d793f51d
- Update to openjdk6 u32 which is licensed under the GPL and allows
...
packages.
- Initial BSD patchset from FreeBSD openjdk6 port.
- New bootstrap method. Since ecj is not able to bootstrap openjdk6
without heavy patching, use a functional bootjdk to build.
- Add a target for building the bootjdk called build-bootjdk.
- Apply IcedTea AppletHole patches for icedtea-web support.
- Backport patch to serialize gconf client access which corrects
gconf/dbus related crashes. From Christian Schulte Upstream
CR 7188755.
- Reapply audio support from jakemsr@.
- Port change for CWM. Recognize CWM as a Non-Reparenting window
manager.
- Backport various openjdk7/bsd-port upstream fixes both specific
to OpenBSD and general.
Tested by landry@ espie@ and others.
2013-02-01 15:34:35 +00:00
stu
5e41f86f8e
Cleanup: Remove unnecessary depends and modules usage.
...
Thanks to sthen@
ok landry@, sthen@
2013-02-01 15:13:39 +00:00
brad
7853b0e90b
Update to automake 1.13.1.
...
ok ajacoutot@
2013-02-01 04:19:05 +00:00
benoit
0c161a72a8
- update git to 1.8.1.2
...
ok dcoppa@
2013-01-30 12:16:13 +00:00
jasper
f76199953f
- update to fribidi-0.19.5
...
* adds support for unicode 6.2.0
2013-01-29 14:55:49 +00:00
tobiasu
166aa5bddb
Fix symbol names of assembly routines for SH.
...
ok naddy@
2013-01-29 12:40:05 +00:00
nigel
e7df779f8b
Fix typo in REGRESS_DEPENDS
...
Ok sthen@
2013-01-28 14:09:12 +00:00
jasper
1cc8e82af9
sync
2013-01-28 08:19:06 +00:00
jasper
15f2131cda
import bpython-0.12
...
bpython is a fancy interface to the Python interpreter
It has the following (special) features:
- In-line syntax highlighting.
- Readline-like autocomplete with suggestions displayed as you type.
- Expected parameter list for any Python function.
- "Rewind" function to pop the last line of code from memory and
re-evaluate.
[...]
ok aja@
2013-01-28 08:18:19 +00:00
kurt
5f1b7ee832
- Update download location for the BSD patchset
2013-01-27 20:10:10 +00:00
robert
c999119e76
add the latest libvmime patches
2013-01-27 13:07:10 +00:00
nigel
158457f4c1
PLIST sync for doxygen 1.8.2
...
Ok sthen@
2013-01-26 23:58:36 +00:00
sthen
d0cd1c14a8
add pear-Date-Holidays-Turkey, from maintainer Johan Huldtgren, ok benoit@
2013-01-26 20:37:47 +00:00
sthen
20e289fba1
pear-date-holidays updates, from maintainer Johan Huldtgren
2013-01-26 14:46:28 +00:00
brad
9ca15ca9f7
Update libmtp to 1.1.5.
...
Started by LEVAI Daniel and I patched it so it will build with older
GCC versions due to the use of __builtin_bswap32.
ok sthen@
2013-01-26 09:46:35 +00:00
benoit
b59c70556b
- update p5-Test-Deep to 0.110
...
- regen PLIST
- update patches
- remove USE_GROFF
from David Hill, maintainer timeout
2013-01-25 16:27:10 +00:00
benoit
328ae7e2b1
- update py-altgraph to 0.10.1
...
- regen PLIST
2013-01-25 15:59:59 +00:00
dcoppa
9746e8c68f
Update to git-1.8.1.1
...
ok sthen@, pascal@, benoit@ (maintainer)
2013-01-25 08:14:59 +00:00
kurt
c90f34fd25
- Add missing KQueueArrayWrapper symbols to nio mapfile-bsd to correct
...
UnsatisfiedLinkErrors.
2013-01-24 23:14:54 +00:00
ajacoutot
463a641c07
Add comment about --disable-Bsymbolic.
2013-01-24 07:31:58 +00:00
zhuk
cb49dfd663
Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde.
...
This just unbreaks build of the port, no need to bump REVISION.
Tested in a bulk, input and okay by landry@
Reviewed by ajacoutot@ too
2013-01-23 21:16:30 +00:00
ajacoutot
bdc2476119
Update to harfbuzz-0.9.12.
2013-01-23 18:09:28 +00:00
benoit
ef25747e14
- update py-py to 1.4.12
...
ok eric@
2013-01-23 11:44:37 +00:00
ajacoutot
324039d9d6
Update to gconf2-3.2.6.
2013-01-22 06:10:28 +00:00
naddy
cb61facb5d
maintenance update to 0.18.2
2013-01-21 22:08:52 +00:00
bcallah
ff6aa1210f
Welcome mips64* to the JavaScript world.
...
Help and edits from landry@
ok landry@
2013-01-21 20:02:09 +00:00
jasper
e1c1198097
- update to spice-protocol-0.12.3
2013-01-21 18:05:00 +00:00
jasper
4d951c93b9
missed in previous
2013-01-21 15:17:08 +00:00
jasper
f96201ea46
un-bullshitbingo DESCR a tad.
2013-01-21 15:15:33 +00:00
jasper
679023ee94
sync
2013-01-21 14:35:47 +00:00
jasper
a5016e2a54
import legit-0.1.1
...
Legit is a complementary command-line interface for Git, optimized for
workflow simplicity. It is heavily inspired by GitHub for Mac.
ok aja@
2013-01-21 14:31:53 +00:00
jasper
dd827f8d8e
import py-smmap-0.8.2
...
Pure git implementation of a sliding window memory map manager.
When reading from many possibly large files in a fashion similar to
random access, it is usually the fastest and most efficient to use
memory maps.
ok aja@
2013-01-21 14:31:24 +00:00
jasper
b4b56b9e38
import py-gitpython-0.3.2
...
GitPython provides object model read and write access to your git
repository. Access repository information conveniently, alter the index
directly, handle remotes, or go down to low-level object database access
with big-files support.
ok aja@
2013-01-21 14:30:56 +00:00
jasper
5d03dad969
import py-gitdb-0.5.4
...
GitDB is a pure-Python git object database.
ok aja@
2013-01-21 14:30:24 +00:00
jasper
38a8063bba
import py-clint-0.3.1
...
Clint is a module filled with a set of awesome tools for developing
commandline applications.
ok aja@
2013-01-21 14:29:50 +00:00
jasper
d41ca7f637
import py-async-0.6.1
...
Async is a framework to process interdependent tasks in a pool of
workers.
ok aja@
2013-01-21 14:28:55 +00:00
ajacoutot
8d7372a925
Update to check-0.9.9.
2013-01-21 13:01:48 +00:00
benoit
a137e30595
- bump REVISION
...
Drop maintainership.
2013-01-21 10:21:52 +00:00
kili
be7ce949cf
Regenerate plist for profiling libs.
2013-01-20 17:56:05 +00:00
espie
64075f7ae2
no cookie for brad and sthen.
...
you guys are expected to fully test that shit.
2013-01-20 15:11:22 +00:00
kurt
4fab9ed37d
Update to 7u11. Security: CVE-2013-0422
...
- Update man patchset to upstream bsd-port at u10
- u11 patchset from FreeBSD/Greg Lewis's port
2013-01-18 22:30:43 +00:00
dcoppa
ec9f3212ec
Fix a couple of crashers, from upstream:
...
Bugfix: don't crash when a target is expected but is not available
(upstream git commit e767ffcda58ab73cf2c4394202eec7ae1f6035b5)
Bugfix: don't crash if the link.txt file contains empty lines
(upstream git commit 8ff1d4714fb7cd42eb3cd8db041b529e433eb7c8)
2013-01-18 22:17:06 +00:00
steven
0c4ecaeade
update to 0.36.1 (this is a stable branch)
2013-01-18 19:08:26 +00:00
jasper
b6a2eddaf8
sync
2013-01-18 18:05:35 +00:00
jasper
c727b5628f
import ruby-yajl 1.1.0
...
This gem is a C binding to the excellent YAJL JSON parsing and
generation library.
feedback/ok jeremy@
2013-01-18 18:04:52 +00:00
jasper
28ae2b3163
sync
2013-01-18 17:08:58 +00:00
jasper
4d01fb7719
import ruby-rb-gsl-1.14.7
...
Ruby/GSL is a Ruby interface to the GNU Scientific Library, for
numerical computing with Ruby.
ok jeremy@
2013-01-18 17:07:32 +00:00
jasper
179a4c5428
import ruby-narray-0.6.0.4
...
NArray is an Numerical N-dimensional Array class. Supported element
types are 1/2/4-byte Integer, single/double-precision Real/Complex, and
Ruby Object. This extension library incorporates fast calculation and
easy manipulation of large numerical arrays into the Ruby language.
NArray has features similar to NumPy, but NArray has vector and matrix
subclasses.
ok jeremy@
2013-01-18 17:06:33 +00:00
ajacoutot
6a79d6a0c7
Minor udate to libidn-1.26.
2013-01-18 10:40:26 +00:00
kili
7b2f513065
Unbreak with hs-tar-0.4.0.1.
...
Also, update to darcs-2.8.3.
2013-01-17 13:19:05 +00:00
ajacoutot
01d915e265
Mark BROKEN on powerpc.
...
* It appears that your Fortran 77 compiler is unable to produce working
* executables. A simple test application failed to properly ...
2013-01-17 08:37:58 +00:00
kili
5e6061c30b
Update to hs-tar-0.4.0.1.
2013-01-16 19:18:28 +00:00
kili
4ae7c610ab
Bump after update of hs-tagsoup (library signature change).
2013-01-16 18:31:25 +00:00
benoit
2c139e99f0
- update py-minimock to 1.2.7
...
- update HOMEPAGE
- regen PLIST
2013-01-16 09:27:10 +00:00
benoit
0a73318ba6
- update py-mox to 0.5.3
2013-01-16 08:59:06 +00:00
jasper
4c9b2e1f9e
remove emacs-python, the port is outdated and a nightmare to update; whereas the
...
version available through ELPA is up-to-date and easy to keep updated.
ok gsoares@
2013-01-16 07:47:18 +00:00
jasper
1b37551929
unhook emacs-python
2013-01-16 07:47:10 +00:00
brad
858b804f37
Allow SDL to utilize symbol visibility with GCC 3 so it can
...
build on shared archs using GCC 3.
ok sthen@
2013-01-16 01:49:02 +00:00
ajacoutot
54455cc288
Bugfix update to libsoup-2.40.3.
2013-01-15 07:11:52 +00:00
kurt
583abee1c0
Update jdk 1.7 to u9 level:
...
- Update to u6 via patchset from upstream bsd_port and u6 source from Oracle
- Copied u6 -> u9 patchset from FreeBSD/Greg Lewis's port
- Updated classloader patch from Matthew Dempsky (matthew@)
okay landry@
2013-01-14 20:16:56 +00:00
jeremy
b38e4726fb
Remove www/ruby-rails and dependencies. The current version is
...
out of date and subject to serious security vulnerabilities, updating
it causes a lot of ports churn for little benefit, and nobody has
offered to maintain it.
OK ajacoutot@, jcs@, jasper@
2013-01-14 19:31:42 +00:00
brad
052d9fba13
Update to automake 1.12.6.
...
ok ajacoutot@
2013-01-14 12:21:59 +00:00
landry
88a9d7f4aa
Fix xdg-screensaver: we don't have mv -T.
...
ok ajacoutot@
2013-01-13 19:32:12 +00:00
naddy
471464214b
don't use RUN_DEPENDS=${BUILD_DEPENDS} as it mistakenly picks up gmake
...
ok edd@
2013-01-13 15:42:12 +00:00
sthen
0f5ba4f288
update to Test::NoWarnings 1.04, from dhill, ok bluhm (maintainer timeout)
2013-01-13 09:28:09 +00:00
sthen
31401e7d30
update to Test::Tester 0.108, from dhill, ok bluhm (maintainer timeout)
2013-01-13 09:28:00 +00:00
benoit
daa83c5d62
- update py-bytecodeassembler to 0.6
...
- regen PLIST
OK martynas@ (maintainer)
2013-01-13 08:16:21 +00:00
benoit
114af306c1
- bump REVISION
...
Drop maintainership.
2013-01-12 15:15:23 +00:00
shadchin
c2e430df97
Update to tkdiff-4.2.
...
tweaks and ok sthen@, maintainer timeout
2013-01-12 14:11:27 +00:00
brad
9c69ff7d5c
Add ONLY_FOR_ARCHS and only allow this for gcc4 and no shared archs.
...
SDL requires symbol visibility support on a shared arch.
ok sthen@
2013-01-12 12:34:21 +00:00
brad
54618b3ac8
Add ONLY_FOR_ARCHS and mark for gcc4 archs.
...
ok sthen@
2013-01-12 11:46:28 +00:00
ajacoutot
ae5fbe63d8
Bump after libsigc++-2 -docs => -main merge.
2013-01-11 13:44:24 +00:00
ajacoutot
fc68f74456
Merge -docs into -main; the package is small so there is no point in
...
complicating things.
2013-01-11 13:43:59 +00:00
ajacoutot
577bf9dd4c
grr forgot this bit in previous.
2013-01-11 13:18:36 +00:00
ajacoutot
bba18bd29d
Merge -docs into -main; the package is small and there's absolutely no
...
reason to split it.
Remove gcc3 patch.
ok jasper@
2013-01-11 13:11:23 +00:00
ajacoutot
63b844e12c
Properly decode schema overrides in dconf-editor (from upstream).
2013-01-11 10:09:20 +00:00
ajacoutot
f3bf80c9d4
Fix gschema.override files naming.
2013-01-11 10:07:46 +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
jasper
ca41e5c20e
this needs gfortran instead of g77 to build
...
ok sthen@
2013-01-10 14:43:46 +00:00
jasper
6a13ee739a
- update to argtable-2.13
2013-01-09 21:51:48 +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
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
benoit
25ae818f78
- update py-coverage to 3.5.3
...
- update WANTLIB
2013-01-09 12:22:30 +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
nigel
d937c3c083
Remove ocaml-qtest from REGRESS_DEPENDS until available else breaks sqlports
...
Ok sthen@
2013-01-09 10:29:47 +00:00
sthen
dc92ea6191
Clean git/patches/patch-Makefile by using MAKE_FLAGS instead of MAKE_ENV
...
when overriding variables defined in git's Makefile. (REGRESS_SHELL remains
in MAKE_ENV as it's used by child make processes which don't pass the flags
across). Regen PLIST while there & typo fix in comment. ok benoit@
2013-01-09 09:46:54 +00:00
sthen
a854bd3ef6
update to cvs2svn-2.4.0
2013-01-09 00:07:30 +00:00
brad
dd48930e8d
Update to nasm 2.10.07.
...
ok sthen@
2013-01-09 00:02:15 +00:00
benoit
ee24fdc15e
- update p5-Devel-StackTrace to 1.30
...
- remove USE_GROFF
from David Hill
2013-01-08 21:58:08 +00:00
chrisz
d9399918cd
update to version 2.0.0
...
regression tests depend on qtest.
They will be broken until qtest is in ports, too.
OK jasper@, avsm@
2013-01-08 21:50:17 +00:00
benoit
544fa4bfac
- update p5-Log-Any to 0.14
...
- update maintainer email
from David Hill (maintainer)
2013-01-08 19:37:31 +00:00
benoit
f2a631d8ae
- update libclog to 0.6.3
...
from David Hill (maintainer)
2013-01-08 17:07:21 +00:00
benoit
4b25a68348
- update libexude to 0.7.2
...
from David Hill (maintainer)
2013-01-08 17:02:32 +00:00
ajacoutot
d3467eb646
Skip /socket/ipv6_v4mapped, we don't support that.
2013-01-08 10:43:58 +00:00
brad
c54dae5771
Add some initial bits for mips64 to pass down the proper flags
...
to the assembler and linker. Still work in progress.
ok sthen@
2013-01-08 10:14:13 +00:00
brad
48a783ee6f
- Remove USE_LIBTOOL and explicit CONFIGURE_STYLE as the CMake
...
module does that for us
- Shuffle some of the Makefile bits around
ok sthen@
2013-01-08 09:53:46 +00:00
dcoppa
e882f7326a
Update to luafs-1.6.2
...
ok jasper@
2013-01-07 22:13:40 +00:00
sthen
5138e79cd3
bugfix update to 3.1.9
2013-01-07 14:25:58 +00:00
benoit
f32fef97e5
- update py-asn1 to 0.1.6
2013-01-07 09:12:22 +00:00
bluhm
59d35ae7b0
update p5-Devel-NYTProf to 4.23
2013-01-07 00:11:21 +00:00
benoit
004e2c6fd8
- update py-addons to 0.7
...
- update licence
ok martynas@ (maintainer)
2013-01-06 09:14:42 +00:00
benoit
4ca54cd200
- update py-country to 0.14.7
...
- regen PLIST
- add EXTRACT_SUFX and post-configure
tweaks and ok sthen@
2013-01-05 23:15:50 +00:00
zhuk
71621329ce
Build and install Qt debugging helper library for system Qt with QtCreator,
...
and allow it being automatically loaded even when debugging external
applications.
While there, mark QtCreator as SHARED_ONLY, as the Qt4 itself already is.
ok espie@
2013-01-05 20:32:02 +00:00
benoit
3b3ee3248a
- update py-setproctitle to 1.1.6
...
- remove mpi@ from maintainer as per his request.
ok mpi@
2013-01-05 15:18:54 +00:00
ajacoutot
86e072dbb6
Update to harfbuzz-0.9.10.
2013-01-05 13:29:03 +00:00
benoit
3a19786123
-update py-parsing to 1.5.7
...
- regen PLIST
2013-01-05 13:10:19 +00:00
stsp
d67ed574b8
Update to Subversion 1.7.8. ok benoit
2013-01-05 12:53:08 +00:00
benoit
ea7801691a
- update py-mxDateTime to 3.2.5
...
- update WANTLIB
- regen PLIST
tweaks and ok shadchin@
2013-01-05 10:49:53 +00:00
benoit
b3cf4cf57b
- update py-isodate to 0.4.9
...
- regen PLIST
ok shadchin@
2013-01-05 10:40:09 +00:00
benoit
9b73454dcf
- update py-monthdelta to 1.0b
...
- update licence
- add MODPY_SETUPTOOLS
- regen PLIST
- remove mpi@ from maintainer as per his request.
ok mpi@
2013-01-04 13:56:21 +00:00
ajacoutot
7281e1c290
Fix sed(1) usage to open the proper application according to its mime
...
type.
breakage reported by edd@, fixed by sthen@
2013-01-04 11:42:18 +00:00
benoit
8402ab39ca
- update cscope to 15.8a
...
- remove USE_GROFF
ok tobiasu@
2013-01-04 09:28:30 +00:00
sthen
aee61e57a7
Update py-hg-git to 0.3.4, from Dmitrij D. Czarkoff, plus an ugly tweak to get
...
a sensible distfile name from me. (Previous version doesn't work with current
Mercurial).
2013-01-04 01:30:47 +00:00
brad
ac1ecd7415
Silence some warnings and allow passing down some feature flags to the linker.
...
ok sthen@
2013-01-04 01:10:30 +00:00
benoit
4eed0e3ae9
- update libee to 0.4.1
...
- bump SHARED_LIBS
- regen PLIST
From David Hill
2013-01-03 16:26:40 +00:00
landry
af5b8cfb2b
Revert r1.4 (remove NOT_FOR_ARCHS=hppa) now that dpb has been told to
...
properly ignore paths with non-existent RUN_DEPENDS in DPB/Engine.pm r1.66..
i'll see what happens in next bulk.
2013-01-03 16:17:18 +00:00
benoit
4f5907437a
- update libestr to 0.1.4
...
From David Hill
2013-01-03 16:05:40 +00:00
espie
1d27848ff3
use new dpb annotation to work around bug in dependency scanners.
...
as discussed with dcoppa@, sthen@
2013-01-03 15:48:42 +00:00
landry
a2d353bcd7
Mark as NOT_FOR_ARCHS=hppa, it run_depends on coccinelle which depends on
...
ocaml which is not available on hppa. Makes sure that dpb doesnt try to
build it.
2013-01-02 15:42:02 +00:00
ajacoutot
114df9ce77
ARCH -> MACHINE_ARCH to unbreak.
2013-01-02 09:12:57 +00:00
dcoppa
d16c6eb57e
Do not pick up gmake first if installed (even without 'USE_GMAKE=Yes')
...
Add '--parallel=${MAKE_JOBS}' to CONFIGURE_ARGS
Add '--verbose' to CONFIGURE_ARGS
Remove USE_GROFF
2013-01-02 08:59:59 +00:00
ajacoutot
04254bc657
This is BROKEN on powerpc.
...
/usr/local/libexec/cil/obj/x86_OPENBSD/cilly.asm.exe does not exist
/usr/local/libexec/cil/obj/x86_OPENBSD/cilly.byte.exe does not exist
2013-01-02 08:34:32 +00:00
dcoppa
dc6e734779
Bugfix update to git-1.8.0.3
...
OK benoit@ (maintainer)
2013-01-01 18:35:42 +00:00
benoit
c055655be2
- update py-asn1 to 0.1.5
...
- update PLIST
ok ajacoutot@
2013-01-01 16:27:17 +00:00
naddy
0a8ee9791e
spelling
2012-12-31 15:48:10 +00:00
jasper
b6f50b8bfc
remove mips64/mips64el from ONLY_FOR_ARCHS it never built and has badly messed up asm.
2012-12-31 08:17:33 +00:00
ajacoutot
500dd33677
+stfl
2012-12-30 18:00:14 +00:00
ajacoutot
15ce3a1ece
Import stfl-0.22.
...
STFL is a library which implements a curses-based widget set for text
terminals. The public STFL API is only 14 simple function calls big and
there are already generic SWIG bindings. Thus is very easy to port STFL
to additional scripting languages.
<...>
ok jasper@
2012-12-30 17:59:36 +00:00
jim
c7ff61e356
Update to 20121207.
...
ok sthen@
2012-12-30 15:09:26 +00:00
bluhm
ffc2992152
update p5-Devel-NYTProf to 4.12
2012-12-30 13:45:18 +00:00
brad
f34cd489f6
Correct the version within the info page as this was copied from 1.12.
2012-12-30 06:50:46 +00:00
brad
fa3009e05b
Add 1.13.
2012-12-30 04:43:43 +00:00
brad
40efee9984
Import automake 1.13.
...
ok jasper@
2012-12-30 04:42:24 +00:00
landry
03d382a642
Mark as BROKEN-sparc64 : Assembler messages: Error: Illegal operands on
...
date_ext.c.
It never built there.
2012-12-29 20:52:13 +00:00
landry
3100e8b778
Update to nspr 4.9.4.
...
Tested on sparc64 & hppa, and went into an amd64 bulk build.
2012-12-29 19:58:22 +00:00
bluhm
ca7bba67d0
- update p5-Time-Format to 1.12
...
- use no groff
- patch broken tests, do not fiddle with @INC
2012-12-29 16:31:21 +00:00
bluhm
29d51b8aa2
- update p5-BSD-stat to 1.34
...
- remove OpenBSD specific patches, they have been commited upstream
2012-12-29 14:04:54 +00:00
dcoppa
652f7f7e25
Sync with upstream cvs.
2012-12-28 18:27:23 +00:00
jasper
65316c59a3
prevent some configure tests from taking up hours to run on mips64 since we
...
already know their obvious outcome.
2012-12-27 18:44:42 +00:00
brad
cc75b05c01
Update to LLVM 3.2 and switces to __guard_local for stack protector support.
...
Initial work from landry@ with some fixes and further tweaking from pascal@ and brad@
ok sthen@ landry@
2012-12-23 20:49:29 +00:00
sthen
8c813409e4
sync wantlib
2012-12-23 13:25:11 +00:00
sthen
b7e535002c
sync wantlib
2012-12-23 12:25:30 +00:00
landry
601ab7e1cf
Mark as BROKEN-hppa: it never built there.
...
error: Could not determine global symbol label prefix
It tries to check for .globl support and fails on hppa, see config/ompi_config_asm.m4
2012-12-21 17:40:29 +00:00
sthen
c0ab4570a3
sync wantlib
2012-12-21 12:50:14 +00:00
sthen
6fe222514d
sync wantlib
2012-12-21 12:13:35 +00:00
abieber
da021eec14
Fix node-gyp from recent upgrade of lang/node to 0.8.15.
...
OK sthen
2012-12-20 12:05:21 +00:00
ajacoutot
0df3da292a
Update to goffice-0.10.0.
2012-12-19 10:42:05 +00:00
ajacoutot
f996936c20
+goffice08
2012-12-19 10:40:40 +00:00
ajacoutot
2c7b8c2fcb
Re-import devel/goffice under devel/goffice08.
...
ok jasper@
2012-12-19 10:40:08 +00:00
jasper
78633fa07b
- move post-install target into the !mips64* block as it's removing
...
some files which aren't built for mips64, and would thus rm would
bail out.
ok aja@
2012-12-19 07:34:10 +00:00
jasper
8ac9f70c34
committed upstream
2012-12-18 21:48:47 +00:00
sthen
40f5f67190
cope with sysctl.h changes
2012-12-18 21:38:12 +00:00
ajacoutot
8e0a2f2188
Bugfix update to pango-1.32.5.
2012-12-18 06:58:21 +00:00
sthen
c4b99465de
sync plist; doxygen update
2012-12-16 11:30:50 +00:00
gsoares
713ee66d96
zap unneeded patch since that now we support unix98 ptys family functions; OK millert@ jasper@
...
From: RD Thrush <rd at thrush.com>, thanks!
2012-12-14 13:24:55 +00:00
landry
d1add410c6
Properly link with libeventextra, fix WANTLIB while here.
...
Fixes missing symbols issue reported by armani@
2012-12-13 20:42:45 +00:00
ajacoutot
5f499734df
Unbreak runtime by using posix_openpt; I'm not quite sure how I missed this
...
in my tests...
2012-12-13 19:37:50 +00:00
naddy
1e474f48e1
remove Peter Stromberg as maintainer:
...
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00
naddy
c345a41e95
use posix_openpt() rather than trying to open /dev/ptmx
2012-12-13 15:43:11 +00:00
sthen
b6de031667
update to doxygen 1.8.2
2012-12-13 14:20:14 +00:00
jeremy
34657c66a9
Link ruby-ref and ruby-therubyracer to the build
2012-12-12 21:57:58 +00:00
jeremy
85ed783ce4
Import ruby-therubyracer-0.11.0.
...
Embed the V8 Javascript interpreter into Ruby. Features:
* Evaluate Javascript from within Ruby
* Embed your Ruby objects into the Javascript world
* Manipulate JavaScript objects and call JavaScript functions from Ruby
OK abieber@
2012-12-12 21:50:40 +00:00
jeremy
d32c7798a9
Import ruby-ref-1.0.2.
...
ruby-ref provides object references for Ruby as well as some common
utilities for working with references. Object references are used to
point to other objects and come in three distinct flavors that interact
differently with the garbage collector.
* Ref::StrongReference - This is a plain old pointer to another object.
* Ref::WeakReference - This is a pointer to another object, but it is
not seen by the garbage collector and the memory used by the object can
be reclaimed at any time.
* Ref::SoftReference - This is similar to a weak reference, but the
garbage collector is not as eager to reclaim the referenced object.
All of these classes extend from a common Ref::Reference class and have
a common interface.
Weak and soft references are useful when you have instantiated objects
that you may want to use again but can recreate if necessary. Since the
garbage collector determines when to reclaim the memory used by the
objects, you don't need to worry about bloating the Ruby heap.
OK abieber@
2012-12-12 21:49:37 +00:00
rpointel
3ad038650a
update tortoisehg to 2.6.
...
ok landry@.
2012-12-12 06:07:53 +00:00
rpointel
8c31e882d1
Update mercurial to 2.4.
...
ok landry@, thanks to Samir Saada to have tested on loongson.
2012-12-12 06:07:14 +00:00