Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 1998 09:49:19 -0700 (PDT)
From:      giffunip@asme.org
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/6478: Installation misses header file in rexx-imc
Message-ID:  <199805011649.JAA10572@hub.freebsd.org>

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

>Number:         6478
>Category:       ports
>Synopsis:       Installation misses header file in rexx-imc
>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 May  1 09:50:01 PDT 1998
>Last-Modified:
>Originator:     Pedro Giffuni
>Organization:
U. Nacional de Colombia
>Release:        2.2.5-R
>Environment:
>Description:
While creating a port of THE, (a rexx aware editor similar to xedit), I
found our rexx doesn't install a required header file
>How-To-Repeat:
The port maintainer is probably busy as he didn't reply. My 2 seconds
diff follows.
>Fix:
diff -ru -u /cdrom/ports/lang/rexx-imc/Makefile rexx-imc/Makefile
--- /cdrom/ports/lang/rexx-imc/Makefile	Thu Jul 17 10:12:49 1997
+++ rexx-imc/Makefile	Fri May  1 11:37:01 1998
@@ -28,6 +28,7 @@
 		@ for file in librexx.a librexx.so.1.6.4; do \
 			${INSTALL_DATA} ${WRKDIR}/$$file ${PREFIX}/lib; \
 		done
+		@(${INSTALL_DATA} ${WRKDIR}/rexxsaa.h ${PREFIX}/include)
 .ifndef(NOPORTDOCS)
 		@ ${MKDIR} -p ${PREFIX}/share/doc/rexx-imc/
 		@ for file in README README.avail README.bugreport README.docs README.files README.make README.news README.versions rexx.info rexx.ref rexx.summary rexx.tech; do \
diff -ru -u /cdrom/ports/lang/rexx-imc/pkg/PLIST rexx-imc/pkg/PLIST
--- /cdrom/ports/lang/rexx-imc/pkg/PLIST	Mon Sep 23 10:50:11 1996
+++ rexx-imc/pkg/PLIST	Fri May  1 11:34:15 1998
@@ -5,6 +5,7 @@
 bin/rxmathfn.rxlib
 lib/librexx.a
 lib/librexx.so.1.6.4
+include/rexxsaa.h
 @exec ldconfig -m %B
 share/doc/rexx-imc/README
 share/doc/rexx-imc/README.avail

>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?199805011649.JAA10572>