IABSD.fr/xenocara/share

Branch :


Log

Author Commit Date CI Message
70a0f58f 2013-04-14 19:57:40 Allow flags to be passed to make using ${MAKE_FLAGS}
290e6736 2013-04-14 10:23:04 Add a new option to the xenocara infrastructure be able to automatically build the Gallium3D software rasterizer as part of the libGL. Note that it can also makes use of LLVM to build the llvmpipe if the corresponding port is installed. Please refer to the README for a more complete documentation. Prodded by ajacoutot@, ok matthieu@
80888e20 2013-02-21 17:45:32 after a compiler update, landisk can now handle pixman and thus xserver again prodded by brad@, ok matthieu@
866ddb26 2013-02-09 21:48:07 Enable the shared libs option on m88k; this is also used to indicate whether to build Mesa. ok miod@
e3816905 2012-11-03 15:19:02 simplify directory interdependencies: install package_version.m4 avoid VAR != cmd which is run every which time, prefer VAR = `cmd` where applicable. okay matthieu@
3aab9396 2012-11-02 18:59:03 Remove things that are no longer linked to the build: imake,cf and pciids
74d14eff 2012-10-11 16:57:57 never intended to commit THAT debug line. no real harm...
d6ba7eab 2012-08-21 20:18:48 prevent non-existing clean to turn into an infinite loop. okay matthieu@, aja@ (problem noticed by aja@)
40b3c076 2012-08-08 21:54:33 Don't touch the xserver autotools files a 2nd time in kdrive. This causes a rebuild of xserver during make release (configure becomes more recent than config.status again).
84755283 2012-08-05 18:08:05 Automake 1.12 now uses autoconf 2.69.
3929020b 2012-08-04 17:10:01 Switch to automake 1.12/autoconf 2.68. Note that I don't plan to regenerate all the autotools files now. It's a lazy update that will only take effect when autotools files are re-generated, upon updates or for another reason.
1ea91822 2012-03-11 10:08:59 Bump python version and copyright.
2dc64e37 2012-03-08 07:29:29 Disable pixman on landisk for now. It triggers a gcc error: /usr/xenocara/lib/pixman/pixman/pixman-access.c: In function `store_scanline_a8r8g8b8': /usr/xenocara/lib/pixman/pixman/pixman-access.c:477: error: unrecognizable insn: (insn 3059 3058 3060 0x0 (unspec_volatile [ (label_ref 1558) (const_int 0 [0x0]) ] 4) -1 (nil) (nil)) /usr/xenocara/lib/pixman/pixman/pixman-access.c:477: internal compiler error: in insn_default_length, at insn-attrtab.c:717
11e48bf1 2011-11-05 11:49:01 In make cleandir, force removal of config.status if it's left around after running make distclean.
a40b5df9 2011-08-30 21:15:30 Switch to xkeyboard-config is done. Remove old xkbdata and unifdef it. ok shadchin@
2e88a2b0 2011-06-23 22:48:59 switch to installing source manuals: * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
2dac430a 2011-06-02 19:47:33 Oops revert wip (using ports libtool) that wasn't meant to be committed.
d44ab100 2011-06-02 17:01:59 Switch XKB layouts to xkeyboard-config. Note: this moves xkb data files to /usr/X11R6/share/X11/xkb/ /etc/X11/xkb can be removed. Tested by many.
7ae39052 2011-03-08 20:48:59 xcb is no longer optional.
2cc47a12 2011-03-08 07:59:23 add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
07dcad53 2010-11-27 14:20:47 pixman build fails on vax.
89dfd91a 2010-11-25 21:47:19 Build XCB support on static only arches too. "go ahead" deraadt@
17373aad 2010-10-03 18:34:39 Now that pixman depends on libpthread-stubs, only build it on platforms that build it (part of xcb suite). Tested by jasper@ and landry@ on a bulk ports build.
27291783 2010-08-25 17:44:24 enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68k
03413d00 2010-08-04 22:56:00 set PATH only on configure run, unbreak autoreconf...
86585fc2 2010-08-04 22:50:51 enforce a consistent path in configure, avoid all kind of trouble with X picking up ports from /usr/local. okay matthieu@
c9254707 2010-08-02 18:45:02 Current pixman lib doesn't build on m68k. Disable it on those machines. ok deraadt@
0aeea705 2010-05-08 21:09:51 Don't use INSTALL_DATA here, it's not defined for initial bootstrap (then /usr/X11R6/share/mk isn't installed). Noticed by naddy@. Thanks.
d9a92f27 2010-05-08 14:15:29 use INSTALL_DATA in BSD Makefiles. ok oga@
a8849333 2010-05-08 10:32:12 Use ${SHAREMODE} from bsd.own.mk in INSTALL_DATA instead of hard-coding a value.
2dda0f80 2010-01-17 20:48:49 Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro.
7edc2b5a 2009-08-04 15:45:41 Enable XCB on architectures with shared libs. requested by sthen@.
582984b3 2009-06-04 01:12:44 simplify.
0f92e390 2009-05-22 17:58:45 Add support for building xcb (disabled for now).
9f5a7303 2009-05-22 15:46:13 use implicit variable to generate pkgconfig file. This makes it possible to locate the .in file using .PATH
9110a220 2009-05-22 15:34:15 Add PYTHON_VERSION (to be used by xcb).
af00da74 2009-05-22 15:21:21 Add more substitutions to .pc generation. Also provide EXTRA_PKGCONFIG_SUBST for individual addition in package Makefiles.
cb5dcec5 2009-05-22 15:09:28 Get rid of double-column rules in the rules used by proto. This will make it easier to re-use them for other stuff.
70bd311c 2009-05-22 15:03:03 Use test -f rather than test -e to test for Makefile presence.
5c48ead9 2009-05-02 13:51:29 switch to autoconf 2.62 to generate xenocara configure scripts.
d64c45c9 2008-11-08 14:57:54 let make install obey ${DESTDIR}.
d8940fde 2008-11-02 15:20:26 With xserver 1.5 and Mesa 7.2 DRI is needed by libGL, even without hardware acceleration.
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.