From 564cfa220b6a3ac8d17b3bc74be4732d54035504 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 26 Dec 2004 02:43:38 +0000 Subject: Update to 4.13: - new port of 7za from the source of 7za 4.13Beta for Windows - From Windows version of 7-zip 4.13 : - Switch "--" stops switches parsing - Some bugs were fixed - User's manual updated (DOCS/MANUAL/index.htm) - makefile.netbsd_x86 added [Bug #1069055]. - new method to install 7z and its plugins (the "link" method do no work) - installer added (install.sh). - makefile.macosx_with_fink becomes makefile.macosx and makefile.macosx uses c++ instead of CC (on some MacOSX, CC is a link to gcc instead of g++) - new flag "-utf16" to enable "utf16" conversion [Bug #1075229]. - new logic to automatically enable or disable "utf16" conversion : no locale, locale=="C" or locale=="POSIX" implies utf16=off else utf16=on uses "-utf16" or "-no-utf16" to change this behaviour. [Bug #1075229] - 7z (compiled with -O2) works now on Sparc Solaris. --- archivers/p7zip/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archivers/p7zip/Makefile') diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 0b562a63fee..838d4c38682 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/26 02:43:38 wiz Exp $ # -DISTNAME= p7zip_4.12_src -PKGNAME= p7zip-4.12 +DISTNAME= p7zip_4.13_src +PKGNAME= p7zip-4.13 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3