Skip site navigation (1)Skip section navigation (2)
Date:      26 Sep 2002 13:31:12 -0700
From:      "Gary W. Swearingen" <swear@attbi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43401: [PATCH] ports/devel/amulet/files/Makefile.vars.gcc.FreeBSD typos
Message-ID:  <zwsmzw7asv.mzw@localhost.localdomain>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?zwsmzw7asv.mzw>