Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2012 20:06:56 GMT
From:      Pedro Giffuni <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170262: Update devel/jwasm to version 2.07a
Message-ID:  <201207292006.q6TK6uML092871@red.freebsd.org>
Resent-Message-ID: <201207292010.q6TKACJR067041@freefall.freebsd.org>

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

>Number:         170262
>Category:       ports
>Synopsis:       Update devel/jwasm to version 2.07a
>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:   Sun Jul 29 20:10:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.1-PRERELEASE
>Organization:
>Environment:
FreeBSD pcbsd-8555 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Sat Jul 21 13:36:10 COT 2012     Pedro@pcbsd-8555:/sys/amd64/compile/GENERIC  amd64
>Description:
Update jwasm: related to Openwatcom but with support for amd64

Changelog available here:

http://www.japheth.de/JWasm/History.txt
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru jwasm.orig/Makefile jwasm/Makefile
--- jwasm.orig/Makefile	2012-07-29 14:41:38.000000000 -0500
+++ jwasm/Makefile	2012-07-29 14:57:33.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jwasm
-PORTVERSION=	206
+PORTVERSION=	207a
 CATEGORIES=	devel
 MASTER_SITES=	http://www.japheth.de/Download/JWasm/
 DISTNAME=	JWasm${PORTVERSION}s
@@ -27,7 +27,10 @@
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
-	@${GZIP_CMD} ${DOCSDIR}/*.txt
+	@${MKDIR} ${DOCSDIR}/manual
+	@${INSTALL_DATA} ${WRKSRC}/Doc/*.txt ${DOCSDIR}/manual
+	@${GZIP_CMD} ${DOCSDIR}/*.txt ${DOCSDIR}/manual/*.txt
+	
 .endif
 
 .include <bsd.port.mk>
diff -ru jwasm.orig/distinfo jwasm/distinfo
--- jwasm.orig/distinfo	2012-07-29 14:41:38.000000000 -0500
+++ jwasm/distinfo	2012-07-29 14:43:46.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (JWasm206s.zip) = bf3c03a546396dc25cf33fab4c31a7197be6651b75f4c6679727c391db7374c7
-SIZE (JWasm206s.zip) = 763604
+SHA256 (JWasm207as.zip) = 78c6f76ab729d9ecccf0a7fcf335457d6f76b613172a85c8d44b56ef79d328cc
+SIZE (JWasm207as.zip) = 804843
Only in jwasm/files: patch-H+memalloc.h
diff -ru jwasm.orig/pkg-descr jwasm/pkg-descr
--- jwasm.orig/pkg-descr	2012-07-29 14:41:38.000000000 -0500
+++ jwasm/pkg-descr	2012-07-29 14:43:31.000000000 -0500
@@ -9,7 +9,7 @@
 64-bit), Elf (32-and 64-bit), Bin and DOS MZ.
 - precompiled JWasm binaries are available for DOS, Windows and Linux. For 
 OS/2 and FreeBSD, makefiles are supplied.
-- Instructions up to SSSE3 are supported.
+- Instructions up to AVX are supported.
 - The JWasm source is portable and has successfully been tested with Open 
 Watcom, MS VC, GCC and more.
 - As far as programming for Windows is concerned, JWasm can be used with 
diff -ru jwasm.orig/pkg-plist jwasm/pkg-plist
--- jwasm.orig/pkg-plist	2012-07-29 14:41:38.000000000 -0500
+++ jwasm/pkg-plist	2012-07-29 15:02:19.000000000 -0500
@@ -2,6 +2,11 @@
 bin/jwasm
 %%PORTDOCS%%%%DOCSDIR%%/History.txt.gz
 %%PORTDOCS%%%%DOCSDIR%%/License.txt.gz
-%%PORTDOCS%%%%DOCSDIR%%/Manual.txt.gz
 %%PORTDOCS%%%%DOCSDIR%%/Readme.txt.gz
+%%PORTDOCS%%%%DOCSDIR%%/manual/enh.txt.gz
+%%PORTDOCS%%%%DOCSDIR%%/manual/fixes.txt.gz
+%%PORTDOCS%%%%DOCSDIR%%/manual/gencode.txt.gz
+%%PORTDOCS%%%%DOCSDIR%%/manual/overview.txt.gz
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+


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



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