Commit Graph

7678 Commits

Author SHA1 Message Date
naddy
619fa607cf should work after i386 gcc4 switch; from Brad 2010-07-10 20:54:07 +00:00
naddy
9b2ec059c4 rename variable, REVISION has a special meaning now 2010-07-10 20:30:37 +00:00
landry
c5276a8f3b Cope with patch-config_autoconf_mk_in change in www/mozilla-firefox.
Switch PLISTs to use MOZILLA_PROJECT semantics, but do not convert the
port to www/mozilla MODULE yet. xulrunner 1.8 needs to be buried first.
2010-07-09 16:38:58 +00:00
sthen
5cd2989340 zap empty patches; pointed out by Brad 2010-07-09 15:19:31 +00:00
landry
34539a39d1 Darn. I was supposed to cvs rm this file. Pointed out by Daniel Dickman,
thx.
2010-07-09 12:57:58 +00:00
sthen
dedf92a50b update sdl-image to 1.2.10, from Brad, tested in bulk build by landry@ 2010-07-09 09:20:53 +00:00
naddy
aa4cc93d94 bump after i386/hppa/powerpc gcc3->gcc4 switch 2010-07-09 08:45:11 +00:00
landry
12f6c089b8 Whoops 2010-07-09 07:35:04 +00:00
landry
4b0c4eb006 Update to netbeans 6.9, from maintainer Daniel Dickman.
No complains/feedback on ports for three weeks.
2010-07-09 07:34:07 +00:00
robert
e1bb4de18f Bump UTHREAD_SP_OFFSET to the correct value on i386 after the layout change
in struct _machdep_state from libpthread.
The offset is hardcoded in boehm-gc because it's a private struct so we
cannot use offsetof(). This will probably not change soon again but I am
writing this as a note for people who will run into the same problem in
the future.
All the regression tests are passing now and mono builds fine too.
Thanks to kurt@ for pointers.
2010-07-08 23:00:18 +00:00
jasper
3a38b5ecfe - zap $V (spotted by aja)
- tweak comment
2010-07-08 12:38:23 +00:00
jasper
d0c782c132 - sync 2010-07-08 12:30:20 +00:00
jasper
f2e86ecce6 import luaprofiler 2.0.2
LuaProfiler is a time profiler designed to help finding bottlenecks on
your Lua program.

If you use LuaProfiler into your program, it will generate a log of all
your function calls and their respective running times. You can use this
log to generate a summary of the functions your program uses, along with
how long it stayed in each of them, or you can import the log into a
spreadsheet for further analysis.
2010-07-08 12:28:57 +00:00
ajacoutot
ea622a08e6 Mention gconf-polkit, but do not depend on it. 2010-07-07 16:40:53 +00:00
ajacoutot
da0b6bf00d Subpackage this port so that polkit support is not enforced if not wanted.
gconf,-main -- same as current one
gconf,-polkit -- polkit support files (used to apply system-wide default
or mandatory settings)

ok jasper@ robert@
2010-07-07 16:40:22 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
espie
9393b27969 fix abuse of LIB_DEPENDS 2010-07-06 10:03:42 +00:00
eric
951e3d7e88 - update twisted to 10.0.0
- add twisted.pair
- better regress target

with help from alek@
ok landry@
2010-07-05 13:37:02 +00:00
jasper
42226d70d3 - update bouml to 4.22.1 2010-07-05 10:42:48 +00:00
sthen
2d99bd722d update to 0.23, ok kevlo@
- fixes problem seen by viq when building p5-Net-Twitter,
not quite sure why but maybe connected with other updates
in the Moose jungle
2010-07-05 09:29:49 +00:00
espie
4ff5bb92f3 like-wise 2010-07-05 07:51:36 +00:00
espie
b56465e763 typo 2010-07-05 07:50:11 +00:00
espie
d5590b3161 proxy does not come from the gnome subpackage 2010-07-05 07:48:56 +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
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
e3ee31b058 Kill all instances of the dangerous RUN_DEPENDS=${BUILD_DEPENDS} idiom.
Bump pkgname where necessary.
2010-07-03 02:44:13 +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
jim
88385d854c tighten run depends. from sthen@ 2010-07-02 14:51:56 +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
jim
207f8b22c3 correct the OpenBSD tag
ok ajacoutot@
2010-07-02 06:02:29 +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
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
jim
1910f6ff35 update to 1.03
ok robert@
2010-07-02 04:09:03 +00:00
jim
41740eb7f5 update to 0.19
ok robert@
2010-07-02 04:07:33 +00:00
jim
180cce6bc1 update to 5.8004
ok robert@
2010-07-02 04:03:32 +00:00
jakemsr
e7c615c994 sndio support. note, there are two different audio API APIs in jdk1.6,
one, HAE, is not portable to APIs that don't use file descriptors as
their handle, so it's still using ossaudio.  the other, DirectAudio,
is more portable, and is the one that this commit is converting to
sndio.  DirectAudio is preferred by jdk, and if it's supported, it will
be used.  in other words, your java apps on OpenBSD will now be using
sndio (assuing you're using jdk1.6, sndio for jdk1.7 coming soon).
just wanted to explain why this still links with libossaudio ...

ok ajacoutot
2010-07-02 01:43:12 +00:00
djm
e93d88fd8e update to 2.0.10; ok sthen@ 2010-07-02 00:06:31 +00:00