Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 1999 22:16:44 -0600 (CST)
From:      gljohns@bellsouth.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10552: Fix balsa port
Message-ID:  <199903120416.WAA55309@gforce.johnson.home>

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

>Number:         10552
>Category:       ports
>Synopsis:       Make balsa build again
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 20:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>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?199903120416.WAA55309>