From volf@oasis.IAEhv.nl  Sat Oct 11 10:10:50 1997
Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4])
          by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA27833;
          Sat, 11 Oct 1997 10:10:46 -0700 (PDT)
          (envelope-from volf@oasis.IAEhv.nl)
Received: from oasis.IAEhv.nl (uucp@localhost) 
          by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 28518
          on Sat, 11 Oct 1997 17:10:33 GMT; id RAA28518
          efrom: volf@oasis.IAEhv.nl; eto: UNKNOWN
Received: from LOCAL (volf@localhost) 
          by oasis.IAEhv.nl (8.8.5/1.63); pid 10329 
          on Sat, 11 Oct 1997 17:08:10 GMT; id RAA10329
          efrom: volf; eto: UNKNOWN
Message-Id: <199710111708.RAA10329@oasis.IAEhv.nl>
Date: Sat, 11 Oct 1997 17:08:10 GMT
From: volf@oasis.IAEhv.nl (Frank Volf)
Reply-To: volf@oasis.IAEhv.nl
To: FreeBSD-gnats-submit@freebsd.org
Cc: asami@freebsd.org
Subject: Install extra header file 'ppmcmap.h' in netpbm port
X-Send-Pr-Version: 3.2

>Number:         4740
>Category:       ports
>Synopsis:       Install extra header file 'ppmcmap.h' in netpbm port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 11 10:20:01 PDT 1997
>Closed-Date:    Tue Nov 4 04:16:32 PST 1997
>Last-Modified:  Tue Nov  4 04:17:00 PST 1997
>Originator:     Frank Volf
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
Frank Volf's private UUCP site, Eindhoven, the Netherlands
>Environment:
>Description:

I'm working on a port of pnmtopng. To compile this port the header file
ppmcmap.h needs to be available. The netpbm distfile, contains this header
file, but it is not installed. The following patch fixes this. 

>How-To-Repeat:
>Fix:
	
Please apply the following patch to the ports collection.

Index: patches/patch-ad
===================================================================
RCS file: /new/home2/CVS/ports/graphics/netpbm/patches/patch-ad,v
retrieving revision 1.1
diff -u -r1.1 patch-ad
--- patch-ad	1995/02/06 10:25:09	1.1
+++ patch-ad	1997/10/11 17:00:02
@@ -241,3 +241,9 @@
  #endif
  
  #if InstallLibraries
+@@ -195,4 +195,5 @@
+ 
+ #if InstallIncludes
+ InstallMultipleFlags(ppm.h,$(PBMPLUSDIR)$(PBMPLUSINCDIR),$(INSTINCFLAGS))
++InstallMultipleFlags(ppmcmap.h,$(PBMPLUSDIR)$(PBMPLUSINCDIR),$(INSTINCFLAGS))
+ #endif
Index: pkg/PLIST
===================================================================
RCS file: /new/home2/CVS/ports/graphics/netpbm/pkg/PLIST,v
retrieving revision 1.7
diff -u -r1.7 PLIST
--- PLIST	1997/07/21 04:33:58	1.7
+++ PLIST	1997/10/11 14:37:51
@@ -182,6 +182,7 @@
 include/pgm.h
 include/pnm.h
 include/ppm.h
+include/ppmcmap.h
 lib/libpbm.a
 lib/libpgm.a
 lib/libpnm.a

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports 
Responsible-Changed-By: max 
Responsible-Changed-When: Sat Oct 11 14:14:12 PDT 1997 
Responsible-Changed-Why:  
Misfiled PR. 
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Tue Nov 4 04:16:32 PST 1997 
State-Changed-Why:  
The patch committed, thanks. 
>Unformatted:
