[PATCH] archivers/lzo2: resolve conflict with lzo port,
take maintainership
Matthias Andree
matthias.andree at gmx.de
Fri Aug 19 01:31:17 GMT 2005
>Submitter-Id: current-users
>Originator: Matthias Andree
>Organization:
>Confidential: no
>Synopsis: [PATCH] archivers/lzo2: resolve conflict with lzo port, take maintainership
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 4.11-RELEASE-p11 i386
>Environment:
System: FreeBSD libertas.emma.line.org 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #1: Sat Jul 2 12:53:26 CEST
>Description:
- Rename this port to lzo2 to remove conflict with lzo, the
conflicting library has been renamed by the upstream in
version 2.01 so that lzo and lzo2 can be installed side-by-side.
- Take maintainership
Port maintainer (ports at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- lzo2-2.01.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/lzo2/Makefile /usr/home/emma/ports/archivers/lzo2/Makefile
--- /usr/ports/archivers/lzo2/Makefile Sat Jul 2 12:49:43 2005
+++ /usr/home/emma/ports/archivers/lzo2/Makefile Fri Aug 19 03:21:09 2005
@@ -5,18 +5,15 @@
# $FreeBSD: ports/archivers/lzo2/Makefile,v 1.33 2005/06/29 19:31:48 jylefort Exp $
#
-PORTNAME= lzo
+PORTNAME= lzo2
PORTVERSION= 2.01
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/
MASTER_SITE_SUBDIR= libs/compression
+DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= matthias.andree at gmx.de
COMMENT= Portable speedy, lossless data compression library
-
-LATEST_LINK= lzo2
-
-CONFLICTS= lzo-1.*
USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
--- lzo2-2.01.patch ends here ---
More information about the freebsd-ports
mailing list