ports/163856: [PATCH] archivers/upx: update to 3.08

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 6 07:40:10 UTC 2012


>Number:         163856
>Category:       ports
>Synopsis:       [PATCH] archivers/upx: update to 3.08
>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:   Fri Jan 06 07:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sat Dec 24 06:18:22 CST 2011
>Description:
- Update to 3.08

Port maintainer (fjoe at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- upx-3.08.patch begins here ---
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, ...);
--- upx-3.08.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list