christos
326b019630
change the saslc define to USE_ and test against "no" instead of just defined.
2011-02-13 01:50:03 +00:00
christos
44dcb1b9f4
better dependency support for saslc.
2011-02-13 00:41:20 +00:00
christos
18b1a8268b
Add SASL client support using the libsaslc(3) library.
...
From Anon Ymous
2011-02-12 19:07:08 +00:00
jmcneill
02ad07d4f9
Fix mdnsd "ERROR failed to get errsd via SCM_RIGHTS" problem. mdnsd +
...
nsswitch.conf "multicast_dns" works for me now on amd64.
2011-02-12 17:21:38 +00:00
jmcneill
8433f79cf6
add /usr/pkg/lib/X11/fonts to font directory list
2011-02-12 04:49:19 +00:00
christos
13b2862bfd
Tell the groff and friends about libsaslc(3).
...
Sort and fix whitespace on mdoc.local.
Add libisns to doc2html.
2011-02-11 23:47:49 +00:00
matt
accc87635b
Use LIBDPLIBS
2011-02-11 06:35:26 +00:00
tsutsui
e96a78107f
Add defintions for ews4800mips and hp300 Xorg servers.
2011-02-09 13:37:48 +00:00
agc
ff0d414d6f
Make sure we include <inttypes.h> if we have it. From Rumko.
2011-02-09 00:59:23 +00:00
plunky
6fea4fd6c5
newer pcc front end provides some definitions according to arch,
...
so provide the TARGMACH definition to the compiler here.
(makes no difference to the currently imported sources, but
will be easier for people wanting to try newer sources)
2011-02-08 18:26:25 +00:00
rmind
8adab6527d
Build fix.
2011-02-08 10:45:40 +00:00
haad
0527bde829
Switch libdevmapper library to use libdm as it;s backend lib and do not
...
communicate with device-mapper directly. Our lvm stack now looks like this
lvm<->libdevmapper<->libdm<->dm where only libdm knows how our dm protocol
looks like.
No objections on tech-userlevel@.
2011-02-08 03:26:12 +00:00
jmmv
773d35b30a
Add missing DPADD on libatf-c.a. Spotted by Garrett Cooper.
2011-02-06 19:34:20 +00:00
joerg
48360965f3
Add LLVM and clang build system. It is enabled by MKLLVM=yes.
...
Upstream sources can be fetched by running "make checkout" in
src/external/bsd/llvm, they will be properly imported once the
integration and missing features are sorted out.
2011-02-06 01:13:42 +00:00
wiz
b7b9012e09
Fix typo, already reported to roy@
2011-02-04 16:30:32 +00:00
roy
9bcc7aaf5d
sync
2011-02-04 15:03:14 +00:00
roy
d70ff484b5
Import dhcpcd-5.2.11
...
Change from dhcpcd-5.2.10 is a fix for the new routing sockets.
2011-02-04 15:00:22 +00:00
plunky
74756ed73d
pcc-current provides a DATESTAMP file, handle that rather than guessing
2011-02-01 20:28:10 +00:00
jakllsch
9d4594cbe9
Re-add LBL_ALIGN define we used to have pre-src/external.
...
Fixes a tcpdump SIGBUS on ARM.
2011-01-29 23:19:54 +00:00
mrg
017add8611
add a makefile to build xf86-input-synaptics.
2011-01-29 02:32:36 +00:00
cegger
6ca6d96b6b
Define HAVE_PCI_DEVICE_IS_BOOT_VGA.
...
Makes Xorg use of pci_device_is_boot_vga.
First discussed with macallan@ then public on tech-kern@ and tech-x11@
2011-01-22 15:21:37 +00:00
pooka
1c44cbfd96
Don't allow module to init if root is not mounted since the modcmd
...
wants to traverse the file system. This *might* fix statically
linking zfs support into the kernel (at least it fixes rump kernel
bootstrap).
2011-01-21 13:08:42 +00:00
pooka
51f08b56c8
fix kobj_open_file_vnode()
...
patch from haad
2011-01-21 12:24:24 +00:00
drochner
5a190aa53b
fix bug introduced in rev. 1.3: need to set the string before
...
converting it into a numerical value, otherwise we might get junk or crash
2011-01-20 21:26:20 +00:00
drochner
7264233c30
avoid crash if certain operations are done before an input record is
...
read, ie in a BEGIN rule
2011-01-20 21:23:11 +00:00
jmcneill
79bc66b915
bump libchromeXvMC major to match the other hw libraries to make
...
libXvMCW happy
2011-01-20 18:55:38 +00:00
jmcneill
8862a9a380
build and install libchromeXvMCPro from xf86-video-openchrome
2011-01-20 18:36:45 +00:00
jmcneill
e9d20a668a
descend into libXvMCW
2011-01-19 16:32:12 +00:00
jmcneill
10e6d63e6a
Build and install the XvMC wrapper library libXvMCW.
2011-01-19 16:31:23 +00:00
plunky
f5d0a5824d
libterminfo needs to come after libedit for static linking
...
(while here, coalesce LDADD/DPADD lines)
2011-01-19 11:55:50 +00:00
plunky
3b635a0579
add note that the static linking of liblua is intentional
...
("hidden" symbols need to be reached)
2011-01-19 11:43:18 +00:00
plunky
96e4690f7b
link against the dynamic library [liblua.so]
...
we could link against the static liblua.a here (the Lua dist build
does that) but would need to pass "-Wl,--export-dynamic" to ensure that
all symbols were available, as dlopen() with other modules may cause
problems later.
2011-01-19 11:38:15 +00:00
plunky
74b96c56e3
DPADD for libm too
2011-01-19 11:02:00 +00:00
plunky
29062015ed
include libm and libedit in DPADD
2011-01-19 10:17:04 +00:00
plunky
60d4fe2962
add to (rather than replace) CFLAGS
2011-01-19 10:14:49 +00:00
jakllsch
0e0a312232
In case it's too obvious, the libI810XvMC directory is for building the
...
libI810XvMC library. Additionally, set list fixes for this and previous
related changes.
2011-01-19 01:52:43 +00:00
jmcneill
668d297175
Install these libraries as version 1.0 instead of 0.0
2011-01-19 00:36:40 +00:00
jmcneill
20618a809d
Enable XvMC support for Intel graphics chips
2011-01-18 23:33:50 +00:00
wiz
c1f176e16d
Move isns description from dist/groff to usr.bin/groff, where it belongs.
...
Add isns to mdocml libraries as well.
2011-01-18 09:28:42 +00:00
jmcneill
b2b7e1871b
Ensure that HAVE_DIX_CONFIG_H is defined for damageext, dbe, exa, and glx
...
builds. Fixes recent trouble with the Composite extension, and should fix
some problems with the DAMAGE extension and who knows what else.
2011-01-15 13:54:52 +00:00
jmcneill
dba38226ce
only define HAVE_MTRR on x86
2011-01-14 16:04:49 +00:00
haad
c7287ec04b
Fix zfs Makefiles + debug, don't add -g by default only when MKDEBUG is
...
enabled. Fix header assert conflicts + bump WARNS for some libs.
2011-01-13 23:18:23 +00:00
joerg
20d71a1344
Update build system for mdocml-1.10.9.
2011-01-12 23:02:21 +00:00
joerg
6e4753617c
Use example.style.css in place of style.css.
...
Replace $Mdocdate$ with the content in correct order, so that groff
gives proper output.
2011-01-12 23:00:51 +00:00
joerg
f494eb95a3
Merge for mdocml-1.10.9
2011-01-12 22:58:42 +00:00
joerg
c0d9444af1
Import mdocml-1.10.9 and additional post-release bugfixes
...
(tbl_data.c 1.15, tbl_layout.c 1.13, tbl_opts.c 1.8).
This features many small improvements and the initial integration of
tbl(1) support on all output devices.
2011-01-12 22:57:08 +00:00
jmcneill
b66d32932e
HAVE_MMTR -> HAVE_MTRR
2011-01-12 19:04:19 +00:00
haad
c73e2bf000
Use DM_DEVICE_CONTROL_MODE, because mapper/control device should have 660
...
and not 640 permissions.
2011-01-12 08:16:23 +00:00
kardel
4ba751f5ad
make ntp compile for MKINET6=no
2011-01-09 14:49:39 +00:00
macallan
60e66c6f48
define NO_LEGACY_VGA on macppc and sparc64
...
May be necessary on other ports as well that have PCI but never use VGA text
mode.
2011-01-06 03:29:12 +00:00