Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 1999 08:28:13 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15254: lang/gawk does not install
Message-ID:  <199912040728.IAA40745@home.dinoex.sub.org>

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

>Number:         15254
>Category:       ports
>Synopsis:       lang/gawk does not install
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec  4 01:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
privat
>Environment:

	install gawk under elf

>Description:

	The makefiles uses "INSTALL_PROGRAM" to
	install scripts, together with then strip option
	the install fails.

>How-To-Repeat:

	make install

>Fix:

	create a patch dir in the port
	and add these patches.
	
diff gawk/patches/patch-Makefile.in gawk-3.0.4/patches/patch-Makefile.in
--- gawk/patches/patch-Makefile.in	Thu Jan  1 01:00:00 1970
+++ gawk-3.0.4/patches/patch-Makefile.in	Mon Oct 11 07:54:56 1999
@@ -0,0 +1,10 @@
+--- Makefile.in.orig	Wed Jun  9 10:36:30 1999
++++ Makefile.in	Mon Oct 11 07:54:39 1999
+@@ -184,7 +184,6 @@
+ 	then	$(LN_S) gawk awk; \
+ 	fi; exit 0)
+ 	cd doc && $(MAKE) install
+-	cd awklib && $(MAKE) install
+ 
+ installdirs: mkinstalldirs
+ 	$(srcdir)/mkinstalldirs $(bindir) $(datadir) \
diff gawk/patches/patch-doc-Makefile.in gawk-3.0.4/patches/patch-doc-Makefile.in

--- gawk/patches/patch-doc-Makefile.in	Thu Jan  1 01:00:00 1970
+++ gawk-3.0.4/patches/patch-doc-Makefile.in	Tue Oct 19 08:07:40 1999
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig	Wed Apr 28 16:21:56 1999
++++ doc/Makefile.in	Tue Oct 19 07:54:59 1999
+@@ -69,7 +69,7 @@
+ 
+ all: $(DOCS) info
+ 
+-install: $(mandir)/gawk$(manext) $(mandir)/igawk$(manext) $(infodir)/gawk.info

++install: $(mandir)/gawk$(manext) $(infodir)/gawk.info
+ 
+ $(infodir)/gawk.info::
+ 	-if test -f gawk.info; then d=.; \

>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?199912040728.IAA40745>