From never@kurush.osdn.org.ua  Wed Feb  5 09:48:49 2003
Return-Path: <never@kurush.osdn.org.ua>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F1D437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Feb 2003 09:48:49 -0800 (PST)
Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8585743F79
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Feb 2003 09:48:45 -0800 (PST)
	(envelope-from never@kurush.osdn.org.ua)
Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1])
	by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id h15HmfWK050193
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Feb 2003 19:48:42 +0200 (EET)
	(envelope-from never@kurush.osdn.org.ua)
Received: (from never@localhost)
	by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id h15HmfkO050192;
	Wed, 5 Feb 2003 19:48:41 +0200 (EET)
Message-Id: <200302051748.h15HmfkO050192@kurush.osdn.org.ua>
Date: Wed, 5 Feb 2003 19:48:41 +0200 (EET)
From: Alexandr Kovalenko <never@nevermind.kiev.ua>
Reply-To: Alexandr Kovalenko <never@nevermind.kiev.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MEGA-PATCH] ports/*/openoffice*: remove category 'editors' in slave ports
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47969
>Category:       ports
>Synopsis:       [MEGA-PATCH] ports/*/openoffice*: remove category 'editors' in slave ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 05 09:50:02 PST 2003
>Closed-Date:    Wed Feb 12 15:36:38 PST 2003
>Last-Modified:  Wed Feb 12 15:36:38 PST 2003
>Originator:     Alexandr Kovalenko
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
WNet ISP, Kiev, Ukraine, http://wnet.ua/
>Environment:
System: FreeBSD kurush.osdn.org.ua 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Tue Oct 15 17:18:12 EEST 2002 root@kurush.osdn.org.ua:/usr/obj/usr/src/sys/kurush i386

>Description:
	In OpenOffice.org's master Makefile categories for port is made from
	slave's own CATEGORIES and plus categor 'editors'. In bunch of slave
	OpenOffice.org ports we have also redunant 'editors' category, which causes
	confusion and duplication. Anyway, this is the patch for openoffice ports
	only, but I think that duplicate categories should be handled inside
	'bsd.port.mk' magic.

	- remove category 'editors' in slave ports
>How-To-Repeat:
N/A
>Fix:

--- ./chinese/openoffice-zh_CN/Makefile	Mon Aug 12 01:29:07 2002
+++ ./chinese/openoffice-zh_CN.orig/Makefile	Wed Feb  5 19:42:24 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/chinese/openoffice-zh_CN/Makefile,v 1.2 2002/08/11 22:29:07 mbr Exp $
 #
 
-CATEGORIES=     chinese editors
+CATEGORIES=     chinese
 
 LANG_PKGNAME=   zh
 LANG_SUFFIX=	CN
--- ./chinese/openoffice-zh_TW/Makefile	Mon Aug 12 01:29:08 2002
+++ ./chinese/openoffice-zh_TW.orig/Makefile	Wed Feb  5 19:42:24 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/chinese/openoffice-zh_TW/Makefile,v 1.3 2002/08/11 22:29:08 mbr Exp $
 #
 
-CATEGORIES=	chinese editors
+CATEGORIES=	chinese
 
 LANG_PKGNAME=	zh
 LANG_SUFFIX=	TW
--- ./french/openoffice/Makefile	Mon Aug 19 17:03:53 2002
+++ ./french/openoffice.orig/Makefile	Wed Feb  5 19:42:24 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/french/openoffice/Makefile,v 1.5 2002/08/19 14:03:53 mbr Exp $
 #
 
-CATEGORIES=	french editors
+CATEGORIES=	french
 
 LANG_PKGNAME=	fr
 LANG_EXT=	33
--- ./german/openoffice/Makefile	Wed Jan 29 19:19:56 2003
+++ ./german/openoffice.orig/Makefile	Wed Feb  5 19:42:24 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/german/openoffice/Makefile,v 1.7 2003/01/25 10:46:15 mbr Exp $
 #
 
-CATEGORIES=	german editors
+CATEGORIES=	german
 
 .if !defined (LANG) && !defined(USE_LANG)
 USE_LANG=	de_DE.ISO8859-15
--- ./japanese/openoffice/Makefile	Mon Aug 26 11:57:22 2002
+++ ./japanese/openoffice.orig/Makefile	Wed Feb  5 19:42:24 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/japanese/openoffice/Makefile,v 1.7 2002/08/26 08:57:22 knu Exp $
 #
 
-CATEGORIES=	japanese editors
+CATEGORIES=	japanese
 
 LANG_PKGNAME=	ja
 LANG_EXT=	81
--- ./korean/openoffice/Makefile	Sat Aug 24 19:45:20 2002
+++ ./korean/openoffice.orig/Makefile	Wed Feb  5 19:42:24 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/korean/openoffice/Makefile,v 1.3 2002/08/24 16:45:20 mbr Exp $
 #
 
-CATEGORIES=	korean editors
+CATEGORIES=	korean
 
 LANG_PKGNAME=	ko
 LANG_EXT=	82
--- ./russian/openoffice/Makefile	Wed Feb  5 19:42:11 2003
+++ ./russian/openoffice.orig/Makefile	Wed Feb  5 19:42:24 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/russian/openoffice/Makefile,v 1.3 2003/01/22 10:29:20 mbr Exp $
 #
 
-CATEGORIES=     russian editors
+CATEGORIES=     russian
 
.if !defined (LANG) && !defined(USE_LANG)
USE_LANG=       ru_RU.KOI8-R
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mbr 
State-Changed-When: Wed Feb 12 15:36:21 PST 2003 
State-Changed-Why:  
Committed thanks ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47969 
>Unformatted:
