From owner-freebsd-ports Fri May 1 09:52:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10875 for freebsd-ports-outgoing; Fri, 1 May 1998 09:52:08 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10863 for ; Fri, 1 May 1998 09:52:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15224; Fri, 1 May 1998 09:50:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10572; Fri, 1 May 1998 09:49:19 -0700 (PDT) (envelope-from nobody) Message-Id: <199805011649.JAA10572@hub.freebsd.org> Date: Fri, 1 May 1998 09:49:19 -0700 (PDT) From: giffunip@asme.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6478: Installation misses header file in rexx-imc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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