The NetBSD Project

CVS log for pkgsrc/fonts/t1lib/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / fonts / t1lib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.55 / (download) - annotate - [select for diffs], Wed Jun 8 19:00:13 2022 UTC (22 months, 1 week ago) by chuck
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, HEAD
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.28 (colored)

work around clang compiler issue and malloc overflow in t1lib

there are two bugs in fonts/t1lib that cause math/grace to crash on OSX:

[1] compiler bug in some versions of clang when compiling with "-O2" ...
    this appears to have been fixed somewhere between clang-11 and clang-12.
    it works ok with "-O1" and it doesn't impact my NetBSD system (which
    has gcc instead of clang).   resolve by using memcpy() in LONGCOPY()
    macro rather than using custom code that triggers the clang issue.
    see: https://mail-index.netbsd.org/tech-pkg/2022/06/08/msg026367.html

[2] one case of t1lib trying to be clever and instead writing past end of
     malloc'd buffer (which the OSX malloc did not like at all;  the netbsd
     malloc did not get messed up by this).   the address sanitizer helped
     pinpoint this.

Revision 1.54 / (download) - annotate - [select for diffs], Sat Nov 2 22:24:43 2019 UTC (4 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.28 (colored)

fonts: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.53 / (download) - annotate - [select for diffs], Thu May 23 19:23:01 2019 UTC (4 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored) to selected 1.28 (colored)

all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.52 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:18 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.28 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.51 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:33 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.50: +1 -3 lines
Diff to previous 1.50 (colored) to selected 1.28 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Oct 3 18:28:30 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.49: +1 -2 lines
Diff to previous 1.49 (colored) to selected 1.28 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.49 / (download) - annotate - [select for diffs], Tue Jul 17 13:22:27 2012 UTC (11 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.48: +5 -5 lines
Diff to previous 1.48 (colored) to selected 1.28 (colored)

Use INSTALLATION_DIRS.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Feb 2 09:34:32 2012 UTC (12 years, 2 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.28 (colored)

Use ${RM} -f to avoid failure if no files are found to be removed.

Revision 1.47 / (download) - annotate - [select for diffs], Mon Jan 16 12:42:56 2012 UTC (12 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.28 (colored)

fix an off-by-one in an earlier fix, from gnome bug #643882

Revision 1.45.2.1 / (download) - annotate - [select for diffs], Thu Jan 12 11:52:14 2012 UTC (12 years, 3 months ago) by tron
Branch: pkgsrc-2011Q4
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) next main 1.46 (colored) to selected 1.28 (colored)

Pullup ticket #3642 - requested by drochner
fonts/t1lib: bug fix patch

Revisions pulled up:
- fonts/t1lib/Makefile                                          1.46
- fonts/t1lib/distinfo                                          1.22
- fonts/t1lib/patches/patch-aj                                  1.2
- fonts/t1lib/patches/patch-ak                                  1.2
- fonts/t1lib/patches/patch-al                                  1.1

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Tue Jan 10 19:21:16 UTC 2012

   Modified Files:
           pkgsrc/fonts/t1lib: Makefile distinfo
           pkgsrc/fonts/t1lib/patches: patch-aj patch-ak
   Added Files:
           pkgsrc/fonts/t1lib/patches: patch-al

   Log Message:
   update the patch from Redhat bug #692909 to the latest version, fixes
   garbled xdvi output, from Uwe Klaus per PR pkg/45813
   bump PKGREV

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jan 10 19:21:15 2012 UTC (12 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.28 (colored)

update the patch from Redhat bug #692909 to the latest version, fixes
garbled xdvi output, from Uwe Klaus per PR pkg/45813
bump PKGREV

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jan 4 16:59:15 2012 UTC (12 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base
Branch point for: pkgsrc-2011Q4
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.28 (colored)

add patch from Redhat bug #692909 to fix Invalid pointer dereference
(CVE-2011-0764; CVE-2011-1552..1554 are possibly related - no
information available yet)
bump PKGREV

Revision 1.44 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:32 2011 UTC (13 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.28 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Mar 8 17:13:33 2011 UTC (13 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.28 (colored)

adopt evince/patch-ba to fix 2 possible buffer overflows in AFM file
parsing (SA43491), bump PKGREV

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jul 8 18:48:47 2010 UTC (13 years, 9 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.41: +3 -1 lines
Diff to previous 1.41 (colored) to selected 1.28 (colored)

mark this package MAKE_JOBS_SAFE=no - the build fails on Mac OS X 10.4
with MAKE_JOBS=2, but builds correctly when marked

Revision 1.41 / (download) - annotate - [select for diffs], Wed Feb 25 07:54:07 2009 UTC (15 years, 1 month ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.40: +3 -1 lines
Diff to previous 1.40 (colored) to selected 1.28 (colored)

Without x11 set in PKG_OPTIONS tell configure to configure without x11
to avoid build errors because of missing libraries in buildlink

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jan 4 02:25:27 2009 UTC (15 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.39: +7 -1 lines
Diff to previous 1.39 (colored) to selected 1.28 (colored)

Fix PLIST when the x11 option is disabled.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Nov 10 17:21:35 2008 UTC (15 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.28 (colored)

Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.

Revision 1.38 / (download) - annotate - [select for diffs], Mon May 26 02:13:18 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.37: +5 -5 lines
Diff to previous 1.37 (colored) to selected 1.28 (colored)

Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Feb 16 13:19:56 2008 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.28 (colored)

Include gettext-lib/bl3.mk for FreeBSD.
From Aleksej Saushev in PR 37870.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Feb 11 18:53:38 2008 UTC (16 years, 2 months ago) by bjs
Branch: MAIN
Changes since 1.35: +2 -3 lines
Diff to previous 1.35 (colored) to selected 1.28 (colored)



Update to version 5.1.2.  Patches removed above are no longer needed,
as they appear to have been incorporated upstream.  Additionally, the
following changes apply:

December 2006: t1lib-5.1.1:
---------------------------
- DESTDIR support was missing and has been addded in install-target i
  for type1afm.
- A bug fix in Anti-Aliasing subsampling code, which could make t1lib crash
  under certain conditions.
- Small number of further fixes, in particular with respect to the build
  mechanism.

December 2007: t1lib-5.1.2:
---------------------------
- Small number of fixes reported by users. The fixes pertain to a
  vulnerability issue, memory access issues.
- More decent handling if Encoding and / or FontBBox specification are
  missing (which is invalid with respect to the specification,
  but recoverable).

Revision 1.35 / (download) - annotate - [select for diffs], Fri Nov 2 00:41:04 2007 UTC (16 years, 5 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.34: +2 -6 lines
Diff to previous 1.34 (colored) to selected 1.28 (colored)

Optionalize X11 support.  Requested & tested by Fredrik Ljung.

Reviewed By:	abs

Revision 1.34 / (download) - annotate - [select for diffs], Fri Sep 28 08:42:07 2007 UTC (16 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.28 (colored)

add a patch from Ubuntu to fix CVE-2007-4033 (buffer overflow in
path handling), bump PKGREVISION
(from Martti Kuparinen)

Revision 1.33 / (download) - annotate - [select for diffs], Mon Nov 6 11:25:24 2006 UTC (17 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.32: +14 -10 lines
Diff to previous 1.32 (colored) to selected 1.28 (colored)

DESTDIR support and switch to modular buildlinks.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Apr 8 07:21:28 2006 UTC (18 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored) to selected 1.28 (colored)

Also include x11.buildlink3.mk.

The configure checks for Xaw and Intrinsics headers
and if no X, then it does not build xglyph and libt1x.

(I noticed because I am using modular X.org and the libXpm doesn't
pull in Xaw or Xt.)

Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:40 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.28 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:11 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.28 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jan 5 20:13:34 2006 UTC (18 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.28: +11 -3 lines
Diff to previous 1.28 (colored)

Replace usage of FILES_SUBST_SED.

Revision 1.28 / (download) - annotate - [selected], Thu Dec 29 06:21:41 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.27: +1 -2 lines
Diff to previous 1.27 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 9 16:59:55 2005 UTC (18 years, 7 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.28 (colored)

Fix build under darwin, without breaking netbsd and others

Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 9 12:31:22 2005 UTC (18 years, 7 months ago) by tonio
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.28 (colored)

bump PKGREVISION, now x libs will be found on netbsd

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 7 17:46:28 2005 UTC (18 years, 7 months ago) by reed
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.28 (colored)

Add missing doc files to PLIST.

And also do not "remove any rendered docs as well".

Bump PKGREVISION.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Aug 19 15:51:48 2005 UTC (18 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored) to selected 1.28 (colored)

this was completely broken due to some leftover patches
bump PKGREVISION

Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 4 09:57:17 2005 UTC (18 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.22: +6 -9 lines
Diff to previous 1.22 (colored) to selected 1.28 (colored)

Changes t1lib-5.1.0:

- Check against MultipleMasterFonts somewhat more tolerant, so that
  Type 1 Fonts automatically created from Multiple Master Fonts (e.g.
  using Mmpfb) should now be acceptable.

- The configure-machinery had been somewhat out of date and has been
  updated. The distributed configure script has been generated by
  AutoConf 2.59 and the redistributed libtool parts are taken from
  GNU libtool 1.5.10.

- Top-Level TeX-file in the doc subdirectory adapted to recent TeX
  systems' requirements.

- Added IsoLatin9.enc to distribution.

- Subsetting extended so that it works for SEAC-constructed composites
  even if no AFM composite character information is available

- Somewhat more intelligent defaults for subsetting when composite
  characters are included in the subset.

- Reallocation had been broken by relocation of internal StandardEncoding
  vector. This problem turned out on systems where realloc() actually
  returned a different pointer.

- Fix for outline code on 64bit systems. This involves a redefinition
  of the T1_PATHPOINT struct. This should be uncritical because for 32bit
  systems there is no difference, whereas on 64bit systems, this has never
  worked correctly before.

- DESTDIR support in Makefile.in by Volker Zell

- Support for XLFD font database format (in which the fonts' names appear
  in the first place on a line).

- Further Bug Fixes

Revision 1.22 / (download) - annotate - [select for diffs], Wed Jun 15 04:43:09 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) to selected 1.28 (colored)

libXaw on many X11 distributions is linked against libXpm.  The linker
should automatically pull in libXpm when -lXaw is given, but it doesn't
seem to work correctly on Darwin.  Modify the xglyph Makefile so that
we explicitly link in -lXpm when we link against -lXaw.  This should
fix the problem noted on Darwin in the bulk builds.  Bump the PKGREVISION
to 4.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:49 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored) to selected 1.28 (colored)

Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 22 20:08:00 2005 UTC (18 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.28 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:47 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored) to selected 1.28 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:57 2004 UTC (19 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.28 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 22 23:48:22 2004 UTC (19 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored) to selected 1.28 (colored)

Remove unnecessary LTCONFIG_OVERRIDE.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:42 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.28 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jun 19 14:38:56 2004 UTC (19 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.28 (colored)

Revert part of 5.0.1 -> 5.0.2 that was leading to core dumps in xpdf
and xdvi.  Fixes PR 25457.
Bump PKGREVISION.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 19 04:30:03 2004 UTC (20 years ago) by minskim
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.28 (colored)

Fix off-by-one error in fonts/t1lib.  Bump PKGREVISION.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 15 14:14:34 2004 UTC (20 years ago) by minskim
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.28 (colored)

Update t1lib to 5.0.2.

Changelog is not available, but it seems to be a bug fix release.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 3 11:28:11 2004 UTC (20 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored) to selected 1.28 (colored)

Changes 5.0.0:
- Forced PostScript target in the doc directory to file.

- Subsetting code extended in order to ensure that components of
  composite characters are also part of the subset.

- Hinting meachanism reworked in order to get rid of some
  rasterizing artifacts.

- Experimental support for stroked fonts (PaintType=1)

- Experimental support for stroking standard ATM fonts with PaintType=0.

- Functions for drawing rectangles.

- Bug Fixes

Changes 5.0.1:
- Support for Flex was not adapted to the changes from 5.0.0. This led to
  rasterization errors in fonts that use the Flex functionality --> fixed.

- Bug Fixes

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 12 21:40:02 2004 UTC (20 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.10: +4 -2 lines
Diff to previous 1.10 (colored) to selected 1.28 (colored)

bl3ify

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 27 00:53:11 2004 UTC (20 years, 2 months ago) by heinz
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.28 (colored)

Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 22 08:38:29 2004 UTC (20 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.28 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 21 16:47:09 2003 UTC (20 years, 9 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.28 (colored)

COMMENT should start with a capital letter.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 21:37:38 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.28 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:43 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.28 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 28 22:03:19 2003 UTC (21 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.28 (colored)

Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 19 14:47:34 2002 UTC (21 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 (colored) to selected 1.28 (colored)

Add "USE_X11=YES" to get run time path for X11 libraries.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 19 01:26:41 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.2: +13 -15 lines
Diff to previous 1.2 (colored) to selected 1.28 (colored)

Update fonts/t1lib to 1.3.1.  Changes from version 1.1.1 include:

* Move t1lib.config.netbsd sample file to t1lib.config.sample, which is more
  OS-neutral.
- Bug fixes.
- Fixed kerning mapping code. Kerning did not work correctly for characters
  that appeared multiple times in an encoding vector.
- In the same context a new function, T1_GetEncodingIndices() has been added
  to the API. It returns an array of indices (by contrast,
  T1_GetEncodingIndex() returns only the lowest index found).
- Support for composite characters.
- Additional support for dvips encoding files (thanks to suggestion and
  contribution by Nicolai Langfeldt (janl@linpro.no).
- Global Font Metrics Information is loaded from AFM files in order to be able
  to read the typographic ascender. Line ruling did not behave as
  documented. However, problems could still exist because the typographic
  ascender specification is optional in AFMs.
- Reorganized search path handling and, in particular, the respective
  documentation is more detailed.
- The configuration file now allows multiple lines of one type of search path
  specification and it is also possible to quote path specification in order
  to specify paths that contains special characters like spaces, colons, etc.
- Multiple font databases are supported.
- T1_PrintLog() extended to accept a variable argument list.
- The environment variable T1LIB_LOGMODE is evaluated to give the user the
  chance to specify a loglevel and hence to detect t1lib-problems even if the
  application programmer did not enable the log file features.
- Color problem in t1x11-module fixed.
- Fixes in AFM parser. Among others, Version had been read as name, instead of
  as string. This led to a failure to scan global font info for some standard
  AFMs.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 19 00:51:21 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.1: +22 -20 lines
Diff to previous 1.1 (colored) to selected 1.28 (colored)

buildlink1 -> buildlink2 and use bsd.pkg.install.mk instead of local
DEINSTALL/INSTALL scripts.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 19 12:37:41 2002 UTC (21 years, 9 months ago) by wiz
Branch: TNF
CVS Tags: pkgviews-base, pkgviews, pkgsrc-base, netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.28 (colored)

Re-import of textproc/t1lib, textproc/t1utils, and x11/type1inst into fonts.
Changes: CATEGORIES only.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 19 12:37:41 2002 UTC (21 years, 9 months ago) by wiz
Branch: MAIN
Diff to selected 1.28 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>