Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 09:46:31 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325179 - head/devel/openvex
Message-ID:  <201308220946.r7M9kVvB085986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Aug 22 09:46:30 2013
New Revision: 325179
URL: http://svnweb.freebsd.org/changeset/ports/325179

Log:
  Update to openvex 0.5.2 which fixes a workaround for a bug in sdcc that
  has recently been fixed.
  
  Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)

Modified:
  head/devel/openvex/Makefile
  head/devel/openvex/distinfo

Modified: head/devel/openvex/Makefile
==============================================================================
--- head/devel/openvex/Makefile	Thu Aug 22 09:27:33 2013	(r325178)
+++ head/devel/openvex/Makefile	Thu Aug 22 09:46:30 2013	(r325179)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openvex
-PORTVERSION=	0.5.1
+PORTVERSION=	0.5.2
 CATEGORIES=	devel
 MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
 		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
@@ -22,6 +22,8 @@ REINPLACE_ARGS=	-i ""
 
 MAN1=		openvex.1 openvex-new-project.1
 
+ALL_TARGET=	all clean
+
 post-patch:
 # Use make's -C option to descent into directories and fix parallel builds
 	@${REINPLACE_CMD} -e 's/^all:/& depend/ ; s/ make depend &&//' \
@@ -29,11 +31,5 @@ post-patch:
 	@${REINPLACE_CMD} -E 's/cd (.+)(;| &&) make/$$(MAKE) -C \1/' \
 		${WRKSRC}/Advanced/Makefile ${WRKSRC}/Beginner/Makefile \
 		${WRKSRC}/HiBob/Makefile ${WRKSRC}/Makefile
-# Apparently the workaround for bug in pic18f8520.h is no longer needed and
-# breaks the build now; disable it for the time being
-	@${REINPLACE_CMD} -e 's/ifdef SDCC/if 0/' ${WRKSRC}/Lib/timer.h
-
-post-build:
-	${MAKE} -C ${WRKSRC} clean
 
 .include <bsd.port.mk>

Modified: head/devel/openvex/distinfo
==============================================================================
--- head/devel/openvex/distinfo	Thu Aug 22 09:27:33 2013	(r325178)
+++ head/devel/openvex/distinfo	Thu Aug 22 09:46:30 2013	(r325179)
@@ -1,2 +1,2 @@
-SHA256 (openvex-0.5.1.tar.gz) = 35791bdbff0ac8eb4de9f89f13345e59d7e174fc1366b231d4fd400a1173d333
-SIZE (openvex-0.5.1.tar.gz) = 664061
+SHA256 (openvex-0.5.2.tar.gz) = 8704546636e186a04c6b0fe4aec03ebf8e164cd8448832c29d92de4c351e13fa
+SIZE (openvex-0.5.2.tar.gz) = 661823



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