From owner-freebsd-ports Thu Sep 26 13:30: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9BC737B404 for ; Thu, 26 Sep 2002 13:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607EB43EA9 for ; Thu, 26 Sep 2002 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QKU2Co010311 for ; Thu, 26 Sep 2002 13:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QKU2gV010310; Thu, 26 Sep 2002 13:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF62937B401 for ; Thu, 26 Sep 2002 13:28:54 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B7843EA3 for ; Thu, 26 Sep 2002 13:28:53 -0700 (PDT) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020926202853.DAVG1515.sccrmhc01.attbi.com@localhost.localdomain> for ; Thu, 26 Sep 2002 20:28:53 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.5/8.12.5) with ESMTP id g8QKVH3q095865 for ; Thu, 26 Sep 2002 13:31:18 -0700 (PDT) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.5/8.12.5/Submit) id g8QKVCLe095862; Thu, 26 Sep 2002 13:31:12 -0700 (PDT) (envelope-from swear@attbi.com) Message-Id: Date: 26 Sep 2002 13:31:12 -0700 From: "Gary W. Swearingen" Reply-To: swear@attbi.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43401: [PATCH] ports/devel/amulet/files/Makefile.vars.gcc.FreeBSD typos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43401 >Category: ports >Synopsis: ports/devel/amulet/files/Makefile.vars.gcc.FreeBSD typos >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 26 13:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: FreeBSD 4.5-RELEASE i386 >Organization: none >Environment: FreeBSD 4.6-STABLE i386 ================ >Description: After hand-installing the missing devel/amulet port with tag = RELEASE_4_5_0) I discovered two small problems, which, when fixed, allowed a normal "make; make install" and a couple sample programs to be run OK. (Actually, I fixed the Makefile's DL site after installing.) ================ >How-To-Repeat: n/a ================ >Fix: Apply patches and restore the port which is in the "attic". --- ports/devel/amulet/files/Makefile.vars.gcc.FreeBSD~ Sat Mar 10 20:57:34 2001 +++ ports/devel/amulet/files/Makefile.vars.gcc.FreeBSD Thu Sep 26 12:08:00 2002 @@ -42,7 +42,7 @@ AM_INHOUSE = -DDEBUG -g # additional compiler flags for optimized version with inspector but no debugging symbols -AM_NODEBUGSYM = $(OPT_FLAGS) -DDEBUG -DAMULET2_CONVERSION +AM_NODEBUGSYM = $(OPT_CFLAGS) -DDEBUG -DAMULET2_CONVERSION # Flags used to build the sample programs AM_SAMPLE_FLAGS = $(AM_NODEBUGSYM) --- ports/devel/amulet/Makefile~ Sat Sep 1 20:06:33 2001 +++ ports/devel/amulet/Makefile Thu Sep 26 12:07:07 2002 @@ -7,13 +7,11 @@ PORTNAME= amulet PORTVERSION= 3.0 CATEGORIES= devel x11 -MASTER_SITES= http://www.cs.cmu.edu/afs/cs/project/amulet/amulet3/ +MASTER_SITES= http://www-2.cs.cmu.edu/afs/cs/project/amulet/amulet3/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= bovynf@awe.be - -BROKEN= "Internal compiler error in \`instantiate_virtual_regs_1', at function.c:3883" USE_X_PREFIX= yes INSTALLS_SHLIB= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message