The NetBSD Project

CVS log for pkgsrc/graphics/imlib2/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / graphics / imlib2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.60 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:27 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.59 / (download) - annotate - [select for diffs], Mon Nov 7 12:14:15 2011 UTC (6 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.58: +2 -3 lines
Diff to previous 1.58 (colored)

update to 1.4.5
changes:
-bugfixes
-cleanup, spelling fixes

Revision 1.58 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:37 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.57 / (download) - annotate - [select for diffs], Wed May 18 10:04:26 2011 UTC (12 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)

update to 1.4.4
changes: misc bugfixes and cleanup

The code structure around Xshm has changed -- someone please
check the Interix specific patches.

Revision 1.56 / (download) - annotate - [select for diffs], Wed Mar 9 16:26:48 2011 UTC (14 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored)

libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV

Revision 1.55 / (download) - annotate - [select for diffs], Thu Jan 13 13:36:12 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:40 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.53 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:36 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:02 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Dec 15 23:55:26 2009 UTC (2 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.50: +1 -2 lines
Diff to previous 1.50 (colored)

remove stale libltdl dependency

Revision 1.50 / (download) - annotate - [select for diffs], Tue Dec 15 21:48:01 2009 UTC (2 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Recursive bump for libltdl

Revision 1.49 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:42 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

bump revision because of graphics/jpeg update

Revision 1.46.8.2 / (download) - annotate - [select for diffs], Mon Nov 24 08:43:51 2008 UTC (3 years, 6 months ago) by rtr
Branch: pkgsrc-2008Q3
Changes since 1.46.8.1: +2 -1 lines
Diff to previous 1.46.8.1 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored)

pullup ticket #2595 - requested by tron
imlib2: add patch to fix buffer overflow

revisions pulled up:
pkgsrc/graphics/imlib2/Makefile		1.48
pkgsrc/graphics/imlib2/distinfo		1.23
pkgsrc/graphics/imlib2/patches/patch-aa	1.12

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sun Nov 23 18:41:16 UTC 2008

   Modified Files:
           pkgsrc/graphics/imlib2: Makefile distinfo
   Added Files:
           pkgsrc/graphics/imlib2/patches: patch-aa

   Log Message:
   Add Debian patch to fix a buffer overflow in the XPM file loader.
   Bump package revision.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Nov 23 18:41:16 2008 UTC (3 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Add Debian patch to fix a buffer overflow in the XPM file loader.
Bump package revision.

Revision 1.46.8.1 / (download) - annotate - [select for diffs], Fri Oct 31 12:00:46 2008 UTC (3 years, 6 months ago) by rtr
Branch: pkgsrc-2008Q3
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored)

pullup ticket #2562 - requested by tron
imlib2: update package for security fix

revisions pulled up:
pkgsrc/graphics/imlib2/Makefile		1.47
pkgsrc/graphics/imlib2/distinfo		1.22
pkgsrc/graphics/imlib2/patches/patch-ca	r0
pkgsrc/graphics/imlib2/patches/patch-ce	r0
pkgsrc/graphics/imlib2/patches/patch-cf	r0

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Oct 30 11:26:26 UTC 2008

   Modified Files:
           pkgsrc/graphics/imlib2: Makefile distinfo
   Removed Files:
           pkgsrc/graphics/imlib2/patches: patch-ca patch-ce patch-cf

   Log Message:
   Update "imlib" package to version 1.4.2. Changes since version 1.4.0:
   - Various bugfixes and security updates

   This update addresses SA32354.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Oct 30 11:26:25 2008 UTC (3 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored)

Update "imlib" package to version 1.4.2. Changes since version 1.4.0:
- Various bugfixes and security updates

This update addresses SA32354.

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Tue Jun 3 11:21:03 2008 UTC (3 years, 11 months ago) by ghen
Branch: pkgsrc-2008Q1
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Pullup ticket 2411 - requested by drochner
security fix for imlib2

- pkgsrc/graphics/imlib2/Makefile			1.46
- pkgsrc/graphics/imlib2/distinfo			1.21
- pkgsrc/graphics/imlib2/patches/patch-cf		1.3

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Mon Jun  2 10:05:50 UTC 2008

   Modified Files:
           pkgsrc/graphics/imlib2: Makefile distinfo
   Added Files:
           pkgsrc/graphics/imlib2/patches: patch-cf

   Log Message:
   add a patch from redhat bugzilla (#449073) to fix the xpm half
   of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006
   bump PKGREVISION

Revision 1.46 / (download) - annotate - [select for diffs], Mon Jun 2 10:05:50 2008 UTC (3 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Branch point for: pkgsrc-2008Q3
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

add a patch from redhat bugzilla (#449073) to fix the xpm half
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006
bump PKGREVISION

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jun 1 11:18:52 2008 UTC (3 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Update home page URL.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Nov 17 01:40:50 2007 UTC (4 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Branch point for: pkgsrc-2008Q1
Changes since 1.43: +2 -4 lines
Diff to previous 1.43 (colored)

Add x11 option (default: enabled).

No functionally change, but bump PKGREVISION due to detect x11 option.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Sep 18 19:18:10 2007 UTC (4 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.42: +2 -3 lines
Diff to previous 1.42 (colored)

update to 1.4.0
changes: security fixes, and a few crashes fixed

Revision 1.42 / (download) - annotate - [select for diffs], Thu Aug 2 21:35:14 2007 UTC (4 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.41: +17 -1 lines
Diff to previous 1.41 (colored)

- Add SUBST fragment to deal with hardcoded .so library suffix in image.c.
- While here, remove hunk "Avoid regenerating within pkgsrc" from patch-af.
  (caught by pkglint)
- Bump revision

Revision 1.38.4.1 / (download) - annotate - [select for diffs], Wed Nov 29 17:16:35 2006 UTC (5 years, 5 months ago) by ghen
Branch: pkgsrc-2006Q3
Changes since 1.38: +2 -3 lines
Diff to previous 1.38 (colored) next main 1.39 (colored)

Pullup ticket 1926 - requested by drochner
security update for imlib2

- pkgsrc/graphics/imlib2/Makefile		1.41
- pkgsrc/graphics/imlib2/PLIST			1.8
- pkgsrc/graphics/imlib2/distinfo		1.17
- pkgsrc/graphics/imlib2/patches/patch-aa	removed
- pkgsrc/graphics/imlib2/patches/patch-ba	removed
- pkgsrc/graphics/imlib2/patches/patch-bb	removed
- pkgsrc/graphics/imlib2/patches/patch-bc	removed
- pkgsrc/graphics/imlib2/patches/patch-bd	removed
- pkgsrc/graphics/imlib2/patches/patch-ca	1.1
- pkgsrc/graphics/imlib2/patches/patch-cb	1.1
- pkgsrc/graphics/imlib2/patches/patch-cc	1.1
- pkgsrc/graphics/imlib2/patches/patch-cd	1.1
- pkgsrc/graphics/imlib2/patches/patch-ce	1.1
- pkgsrc/graphics/imlib2/patches/patch-cf	1.1
- pkgsrc/graphics/imlib2/patches/patch-cg	1.1

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Nov 24 12:46:12 UTC 2006

   Modified Files:
        pkgsrc/graphics/imlib2: Makefile PLIST distinfo
   Added Files:
        pkgsrc/graphics/imlib2/patches: patch-ca patch-cb patch-cc patch-cd
            patch-ce patch-cf patch-cg
   Removed Files:
        pkgsrc/graphics/imlib2/patches: patch-ba patch-bb patch-bc patch-bd

   Log Message:
   fix some insufficient validation of graphics files, patches from Ubuntu
   (CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809)
   update to 1.3.0 (no changelog available)
---
   Module Name:	pkgsrc
   Committed By:	drochner
   Date:		Wed Nov 29 15:37:09 UTC 2006

   Removed Files:
	pkgsrc/graphics/imlib2/patches: patch-aa

   Log Message:
   remove stale patchfile, pointed out by Kouichirou Hiratsuka

Revision 1.41 / (download) - annotate - [select for diffs], Fri Nov 24 12:46:12 2006 UTC (5 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored)

fix some insufficient validation of graphics files, patches from Ubuntu
(CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809)
update to 1.3.0 (no changelog available)

Revision 1.40 / (download) - annotate - [select for diffs], Mon Nov 6 11:28:32 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.39: +6 -2 lines
Diff to previous 1.39 (colored)

DESTDIR support and switch to modular buildlinks.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Oct 4 21:44:46 2006 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:00 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:33 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:20 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.35 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:18 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:51 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:56 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (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.32 / (download) - annotate - [select for diffs], Tue May 31 21:36:36 2005 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -9 lines
Diff to previous 1.31 (colored)

Convert to options framework.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:04 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Apr 11 05:29:15 2005 UTC (7 years, 1 month ago) by kim
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Fix imlib2 use through dlopen.  Patch pointer provided by Charlie Allom.
Closes PR 29054.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 14 15:46:18 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Fix imlib2-config output to include -Wl,-R. Bump PKGREVISION.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 10 23:39:53 2005 UTC (7 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Replaced the patch-aa (worked only with NetBSD-2.0) with patch-ab (works
also with NetBSD-1.6.2). Bumped PKGREVISION, because the actual code
changes. The patch is ugly (as usual), but small. Reviewed by christos.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jan 11 13:37:54 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.26: +12 -13 lines
Diff to previous 1.26 (colored)

Changes 1.2.0:
* Source tree clean up
* Bug fixes

Revision 1.26 / (download) - annotate - [select for diffs], Tue Dec 28 23:18:21 2004 UTC (7 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)

Revision 1.25 / (download) - annotate - [select for diffs], Fri Oct 15 12:22:13 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Update linkage to libltdl (via imlib2), now in its own package.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Oct 6 19:35:25 2004 UTC (7 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Add the bzip2 buildlink3.mk file.

Fixes PR 27167 from Robert Lillack.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:53 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (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.22 / (download) - annotate - [select for diffs], Mon Sep 6 02:56:07 2004 UTC (7 years, 8 months ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Update imlib2 to 1.1.2.  This version now includes an IFF ILBM loader.
More importantly, this version fixes a buffer overflow vulnerability.
Closes PR 26833 by Peter Bex.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Aug 26 20:21:58 2004 UTC (7 years, 8 months ago) by recht
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Update to imlib2-1.1.1.
No real changelog available, so I'm guessing it are only bug-fixes..

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jul 12 19:27:05 2004 UTC (7 years, 10 months ago) by cube
Branch: MAIN
Changes since 1.19: +5 -3 lines
Diff to previous 1.19 (colored)

For USE_MMX users, do the following:
o only include it in the BUILD_DEFS if the current platform is concerned.
  For now that only includes i386, but we might find amd64 users in the
  future.
o test against [Yy][Ee][Ss], for consistency.

Fixes part of PR 26243.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 14 18:26:28 2004 UTC (8 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

PKGCONFIG_OVERRIDE is relative to WRKSRC.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:42 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 11 22:54:07 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Bump PKGREVISION due to USE_X11BASE -> USE_X11 change.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 11 05:51:53 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.15: +9 -9 lines
Diff to previous 1.15 (colored)

bl3ify, while here replace USE_X11BASE with USE_X11.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Feb 4 00:00:53 2004 UTC (8 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

link against libm on Solaris.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:43 2004 UTC (8 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 4 19:37:52 2003 UTC (8 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.12: +5 -6 lines
Diff to previous 1.12 (colored)

Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630.

Changes:

	o imlib2-1.1.0 uses freetype2 instead of freetype1.
	o More bugfixes, etc.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 21 16:51:46 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

COMMENT should start with a capital letter.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 17 21:41:18 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 13 13:52:08 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

PKGREVISION bump for libiconv update.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 5 16:32:27 2003 UTC (9 years ago) by jmmv
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Line up PKGREVISION whitespace.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 2 11:55:22 2003 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 15 12:00:40 2003 UTC (9 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Update to 1.0.6.  Author only maintains a CVS ChangeLog that is very difficult
to track for differences since 1.0.3...  anyway, most changes seem to be
bugfixes and performance improvements.

This closes my own PR pkg/19144.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 26 04:30:41 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.5: +3 -4 lines
Diff to previous 1.5 (colored)

Test USE_MMX variable instead of undocumented IMLIB2_USE_MMX.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 19 12:45:47 2002 UTC (9 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

allow this to build by replacing the use of LTCONFIG_OVERRIDE with
LIBTOOL_OVERRIDE.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 21 15:10:18 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Remove unneeded USE_LIBINTL.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 23 15:14:43 2002 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.2: +9 -8 lines
Diff to previous 1.2 (colored)

Convert to buildlink2.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:11 2002 UTC (10 years, 2 months ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Aug 16 10:49:52 2001 UTC (10 years, 9 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of imlib2-1.0.3, an image manipulation library (the
successor to imlib).

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 16 10:49:52 2001 UTC (10 years, 9 months ago) by rh
Branch: MAIN

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>