Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2005 03:31:36 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@FreeBSD.org
Subject:   [PATCH] archivers/lzo2: resolve conflict with lzo port, take maintainership
Message-ID:  <E1E5vjM-0007Oy-VZ@libertas.emma.line.org>

next in thread | raw e-mail | index | archive | help

>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@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@FreeBSD.org
+MAINTAINER=	matthias.andree@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 ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1E5vjM-0007Oy-VZ>