From owner-freebsd-ports Fri Mar 24 14:40:13 2000 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 C1A4937BCB4 for ; Fri, 24 Mar 2000 14:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA68509; Fri, 24 Mar 2000 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cs2728-183.austin.rr.com (cs2728-200.austin.rr.com [24.27.28.200]) by hub.freebsd.org (Postfix) with ESMTP id B97CE37BACB for ; Fri, 24 Mar 2000 14:30:15 -0800 (PST) (envelope-from keichii@cs2728-183.austin.rr.com) Received: (from root@localhost) by cs2728-183.austin.rr.com (8.9.3/8.9.3) id QAA00445; Fri, 24 Mar 2000 16:29:58 -0600 (CST) (envelope-from keichii) Message-Id: <200003242229.QAA00445@cs2728-183.austin.rr.com> Date: Fri, 24 Mar 2000 16:29:58 -0600 (CST) From: keichii@please.code.i18n.bsdconspiracy.net Reply-To: keichii@bsdconspiracy.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17585: ports/lang/gcc-devel Makefile change request Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17585 >Category: ports >Synopsis: Outputs small message for user of lang/gcc-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 24 14:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael Chin-Yuan Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: University of Texas at Austin-Electrical Engineering >Environment: FreeBSD cs2728-183.austin.rr.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Mar 24 14:47:45 CST 2000 keichii@cs2728-183.austin.rr.com:/usr/src/sys/compile/KEICHII.SMP i386 >Description: This patches ports/lang/gcc-devel/Makefile to output a small how-to telling the user to change the CC envirnmental flag. >How-To-Repeat: >Fix: The sequence of the output can be changed, as the fix is only the part with @${ECHO} lines. If the maintainer don't feel that any aspect of it is fitting, please feel free to change. =================================================== *** Makefile Fri Mar 24 15:42:58 2000 --- Makefile.new Fri Mar 24 15:42:03 2000 *************** *** 110,115 **** --- 110,127 ---- ${MV} -f ${PREFIX}/lib/libstdc++.so* \ ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV} .endif + @${ECHO} "*********************************************************" + @${ECHO} "* In order to use gcc-devel as your compiler, you must *" + @${ECHO} "* set the enviromental variables CC to *" + @${ECHO} "* /usr/local/bin/egcc in either /etc/make.conf or the *" + @$(ECHO) "* user's shell config file, *" + @${ECHO} "* For sh/bash derivatives, put these lines into the *" + @${ECHO} "* configuration file: *" + @${ECHO} "* CC=/usr/local/bin/egcc; export CC *" + @${ECHO} "* For csh/tcsh derivatives: *" + @${ECHO} "* setenv CC '/usr/local/bin/gcc295' *" + @${ECHO} "* You may also pass the CC flag as a variable to make *" + @${ECHO} "*********************************************************" .for info in cpp g77 gcc install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir .endfor ========================================================= >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message