IABSD.fr/xenocara/share

Branch :


Log

Author Commit Date CI Message
457770e0 2008-10-08 02:24:28 enable GL for libraries, but not the X server .. for mips64
b65cb15b 2008-10-05 08:06:06 provide a pciutils style pci.ids file for libpciaccess. ok todd@ deraadt@
cbdea3fd 2008-08-21 05:54:41 Provide a way to build sources that aren't in .CURDIR by specifying _SRCDIR expliciteley in Makefile.bsd-wrapper.
9b6727b7 2008-05-11 20:58:10 provide a minimal config.site pre-built configure cache, to protect xenocara builds from picking stuff installed by ports. For now only paths to different programs are provided, avoiding the use of bison instead of yacc. feedback from espie@.
5a9e2c97 2008-04-29 18:59:05 Enable building the dri modules and mesa drivers by default on i386 and amd64. ok matthieu@ and todd@ This has been in snaps for over a week, no complaints.
69b97bb4 2008-04-01 15:25:18 Turns out GL does build on landisk now, ok todd@
1c7248c8 2008-03-31 19:20:29 GL enable on landisk was not tested yet. That half of the previous change was not meant to go in. At least yet.
4c1554f2 2008-03-31 14:10:32 Enable shared libraries. Sets are 'close' but probably not 100%
fee98f79 2008-03-25 23:43:25 Previous commit accidentaly enabled DRI builds on i386 and amd64. Don't do that yet.
bbc31bf5 2008-03-25 23:41:50 Introduce bsd.xconf.mk to set default config variables used at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@.
736c23fb 2008-03-25 23:28:19 Replace autotools based build by native BSD Makefiles in proto/. tested by naddy@ and oga@. ok oga@.
d5cb652a 2008-03-03 07:01:44 Change the default for XSRCDIR to /usr/xenocara. ok deraadt@
e67783db 2007-11-25 10:23:01 always redirect xmlto to ':'. Broken configure sripts produced X.Org's macros are assuming it's in /usr/local/bin if they couldn't find it.
0615091c 2007-11-05 16:51:37 avoid hardcoding MAKE in various makefiles. Fuck GNU and their idiot-proof configury that gets in our way each and every time. okay matthieu@
b66ac032 2007-05-01 08:31:47 like src, warn if base obj dir does not exist.
ca57eb76 2007-03-31 20:25:53 XENOCARA_TOP -> XSRCDIR and now defaults to /usr/src/xenocara XENOCARA_OBJDIR -> XOBJDIR and now defaults to /usr/xobj suggested by espie@ ok krw@ mbalmer@
9618db6f 2007-03-30 17:24:12 - add an INSTALL_DATA target in bsd.xorg.mk (inspired by bsd.port.mk). - start using it in fvwm, ssh-askpass and xsystrace (more to come). ok matthieu@
cf16080e 2007-03-30 07:11:06 suppress reordering messages by default okay matthieu@
50d6fcc5 2007-03-28 19:38:57 Various cleanups of recursive make invocations. Ok espie@, todd@.
47f81ecd 2007-03-25 16:52:54 Missed one PKG_CONFIG_PATH -> PKG_CONFIG_LIBDIR conversion.
8955701e 2007-03-18 10:27:58 configure as checked out from CVS may not be executable. Patch from naddy@.
366a7d3a 2007-03-18 10:26:58 Forgot to commit the part that installs automake.dep. reported by naddy@
62b95038 2007-03-17 19:32:41 Touch files that would be modified by autotools to avoid un-needed calls to automake and autoconf. Code stolen from ports tree. suggested by espie@. Tested by todd@.
ac84cb9d 2007-02-04 23:15:27 replace PKG_CONFIG_PATH with PKG_CONFIG_LIBDIR which replaces the builtin search path instead of adding to it. Suggested by espie@
58b5438b 2006-12-31 16:00:03 Handle CFLAGS and COPTS.
ac82d07e 2006-12-31 10:55:41 - don't include bsd.own.mk twice - don't define X11BASE and X11ETC twice - remove --enable-maintainer-mode from configure args and factorize the config.status rule
8cfead4a 2006-12-17 20:41:36 make the install target more similar to what is done in the base system.
6a5579f8 2006-12-02 16:28:48 Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other directory designed by XENOCARA_OBJDIR in /etc/mk.conf).
e4f83248 2006-11-29 21:51:46 define X11ETC
81a5147f 2006-11-28 13:43:46 Define BINDIR conditionnally. Mimics what bsd.prog.mk does.
b72bc798 2006-11-27 12:03:10 Use autoreconf --force to overwrite libtool scripts with the OpenBSD ones.
41d52f93 2006-11-26 13:54:48 Remove git update rules.
6a52ae08 2006-11-26 13:53:45 Cleanups: remove useless DIST and AUTOGEN variables
6356ce11 2006-11-26 12:58:32 Don't use the autogen.sh script to regenerate files with autotools This script is not bundled in every X.Org tarball anymore.
ea6f7848 2006-11-25 14:56:32 Makefile rules to help the build of the modular X.Org.