aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/XFree86-4-Server/scripts
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-08-25 18:35:22 +0800
committerasami <asami@FreeBSD.org>2000-08-25 18:35:22 +0800
commit19988855eac3c74c9652c2f0792b4b2d1b3a8b73 (patch)
tree8fa3631e3640d6af36fe30d49e56440996d45dd6 /x11-servers/XFree86-4-Server/scripts
parent9b7037770e19e58c17e20dad1d26151a2711c639 (diff)
downloadfreebsd-ports-gnome-19988855eac3c74c9652c2f0792b4b2d1b3a8b73.tar.gz
freebsd-ports-gnome-19988855eac3c74c9652c2f0792b4b2d1b3a8b73.tar.zst
freebsd-ports-gnome-19988855eac3c74c9652c2f0792b4b2d1b3a8b73.zip
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
Diffstat (limited to 'x11-servers/XFree86-4-Server/scripts')
-rw-r--r--x11-servers/XFree86-4-Server/scripts/configure15
1 files changed, 13 insertions, 2 deletions
diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure
index 9c1ae0818a6f..5539850adccc 100644
--- a/x11-servers/XFree86-4-Server/scripts/configure
+++ b/x11-servers/XFree86-4-Server/scripts/configure
@@ -26,8 +26,16 @@ configure () {
ExtendedInputDevices=YES
fi
+ # It's good for FreeBSD ports/packages system.
+ echo "#define NothingOutsideProjectRoot YES" >> $LOCALDEF
+
+ # I want to set this line.
+ # but the probrem is too deep. not yet done.
+ # echo "#define InstallXserverSetUID NO" >> $LOCALDEF
+
# disable some configs: there are not used this ports
- for i in BuildFonts \
+ for i in \
+ BuildFonts \
Build75DpiFonts \
Build100DpiFonts \
BuildSpeedoFonts \
@@ -40,12 +48,14 @@ configure () {
XVirtualFramebufferServer \
XprtServer \
LibHeaders \
+ LibInstall \
ForceNormalLib \
XTrueTypeInstallCConvHeaders
do \
echo "#define $i NO" >> $LOCALDEF
done
echo "#define BuildServer YES" >> $LOCALDEF
+ echo "#define LibInstallBuild YES" >> $LOCALDEF
echo "#define XF86Server YES" >> $LOCALDEF
echo "#define BuildServersOnly YES" >> $LOCALDEF
cat >> $LOCALDEF <<END
@@ -53,7 +63,8 @@ configure () {
neomagic i740 tdfx \
cirrus tseng trident chips apm \
GlideDriver fbdev \
- ati r128 vga XF86ExtraCardDrivers
+ ati r128 AgpGartDrivers cyrix \
+ vga XF86OSCardDrivers XF86ExtraCardDrivers
END
if [ $ExtendedInputDevices != "YES" ]; then
echo "#define XInputDrivers mouse" >> $LOCALDEF