ports/63015: www/mozilla-gtk1 and www/mozilla-devel-gtk1 gtk mixup

alexander arundel at gmx.net
Wed Feb 18 14:10:11 UTC 2004


>Number:         63015
>Category:       ports
>Synopsis:       www/mozilla-gtk1 and www/mozilla-devel-gtk1 gtk mixup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 06:10:10 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     No Name
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD skatecity 4.9-STABLE FreeBSD 4.9-STABLE #0: Sun Feb 8 17:15:36 CET 2004 arundel at skatecity:/usr/obj/usr/src/sys/ARUNDEL i386

>Description:
	www/mozilla-gtk1 and www/mozilla-devel-gtk1 compile the mozilla master port with gtk2
	support. It seems somebody just copy and pasted the Makefile from the *-gtk2 ports.

>How-To-Repeat:

	diff -r mozilla-gtk1/Makefile mozilla-gtk2/Makefile

	5c5
	< # $FreeBSD: ports/www/mozilla-gtk1/Makefile,v 1.13 2004/02/04 05:09:32 marcus Exp $
	---
	> # $FreeBSD: ports/www/mozilla-gtk2/Makefile,v 1.13 2004/02/04 05:09:32 marcus Exp $
	

	diff -r mozilla-devel-gtk1/Makefile mozilla-devel-gtk2/Makefile

	5c5
	< # $FreeBSD: ports/www/mozilla-devel-gtk1/Makefile,v 1.15 2004/02/04 05:09:32 marcus Exp $
	---
	> # $FreeBSD: ports/www/mozilla-devel-gtk2/Makefile,v 1.15 2004/02/04 05:09:32 marcus Exp $

	See. That shouldn't be.

>Fix:

--- output begins here ---
diff -ur mozilla-gtk1/Makefile mozilla-gtk1_new/Makefile
--- mozilla-gtk1/Makefile       Wed Feb  4 06:09:32 2004
+++ mozilla-gtk1_new/Makefile   Wed Feb 18 15:00:04 2004
@@ -1,4 +1,4 @@
-# New ports collection makefile for:   mozilla-devel-gtk2
+# New ports collection makefile for:   mozilla-gtk1
 # Date created:                17 November 2002
 # Whom:                        Joe Marcus Clarke <marcus at FreeBSD.org>
 #
@@ -11,9 +11,9 @@
 CATEGORIES=    www

 MASTERDIR=     ${.CURDIR}/../mozilla
-DESCR=         ${PKGDIR}/pkg-descr.gtk2
+DESCR=         ${PKGDIR}/pkg-descr

-WITH_GTK2=     yes
-MOZILLA=       mozilla-gtk2
+WITH_GTK2=
+MOZILLA=       mozilla

 .include "${MASTERDIR}/Makefile"
--- output ends here ---


--- output begins here ---
diff -ur mozilla-devel-gtk1/Makefile mozilla-devel-gtk1_new/Makefile
--- mozilla-devel-gtk1/Makefile Wed Feb  4 06:09:32 2004
+++ mozilla-devel-gtk1_new/Makefile     Wed Feb 18 15:00:41 2004
@@ -1,4 +1,4 @@
-# New ports collection makefile for:   mozilla-devel-gtk2
+# New ports collection makefile for:   mozilla-devel-gtk1
 # Date created:                17 November 2002
 # Whom:                        Joe Marcus Clarke <marcus at FreeBSD.org>
 #
@@ -11,9 +11,9 @@
 CATEGORIES=    www

 MASTERDIR=     ${.CURDIR}/../mozilla-devel
-DESCR=         ${PKGDIR}/pkg-descr.gtk2
+DESCR=         ${PKGDIR}/pkg-descr

-WITH_GTK2=     yes
-MOZILLA=       mozilla-devel-gtk2
+WITH_GTK2=
+MOZILLA=       mozilla-devel

 .include "${MASTERDIR}/Makefile"
--- output ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list