Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2002 15:41:21 -0800 (PST)
From:      Andreas Klemm <andreas@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/print/apsfilter Makefile distinfo ports/print/apsfilter/files patch-Makefile.in patch-SETUP.in
Message-ID:  <200201112341.g0BNfLu79482@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     2002/01/11 15:41:21 PST

  Modified files:
    print/apsfilter      Makefile distinfo 
  Removed files:
    print/apsfilter/files patch-Makefile.in patch-SETUP.in 
  Log:
  Update apsfilter port to 7.2.1
  Important fixes for FreeBSD
  Patches from files subdir went into this new release
  General fixes:
         - remove apsfilter installation error when typing "make install"
            by using ln's -f (force) option to overwrite an existing symlink
            (just in case you overwrite another installation).
  
          - fix some HP driver mapping in MAPPING file
  
  FreeBSD specific fixes:
  
          - make apspreview work again for FreeBSD (and possibly *BSD).
            BSD uses a sed implementation, that uses only "normal" regular
            expressions for backward compatibility not to break existing scripts.
            Linux (GNU sed) uses "modern REs". We use now awk which turns out
            to be more portable between different Unix flavours.
            We use awk instead of sed in other scripts as well (SETUP,
            aps2file).
  
          - import a patch from FreeBSD ports collection necessary for
            FreeBSD-current to use "user:group" syntax for chown. Old
            style "user.group" to change owner && group isn't supported
            anymore. Linux's implementation of chown (from GNU) groks
            new syntax.
  
  Please note: hpijs 1.0 driver core dumps have been fixed by me some
          hours ago with the kind help of HP. So you can now savely
          use the new HPIJS driver with gs and apsfilter. Have fun.
  
  Revision  Changes    Path
  1.96      +1 -1      ports/print/apsfilter/Makefile
  1.54      +1 -1      ports/print/apsfilter/distinfo
  1.2       +0 -11     ports/print/apsfilter/files/patch-Makefile.in (dead)
  1.3       +0 -47     ports/print/apsfilter/files/patch-SETUP.in (dead)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201112341.g0BNfLu79482>