From gljohns@bellsouth.net Thu Mar 11 20:17:48 1999
Return-Path: <gljohns@bellsouth.net>
Received: from mail3.lig (mail3.lig.bellsouth.net [205.152.0.51])
	by hub.freebsd.org (Postfix) with ESMTP id 47DBA15236
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Mar 1999 20:17:45 -0800 (PST)
	(envelope-from gljohns@bellsouth.net)
Received: from gforce.johnson.home (host-209-214-151-200.msy.bellsouth.net [209.214.151.200])
	by mail3.lig (8.8.8-spamdog/8.8.5) with ESMTP id XAA27046
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Mar 1999 23:17:25 -0500 (EST)
Received: (from glenn@localhost)
	by gforce.johnson.home (8.9.2/8.9.2) id WAA55309;
	Thu, 11 Mar 1999 22:16:44 -0600 (CST)
	(envelope-from glenn)
Message-Id: <199903120416.WAA55309@gforce.johnson.home>
Date: Thu, 11 Mar 1999 22:16:44 -0600 (CST)
From: gljohns@bellsouth.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fix balsa port
X-Send-Pr-Version: 3.2

>Number:         10552
>Category:       ports
>Synopsis:       Make balsa build again
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 20:20:00 PST 1999
>Closed-Date:    Wed Mar 24 08:38:34 PST 1999
>Last-Modified:  Wed Mar 24 08:38:53 PST 1999
>Originator:     Glenn Johnson
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

 Make the balsa port build again after the recent changes to gtk, orbit,
gnome, and the reorganization of the gnome mirrors. Also, remove myself
as the maintainer because I don't have the resources to keep up with
gnome.

>How-To-Repeat:

	

>Fix:
	
	Apply the enclosed diff to the balsa port in ${PORTSDIR}/mail.

diff -ruN balsa.old/Makefile balsa/Makefile
--- balsa.old/Makefile	Thu Mar 11 21:39:00 1999
+++ balsa/Makefile	Thu Mar 11 22:09:23 1999
@@ -8,15 +8,15 @@
 
 DISTNAME=	balsa-0.4.9
 CATEGORIES=	mail gnome
-MASTER_SITES=	${MASTER_SITE_GNOME} \
-		http://www.balsa.net/dist/
-MASTER_SITE_SUBDIR=	balsa
+MASTER_SITES=	${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR=	sources/balsa
 
-MAINTAINER=	gljohns@bellsouth.net
+MAINTAINER=	ports@FreeBSD.ORG
 
 RUN_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
 LIB_DEPENDS=	gnome.1:${PORTSDIR}/x11/gnomelibs \
 		PropList.1:${PORTSDIR}/devel/libPropList
+BUILD_DEPENDS=	orbit-idl:${PORTSDIR}/devel/ORBit
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
@@ -24,10 +24,13 @@
 		--datadir=${PREFIX}/share/gnome \
 		--with-gnome=${X11BASE}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
-		GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
+		GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
 		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
 
 MAN1=		balsa.1
+
+pre-build:
+	cd ${WRKSRC}/idl && orbit-idl balsa.idl
 
 post-install:
 		${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nectar 
State-Changed-When: Wed Mar 24 08:38:34 PST 1999 
State-Changed-Why:  
Committed.  Thanks for the update! 
>Unformatted:
