Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 22:59:28 +0300 (MSK)
From:      "Boris B. Samorodov" <bsam@ipt.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88291: [update] devel/smc: UNBREAK port (size mismatch)
Message-ID:  <200510311959.j9VJxSTY052672@mi.ipt.ru>
Resent-Message-ID: <200510312000.j9VK0WnN029087@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88291
>Category:       ports
>Synopsis:       [update] devel/smc: UNBREAK port (size mismatch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 31 20:00:32 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Boris B. Samorodov
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD mi.ipt.ru 6.0-RC1 FreeBSD 6.0-RC1 #0: Thu Oct 20 21:31:03 MSD 2005 bsam@mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386

>Description:
	The port devel/smc is marked as BROKEN, size mismatch:
	http://portsmon.freebsd.org/portoverview.py?category=devel&portname=smc
	The patch is trivial.
>How-To-Repeat:
>Fix:
	The patch should be applied to the port:
	# cd /usr/ports/devel
	# patch -p0 < _the_patch_
	<delete devel/smc/*.orig>

--- smc.patch begins here ---
diff -ruN smc.orig/Makefile smc/Makefile
--- smc.orig/Makefile	Wed Oct  5 10:17:40 2005
+++ smc/Makefile	Mon Oct 31 22:47:07 2005
@@ -8,6 +8,7 @@
 
 PORTNAME=	smc
 PORTVERSION=	4.2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,8 +17,6 @@
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The State Machine Compiler
-
-BROKEN=		Size mismatch
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.4+
diff -ruN smc.orig/distinfo smc/distinfo
--- smc.orig/distinfo	Tue Sep 20 05:03:36 2005
+++ smc/distinfo	Mon Oct 31 22:40:47 2005
@@ -1,2 +1,2 @@
-MD5 (smc_4_2_2.tgz) = fea96ea79177b95f41040c6a30458e08
-SIZE (smc_4_2_2.tgz) = 1495281
+MD5 (smc_4_2_2.tgz) = 7c3caa8fcbac722272abb1803a5744b0
+SIZE (smc_4_2_2.tgz) = 1493354
--- smc.patch ends here ---


WBR
-- 
bsam

>Release-Note:
>Audit-Trail:
>Unformatted:



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