Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2002 17:34:51 +0300 (EEST)
From:      Esa Karkkainen <ejk@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ejk@iki.fi
Subject:   ports/42506: Incorrect port names for www/mozilla-[embedded|headers]-devel
Message-ID:  <200209071434.g87EYpTJ051873@corsair.my.domain>

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

>Number:         42506
>Category:       ports
>Synopsis:       Incorrect port names for www/mozilla-[embedded|headers]-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 07 07:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Esa Karkkainen
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
Is in state of disintegration
>Environment:

System: FreeBSD 4.7-PRERELEASE Mon Sep 2 19:18:43 EEST 2002
Ports tree cvsupped at Sat Sep 7 17:09 EEST 2002

>Description:

Apparently when www/mozilla-[embedded|headers]-devel ports were repo
copied from their respective stable (ie 1.0) ports, both "PORTNAME" and
"MAINDIR" variables were left pointing to stable mozilla port hence the 

>How-To-Repeat:

# portsdb -Uu
[.....]
Warning: Duplicate INDEX entry: mozilla-embedded-1.0,2
Warning: Duplicate INDEX entry: mozilla-headers-1.0,2

>Fix:

--- mozilla-embedded-devel/Makefile.orig	Wed Sep  4 18:50:09 2002
+++ mozilla-embedded-devel/Makefile	Sat Sep  7 16:52:41 2002
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/www/mozilla-embedded-devel/Makefile,v 1.17 2002/09/03 20:45:58 marcus Exp $
 #
 
-PORTNAME=	mozilla-embedded
+PORTNAME=	mozilla-embedded-devel
 PORTVERSION=	${MAKE} -V PORTVERSION -f ${MAINDIR}/${MKFILE}
 PORTREVISION=	${MAKE} -V PORTREVISION -f ${MAINDIR}/${MKFILE}
 PORTEPOCH=	${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MKFILE}
@@ -24,7 +24,7 @@
 
 NO_LATEST_LINK=	yes
 
-MAINDIR=	${.CURDIR}/../mozilla
+MAINDIR=	${.CURDIR}/../mozilla-devel
 MKFILE!=	/usr/bin/basename ${MAKEFILE}
 PORTVERSION!=	${PORTVERSION}
 PORTREVISION!=	${PORTREVISION}

--- mozilla-headers-devel/Makefile.orig	Wed Sep  4 18:50:11 2002
+++ mozilla-headers-devel/Makefile	Sat Sep  7 16:53:11 2002
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/www/mozilla-headers-devel/Makefile,v 1.8 2002/09/03 20:45:59 marcus Exp $
 #
 
-PORTNAME=	mozilla-headers
+PORTNAME=	mozilla-headers-devel
 PORTVERSION=	${MAKE} -V PORTVERSION -f ${MAINDIR}/${MKFILE}
 PORTREVISION=	${MAKE} -V PORTREVISION -f ${MAINDIR}/${MKFILE}
 PORTEPOCH=	${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MKFILE}
@@ -20,7 +20,7 @@
 
 NO_LATEST_LINK=	yes
 
-MAINDIR=	${.CURDIR}/../mozilla
+MAINDIR=	${.CURDIR}/../mozilla-devel
 MKFILE!=	/usr/bin/basename ${MAKEFILE}
 PORTVERSION!=	${PORTVERSION}
 PORTREVISION!=	${PORTREVISION}
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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