Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 09:06:18 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327136 - head/devel/plan9port
Message-ID:  <201309130906.r8D96IpX041281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Sep 13 09:06:17 2013
New Revision: 327136
URL: http://svnweb.freebsd.org/changeset/ports/327136

Log:
  - Update to snapshot as of 20130907
  - Respect CC, unbreak on recent -CURRENT
  
  Reported by:	pkg-fallout

Modified:
  head/devel/plan9port/Makefile
  head/devel/plan9port/distinfo

Modified: head/devel/plan9port/Makefile
==============================================================================
--- head/devel/plan9port/Makefile	Fri Sep 13 08:24:10 2013	(r327135)
+++ head/devel/plan9port/Makefile	Fri Sep 13 09:06:17 2013	(r327136)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	plan9port
-PORTVERSION=	20130320
+PORTVERSION=	20130907
 CATEGORIES=	devel plan9
-MASTER_SITES=	http://swtch.com/plan9port/
+MASTER_SITES=	http://swtch.com/${PORTNAME}/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -105,9 +105,11 @@ post-patch:
 		${WRKSRC}/src/cmd/acme/acme.c
 	@${SED} -e 's|util\.h|lib&|' ${WRKSRC}/src/cmd/9term/OpenBSD.c \
 		> ${WRKSRC}/src/cmd/9term/${OPSYS}.c
+	@${REINPLACE_CMD} -e 's|, swizz(void)|&, swizz8(void)|' \
+		${WRKSRC}/src/cmd/xd.c
 
 do-build:
-	cd ${WRKSRC} && ./INSTALL
+	cd ${WRKSRC} && CC9="${CC}" ./INSTALL
 
 post-build:
 	${RM} -rf `${FIND} ${WRKSRC}/dist -type f ! -regex ".*\.png"`

Modified: head/devel/plan9port/distinfo
==============================================================================
--- head/devel/plan9port/distinfo	Fri Sep 13 08:24:10 2013	(r327135)
+++ head/devel/plan9port/distinfo	Fri Sep 13 09:06:17 2013	(r327136)
@@ -1,2 +1,2 @@
-SHA256 (plan9port-20130320.tgz) = 49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa
-SIZE (plan9port-20130320.tgz) = 54169941
+SHA256 (plan9port-20130907.tgz) = cf9ae310027834a21188b2d56a8f505d0498f9908c562daf503a356b26d35b5d
+SIZE (plan9port-20130907.tgz) = 54185738



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309130906.r8D96IpX041281>