svn commit: r350277 - head/lang/yorick

Antoine Brodin antoine at FreeBSD.org
Sat Apr 5 23:00:49 UTC 2014


Author: antoine
Date: Sat Apr  5 23:00:48 2014
New Revision: 350277
URL: http://svnweb.freebsd.org/changeset/ports/350277
QAT: https://qat.redports.org/buildarchive/r350277/

Log:
  Mark broken: fails to link
  
  cc -O2   -Wl,-E -o yorick main.o yinit.o -L. -L../drat -L../hex   -lyor -L/usr/local/lib -lX11  -lm
  yinit.o(.text+0x15): In function `on_launch':
  : undefined reference to `y_launch'
  yinit.o(.data+0x0): undefined reference to `yk_yor'
  *** Error code 1
  
  Reported by:	pkg-fallout since february 2014

Modified:
  head/lang/yorick/Makefile

Modified: head/lang/yorick/Makefile
==============================================================================
--- head/lang/yorick/Makefile	Sat Apr  5 22:48:14 2014	(r350276)
+++ head/lang/yorick/Makefile	Sat Apr  5 23:00:48 2014	(r350277)
@@ -15,6 +15,8 @@ GH_ACCOUNT=	dhmunro
 GH_TAGNAME=	y_${PORTVERSION:S/./_/g}
 GH_COMMIT=	82e60dc
 
+BROKEN=		Fails to link
+
 USE_XORG=	x11
 MAKE_ARGS=	Y_HOME=relocatable Y_DOCDIR=/dev/null
 INFO=		yorick


More information about the svn-ports-all mailing list