svn commit: r322918 - head/lang/schemetoc

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 13 13:08:11 UTC 2013


Author: bapt
Date: Sat Jul 13 13:08:10 2013
New Revision: 322918
URL: http://svnweb.freebsd.org/changeset/ports/322918

Log:
  Mark as broken:
  
  ../scsc/scc -o scixl -i -m xlib xwss.o xws2.o xws3.o xws4.o xws5.o xws6.o xws7.o xws8.o xws9.o xws10.o  xlib.o xwsr4.o depth.o screen.o visual.o xarc.o xchar2b.o xcharstruct.o  xclasshint.o xcomposestatus.o xcolor.o xlibCONSTANTS.o xevent.o  xfontprop.o xfontstruct.o xgcvalues.o xhostaddress.o xiconsize.o  ximage.o xkeyboardcontrol.o xkeyboardstate.o xmodifierkeymap.o  xpoint.o xrectangle.o xrmoptiondescrec.o xrmvalue.o xsegment.o  xsetwindowattributes.o xsizehints.o xstandardcolormap.o  xlibSTUBS.o xtextitem.o xtextitem16.o xtimecoord.o xlibTYPES.o  xvisualinfo.o xwindowattributes.o xwindowchanges.o xwmhints.o  xpixmapformatvalues.o xtextproperty.o -L/usr/local/lib -lX11
  /usr/bin/ld: cannot find -lX11
  *** [scixl] Error code 1

Modified:
  head/lang/schemetoc/Makefile

Modified: head/lang/schemetoc/Makefile
==============================================================================
--- head/lang/schemetoc/Makefile	Sat Jul 13 13:05:50 2013	(r322917)
+++ head/lang/schemetoc/Makefile	Sat Jul 13 13:08:10 2013	(r322918)
@@ -12,6 +12,8 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	erik at bz.bzflag.bz
 COMMENT=	Scheme-to-C, a compiler and interpreter for compiling scheme into C
 
+BROKEN=		Does not build
+
 ONLY_FOR_ARCHS=	i386
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list