ports/155623: [PATCH] archivers/p7zip: update to 9.20.1

Raphael Kubo da Costa kubito at gmail.com
Thu Mar 17 03:40:10 UTC 2011


>Number:         155623
>Category:       ports
>Synopsis:       [PATCH] archivers/p7zip: update to 9.20.1
>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:   Thu Mar 17 03:40:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #27: Sat Mar 12 02:50:05 BRT 2011
>Description:
- Update to 9.20.1

Changes to the port include:
    - Remove MD5 sum in the distfile.
    - The port seems to build fine with parallel jobs.
    - makefile.freebsd does not exist anymore, using makefile.freebsd6
      (the most recent one) now.

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

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

--- p7zip-9.20.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/p7zip/Makefile /usr/home/rakuco/dev/ports/p7zip/archivers/p7zip/Makefile
--- /usr/ports/archivers/p7zip/Makefile	2011-02-20 12:37:48.000000000 -0300
+++ /usr/home/rakuco/dev/ports/p7zip/archivers/p7zip/Makefile	2011-03-17 00:15:45.000000000 -0300
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	p7zip
-PORTVERSION=	9.13
-PORTREVISION=	1
+PORTVERSION=	9.20.1
 CATEGORIES=	archivers
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_${DISTVERSION}_src_all
@@ -21,7 +20,6 @@
 USE_BZIP2=	yes
 MAKEFILE=	makefile
 WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
-MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.options.mk>
 
@@ -67,11 +65,10 @@
 	${SED} -e 's!-O!${CFLAGS} ${PTHREAD_CFLAGS}!' \
 	       -e 's!g\+\+!${CXX}!' \
 	       -e 's!gcc!${CC}!' \
-	       -e '/LITTLE_ENDIAN/d' \
 	       -e 's/-D_LARGEFILE_SOURCE//' \
 	       -e 's/-D_FILE_OFFSET_BITS=64//' \
-	       -e 's/-lc_r/${PTHREAD_LIBS}/' \
-	       ${WRKSRC}/makefile.freebsd > ${WRKSRC}/makefile.machine
+	       -e 's/-lpthread/${PTHREAD_LIBS}/' \
+	       ${WRKSRC}/makefile.freebsd6 > ${WRKSRC}/makefile.machine
 	${REINPLACE_CMD} -e 's|{DEST_SHARE_DOC}|${DOCSDIR}|' \
 		${WRKSRC}/man1/*
 	${MV} ${WRKSRC}/README ${WRKSRC}/DOCS/readme.unix
diff -ruN --exclude=CVS /usr/ports/archivers/p7zip/distinfo /usr/home/rakuco/dev/ports/p7zip/archivers/p7zip/distinfo
--- /usr/ports/archivers/p7zip/distinfo	2010-06-26 12:06:28.000000000 -0300
+++ /usr/home/rakuco/dev/ports/p7zip/archivers/p7zip/distinfo	2011-03-17 00:20:38.000000000 -0300
@@ -1,3 +1,2 @@
-MD5 (p7zip_9.13_src_all.tar.bz2) = 8ddb5053db3b1f2696407d01be145779
-SHA256 (p7zip_9.13_src_all.tar.bz2) = fc9c0fa2eabd367d6adbc3ea07bb305dbdc1f68717eea362c8c074b91c03d923
-SIZE (p7zip_9.13_src_all.tar.bz2) = 3753579
+SHA256 (p7zip_9.20.1_src_all.tar.bz2) = 49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782
+SIZE (p7zip_9.20.1_src_all.tar.bz2) = 3835235
--- p7zip-9.20.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list