ajacoutot
9eb8824e6f
Remove now useless patch.
2011-06-28 10:41:48 +00:00
ajacoutot
52866d0dcb
Rework the mount/unmount functions.
...
Remove useless patches while here.
2011-06-28 09:40:13 +00:00
rpointel
12def66d26
Regen PLIST and remove --without-check.
...
Bump Revision.
ok sthen@.
2011-06-28 09:10:32 +00:00
dcoppa
d8f587b5a8
Link cryptopp to the build properly: amule already depends on it
...
so it's already being built.
2011-06-26 14:34:19 +00:00
jasper
741b0c680f
update to YAML-Syck-1.17
2011-06-25 18:01:22 +00:00
jasper
b02807bc4e
update to YAML-Tiny-1.50
2011-06-25 18:01:21 +00:00
jasper
c03161c4c2
update to YAML-0.73
2011-06-25 18:01:19 +00:00
fgsch
3edb9ac701
Update to pyro 3.14.
2011-06-25 01:11:26 +00:00
ajacoutot
ab83201ae7
Better NFS check in is_local().
2011-06-24 14:13:27 +00:00
sthen
5dc5a087d9
update to libconfuse 2.7, from Olivier Cherrier with small tweaks
...
- fix license marker, it should be ISC not LGPL
2011-06-24 14:06:57 +00:00
dcoppa
6a1ea1cc3c
Update to cryptopp-5.6.1
...
'go for it' espie@
2011-06-24 07:55:17 +00:00
naddy
dbfd750590
Cope with bsd.man.mk changes and install source man pages.
...
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
ajacoutot
78c7524f99
Fix typo in @conflict, breakage reported by Mikolaj Kucharski.
2011-06-22 21:16:57 +00:00
jasper
96b209f1c4
fix previous
2011-06-22 18:09:51 +00:00
jasper
ef01b92151
- add link to upstream bugzilla
...
- remove patch that's not needed anymore
no package change
2011-06-22 16:48:01 +00:00
jasper
b029533db7
- remove patch, the fact that the example doesn't work means
...
the library or the example need to get fixed.
2011-06-22 16:22:03 +00:00
ajacoutot
765f904e71
Add change watching to dconf-editor (merged from upstream).
2011-06-22 16:08:15 +00:00
jasper
4e3537bbea
sync with upstream, no package change
2011-06-22 15:30:01 +00:00
sthen
e7e13086c1
- fix package signature, from Nigel Taylor
...
- collect the py-gtk2 parts together along with the other gtk2 parts
2011-06-22 14:46:22 +00:00
landry
fcf5576121
Update to xulrunner 1.9.2.18, built from firefox 3.6.18.
2011-06-22 14:11:34 +00:00
sthen
ed4073ea8f
take maintainer
2011-06-22 11:28:36 +00:00
sthen
ee905bec90
take maintainer, tweak Makefile
2011-06-22 11:28:16 +00:00
sthen
fff88c564d
Update to ccache-3.1.5.
...
Drop Ben as maintainer as he doesn't have time at present.
2011-06-22 09:20:02 +00:00
jasper
5e4af69067
import p5-Devel-Size-Report 0.13
...
Devel::Size can only report the size of a single element or the total
size of a structure (array, hash etc). This module enhances Devel::Size
by giving you the ability to generate a full size report for each
element in a structure.
ok sthen@
2011-06-22 08:31:14 +00:00
jasper
13c1ce9a25
import p5-Array-RefElem-1.00
...
This module gives direct access to some of the internal Perl routines
that let you store things in arrays and hashes.
ok sthen@
2011-06-22 08:30:22 +00:00
jasper
785e6d2d90
sync
2011-06-22 08:29:32 +00:00
jasper
323fec87c5
sync with upstream, no package change
2011-06-21 13:12:05 +00:00
jasper
6df1111580
tweak comment
2011-06-21 07:19:36 +00:00
jasper
99feaefe73
shrink patch, no package change
2011-06-21 06:09:34 +00:00
jasper
d08179c04b
- update to 0.10.2
...
- fix homepage
- zap USE_LIBTOOL
- use some variables provided by lua.port.mk
2011-06-20 21:40:37 +00:00
jasper
8ab2c28fc7
remove unused chunk now that we have our own implementation
2011-06-20 21:29:47 +00:00
robert
25b0f1cb15
Add missing python versions to automake to make them work with python 2.6
...
and 2.7, since a lot of software use these macros to detect the installed
python version and since we use 2.7 as the default now, these were all
failing.
patch from Brad, ok jasper@ and sthen@
2011-06-20 20:28:44 +00:00
jasper
710a5cb3d6
Remove this patch, it's unneeded and the real problem will be fixed shortly.
2011-06-20 18:09:05 +00:00
sthen
30d013926a
add EPOCH
2011-06-20 13:14:03 +00:00
jasper
59332b7fe6
- Fix scope6 and prefix6 retrieval
2011-06-20 11:48:39 +00:00
eric
cc15812640
update to twisted 11.0.0
...
ok landry@
2011-06-20 10:25:32 +00:00
jasper
149db12a47
- fix GLIBTOP_NETLOAD_HWADDRESS so we can retrieve the hardware address of an interface
2011-06-20 09:50:04 +00:00
jasper
b524bcaa85
- add links to bugzilla;
2011-06-20 09:03:29 +00:00
ajacoutot
271d9d0cf6
Bugfix update to goffice-0.8.16.
2011-06-17 09:36:56 +00:00
sthen
a87194c4ac
update to coccinelle 1.0rc3 and fix running the regression tests
...
- Better handling of the case of a matched declaration that should only
be replaced by other top level things.
- Improved filtering of result of matching atomic patterns
- Drop positions before creating function prototype rules
- Adjust position of { introduced by adding multiple statements in a
single-statement position
- Drop newline after function call ( when all arguments on that line are
eliminated
- Accept removal of a single declaration, replaced by arbitrary,
non-declaration code
- smpl_spacing takes into account newlines, indentation
2011-06-16 23:24:49 +00:00
ajacoutot
6aee6a8a98
Minor update to gconf2-2.32.4.
2011-06-16 15:30:14 +00:00
jasper
230e15d043
- update to naken430asm 2011-05-30
2011-06-16 08:53:36 +00:00
jasper
cdf8b4208a
- update mspdebug to 0.16
2011-06-16 08:51:07 +00:00
rpointel
d75a0ded95
Removed RUN_DEPENDS, bump revision.
...
Spotted by Piotr Sikora, ok fgsch@.
2011-06-16 04:14:56 +00:00
rpointel
0066d00c25
+py-virtualenv.
2011-06-15 19:50:24 +00:00
rpointel
1fa4a8cf32
Import virtualenv, a tool to create isolated Python environments.
...
From Wen Heping (MAINTAINER).
ok fgsch@ benoit@.
2011-06-15 19:36:38 +00:00
sthen
bd39729c99
The installed apr-util on my desktop dates from before nawk was removed
...
from base causing a build failure in apr-util (as there's been nothing
changed since then to trigger an update). Set cache value to autoconf
to make sure nawk isn't picked up if for some reason it's hanging
around, though the REVISION bump alone is probably enough to take
care of most problems.
2011-06-15 19:13:48 +00:00
sthen
0b72bbee04
+asm6
2011-06-15 18:25:27 +00:00
sthen
9623292047
import ports/devel/asm6, from Anthony J. Bentley, ok landry@
...
Asm6 is another 6502 assembler. It was built to do NES development, but
you can probably use it for just about anything. It was written because
the author thought most other assemblers either were too finicky, had
weird syntax, took too much work to set up, or were too bug-ridden to be
useful.
2011-06-15 18:25:03 +00:00
sthen
64715a249a
the Mozilla ports don't need Python at runtime, so set MODPY_RUNDEP=No.
...
(Firefox was already set this way). ok/reminder about sunbird landry@
2011-06-15 16:16:10 +00:00