[BACK]Return to patch-ae CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / comms / hylafax / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/comms/hylafax/patches/patch-ae between version 1.10 and 1.11

version 1.10, 2005/01/27 16:22:37 version 1.11, 2006/01/04 22:36:50
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
 --- configure.orig      2004-12-28 04:45:03.000000000 +0000  --- configure.orig      2005-08-08 19:38:08.000000000 +0000
 +++ configure  +++ configure
 @@ -37,23 +37,23 @@  @@ -37,23 +37,23 @@
  #   #
Line 66  $NetBSD$
Line 66  $NetBSD$
  PROTOTYPES   PROTOTYPES
  PSPACKAGE      PS   PSPACKAGE      PS
  PWDCMD   PWDCMD
 @@ -287,7 +287,7 @@ test -d /usr/bsd && PATH=$PATH:/usr/bsd  @@ -288,7 +288,7 @@ test -d /usr/bsd && PATH=$PATH:/usr/bsd
  test -d /usr/ucb && PATH=$PATH:/usr/ucb                        # Sun and others   test -d /usr/ucb && PATH=$PATH:/usr/ucb                        # Sun and others
  test -d /usr/contrib/bin && PATH=$PATH:/usr/contrib/bin        # BSDi   test -d /usr/contrib/bin && PATH=$PATH:/usr/contrib/bin        # BSDi
  test -d /usr/5bin && PATH=/usr/5bin:$PATH:/usr/etc     # Sun and others   test -d /usr/5bin && PATH=/usr/5bin:$PATH:/usr/etc     # Sun and others
Line 75  $NetBSD$
Line 75  $NetBSD$
  PATH=$PATH:$OPATH   PATH=$PATH:$OPATH
   
  POSIXLY_CORRECT=1; export POSIXLY_CORRECT              # disable GNU extensions   POSIXLY_CORRECT=1; export POSIXLY_CORRECT              # disable GNU extensions
 @@ -3086,13 +3086,7 @@ main()  @@ -2399,7 +2399,7 @@ EOF
           if [ ${header_ver} -ge 19960307 ]; then
               if [ "${lib_ver}" = "3.4" ]; then
                   tiff_runlen_t="uint16"
   -           elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" -o "${lib_ver}" = "3.7" ]; then
   +           elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" -o "${lib_ver}" = "3.7"  -o "${lib_ver}" = "3.8" ]; then
                   tiff_runlen_t="uint32"
               fi
           fi
   @@ -3127,13 +3127,7 @@ main()
          printf("old include files: version %u\n", ZLIB_VERSION);           printf("old include files: version %u\n", ZLIB_VERSION);
          exit(-1);           exit(-1);
      }       }
Line 89  $NetBSD$
Line 98  $NetBSD$
  }   }
  EOF   EOF
  capture cat t.c   capture cat t.c
 @@ -3154,7 +3148,7 @@ Note "Checking TIFF support."  @@ -3195,7 +3189,7 @@ Note "Checking TIFF support."
  # Location of TIFF binaries   # Location of TIFF binaries
  #   #
  if [ -z "$TIFFBIN" ]; then   if [ -z "$TIFFBIN" ]; then
Line 98  $NetBSD$
Line 107  $NetBSD$
      for i in $DIRS; do       for i in $DIRS; do
          test -x $i/tiff2ps && { TIFFBIN=$i; break; }           test -x $i/tiff2ps && { TIFFBIN=$i; break; }
      done       done
 @@ -3775,7 +3769,7 @@ fi  @@ -3818,7 +3812,7 @@ fi
  if [ -z "$PATH_VGETTY" ]; then   if [ -z "$PATH_VGETTY" ]; then
      PATH_VGETTY=`findApp vgetty /usr/libexec:/sbin:$PATH`       PATH_VGETTY=`findApp vgetty /usr/libexec:/sbin:$PATH`
      if [ -z "$PATH_VGETTY" ]; then       if [ -z "$PATH_VGETTY" ]; then
Line 107  $NetBSD$
Line 116  $NetBSD$
         Note "WARNING, no vgetty program found to handle a voice call, using $PATH_VGETTY."          Note "WARNING, no vgetty program found to handle a voice call, using $PATH_VGETTY."
      else       else
         Note "Looks like $PATH_VGETTY is the program to exec for a voice call."          Note "Looks like $PATH_VGETTY is the program to exec for a voice call."
 @@ -3788,7 +3782,7 @@ fi  @@ -3831,7 +3825,7 @@ fi
  if [ -z "$PATH_EGETTY" ]; then   if [ -z "$PATH_EGETTY" ]; then
      PATH_EGETTY=`findApp egetty /usr/libexec:/sbin:$PATH`       PATH_EGETTY=`findApp egetty /usr/libexec:/sbin:$PATH`
      if [ -z "$PATH_EGETTY" ]; then       if [ -z "$PATH_EGETTY" ]; then
Line 116  $NetBSD$
Line 125  $NetBSD$
         Note "WARNING, no egetty program found, using $PATH_EGETTY."          Note "WARNING, no egetty program found, using $PATH_EGETTY."
      else       else
         Note "Looks like $PATH_EGETTY is the program to exec for an extern call."          Note "Looks like $PATH_EGETTY is the program to exec for an extern call."
 @@ -3859,6 +3853,7 @@ PickRIP()  @@ -3902,6 +3896,7 @@ PickRIP()
  {   {
      if [ -z "$PATH_GSRIP" ]; then       if [ -z "$PATH_GSRIP" ]; then
         GSLOCS="          GSLOCS="
Line 124  $NetBSD$
Line 133  $NetBSD$
             /usr/local/bin/gs              /usr/local/bin/gs
             /usr/contrib/bin/gs              /usr/contrib/bin/gs
             /usr/gnu/bin/gs              /usr/gnu/bin/gs
 @@ -3906,7 +3901,7 @@ fax software to operate correctly.  See  @@ -3949,7 +3944,7 @@ fax software to operate correctly.  See
  on building Ghostscript with the necessary TIFF driver.   on building Ghostscript with the necessary TIFF driver.
   
  EOF   EOF
Line 133  $NetBSD$
Line 142  $NetBSD$
         PATH_GSRIP=$PATH_PSRIP          PATH_GSRIP=$PATH_PSRIP
      fi       fi
  }   }
 @@ -3973,9 +3968,9 @@ if [ -z "$PATH_AFM" ]; then  @@ -4016,9 +4011,9 @@ if [ -z "$PATH_AFM" ]; then
      else       else
          DIR_AFMS="           DIR_AFMS="
             /usr/lib/afm              /usr/lib/afm
Line 146  $NetBSD$
Line 155  $NetBSD$
             /usr/share/ghostscript/fonts              /usr/share/ghostscript/fonts
             /usr/gnu/lib/ghostscript/fonts              /usr/gnu/lib/ghostscript/fonts
             /opt/gnu/lib/ghostscript/fonts              /opt/gnu/lib/ghostscript/fonts
 @@ -3995,7 +3990,7 @@ if [ -z "$PATH_AFM" ]; then  @@ -4038,7 +4033,7 @@ if [ -z "$PATH_AFM" ]; then
  fi   fi
  if [ -z "$PATH_AFM" ]; then   if [ -z "$PATH_AFM" ]; then
      # put it where ghostscript normally puts things       # put it where ghostscript normally puts things
Line 155  $NetBSD$
Line 164  $NetBSD$
      Note "WARNING, could not locate a directory with font metric information,"       Note "WARNING, could not locate a directory with font metric information,"
      Note "guessing that font metric information goes in $PATH_AFM."       Note "guessing that font metric information goes in $PATH_AFM."
  else   else
 @@ -4014,6 +4009,7 @@ fi  @@ -4057,6 +4052,7 @@ fi
  #   #
  if [ -z "$DIR_MAN" ]; then   if [ -z "$DIR_MAN" ]; then
      MANPATH="       MANPATH="
Line 163  $NetBSD$
Line 172  $NetBSD$
         $MANPATH          $MANPATH
         /usr/local/man          /usr/local/man
         /usr/contrib/man          /usr/contrib/man
 @@ -4023,7 +4019,7 @@ if [ -z "$DIR_MAN" ]; then  @@ -4066,7 +4062,7 @@ if [ -z "$DIR_MAN" ]; then
      for i in $MANPATH; do       for i in $MANPATH; do
         test -d $i && { DIR_MAN=$i; break; }          test -d $i && { DIR_MAN=$i; break; }
      done       done

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>