Index: head/archivers/lzma/Makefile =================================================================== --- head/archivers/lzma/Makefile (revision 238399) +++ head/archivers/lzma/Makefile (revision 238400) @@ -1,55 +1,55 @@ # New ports collection makefile for: lzma # Date created: 25 Apr 2005 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= lzma -PORTVERSION= 4.65 +PORTVERSION= 9.04 CATEGORIES= archivers MASTER_SITES= SFE/sevenzip DISTNAME= lzma${PORTVERSION:S/.//g} MAINTAINER= bf1783@gmail.com COMMENT= High-ratio LZMA compressor CONFLICTS= lzmautils-[0-9]* USE_BZIP2= yes USE_GMAKE= yes NO_WRKSUBDIR= yes USE_DOS2UNIX= yes BUILD_WRKSRC= ${WRKSRC}/CPP/7zip/Compress/LZMA_Alone MAKEFILE= makefile.gcc PLIST_FILES= bin/${PORTNAME} CFLAGS+= -D_LZMA_SYSTEM_SIZE_T .ifdef(WITH_LZMA_PROB32) #increase the speed of decoding on some 32-bit CPUs, at the expense of doubled #memory usage for CLzmaDec::probs CFLAGS+= -D_LZMA_PROB32 .endif .ifdef(WITH_LZMA_SIZE_OPT) #enable some optimizations in LZMA Decoder to get smaller executable code CFLAGS+= -D_LZMA_SIZE_OPT .endif PORTDOCS= 7zC.txt 7zFormat.txt Methods.txt history.txt lzma.txt post-patch: @${REINPLACE_CMD} -e '/bool Open(LPCTSTR fileName, DWORD creationDisposition)/,/}/d'\ ${WRKSRC}/CPP/7zip/Common/FileStreams.h @${REINPLACE_CMD} -e \ '/^CXX/d;s|CXX_C|CC|;s|^CFLAGS =|CFLAGS +=|;s|-o|${CFLAGS} -o|'\ ${BUILD_WRKSRC}/${MAKEFILE} do-install: @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .ifndef NOPORTDOCS @${INSTALL} -d ${DOCSDIR}/ @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif regression-test: build ${BUILD_WRKSRC}/${PORTNAME} b .include Property changes on: head/archivers/lzma/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/archivers/lzma/distinfo =================================================================== --- head/archivers/lzma/distinfo (revision 238399) +++ head/archivers/lzma/distinfo (revision 238400) @@ -1,3 +1,3 @@ -MD5 (lzma465.tar.bz2) = 29d5ffd03a5a3e51aef6a74e9eafb759 -SHA256 (lzma465.tar.bz2) = c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e -SIZE (lzma465.tar.bz2) = 288122 +MD5 (lzma904.tar.bz2) = 8dea7b12f393499b8665ac5696ea779b +SHA256 (lzma904.tar.bz2) = 8b763506e9f6b6aafe53288655353f33ab44a426afb837aef101a7290ac0fe71 +SIZE (lzma904.tar.bz2) = 500913 Property changes on: head/archivers/lzma/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc =================================================================== --- head/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc (nonexistent) +++ head/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc (revision 238400) @@ -0,0 +1,20 @@ +--- CPP/7zip/Compress/LZMA_Alone/makefile.gcc.orig 2009-07-07 12:30:31.080096591 -0400 ++++ CPP/7zip/Compress/LZMA_Alone/makefile.gcc 2009-07-07 12:35:37.942370149 -0400 +@@ -24,6 +24,7 @@ + LzmaBenchCon.o \ + LzmaDecoder.o \ + LzmaEncoder.o \ ++ CWrappers.o \ + InBuffer.o \ + OutBuffer.o \ + FileStreams.o \ +@@ -66,6 +67,9 @@ + LzmaEncoder.o: ../LzmaEncoder.cpp + $(CXX) $(CFLAGS) ../LzmaEncoder.cpp + ++CWrappers.o: ../../Common/CWrappers.cpp ++ $(CXX) $(CFLAGS) ../../Common/CWrappers.cpp ++ + InBuffer.o: ../../Common/InBuffer.cpp + $(CXX) $(CFLAGS) ../../Common/InBuffer.cpp + Property changes on: head/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property