From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 12 12:40:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B0DE106566C for ; Mon, 12 Jan 2009 12:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA7A08FC17 for ; Mon, 12 Jan 2009 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CCe3SK065147 for ; Mon, 12 Jan 2009 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CCe3rP065146; Mon, 12 Jan 2009 12:40:03 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jan 2009 12:40:03 GMT Resent-Message-Id: <200901121240.n0CCe3rP065146@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC7F1065674 for ; Mon, 12 Jan 2009 12:32:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C7E4E8FC14 for ; Mon, 12 Jan 2009 12:32:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CCWIMV091089 for ; Mon, 12 Jan 2009 12:32:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CCWIL2091088; Mon, 12 Jan 2009 12:32:18 GMT (envelope-from nobody) Message-Id: <200901121232.n0CCWIL2091088@www.freebsd.org> Date: Mon, 12 Jan 2009 12:32:18 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130416: [UPDATE] archivers/lzmautils-devel - to 4.999.7beta (with name change) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 12:40:04 -0000 >Number: 130416 >Category: ports >Synopsis: [UPDATE] archivers/lzmautils-devel - to 4.999.7beta (with name change) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 12 12:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: FreeBSD 8.0-CURRENT >Organization: Private >Environment: FreeBSD dragonmini.dg 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Dec 21 20:04:04 SAST 2008 root@dragonmini.dg:/tmp/usr/src/sys/GENERIC amd64 >Description: The developer has released a new version of lzmautils (and has renamed it xz). Could you please move archivers/lzmautils-devel to archivers/xz and then replace the content with the attached shar. I have disabled NTL in the port since there does not appear to be any translations (and thus no need for NLS). I assume the ports infrastructure will handle NOPORTSDOC being set (and I don't need to do anything with regards to Makefiles?) I made the binaries dynamically linked? Is this desirable behaviour (the default is to have the binaries statically linked)? Should I submit other PR's to get lzma, lzmalib and lzmautils CONFLICTS updated? >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xz # xz/Makefile # xz/distinfo # xz/pkg-descr # xz/pkg-plist # echo c - xz mkdir -p xz > /dev/null 2>&1 echo x - xz/Makefile sed 's/^X//' >xz/Makefile << '981f0fe2dfad2a2b5e2b5a6a51c8266e' X# New ports collection makefile for: xz X# Date created: 12 Jan 2009 X# Whom: David Naylor X# X# $FreeBSD$ X# X XPORTNAME= xz XPORTVERSION= 4.999.7 XCATEGORIES= archivers XMASTER_SITES= http://tukaani.org/lzma/ XDISTNAME= ${PORTNAME}-${PORTVERSION}beta X XMAINTAINER= dragonsa@highveldmail.co.za XCOMMENT= LZMA compression and decompression tools X XCONFLICTS= lzma-[0-9]* lzmalib-[0.9]* lzmautils-[0-9]* \ X lzmautils-devel-4.999.3alpha X XUSE_LDCONFIG= yes XGNU_CONFIGURE= yes X XCONFIGURE_ARGS+= --disable-static --disable-nls # No translations apparent X X.if defined(WITHOUT_THREADS) XCONFIGURE_ARGS+= --disable-threads X.endif X XMAN1= lzdiff.1 lzgrep.1 lzmore.1 XMLINKS= lzdiff.1 lzcmp.1 \ X lzgrep.1 lzegrep.1 \ X lzgrep.1 lzfgrep.1 \ X lzmore.1 lzless.1 X X.include 981f0fe2dfad2a2b5e2b5a6a51c8266e echo x - xz/distinfo sed 's/^X//' >xz/distinfo << 'efbfe52515f2d891ab6dacde449482ae' XMD5 (xz-4.999.7beta.tar.gz) = be561c1c5597cfa2aa6122854492b2ce XSHA256 (xz-4.999.7beta.tar.gz) = 9180324c2d6060f5cd50794a8f789b7af4cce51befcf64fac58d4091360ec13c XSIZE (xz-4.999.7beta.tar.gz) = 864650 efbfe52515f2d891ab6dacde449482ae echo x - xz/pkg-descr sed 's/^X//' >xz/pkg-descr << 'f54cbe465eb09e4b0f0eb39d719edb9b' XLZMA Utils is an attempt to provide LZMA compression to POSIX-like Xsystems. The idea is to have a gzip-like command line tool and Xzlib-like library, which would make it easy to adapt the new Xcompression technology to existing applications. X XWWW: http://tukaani.org/lzma/ f54cbe465eb09e4b0f0eb39d719edb9b echo x - xz/pkg-plist sed 's/^X//' >xz/pkg-plist << '032c2197ec47a9a4f979440297c758bb' Xbin/lzcat Xbin/lzcmp Xbin/lzdiff Xbin/lzegrep Xbin/lzfgrep Xbin/lzgrep Xbin/lzless Xbin/lzma Xbin/lzmadec Xbin/lzmore Xbin/unlzma Xbin/unxz Xbin/xz Xbin/xzcat Xbin/xzdec Xinclude/lzma.h Xinclude/lzma/base.h Xinclude/lzma/bcj.h Xinclude/lzma/block.h Xinclude/lzma/check.h Xinclude/lzma/container.h Xinclude/lzma/delta.h Xinclude/lzma/filter.h Xinclude/lzma/index.h Xinclude/lzma/index_hash.h Xinclude/lzma/lzma.h Xinclude/lzma/stream_flags.h Xinclude/lzma/subblock.h Xinclude/lzma/version.h Xinclude/lzma/vli.h Xlib/liblzma.la Xlib/liblzma.so Xlib/liblzma.so.0 Xlib/pkgconfig/liblzma.pc X@dirrmtry lib/pkgconfig X@dirrm include/lzma 032c2197ec47a9a4f979440297c758bb exit >Release-Note: >Audit-Trail: >Unformatted: