IABSD.fr/xenocara/Makefile

Branch :


Log

Author Commit Date CI Message
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@
ef8a0d09 2012-12-01 21:10:42 Do not build kdrive on static arches, for libGL doesn't get build on them. ok matthieu@
ed23eca8 2012-10-29 21:19:16 Unlink share/pciids from the build. The generated file is not used by xserver anymore.
dd3b0773 2012-10-17 08:48:43 if the directory is empty, the mv will fail. But we don't really care, because the real test for success is the rmdir. okay matthieu@
77968275 2012-08-18 10:38:39 let build and release proceed through the exact same steps, avoiding nasty surprises... REQUIRES current /usr/share/mk (cd /usr/src/share/mk && make install) okay matthieu@
19e9b806 2012-04-01 23:00:24 Fix previous for bootstrap.
2fd07ba0 2012-04-01 09:24:04 Don't build kdrive if pixman isn't built.
8fd908ad 2012-02-07 19:54:55 Don't install xorg.conf on machines with no X server.
6463ec38 2012-01-16 08:42:38 Backout activation of the new apropos(1)/whatis(1)/makewhatis(8). In its current state, it causes too much slowdown, in particular during system builds, and there are other regressions. That cannot be fixed quickly while it's enabled. Problems pointed out by espie@, backout requested by deraadt@, diff "looks good" to espie@.
5e8328b9 2012-01-06 23:40:08 Let makewhatis(8) build the whatis.db quietly. ok todd@
498fbf23 2011-03-07 22:17:31 Descend into data/ not data/xkbdata explicitely here. Change suggested by shadchin@, needed for upcoming patches.
c5cdf7be 2011-02-22 00:24:35 run makewhatis -v (needs -current !) okay miod@
9f2197f8 2010-09-04 10:41:57 Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@ and todd@
379b2823 2010-08-25 17:42:18 make 'make release' work on vax
28b1eda6 2010-08-10 20:55:50 permit sgi/loongson to make a release with no xorg.conf, broken since xorg.conf was removed for these archs
20321053 2010-05-11 18:51:21 allow gcc4 switch, okay matthieu@
062f15df 2010-01-31 14:28:45 xorg.conf for loongson.
56f9f576 2010-01-10 13:36:10 Create and distribute the initial sysmerge sum file just like we do for base on new installations. "reads alright" oga@, ok matthieu@ todd@
ea556074 2009-12-01 21:36:52 Move back build of xtsscale with other apps. It doesn't require an installed header anymore.
e58626a0 2009-11-26 22:53:50 Move app/xtsscale build after drivers, since it requires a header installed by driver/xf86-input-ws. Problem noticed by jdixon@
c997ac50 2009-10-01 19:48:31 Use the installed /etc/mtree/BSD.x11.dist file now that it's up-to-date. Further mtree updates will go to /usr/src/etc/mtree/BSD.x11.dist directly.
a0536c60 2009-09-10 19:28:23 Completely disable xserver on vax, it generates a gcc segmentation violation in xkb/xkbEvents.c. ok todd@
d6037105 2009-05-20 18:26:32 Sync with sparc wsmouse changes.
2102c90c 2009-02-02 20:57:55 Enable build of kdrive/Xephyr on gcc3 arches. ok todd@
b65cb15b 2008-10-05 08:06:06 provide a pciutils style pci.ids file for libpciaccess. ok todd@ deraadt@
6c7c8659 2008-06-12 21:58:28 Actually install xorg.conf for sgi when building a release, so that it ends up in the xetc set...
78c2f7ac 2008-01-31 22:34:40 Merge the two xenocara mtree specs into a unique one, rooted at / ok todd@
9b0f189e 2008-01-05 20:22:38 fix release for make -j okay matthieu@
24a32ede 2007-12-20 06:52:03 Don't try to build xserver on landisk. it now depends on lib/pixman which doesn't build because of gcc problems.
3e42211f 2007-10-27 20:01:23 Rebuild the fontcache at the end of make install.
e2909440 2007-06-11 15:27:51 no need to recurse into distrib/notes twice
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@
fffb7d7f 2007-03-28 19:41:15 use exec for recursive make invocations.
114c3c77 2007-03-28 00:22:03 make obj in distrib/notes/ to avoid writing to the src tree, and make it a regular SUBDIR ok matthieu@
20ce56dc 2007-03-26 19:58:54 set XCONFIG for release-install
19ba9252 2007-03-16 23:54:43 add `dist' to .PHONY pointed out by Ingo Schwarze, schwarze at usta dot de, Thanks!
a283e3b0 2007-03-16 21:04:42 borrow a line from XF4/Makefile that defines RM and permits 'make release' to have a chance
9c0ccbe1 2006-12-31 13:55:44 More fixes: - install bsd.xorg.mk in DESTDIR in postinstall - don't use dependencies in postinstall
98da5435 2006-12-31 10:52:07 set X11BASE explicitely when installing bsd.xorg.mk, because the Makefile there doesn't see /usr/share/mk/bsd.xorg.mk.
c53732a7 2006-12-31 10:40:23 Remove redundant X11BASE setting.
98f18a6d 2006-12-23 13:08:07 - Bring in the /usr/local/lib/X11/app-default handling from XF4 Makefile - Repair subdir recursion. noticed by Frederick C. Druseikis.
0b257850 2006-12-17 22:47:35 fix make obj after recent changes
8cfead4a 2006-12-17 20:41:36 make the install target more similar to what is done in the base system.
7ab559b6 2006-12-17 20:15:39 remove update target
e03c6b50 2006-11-30 23:22:15 Fix the install target: one typo and one thinko, probably caused by committing while tired.
e8b39a93 2006-11-30 17:12:58 revert
1243527b 2006-11-30 14:07:20 give a chance of building by referencing the right mtree file
9ce8e78d 2006-11-29 22:45:03 doc needs to be build after util.
c621f756 2006-11-29 21:52:18 (untested) release bits)
4a79b392 2006-11-29 17:42:27 Hook docs to the build
c923979c 2006-11-26 14:00:56 Top level makefile for xenocara.