ajacoutot
6973ee7fdc
Unbreak the "card" FLAVOR after the libusb->libusb-compat switch, spotted
...
by naddy@ (thanks).
2011-11-13 22:39:50 +00:00
naddy
54c8f53a40
bump after SUBST_CMD fix
2011-11-13 22:29:21 +00:00
espie
aba2721637
simplify lock code so that lock/unlock actually works, even if I lose
...
small-grained locks for fullpkgpath
also fix a stupid parenting bug...
2011-11-13 22:18:04 +00:00
jasper
3403ceaa76
unbreak to please robert@
2011-11-13 21:47:04 +00:00
naddy
fc343c76c7
don't use union wait; more or less from FreeBSD
2011-11-13 21:30:05 +00:00
kili
494f00bf5b
Don't build with -fno-builtin.
...
This was meant to reveal some problems decades ago, but actually it
now hides potential problems (with wrong printf format strings).
Format string problems will be dealt with after the update to gs9.04.
Thanks to espie@ who noticed that gs uses -fno-builtin.
2011-11-13 21:18:40 +00:00
jasper
8bbf38cf96
add category that was lacking since the import
...
ok aja@
2011-11-13 21:17:51 +00:00
sthen
ff0a1712a3
Update bonnie++ to 1.96 (including large file support).
...
From Rodolfo Gouveia and some tweaks from Brad.
Previous maintainer (martin@) removed per his request.
2011-11-13 18:23:24 +00:00
ajacoutot
335984546f
Missing textproc/intltool MODULE, spotted by nigel@
2011-11-13 18:02:33 +00:00
pirofti
4f044ac11c
Let this build only on i386.
2011-11-13 17:55:22 +00:00
rpointel
971bb4763a
Update mxDatetime to 3.2.1.
...
looks good jasper@ aja@, ok sthen@.
2011-11-13 17:32:12 +00:00
ajacoutot
9c9506f45f
Update to gtkam-0.1.18, following the recent libgphoto2 update.
2011-11-13 17:16:26 +00:00
ajacoutot
e65720d7d2
Update to gphoto-2.4.11.
...
ok espie@ (maintainer)
2011-11-13 17:15:59 +00:00
ajacoutot
b3d1629640
Update to libgphoto-2.4.11.
...
* lots of driver updates
ok espie@ (maintainer)
2011-11-13 17:15:31 +00:00
sthen
efd0f68cac
fix building on a clean machine (broken due to changes in postconf) -
...
reported by nigel@, ok Brad.
2011-11-13 16:20:00 +00:00
pirofti
e6f6d3ee96
Disable on landisk. Takes forever to build. Okay ajacoutot@.
2011-11-13 16:07:09 +00:00
pirofti
70279b1766
Add landisk to the NOT_FOR_ARCHS list. Okay ajacoutot@.
2011-11-13 16:05:25 +00:00
pascal
5c61fc6e63
hook climm to the build, reminded by jasper@
2011-11-13 16:04:20 +00:00
naddy
f47347c465
don't use union wait
2011-11-13 16:03:15 +00:00
ajacoutot
03e09b9403
Use MODPY_ADJ_FILES.
2011-11-13 15:57:21 +00:00
ajacoutot
c84f9fc9ab
Use SUBST_CMD now that nigel@ fixed Subst.pm.
2011-11-13 15:53:14 +00:00
jasper
420d8315f9
- set the default flavor to emacs21, to unfuck bulks.
...
- tweak DESCR while here
pointed out by espie@
2011-11-13 15:46:06 +00:00
pascal
fc041ce898
import net/climm.
...
ok jasper@
2011-11-13 15:45:34 +00:00
naddy
8c2cfa6d33
don't use union wait
2011-11-13 15:34:40 +00:00
ajacoutot
4af9f2a2cf
Re-add the GDB py macros now that the gdb from ports can use them.
2011-11-13 15:16:17 +00:00
naddy
d6075bd6fa
don't use union wait
2011-11-13 15:16:01 +00:00
espie
40250aae9b
python/expat support
...
okay robert@, jasper@
2011-11-13 14:56:57 +00:00
robert
6a4021fac2
remove patches that were breaking the ffmpeg build
2011-11-13 14:12:45 +00:00
ajacoutot
4bf950439d
-libusb
...
+libusb-compat
2011-11-13 13:57:28 +00:00
ajacoutot
f6b5cb15fd
Remove, superseded by libusb-compat.
2011-11-13 13:56:12 +00:00
ajacoutot
540e3a6b3d
libusb => libusb-compat
...
ok jasper@
2011-11-13 13:54:42 +00:00
ajacoutot
fcbe5f3ae2
Sync dependencies after move from libusb to libusb-compat and fix a
...
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.
Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00
ajacoutot
dc0f620fbc
Import libusb-compat-0.1.3.
...
A compatibility layer allowing applications written for libusb-0.1 to work
with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
like libusb-0.1.
ok jasper@
2011-11-13 13:49:50 +00:00
naddy
f37087ad7d
don't use union wait
2011-11-13 13:24:14 +00:00
naddy
4b5e68f84d
even code from 1993 doesn't need union wait
2011-11-13 12:50:39 +00:00
jasper
046a92e93b
sync
2011-11-13 12:44:27 +00:00
jasper
391401eb77
import verilator-3.824
...
Verilator is the fastest free Verilog HDL simulator, and beats most
commercial simulators. It compiles synthesizable Verilog (not test-bench
code!), plus some PSL, SystemVerilog and Synthesis assertions into C++
or SystemC code. It is designed for large projects where fast simulation
performance is of primary concern, and is especially well suited to
generate executable models of CPUs for embedded software design teams.
ok aja@
2011-11-13 12:44:04 +00:00
naddy
0f62fc2074
update to 10.35.82 for minor bug fixes
2011-11-13 12:33:11 +00:00
naddy
ada2279fa8
* don't rely on ancient union wait related internals in <sys/wait.h>
...
* fetch missing prototypes
2011-11-13 11:51:54 +00:00
jeremy
42c8529b0d
Remove devel/ruby-assistance. Development stopped about 4 years ago,
...
it is not useful by itself, and nothing currently depends on it.
Maintainer agrees.
2011-11-13 10:53:51 +00:00
espie
2ab4b2c7e7
better FETCH_MANUALLY handling:
...
- expose MISSING_FILES
- treat them as a special kind of IGNORE
- handle that in DPB
that way, ports that are IGNORE'd for other reasons (not correct arch)
stay ignored, and relevant ports with missing distfiles get better error
messages
2011-11-13 10:34:35 +00:00
ajacoutot
e671ffae45
Depends on x11/gtk+{2,3},-cups.
2011-11-13 10:30:18 +00:00
espie
e15fa3097d
oops, fix FETCH_MANUALLY bug.
...
Prepare for MISSING_FILES
2011-11-13 10:28:32 +00:00
ajacoutot
50d062667b
Drop the gtk+3-cups dependency, it'll go to meta gnome.
2011-11-13 10:28:19 +00:00
jasper
c3e4fb8e1b
add back USE_GROFF which i accidentally the whole thing
2011-11-13 09:22:31 +00:00
fgsch
3214a720dd
Update to 2.0.1
...
ajacoutot@ benoit@ dcoppa@ ok
2011-11-13 03:55:30 +00:00
fgsch
d311198943
Update to 0.2.2.
...
benoit@ ok.
2011-11-13 03:54:45 +00:00
jeremy
49fa74d065
Update to jdbc-sqlite3-3.7.2.
2011-11-13 00:26:22 +00:00
dhill
927b95c71c
update to 2.10
...
MAINTAINER timeout, ok robert@
2011-11-12 20:01:56 +00:00
ajacoutot
1efe673dc6
RUN_DEPENDS -> RUN_DEPENDS-main, spotted by espie@
2011-11-12 19:45:27 +00:00