Date: Sat, 29 Mar 2008 05:13:50 GMT From: bf <bf2006a@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122220: [PATCH]math/maxima: remove USE_XLIB, fix Tcl/Tk handling Message-ID: <200803290513.m2T5DouW024911@www.freebsd.org> Resent-Message-ID: <200803290520.m2T5K1Z3094754@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803290513.m2T5DouW024911>