c90ee83f03
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)
15 lines
382 B
Text
15 lines
382 B
Text
--- programs/dpsinfo/Imakefile.orig Fri Apr 23 12:54:31 2004
|
|
+++ programs/dpsinfo/Imakefile Tue Oct 19 20:05:08 2004
|
|
@@ -13,10 +13,10 @@
|
|
|
|
.SUFFIXES: .psw .h
|
|
|
|
-.psw.c : ProgramTargetName($(PSWRAP))
|
|
+.psw.c :
|
|
RunProgram(PSWRAP,-a -o $*.c -h $*.h $<)
|
|
|
|
-.psw.h : ProgramTargetName($(PSWRAP))
|
|
+.psw.h :
|
|
RunProgram(PSWRAP,-a -h $*.h $< > /dev/null)
|
|
|
|
depend:: $(DERIVED_FILES)
|