From nobody  Fri Jan  9 10:57:51 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.7/8.8.7) id KAA28843;
          Fri, 9 Jan 1998 10:57:51 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199801091857.KAA28843@hub.freebsd.org>
Date: Fri, 9 Jan 1998 10:57:51 -0800 (PST)
From: mattp@nbc.netcom.ca
To: freebsd-gnats-submit@freebsd.org
Subject: Problem with patches for port graphics/tiff34
X-Send-Pr-Version: www-1.0

>Number:         5471
>Category:       ports
>Synopsis:       Problem with patches for port graphics/tiff34
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    steve
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan  9 11:00:02 PST 1998
>Closed-Date:    Sat Feb 21 17:02:53 PST 1998
>Last-Modified:  Sat Feb 21 17:03:23 PST 1998
>Originator:     Matthew Pounsett
>Release:        3.0-980105-SNAP
>Organization:
Netcom Canada, Inc
>Environment:
FreeBSD claymore.corp.netcom.ca 3.0-980105-SNAP FreeBSD 3.0-980105-SNAP #0: Mon Jan  5 10:22:51 GMT 1998 root@make.ican.net:/usr/src/sys/compile/GENERIC i386
>Description:
when building the graphics/tiff34 port, the following output is received:

[mattp:claymore:/usr/ports/graphics/tiff34]# make
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: itojun 
State-Changed-When: Mon Jan 19 05:09:11 PST 1998 
State-Changed-Why:  
(sent by email, could not repeat the problem) 

From: Jun-ichiro Itoh <itojun@itojun.org>
To: freebsd-gnats-submit@freebsd.org, mattp@nbc.netcom.ca
Cc:  Subject: Re: ports/5471: Problem with patches for port graphics/tiff34
Date: Mon, 19 Jan 1998 22:08:11 +0900

 could not repeat the report at all.
 could you please make sure that "ports/graphics/tiff34/work" is not
 exist, and then try this again? thanks.
State-Changed-From-To: analyzed->closed 
State-Changed-By: steve 
State-Changed-When: Sat Feb 21 17:02:53 PST 1998 
State-Changed-Why:  
Problem no longer exists. 
>Unformatted:
 >> Checksum OK for tiff-v3.4-tar.gz.
 ===>  Extracting for tiff-3.4
 ===>  tiff-3.4 depends on shared library: jpeg\.7\. - found
 ===>  Patching for tiff-3.4
 ===>  Applying FreeBSD patches for tiff-3.4
 1 out of 6 hunks FAILED -- saving rejects to libtiff/Makefile.in.rej
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 ---------------------------
 
 libtiff/Makefile.in.rej contains the following:
 [mattp:claymore:/usr/ports/graphics/tiff34/work/tiff-v3.4/libtiff]# cat Makefile.in.rej 
 ***************
 *** 300,322 ****
   installHdrs: ${INCS}
         ${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_INC@
         for i in ${INCS}; do                                            \
             f=`basename $$i`;                                           \
             ${INSTALL} -idb tiff.sw.dev -m 444 -F @DIR_INC@             \
                 -src $$i -O $$f;                                        \
         done
   installDSO: @DSO@dso
         if [ @DSOSUF_VERSION@ != @DSOSUF@ ]; then                       \
             ${INSTALL} -idb tiff.sw.tools -m 555 -F @DIR_LIB@           \
 -               -O libtiff.@DSOSUF_VERSION@;                            \
             ${INSTALL} -idb tiff.sw.tools -F @DIR_LIB@                  \
 -               -ln libtiff.@DSOSUF_VERSION@ -O libtiff.@DSOSUF@;       \
         else                                                            \
             ${INSTALL} -idb tiff.sw.tools -m 444 -F @DIR_LIB@           \
 -               -O libtiff.@DSOSUF@;                                    \
         fi
   install: all installHdrs
         ${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_LIB@
 -       ${INSTALL} -idb tiff.sw.dev -m 444 -F @DIR_LIB@ -O libtiff.a
         if [ @DSO@dso != nodso ]; then                                  \
             ${MAKE} installDSO;                                         \
         else                                                            \
 --- 303,325 ----
   installHdrs: ${INCS}
         ${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_INC@
         for i in ${INCS}; do                                            \
             f=`basename $$i`;                                           \
             ${INSTALL} -idb tiff.sw.dev -m 444 -F @DIR_INC@             \
                 -src $$i -O $$f;                                        \
         done
   installDSO: @DSO@dso
         if [ @DSOSUF_VERSION@ != @DSOSUF@ ]; then                       \
             ${INSTALL} -idb tiff.sw.tools -m 555 -F @DIR_LIB@           \
 +               -O libtiff34.@DSOSUF_VERSION@;                          \
             ${INSTALL} -idb tiff.sw.tools -F @DIR_LIB@                  \
 +               -lns libtiff34.@DSOSUF_VERSION@ -O libtiff34.@DSOSUF@;  \
         else                                                            \
             ${INSTALL} -idb tiff.sw.tools -m 444 -F @DIR_LIB@           \
 +               -O libtiff34.@DSOSUF@;                                  \
         fi
   install: all installHdrs
         ${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_LIB@
 +       ${INSTALL} -idb tiff.sw.dev -m 444 -F @DIR_LIB@ -O libtiff34.a
         if [ @DSO@dso != nodso ]; then                                  \
             ${MAKE} installDSO;                                         \
         else                                                            \
 
 ---------------------------
 
 The same problem exists using the most recent files in /pub/FreeBSD/ports-current/graphics/tiff34 as well as with the ports.tgz installation.
