From owner-svn-ports-head@FreeBSD.ORG Sat Apr 5 23:00:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FA57F01; Sat, 5 Apr 2014 23:00:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C587932; Sat, 5 Apr 2014 23:00:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s35N0n7S033912; Sat, 5 Apr 2014 23:00:49 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s35N0nYl033911; Sat, 5 Apr 2014 23:00:49 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404052300.s35N0nYl033911@svn.freebsd.org> From: Antoine Brodin Date: Sat, 5 Apr 2014 23:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350277 - head/lang/yorick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 23:00:49 -0000 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