Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2008 02:40:45 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123101: [PATCH] archivers/paq: fix fetch problems
Message-ID:  <200804260240.m3Q2ejjS002670@www.freebsd.org>
Resent-Message-ID: <200804260250.m3Q2o1q9014533@freefall.freebsd.org>

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

>Number:         123101
>Category:       ports
>Synopsis:       [PATCH] archivers/paq: fix fetch problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 26 02:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
Make the port fetchable again after the distfile was modified upstream.
Tweak nasm flags.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN paq.orig/Makefile paq/Makefile
--- paq.orig/Makefile	2008-03-14 13:28:16.000000000 -0400
+++ paq/Makefile	2008-04-22 16:21:52.672857000 -0400
@@ -32,7 +32,7 @@
 BUILD_DEPENDS+=	nasm:${PORTSDIR}/devel/nasm
 PAQFLAGS+=	-DUNIX
 ASM1?=	nasm -f elf -o
-ASM2?=
+ASM2?=	-Ox
 .if !defined(WITH_SSE2)
 ASMFILE=	paq7asm
 .else
diff -ruN paq.orig/distinfo paq/distinfo
--- paq.orig/distinfo	2008-03-14 13:28:16.000000000 -0400
+++ paq/distinfo	2008-04-22 16:16:43.599151000 -0400
@@ -1,6 +1,6 @@
-MD5 (paq8o9.zip) = b5ec9fb9905b91e8ba4dc67377b2218f
-SHA256 (paq8o9.zip) = 005f98f305f7eefed325f128acaa092661ed86262210919004561a6ddee67e57
-SIZE (paq8o9.zip) = 108734
+MD5 (paq8o9.zip) = 8fbeb53a52ac1d72f7b9e85770653f7e
+SHA256 (paq8o9.zip) = 53eafa4797d72b6d5630cfa9b43e69b3de58f01119bdf8f23b6d3d940a9d2336
+SIZE (paq8o9.zip) = 109559
 MD5 (lpaq8.zip) = 16349656a2d3802bc0ccde5a2fa5bb9d
 SHA256 (lpaq8.zip) = ea43474526f13338cbb50ce3fbd974a0d088d77a3b73d42010ad11fb89a498b2
 SIZE (lpaq8.zip) = 43529


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



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