From owner-freebsd-ports Thu Mar 11 20:20:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 914F315210 for ; Thu, 11 Mar 1999 20:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA65781; Thu, 11 Mar 1999 20:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail3.lig (mail3.lig.bellsouth.net [205.152.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 47DBA15236 for ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: ports/10552: Fix balsa port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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