summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-manuals
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-12-23 01:35:49 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-12-23 01:35:49 +0000
commitc90ee83f03de6ce87bf86a6daf09a0010f59c46d (patch)
tree589d40624d0cb825807bd5fe7f399d8769657bb1 /x11/XFree86-4-manuals
parent- Re-do mozilla 1.7.5 patch so kazehakase still works with pre-mozilla 1.7.5 (diff)
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more)
Notes
Notes: svn path=/head/; revision=124866
Diffstat (limited to 'x11/XFree86-4-manuals')
-rw-r--r--x11/XFree86-4-manuals/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/XFree86-4-manuals/Makefile b/x11/XFree86-4-manuals/Makefile
index 7846831e8aac..b965bdf7a611 100644
--- a/x11/XFree86-4-manuals/Makefile
+++ b/x11/XFree86-4-manuals/Makefile
@@ -25,13 +25,19 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXTRACT_TARGET}
PROJECTROOT= -DProjectRoot=${PREFIX}
DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/xc/doc/man
+CFGDIR= ${WRKDIR}/xc/config
INSTALL_TARGET= install.man
+pre-configure:
+ @${MKDIR} ${CFGDIR}
+ @${CP} ${PREFIX}/lib/X11/config/* ${CFGDIR}
+ @${ECHO} "#define BuildHtmlManPages NO" >>${CFGDIR}/xf86site.def
+
do-configure:
(cd ${WRKSRC} && \
- imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
+ imake -DUseInstalled ${PROJECTROOT} -I${CFGDIR} \
-DTOPDIR=../.. -DCURDIR=.; \
- ${MAKE} Makefiles ; \
+ ${MAKE} Makefiles CONFIGDIR=${CFGDIR} ; \
${MAKE} includes ; \
${MAKE} depend)