Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2000 18:33:37 -0600 (CST)
From:      dwcjr@inethouston.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23671: Update lang/gpc update Makefile
Message-ID:  <20001220003337.66120177EC2@leviathan.inethouston.com>
Resent-Message-ID: <200012200040.eBK0e1C00811@freefall.freebsd.org>

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

>Number:         23671
>Category:       ports
>Synopsis:       Update lang/gpc update Makefile
>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:   Tue Dec 19 16:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     David W. Chapman Jr.
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
RainTree Network Services
>Environment:

        

>Description:

        Makefile is missing man pages
	pkg-plist is missing files and directories

>How-To-Repeat:

        

>Fix:

not sure if some of those directories are needed and should not be deleted, let me know if someone knows


diff -urN gpc.orig/Makefile gpc/Makefile
--- gpc.orig/Makefile   Tue Dec 19 18:23:11 2000
+++ gpc/Makefile        Tue Dec 19 18:24:35 2000
@@ -21,7 +21,7 @@
 ALL_TARGET=    bootstrap
 INSTALL_TARGET=        pascal.install

-MAN1=          gpc.1
+MAN1=          bpc.1 epc.1 gpc.1 pc.1

 .include <bsd.port.pre.mk>

diff -urN gpc.orig/pkg-plist gpc/pkg-plist
--- gpc.orig/pkg-plist  Tue Dec 19 18:23:12 2000
+++ gpc/pkg-plist       Tue Dec 19 18:30:40 2000
@@ -1,6 +1,10 @@
+bin/bpc
+bin/epc
 bin/gpc
+bin/pc
 lib/gcc-lib/%%GNUHOST%%/2.8.1/gpc-cpp
 lib/gcc-lib/%%GNUHOST%%/2.8.1/gpc1
+lib/gcc-lib/%%GNUHOST%%/2.8.1/libgcc.a
 lib/gcc-lib/%%GNUHOST%%/2.8.1/libgpc.a
 lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crt.inc
 lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crt.pas
@@ -66,6 +70,10 @@
 info/gpc.info-8
 info/gpc.info-9
 @dirrm lib/gcc-lib/%%GNUHOST%%/2.8.1/units
+@dirrm lib/gcc-lib/%%GNUHOST%%/2.8.1/include/objc
+@dirrm lib/gcc-lib/%%GNUHOST%%/2.8.1/include
+@dirrm lib/gcc-lib/%%GNUHOST%%/2.8.1
+@dirrm lib-gcc-lib/%%GNUHOST%%
 @exec install-info %D/info/gpc.info %D/info/dir
 @exec install-info %D/info/gpc.info-1 %D/info/dir
 @exec install-info %D/info/gpc.info-10 %D/info/dir

>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?20001220003337.66120177EC2>