FreeBSD Bugzilla – Attachment 120970 Details for
Bug 163856
[PATCH] archivers/upx: update to 3.08
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upx-3.08.patch
upx-3.08.patch (text/plain), 2.16 KB, created by
Po-Chuan Hsieh
on 2012-01-06 07:40:09 UTC
(
hide
)
Description:
upx-3.08.patch
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2012-01-06 07:40:09 UTC
Size:
2.16 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/archivers/upx/Makefile,v >retrieving revision 1.12 >diff -u -u -r1.12 Makefile >--- Makefile 9 Sep 2010 07:39:48 -0000 1.12 >+++ Makefile 6 Jan 2012 07:34:42 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= upx >-PORTVERSION= 3.07 >+PORTVERSION= 3.08 > CATEGORIES= archivers > MASTER_SITES= http://upx.sourceforge.net/download/\ > SF/sevenzip/7-Zip/${LZMA_VER}:lzma >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/archivers/upx/distinfo,v >retrieving revision 1.11 >diff -u -u -r1.11 distinfo >--- distinfo 18 Mar 2011 17:58:42 -0000 1.11 >+++ distinfo 6 Jan 2012 07:34:42 -0000 >@@ -1,4 +1,4 @@ >-SHA256 (upx-3.07-src.tar.bz2) = 7a9dcb8a39d1fcff54bdc75c3633fe39d48989f81c3fb82b1947817eac7cec1e >-SIZE (upx-3.07-src.tar.bz2) = 859362 >+SHA256 (upx-3.08-src.tar.bz2) = c6d873925ef0d5422b9320c7075ef9be5981a6f99418469ce067becd68de65eb >+SIZE (upx-3.08-src.tar.bz2) = 877691 > SHA256 (7z465.tar.bz2) = cce25c2b7c98ccb598b1393c302ff56a5c51fe2a5aae9c3885bec007eb06fc70 > SIZE (7z465.tar.bz2) = 658088 >Index: files/patch-src-packer.h >=================================================================== >RCS file: /home/ncvs/ports/archivers/upx/files/patch-src-packer.h,v >retrieving revision 1.1 >diff -u -u -r1.1 patch-src-packer.h >--- files/patch-src-packer.h 4 Jul 2007 17:51:10 -0000 1.1 >+++ files/patch-src-packer.h 6 Jan 2012 07:34:42 -0000 >@@ -1,11 +1,11 @@ >---- src/packer.h.orig 2007-07-04 17:39:57.000000000 +0000 >-+++ src/packer.h 2007-07-04 17:40:14.000000000 +0000 >+--- src/packer.h.orig 2011-12-13 00:08:00.000000000 +0800 >++++ src/packer.h 2012-01-06 04:41:44.771998330 +0800 > @@ -235,7 +235,7 @@ > void addLoader(C,C,C,C,C,C,C,C); void addLoader(C,C,C,C,C,C,C,C,C); > void addLoader(C,C,C,C,C,C,C,C,C,C); > #undef C >--#if 1 && (ACC_CC_GNUC >= 0x040100) >-+#if 0 && (ACC_CC_GNUC >= 0x040100) >+-#if 1 && (ACC_CC_CLANG || (ACC_CC_GNUC >= 0x040100)) >++#if 0 && (ACC_CC_CLANG || (ACC_CC_GNUC >= 0x040100)) > void __acc_cdecl_va addLoaderVA(const char *s, ...) __attribute__((__sentinel__)); > #else > void __acc_cdecl_va addLoaderVA(const char *s, ...);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 163856
: 120970
Working