Date: Sun, 29 Jul 2001 23:16:43 -0700 (PDT) From: John Merryweather Cooper <jmcoopr@webmail.bmi.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/29321: Fix dejagnu-1.4.1 for bento Message-ID: <200107300616.f6U6GhQ48875@johncoop.MSHOME>
next in thread | raw e-mail | index | archive | help
>Number: 29321 >Category: ports >Synopsis: Fix dejagnu-1.4.1 for bento >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 29 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.3-STABLE FreeBSD 4.3-STABLE #36: Sun Jul 29 11:47:43 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Fix pkg-plist breakage; Fix port makefile breakage in example/calc that prevented calc from being installed. >How-To-Repeat: N/A >Fix: diff -ruN dejagnu/files/patch-example-calc::Makefile.in dejagnu.new/files/patch-example-calc::Makefile.in --- dejagnu/files/patch-example-calc::Makefile.in Wed Dec 31 16:00:00 1969 +++ dejagnu.new/files/patch-example-calc::Makefile.in Sun Jul 29 23:03:56 2001 @@ -0,0 +1,12 @@ +--- example/calc/Makefile.in Wed May 2 17:02:38 2001 ++++ example/calc/Makefile.in.new Sun Jul 29 23:02:49 2001 +@@ -346,7 +346,8 @@ + all-recursive-am: calc.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +-install-exec-am: ++install-exec-am: $(PROGRAMS) ++ $(INSTALL_PROGRAM) $(PROGRAMS) $(bindir) + install-exec: install-exec-am + + install-data-am: diff -ruN dejagnu/pkg-plist dejagnu.new/pkg-plist --- dejagnu/pkg-plist Tue Mar 13 01:34:42 2001 +++ dejagnu.new/pkg-plist Sun Jul 29 23:09:59 2001 @@ -1,12 +1,12 @@ bin/calc bin/runtest share/dejagnu/libexec/config.guess -share/dejagnu/config.guess share/dejagnu/runtest.exp share/dejagnu/i960glue.c share/dejagnu/stub-loader.c share/dejagnu/testglue.c share/dejagnu/debugger.exp +share/dejagnu/dejagnu.exp share/dejagnu/dg.exp share/dejagnu/framework.exp share/dejagnu/ftp.exp @@ -112,6 +112,7 @@ share/dejagnu/config/d10v.exp share/dejagnu/config/ddb-ether.exp share/dejagnu/config/ddb.exp +share/dejagnu/config/default.exp share/dejagnu/config/dos.exp share/dejagnu/config/dve.exp share/dejagnu/config/gdb-comm.exp >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?200107300616.f6U6GhQ48875>