Next | Query returned 51 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2004-09-27 13:33:31 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
Changes 4.2.7:

* The CUPS driver now reports pages starting from page
  1 rather than page 0 as was previously the case.
* The Postscript output driver (in the GIMP plugin)
  now functions correctly in non-US locales when a PPD file is
  provided.
* A segmentation violation on the IA64 platform is fixed.
* A bug in the Postscript output driver causes the
  GIMP plugin to crash on startup with certain PPD files.
* The horizontal printing position on the Epson Stylus
  C63/C64 and C83/C84 printers has been fixed.
* The CUPS driver now handles, via a workaround,
  incorrect Postscript generated by some programs.
* The package now operates correctly with on Solaris
  and other systems using an external libintl.
* Gimp-Print no longer attempts to build (and fail)
  the Print plugin against the GIMP 2.0.
* escputil now reports ink levels from all known Epson
  Stylus printers.  In addition, ink level reporting is more
  reliable in general, with fewer timeouts or unparseable output.
* The HP DesignJet 2500 and 3500 now support correct
  maximum page widths of 36" and 54" respectively, rather than 44"
  for both.
* The PPD files now use the recommended manufacturer
  names.  Previously, certain CUPS applications could display the
  manufacturer names incorrectly.

* The Epson Stylus Photo R200/R210 and R300/R310 printers, and the
  RX500 and RX600 multi-function devices, are now supported.
* The HP LaserJet 1012 and Brother HL-1440 printers are now supported.
* Super A0 and Super B0 paper sizes are now supported.
* Translations for Hungarian, Ukrainian, and Norwegian/Bokmaal have
  been added.  In addition, other translations have been updated.
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-05-05 04:26:42 by Soren Jacobsen | Files touched by this commit (17)
Log message:
Convert to buildlink3.
   2004-04-28 16:34:06 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
bl3ify
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-11 21:45:16 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Add lex to USE_GNU_TOOLS instead of checking for existence and
using BUILD_DEPENDS.
   2004-03-09 18:16:17 by Stoned Elipot | Files touched by this commit (1)
Log message:
Remove info files entries from PLIST.
   2004-03-07 00:46:06 by Johnny C. Lam | Files touched by this commit (5)
Log message:
Conform to template in revision 1.101 of bsd.buildlink3.mk.
   2004-03-02 15:56:07 by Matthias Drochner | Files touched by this commit (20) | Package updated
Log message:
update to 4.2.6
changes:
-bugfixes
-inproved device support (newer Epson Stylus, Canon S200)
-European 10x15 cm and US Engineering C paper sizes
-CUPS driver: normal and reversed paper order
-quality improvements
   2004-03-01 01:47:43 by Marc Recht | Files touched by this commit (1)
Log message:
add buildlink3.mk

Next | Query returned 51 messages, browsing 21 to 30 | Previous