Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 19:48:41 +0200 (EET)
From:      Alexandr Kovalenko <never@nevermind.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47969: [MEGA-PATCH] ports/*/openoffice*: remove category 'editors' in slave ports
Message-ID:  <200302051748.h15HmfkO050192@kurush.osdn.org.ua>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 05 09:50:02 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302051748.h15HmfkO050192>