From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 12:28:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEF4C995; Sun, 9 Feb 2014 12:28:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B34D117E; Sun, 9 Feb 2014 12:28:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19CSm9u006465; Sun, 9 Feb 2014 12:28:48 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19CSlpF006456; Sun, 9 Feb 2014 12:28:47 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201402091228.s19CSlpF006456@svn.freebsd.org> From: Alex Kozlov Date: Sun, 9 Feb 2014 12:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343484 - in head/archivers/liblzxcomp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 12:28:48 -0000 Author: ak Date: Sun Feb 9 12:28:47 2014 New Revision: 343484 URL: http://svnweb.freebsd.org/changeset/ports/343484 QAT: https://qat.redports.org/buildarchive/r343484/ Log: - Update to 20050705, undeprecate - Take maintainership Added: head/archivers/liblzxcomp/files/Makefile.bsd - copied, changed from r343481, head/archivers/liblzxcomp/files/Makefile Deleted: head/archivers/liblzxcomp/files/Makefile Modified: head/archivers/liblzxcomp/Makefile head/archivers/liblzxcomp/distinfo head/archivers/liblzxcomp/files/patch-lz_nonslide.c head/archivers/liblzxcomp/pkg-descr head/archivers/liblzxcomp/pkg-plist Modified: head/archivers/liblzxcomp/Makefile ============================================================================== --- head/archivers/liblzxcomp/Makefile Sun Feb 9 12:25:56 2014 (r343483) +++ head/archivers/liblzxcomp/Makefile Sun Feb 9 12:28:47 2014 (r343484) @@ -2,33 +2,21 @@ # $FreeBSD$ PORTNAME= liblzxcomp -PORTVERSION= 20020619 +PORTVERSION= 20050705 CATEGORIES= archivers -MASTER_SITES= http://www.speakeasy.org/~russotto/chm/ +MASTER_SITES= http://www.russotto.net/chm/ DISTNAME= lzx_compress -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ak@FreeBSD.org COMMENT= LZX compression library -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-07 - -USE_LDCONFIG= YES -SHLIB_MAJOR= 1 -PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" - -.if defined(NOPROFILE) -PLIST_SUB+= PROFILE="@comment " -.else -PLIST_SUB+= PROFILE="" -.endif +USES= uidfix +USE_LDCONFIG= yes post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev - @${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \ - ${FILESDIR}/Makefile > ${WRKSRC}/Makefile - ${REINPLACE_CMD} -i '' -e 's|stdint|sys/types|' \ + @${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile + @${REINPLACE_CMD} -i '' -e 's|stdint|sys/types|' \ ${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzx_layer.c - ${MV} ${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzxcomp.3 + @${MV} ${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzxcomp.3 .include Modified: head/archivers/liblzxcomp/distinfo ============================================================================== --- head/archivers/liblzxcomp/distinfo Sun Feb 9 12:25:56 2014 (r343483) +++ head/archivers/liblzxcomp/distinfo Sun Feb 9 12:28:47 2014 (r343484) @@ -1,2 +1,2 @@ -SHA256 (lzx_compress.tar.gz) = f74078e8cc7675cf0786b5c4c7e1d6dba2f84028aa5726913c9980316b81f5d8 -SIZE (lzx_compress.tar.gz) = 30202 +SHA256 (lzx_compress.tar.gz) = d63f046130677db666d6cec6f4a62349060928ec85b1feaf2fce9222293a95f7 +SIZE (lzx_compress.tar.gz) = 33561 Copied and modified: head/archivers/liblzxcomp/files/Makefile.bsd (from r343481, head/archivers/liblzxcomp/files/Makefile) ============================================================================== --- head/archivers/liblzxcomp/files/Makefile Sun Feb 9 12:21:12 2014 (r343481, copy source) +++ head/archivers/liblzxcomp/files/Makefile.bsd Sun Feb 9 12:28:47 2014 (r343484) @@ -4,10 +4,10 @@ LIB = lzxcomp SRCS= lz_nonslide.c lzx_layer.c INCS= lzx_compress.h lzx_constants.h -COPTS= -DLZ_ONEBUFFER -DLAZY -DNONSLIDE +CFLAGS+= -DLZ_ONEBUFFER -DLAZY -DNONSLIDE LDADD= -lm -SHLIB_MAJOR= %%SHLIB_MAJOR%% +SHLIB_MAJOR= 1 LIBDIR= ${PREFIX}/lib INCLUDEDIR= ${PREFIX}/include Modified: head/archivers/liblzxcomp/files/patch-lz_nonslide.c ============================================================================== --- head/archivers/liblzxcomp/files/patch-lz_nonslide.c Sun Feb 9 12:25:56 2014 (r343483) +++ head/archivers/liblzxcomp/files/patch-lz_nonslide.c Sun Feb 9 12:28:47 2014 (r343484) @@ -1,6 +1,5 @@ ---- lz_nonslide.c.orig Sun Feb 27 21:08:11 2005 -+++ lz_nonslide.c Sun Feb 27 21:08:47 2005 -@@ -19,6 +19,7 @@ +Index: lz_nonslide.c +@@ -19,10 +19,11 @@ /* * Document here */ @@ -8,3 +7,8 @@ #include #include #include +-#include ++#include + #ifdef DEBUG_PERF + #include + #include Modified: head/archivers/liblzxcomp/pkg-descr ============================================================================== --- head/archivers/liblzxcomp/pkg-descr Sun Feb 9 12:25:56 2014 (r343483) +++ head/archivers/liblzxcomp/pkg-descr Sun Feb 9 12:28:47 2014 (r343484) @@ -1,5 +1,4 @@ LZX compression engine, suitable for creating compressed CHM files. Or -for use in a CAB-making utility or for any other purpose LZX is useful -for. +for use in a CAB-making utility or for any other purpose LZX is useful for. -WWW: http://www.speakeasy.org/~russotto/chm/ +WWW: http://www.russotto.net/chm/ Modified: head/archivers/liblzxcomp/pkg-plist ============================================================================== --- head/archivers/liblzxcomp/pkg-plist Sun Feb 9 12:25:56 2014 (r343483) +++ head/archivers/liblzxcomp/pkg-plist Sun Feb 9 12:28:47 2014 (r343484) @@ -2,6 +2,5 @@ include/lzx_compress.h include/lzx_constants.h lib/liblzxcomp.a lib/liblzxcomp.so -lib/liblzxcomp.so.%%SHLIB_MAJOR%% -%%PROFILE%%lib/liblzxcomp_p.a +lib/liblzxcomp.so.1 man/man3/lzxcomp.3.gz