aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.xorg.mk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-11 23:45:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-11 23:45:04 +0000
commit821fed09a7e0682d7829d50a5c203a7d7510c8f7 (patch)
treea91a8521624f99111ad8f5368f01622ef3d35f42 /Mk/bsd.xorg.mk
parent416c09fcd2ae37261a1cf20e59de2714e1d6cc25 (diff)
downloadports-821fed09a7e0682d7829d50a5c203a7d7510c8f7.tar.gz
ports-821fed09a7e0682d7829d50a5c203a7d7510c8f7.zip
- Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higher
optimizations are enabled. PR: ports/121363 Submitted by: obrien - Change USE_XPM variable to use USE_XORG framework, and lose implied USE_XLIB PR: ports/113799 Submitted by: des (based on) Patch by: pav - Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREFIX PR: ports/118212 Original patch: vd Patch by: pav - Allow tab as well as space in param.h for OSVERSION determination PR: ports/117507 Submitted by: erwin - Reverse the condition so EXTRACT_PRESERVE_OWNERSHIP now work as advertised PR: ports/117916 Submitted by: tobez - Assorted comment fixes PR: ports/118054 Submitted by: linimon - Style nit ($@ -> ${.TARGET}) PR: ports/120276 Submitted by: obrien
Notes
Notes: svn path=/head/; revision=208863
Diffstat (limited to 'Mk/bsd.xorg.mk')
-rw-r--r--Mk/bsd.xorg.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index f9815209d44f..ff5c105fddbb 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -1,16 +1,10 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# bsd.xorg.mk - Support for USE_XORG variable. (XXX - this comment sucks)
+# bsd.xorg.mk - Support for X.Org ports and dependencies
#
# Created by: Florent Thoumie <flz@FreeBSD.org>
#
-# Complete list of dependencies for xorg ports can be found at :
-# http://people.freebsd.org/~flz/local/xorg/xorg-dep-list
-#
-# RSS feed for X.org individual releases can be found at :
-# http://feed.xbsd.org/xorg/
-#
# !!! Here be dragons !!! (yeah, here as well...)
#
# $FreeBSD$