Commit Graph

58228 Commits

Author SHA1 Message Date
landry
35b3bdd963 Update to webkit 1.2.1, fix WANTLIB, tighten lib_depends on icu4c-4.4
(from jcs@). Tested by kili@ on amd64 and myself on sparc64/macppc.
2010-07-03 07:53:04 +00:00
ajacoutot
cd3e9db717 Run compileall.py so that pyc files get registered in the PLIST and
pkg_delete doesn't complain.

reported by naddy@
2010-07-03 04:50:00 +00:00
ajacoutot
a212cc3267 Disable console activation for now. It does work with our userland
threads.
2010-07-03 04:02:53 +00:00
jim
adf3378fda update to 1.28
ok ajacoutot@, sthen@
2010-07-03 03:58:15 +00:00
jim
0b72539447 update to 0.28
ok ajacoutot@, sthen@
2010-07-03 03:45:16 +00:00
jim
4bf2db4a0b update to 0.29
ok ajacoutot@, sthen@
2010-07-03 03:43:50 +00:00
jim
a0114e1f0f update to 0.16
ok ajacoutot@, sthen@
2010-07-03 03:42:48 +00:00
jim
f6b72d8ef6 update to 0.13
ok ajacoutot@, sthen@
2010-07-03 03:41:42 +00:00
naddy
26dc17567a update to 0.18.1 2010-07-03 03:23:22 +00:00
naddy
87b33f29ca update to 4.2.6p1 and remove a lot of cruft 2010-07-03 02:49:43 +00:00
naddy
e3ee31b058 Kill all instances of the dangerous RUN_DEPENDS=${BUILD_DEPENDS} idiom.
Bump pkgname where necessary.
2010-07-03 02:44:13 +00:00
espie
4ebdd5a50c fix build AND packaging of the ruby bindings 2010-07-03 01:55:24 +00:00
espie
fc186bede8 fix bad LIB_DEPENDS. 2010-07-03 01:40:47 +00:00
espie
a7c4136adb better when stuff match, isn't it ? 2010-07-03 00:28:40 +00:00
naddy
51a6428228 Do not use the RUN_DEPENDS=${BUILD_DEPENDS} idiom, it picks up unwanted
dependencies!
2010-07-02 22:44:57 +00:00
sthen
1c02a701d3 remove Extra pthread-stubs and xcb from wantlib (mostly because I'm going to
use this as an example in a mail and don't want to confuse things ;)
2010-07-02 21:59:39 +00:00
ajacoutot
18012eff58 Add missing BUILD_DEPENDS, spotted by pirofti@. 2010-07-02 21:47:43 +00:00
jim
38b7fad072 bump pkgname after previous fixes. pointed out by sthen@ 2010-07-02 18:29:20 +00:00
ajacoutot
deef71a598 Take maintainer.
ok robert@
2010-07-02 18:01:53 +00:00
ajacoutot
49d2bcf1f1 Maintainance update to gtkspell-2.0.16. 2010-07-02 17:50:45 +00:00
ajacoutot
e73dd326c4 Remove myself from MAINTAINER here too. 2010-07-02 17:40:42 +00:00
ajacoutot
795471e3f6 Remove myself from MAINTAINER. 2010-07-02 17:40:18 +00:00
naddy
c721edfc8c don't set ac_cv_header_stdbool_h=yes; gnulib's stdbool tests disagree for
gcc2.95
2010-07-02 17:36:58 +00:00
ajacoutot
f587f7a565 Tweak comment. 2010-07-02 17:14:06 +00:00
ajacoutot
2b709f80f3 Take maintainership. 2010-07-02 17:10:06 +00:00
jim
88385d854c tighten run depends. from sthen@ 2010-07-02 14:51:56 +00:00
giovanni
59c7a9b962 Tell the user how to correctly enable samba as a Pdc
ok Ian McWilliam (Maintainer)
2010-07-02 14:42:29 +00:00
giovanni
e178d4d14c Update to 3.3.4
ok kevlo@ (Maintainer)
2010-07-02 14:35:48 +00:00
giovanni
77fceeced1 Update to 0.6.3 2010-07-02 14:34:03 +00:00
stephan
108e67d68a update to 1.97, ok landry@ 2010-07-02 13:15:32 +00:00
sthen
fc8f86adea Better use a correct CPAN_AUTHOR so the distfile can be fetched. 2010-07-02 12:11:13 +00:00
sthen
ebcaa25436 libstdc++/libm WANTLIB. ok jasper 2010-07-02 10:32:55 +00:00
jakemsr
5e68761a92 audio support via sndio 2010-07-02 09:40:30 +00:00
ajacoutot
61d8bcc996 Fix SO_PEERCRED fallout.
from Moritz Grimm.
2010-07-02 07:52:08 +00:00
jim
207f8b22c3 correct the OpenBSD tag
ok ajacoutot@
2010-07-02 06:02:29 +00:00
naddy
46ab20dd0f update to 2.3.17 2010-07-02 05:30:27 +00:00
naddy
8ecf05effe update to 1.5.1 (there were 89 alpha versions) 2010-07-02 05:20:26 +00:00
ajacoutot
d361e1af08 Fix authentication. 2010-07-02 05:04:47 +00:00
jim
022e3afb9e +p5-Getopt-Long-Descriptive
+p5-MooseX-ConfigFromFile
+p5-MooseX-Getopt
+p5-MooseX-Role-WithOverloading
+p5-MooseX-Types-Common
2010-07-02 04:43:14 +00:00
jim
ce8cdda08b update to 5.80024
ok robert@
2010-07-02 04:37:36 +00:00
jim
808b70e49c import p5-MooseX-Types-Common-0.001002
Set of commonly-used type constraints that do not ship with Moose by
default.

ok robert@
2010-07-02 04:35:49 +00:00
jim
f0a8025f1f import p5-MooseX-Role-WithOverloading-0.06
Allows you to write a Moose::Role which defines overloaded operators and
allows those operator overloadings to be composed into the
classes/roles/instances it's compiled to, while plain Moose::Roles would
lose the overloading.

ok robert@
2010-07-02 04:32:49 +00:00
jim
33c2d77aaf import p5-MooseX-Getopt-0.29
Moose role for processing command line options

ok robert@
2010-07-02 04:29:32 +00:00
jim
bf49179497 import p5-MooseX-ConfigFromFile-0.02
Moose role for setting attributes from a config file

ok robert@
2010-07-02 04:27:00 +00:00
jim
5ff2a2c1e8 correct the build, run, and regress depends
ok robert@
2010-07-02 04:24:11 +00:00
jim
2d0d695a61 import Getopt-Long-Descriptive-0.085
Getopt::Long, but simpler and more powerful

ok robert@
2010-07-02 04:18:23 +00:00
jim
58a840af73 update to 1.17
ok robert@
2010-07-02 04:14:16 +00:00
jim
1ccf2352bc update to 2.01
ok robert@
2010-07-02 04:13:09 +00:00
jim
6e4057c72b update to 0.23
ok robert@
2010-07-02 04:11:50 +00:00
jim
ff4b81ca2e update to 1.08
ok robert@
2010-07-02 04:10:24 +00:00