From owner-svn-ports-all@freebsd.org Wed Aug 3 11:17:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82ADABAC30A; Wed, 3 Aug 2016 11:17:45 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 556DC1943; Wed, 3 Aug 2016 11:17:45 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u73BHi19038045; Wed, 3 Aug 2016 11:17:44 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u73BHieA038044; Wed, 3 Aug 2016 11:17:44 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201608031117.u73BHieA038044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 3 Aug 2016 11:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419509 - branches/2016Q3/sysutils/showbeastie X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 11:17:45 -0000 Author: cpm Date: Wed Aug 3 11:17:44 2016 New Revision: 419509 URL: https://svnweb.freebsd.org/changeset/ports/419509 Log: MFH: r419508 - Fix build on FreeBSD 11.0/i386 and HEAD. - Mark BROKEN on 9.3 - We have no MASTER_SITES and no DISTFILES. Therefore these are empty. PR: 211321 Submitted by: Tobias Kortkamp (maintainer) Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Approved by: ports-secteam (build fix blanket) Modified: branches/2016Q3/sysutils/showbeastie/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/sysutils/showbeastie/Makefile ============================================================================== --- branches/2016Q3/sysutils/showbeastie/Makefile Wed Aug 3 11:13:30 2016 (r419508) +++ branches/2016Q3/sysutils/showbeastie/Makefile Wed Aug 3 11:17:44 2016 (r419509) @@ -4,8 +4,8 @@ PORTNAME= showbeastie PORTVERSION= 0.2 CATEGORIES= sysutils -MASTER_SITES= -DISTFILES= +MASTER_SITES= # none +DISTFILES= # none MAINTAINER= t@tobik.me COMMENT= Preview FreeBSD loader logos @@ -25,6 +25,8 @@ PLIST_FILES= bin/${PORTNAME} # Make sure building succeeds on HEAD MAKE_ARGS+= -m ${SRC_BASE}/share/mk +BROKEN_FreeBSD_9= builds but expects newer loader environment + pre-patch: @${MKDIR} ${WRKSRC} @${TAR} -C ${SRC_BASE}/sys/boot/ficl \ @@ -35,6 +37,10 @@ post-patch: ${REINPLACE_CMD} 's|-I.*/\.\./common|-I${SRC_BASE}/sys/boot/common|g' \ ${WRKSRC}/Makefile +# Make sure building on FreeBSD 11.0/i386 works. Calls to biospci_* are not +# needed for this program. + ${REINPLACE_CMD} 's|ifdef __i386__|if 0|g' ${WRKSRC}/loader.c + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/testmain ${STAGEDIR}${PREFIX}/bin/${PORTNAME}