Warning /pub/FreeBSD/branches/-current/ports/x11 has no XFree86 only XFree86-4 *** old/ports/x11/XFree86/Makefile Tue Nov 24 02:21:49 1998 --- jhs/ports/x11/XFree86/Makefile Wed Dec 9 13:13:01 1998 *************** *** 25,30 **** --- 25,37 ---- DIST_SUBDIR= xc PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet # can't use USE_X_PREFIX here -- it will cause a circular dependency + + BUILD_DEPENDS= tcl80${LIBEXT}.1:${PORTSDIR}/lang/tcl80 + # To avoid + # cc -o XF86Setup -O2 -ansi -pedantic -Dasm=__asm -L../../../../../exports/lib main.o tclmisc.o tclvidmode.o tclcards.o tclother.o tclkbd.o tclxfconf.o xf86Config.o cards.o tclxkbui.o tkother.o -lxkbui -lxkbfile -Wl,-Bstatic -L/usr/local/lib -ltk80 -Wl,-B dynamic -Wl,-Bstatic -L/usr/local/lib -ltcl80 -Wl,-Bdynamic -lXxf86vm -lXxf86misc -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXext -lX11 -lm -L/usr/local/lib -lxpg4 -lkrb -ldes -lcrypt + # tclBasic.o: Undefined symbol `_Tcl_AsyncReady' referenced from text segment + + PREFIX= ${X11BASE} MTREE_FILE= /etc/mtree/BSD.x11.dist .if (${MACHINE} == "pc98")