From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 03:50: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 AFA4B1065678 for ; Thu, 29 May 2008 03:50: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 B1F878FC37 for ; Thu, 29 May 2008 03:50: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 m4T3o1lb033943 for ; Thu, 29 May 2008 03:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4T3o1gg033942; Thu, 29 May 2008 03:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 29 May 2008 03:50:01 GMT Resent-Message-Id: <200805290350.m4T3o1gg033942@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, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D2811065678 for ; Thu, 29 May 2008 03:46:36 +0000 (UTC) (envelope-from beyert@cs.ucr.edu) Received: from sentrell.ucr.edu (sentrell.ucr.edu [138.23.226.212]) by mx1.freebsd.org (Postfix) with ESMTP id 47D918FC1B for ; Thu, 29 May 2008 03:46:36 +0000 (UTC) (envelope-from beyert@cs.ucr.edu) Received: from aeonserv.aeonnet (cpe-76-87-74-5.socal.res.rr.com [76.87.74.5]) by sentrell.ucr.edu (MOS 3.8.5-GA) with ESMTP id BMM22969 (AUTH tbeye001); Wed, 28 May 2008 20:26:35 -0700 (PDT) Message-Id: <873ao1ssbo.wl%beyert@cs.ucr.edu> Date: Wed, 28 May 2008 20:27:23 -0700 From: Timothy Beyer To: FreeBSD-gnats-submit@FreeBSD.org Cc: Timothy Beyer Subject: ports/124087: Port Fixes and Updated to 4.2.6: lang/gambc 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: Thu, 29 May 2008 03:50:01 -0000 >Number: 124087 >Category: ports >Synopsis: Port Fixes and Updated to 4.2.6: lang/gambc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 29 03:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: no organization >Environment: FreeBSD aeonserv.aeonnet 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Sun Apr 20 02:48:24 PDT 2008 beyert@aeonserv.aeonnet:/usr/src/sys/i386/compile/CUSTOM i386 >Description: This shell archive fixes the following: -This port no longer conflicts with ghostscript-gpl (gsc is now gsc-gambit, and gsc-script links to gsc-gambit instead of gsc) -Improved FreeBSD integration (uses more appropriate default directories, especially for the documentation) -Updated to latest stable version of which I'm aware -DISTNAME is specified explicitly and does not depend directly on PORTNAME, so PORTNAME can be changed to a more appropriate name if desired >How-To-Repeat: N/A >Fix: Commit this shell archive to lang/gambc --- gambc.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gambc # gambc/Makefile # gambc/distinfo # gambc/pkg-descr # gambc/pkg-plist # echo c - gambc mkdir -p gambc > /dev/null 2>&1 echo x - gambc/Makefile sed 's/^X//' >gambc/Makefile << 'END-of-gambc/Makefile' X# New ports collection makefile for: gambc X# Date created: 28 December 2006 X# Whom: Rob Zinkov X# X# $FreeBSD: ports/lang/gambc/Makefile,v 1.3 2008/04/16 15:23:13 rafan Exp $ X# X XPORTNAME= gambc XDISTVERSION= v4_2_6 X#PORTVERSION= 4.2.6 XPORTREVISION= 2 XPORTEPOCH= 1 XCATEGORIES= lang XMASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/v4.2/source/ XDISTNAME= gambc-${DISTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= rzinkov@gmail.com XCOMMENT= Gambit programming system where the compiler generates portable C code X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XMAKE_ARGS= PREFIX="${PREFIX}" X XCONFIGURE_ARGS= --enable-single-host --enable-gcc-opts X XINFO= gambit-c X Xpre-configure: X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/configure X Xpost-configure: X @${CP} ${WRKSRC}/makefile ${WRKSRC}/Makefile X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/makefile X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/Makefile X X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/include/makefile X @${REINPLACE_CMD} -e 's|/include|/include/Gambit-C|' ${WRKSRC}/include/makefile X X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/lib/makefile X X @${REINPLACE_CMD} -e 's|/lib/|tempstr|' ${WRKSRC}/lib/makefile X @${REINPLACE_CMD} -e 's|/lib|/lib/Gambit-C|' ${WRKSRC}/lib/makefile X @${REINPLACE_CMD} -e 's|tempstr|/lib/|' ${WRKSRC}/lib/makefile X X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/bin/makefile X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/gsc/makefile X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/gsi/makefile X @${REINPLACE_CMD} -e 's| gsc | gsc-gambit |' ${WRKSRC}/bin/makefile X @${REINPLACE_CMD} -e 's|/gsc |/gsc-gambit |' ${WRKSRC}/bin/makefile X @${REINPLACE_CMD} -e 's|EXECUTABLE = gsc|EXECUTABLE = gsc-gambit|' ${WRKSRC}/gsc/makefile X X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/doc/makefile X X @${REINPLACE_CMD} -e 's|/doc|/share/doc/Gambit-C|' ${WRKSRC}/doc/makefile X X @${REINPLACE_CMD} -e 's|PACKAGE_SUBDIR = /v4.2.6|PACKAGE_SUBDIR = |' ${WRKSRC}/misc/makefile X X @${REINPLACE_CMD} -e 's|/v4.2.6|/share/emacs/site-lisp|' ${WRKSRC}/misc/makefile X X @${REINPLACE_CMD} -e 's|/syntax-case.scm|/share/Gambit-C/syntax-case.scm|' ${WRKSRC}/misc/makefile X @${REINPLACE_CMD} -e 's|/v4.2.6||' ${WRKSRC}/makefile X X.include END-of-gambc/Makefile echo x - gambc/distinfo sed 's/^X//' >gambc/distinfo << 'END-of-gambc/distinfo' XMD5 (gambc-v4_2_6.tgz) = 0b11fe631de5cc777c971c11eb918644 XSHA256 (gambc-v4_2_6.tgz) = 905e0820d99b513f0bde0535aff104d27255fc786564012300824bbba1984bfc XSIZE (gambc-v4_2_6.tgz) = 14147053 END-of-gambc/distinfo echo x - gambc/pkg-descr sed 's/^X//' >gambc/pkg-descr << 'END-of-gambc/pkg-descr' XThe Gambit programming system is a full implementation of the Scheme Xlanguage which conforms to the R4RS and IEEE Scheme standards. It Xconsists of two main programs: gsi, the Gambit Scheme interpreter, and Xgsc, the Gambit Scheme compiler. X XGambit-C is a version of the Gambit programming system in which the Xcompiler generates portable C code, making the whole Gambit-C system Xand the programs compiled with it easily portable to many computer Xarchitectures for which a C compiler is available. With appropriate Xdeclarations in the source code the executable programs generated by Xthe compiler run roughly as fast as equivalent C programs. X XWWW: http://www.iro.umontreal.ca/~gambit/ END-of-gambc/pkg-descr echo x - gambc/pkg-plist sed 's/^X//' >gambc/pkg-plist << 'END-of-gambc/pkg-plist' Xbin/six Xbin/gsc-cc-o.bat Xbin/gsc-gambit Xbin/gsc-script Xbin/gsi Xbin/gsi-script Xbin/scheme-ieee-1178-1990 Xbin/scheme-r4rs Xbin/scheme-r5rs Xbin/scheme-srfi-0 Xbin/six-script Xshare/doc/Gambit-C/gambit-c.html Xshare/doc/Gambit-C/gambit-c.pdf Xshare/doc/Gambit-C/gambit-c.txt Xinclude/Gambit-C/gambit.h Xlib/Gambit-C/_gambc.c Xlib/Gambit-C/digest#.scm Xlib/Gambit-C/digest.scm Xlib/Gambit-C/gambit#.scm Xlib/Gambit-C/libgambc.a Xlib/Gambit-C/r4rs#.scm Xlib/Gambit-C/r5rs#.scm Xshare/emacs/site-lisp/gambit.el Xshare/Gambit-C/syntax-case.scm END-of-gambc/pkg-plist exit --- gambc.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: