From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 29 05:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F34E1065672 for ; Sat, 29 Mar 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 407928FC1C for ; Sat, 29 Mar 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2T5K1Ca094755 for ; Sat, 29 Mar 2008 05:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2T5K1Z3094754; Sat, 29 Mar 2008 05:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 29 Mar 2008 05:20:01 GMT Resent-Message-Id: <200803290520.m2T5K1Z3094754@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 968B7106566B for ; Sat, 29 Mar 2008 05:14:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 899FC8FC12 for ; Sat, 29 Mar 2008 05:14:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2T5Dob9024912 for ; Sat, 29 Mar 2008 05:13:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m2T5DouW024911; Sat, 29 Mar 2008 05:13:50 GMT (envelope-from nobody) Message-Id: <200803290513.m2T5DouW024911@www.freebsd.org> Date: Sat, 29 Mar 2008 05:13:50 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122220: [PATCH]math/maxima: remove USE_XLIB, fix Tcl/Tk handling X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2008 05:20:01 -0000 >Number: 122220 >Category: ports >Synopsis: [PATCH]math/maxima: remove USE_XLIB, fix Tcl/Tk handling >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 05:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: Replace USE_XLIB with USE_TK, and permit the use of Tk 8.5. Make minor associated changes in CONFIGURE_ARGS, virtual Tk category. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -druN maxima.orig/Makefile maxima/Makefile --- maxima.orig/Makefile 2008-03-16 01:31:05.000000000 -0400 +++ maxima/Makefile 2008-03-29 01:07:34.151717142 -0400 @@ -7,7 +7,7 @@ PORTNAME= maxima PORTVERSION= 5.14.0 -CATEGORIES= math +CATEGORIES= math tk MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -15,17 +15,16 @@ COMMENT= Symbolic mathematics program BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} -LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -USE_XLIB= yes +USE_TK= 84+ USE_GMAKE= yes USE_AUTOTOOLS= automake:19 autoconf:261 CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-posix-shell=${LOCALBASE}/bin/bash \ - --with-wish=${LOCALBASE}/bin/wish8.4 \ + --with-wish=${WISH} \ ${LISPSELECT} # don't pass "-s" to install to avoid trying to strip a shell script CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}" >Release-Note: >Audit-Trail: >Unformatted: