Commit Graph

58335 Commits

Author SHA1 Message Date
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
jasper
1f4c98a5a6 sync 2010-07-08 11:21:26 +00:00
jasper
dd1a14f343 import gtkwave 3.3.9
GTKWave is a fully featured GTK+-based electronic waveform viewer  which
reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog
VCD/EVCD files and allows their viewing.
2010-07-08 11:20:50 +00:00
fkr
712a318987 unbreak and adopt to the changes to rdomains/rtables in -current.
feedback and ok sthen@
2010-07-08 09:18:25 +00:00
dcoppa
30c70a8a68 Apply some small bugfixes from upstream: see patches for descriptions. 2010-07-08 06:35:13 +00:00
dcoppa
9a061fbc55 Apply some small bugfixes from upstream: see patches for descriptions. 2010-07-08 06:29:12 +00:00
ajacoutot
cf088633a1 Major update to passwdqc-1.2.2 which brings native OpenBSD support.
ok okan@ sthen@ millert@
2010-07-07 21:29:58 +00:00
kili
b215a2b2d3 Unbreak after SO_PEERCRED addition. 2010-07-07 19:37:39 +00:00
ajacoutot
a9f0c77d3b SECURITY.
Fix for CVE-2010-2244:
    zero size is reported for corrupt packets. recvmsg() later could
    nevertheless get data from a good packet that followed the bad one.
    So get out early to avoid hitting an assertion.

Thanks to pea@ for the heads up.
2010-07-07 18:57:38 +00:00
ajacoutot
04358c9592 Enable polkit support.
Note that this is only a build_depends, if people don't use polkit, this
won't change anything, but it they do then the support files are there.

ok jasper@ robert@
2010-07-07 16:42:25 +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
ajacoutot
71e59845f0 Enable polkit support.
ok jasper@ robert@
2010-07-07 16:38:27 +00:00
ajacoutot
69194d773f Enable console-kit support.
Extend README.OpenBSD.

ok jasper@ robert@
2010-07-07 16:37:57 +00:00
ajacoutot
b5c3d5442d Enable console-kit support.
While here, clean up this port and fix the default dm directory.

ok jasper@ robert@
2010-07-07 16:37:05 +00:00
ajacoutot
0574bc2000 +polkit-gnome
"go ahead" landry@
ok jasper@ robert@
2010-07-07 16:34:57 +00:00
ajacoutot
8d3f67593e +consolekit
+polkit

"go ahead" landry@
ok jasper@ robert@
2010-07-07 16:34:38 +00:00
sthen
9adc0b244d --disable-mcheck is no longer a valid configure argument; remove it,
fixing DEBUG build. Spotted by dhill@, fix from Brad.
2010-07-07 15:57:48 +00:00
sebastia
71a7f5a4db adapt to the new SO_PEERCRED.
OK sthen@, landry@
2010-07-07 13:58:11 +00:00
ajacoutot
a704bdc2a8 fmt(1). 2010-07-07 08:20:28 +00:00
ajacoutot
8213a2228a Extend MESSAGE, from sthen@
Tweak PLIST while here.
2010-07-07 07:28:03 +00:00
sthen
70094b564f update to 0.12 2010-07-06 23:16:21 +00:00
espie
af53957b39 remove old stuff, and ws 2010-07-06 22:52:07 +00:00
espie
dd818a1565 there is no 3.3 in MODKDE, so remove that... 2010-07-06 22:39:23 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
naddy
bcc6924b27 catch up with struct sigframe change on i386; from maintainer Josh Elsasser 2010-07-06 21:49:24 +00:00
sthen
53212d89da Let this build on gcc2 arch; same thing as recent diff for www/lighttpd.
From Brad, following a report from Sevan.
2010-07-06 21:10:50 +00:00
sthen
2fe5ee4af4 fix gcc2 build; from Brad, tested by Sevan who submitted a different
diff to fix the same problem.
2010-07-06 17:17:50 +00:00
espie
436b053f42 should be a RUN_DEPENDS 2010-07-06 17:17:35 +00:00
ajacoutot
3668f7a35d +chmsee 2010-07-06 16:44:04 +00:00
ajacoutot
2bf9e8303d Import chmsee-1.1.0
Gtk viewer for Microsoft HTML Help (aka "CHM", Compiled HTML) files
using chmlib and Mozilla's gecko engine.

Based on a submission from Jiri B. with some tweaks.
2010-07-06 16:43:29 +00:00
ajacoutot
e823f8e823 Use the gettext MODULE. 2010-07-06 16:27:46 +00:00
espie
cef787f8a6 fix runtime depends after LIB_DEPENDS fixes 2010-07-06 15:39:05 +00:00
espie
3872446ae0 fix after recent LIB_DEPENDS change, make sure we have this as a RUN_DEPENDS,
as it makes no sense to install fleditor without fltk.
2010-07-06 15:37:46 +00:00
espie
b2542ec1c5 there's no shared library in boost that's used for this, bump pkgname 2010-07-06 15:32:44 +00:00
espie
d59abd10d0 semantic change of LIB_DEPENDS (or abuse ?) avoid package change. 2010-07-06 15:20:36 +00:00
espie
7eff9180c4 abuse of LIB_DEPENDS 2010-07-06 15:17:33 +00:00
espie
cb5a10072f off-by-1 in splice.
more intuitive: copy the list except for dropped elements
2010-07-06 14:50:53 +00:00
espie
d24243d7ec debug complains 2010-07-06 14:29:15 +00:00
espie
03d45ee036 use new subpackage-dependent ONLY_FOR_ARCHS 2010-07-06 13:02:14 +00:00
espie
62995c89d4 make ONLY_FOR_ARCHS and NOT_FOR_ARCHS subpackage-dependent 2010-07-06 12:38:26 +00:00
espie
da03d678c9 print-plist-contents | grablibs appears often enough: combine them as
print-plist-libs
2010-07-06 12:09:55 +00:00
espie
45a2880841 allow libspecs to come from current ports internal dependencies (even if
they're not installed yet)
2010-07-06 12:02:35 +00:00
espie
e946b4c62d explicitly document that the .spec files are just there to force reevaluation
of cookie during development
2010-07-06 11:50:57 +00:00
espie
8ea8f2a482 don't bother computing pkgname if all we want is the plist from the pkgpath 2010-07-06 11:27:38 +00:00
espie
9393b27969 fix abuse of LIB_DEPENDS 2010-07-06 10:03:42 +00:00
espie
408627e945 abuse of LIB_DEPENDS 2010-07-06 08:17:13 +00:00
sthen
6b103e74ba - fix build on 64-bit arch following last update
- tighten RUN_DEPENDS for -plugins
- remove some patches and most of the custom do-install in favour
of passing variables to make and using upstream's build infrastructure.
- tidy Makefile

ok sebastia@, maintainer timeout
2010-07-06 07:41:46 +00:00