CVS log for pkgsrc/graphics/gdk-pixbuf/Attic/Makefile.common
Up to [cvs.NetBSD.org] / pkgsrc / graphics / gdk-pixbuf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.52
Sun Jul 21 10:34:52 2019 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.51: +1 -1
lines
gdk-pixbuf: remove
The software hasn't been updated since 2002 and is probably full
of security problems. Two packages were using it. (gpsdrive has a
newer version in wip.)
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Jan 14 14:58:38 2018 UTC (6 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
graphics/*: remove redundant :Q modifiers
pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Jul 30 22:47:51 2017 UTC (7 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
Use https for www.gnome.org HOMEPAGEs.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:35 2014 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: 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
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -3
lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Apr 20 12:12:48 2011 UTC (13 years, 7 months ago) by obache
Branches: 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,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -1
lines
note a "used by ..." comment.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:37 2010 UTC (13 years, 11 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
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.46: download - view: text, markup, annotated - select for diffs
Mon Jan 8 16:07:31 2007 UTC (17 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
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,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -1
lines
Needs libXt for building.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:47 2006 UTC (18 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
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.44: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:20 2005 UTC (19 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
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.43: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:02:55 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -2
lines
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.42: download - view: text, markup, annotated - select for diffs
Sun May 22 20:51:45 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -2
lines
Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4
and appropriate TOOLS_DEPMETHOD.gm4 settings.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun May 22 20:08:05 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
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.40: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:03 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:14:50 2004 UTC (20 years, 2 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -2
lines
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.38: download - view: text, markup, annotated - select for diffs
Sun Apr 25 04:15:43 2004 UTC (20 years, 7 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
s/USE_X11BASE/USE_X11/ in graphics/gdk-pixbuf. Bump PKGREVISION.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Feb 17 02:45:21 2004 UTC (20 years, 9 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -1
lines
enable pkgviews for this pkg
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Feb 15 12:47:35 2004 UTC (20 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -7
lines
bl3ify
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:41 2004 UTC (20 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -2
lines
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.34: download - view: text, markup, annotated - select for diffs
Sat Jan 24 15:46:43 2004 UTC (20 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:40:44 2003 UTC (21 years, 4 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jun 23 14:23:18 2003 UTC (21 years, 5 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
s/packages@/tech-pkg@/g
(Forgot the last time we did this. Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon May 5 16:32:26 2003 UTC (21 years, 7 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
Line up PKGREVISION whitespace.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 2 11:55:15 2003 UTC (21 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1
lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jan 15 21:03:25 2003 UTC (21 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -14
lines
Update to 0.22. Remove dependency on auto* by adding patches for the
generated files.
(Not portability) changes since 0.18:
* Made the GIF loader handle animations with frames whose bounds go outside
of the base image's bounds (Federico).
* Made the GIF loader handle zero-sized frames that GifBuilder and
similar crap spits sometimes (Federico).
* The PNM loader doesn't abort() anymore if it cannot allocate memory
(Federico).
* Fixed a g_object_unref() -> gdk_pixbuf_unref() thinko (Federico).
* Merged the patch from Red Hat Linux 8.0 to fix the crash on
corrupted/short GIFs - Ximian 29040 (patch by Elliot Lee).
* Fixed the RGB 565 LSB -> MSB case in gdk-pixbuf-drawable - 79463
(Federico).
* Fixed the update region notification in the BMP loader (Federico).
* Merged the BMP loader changes from GTK+ HEAD -- check all reallocs,
fix 16bpp BI_RGB thinko, properly handle BI_RLE4 and skips and jumps
(changes by Matthias Clasen).
* Merged the ICO loader changes from GTK+ HEAD (changes by Matthias
Clasen).
* Merged changes from gtk+/gdk-pixbuf HEAD into the JPEG loader --
fixes CMYK JPEG problems (changes by Matthias Clasen).
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 2 22:08:44 2002 UTC (22 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +8 -8
lines
Use automake.mk and autoconf.mk.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Sep 11 10:12:38 2002 UTC (22 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1
lines
Move the USE_BUILDLINK2 definition to the common Makefile as we need to
include buildlink2.mk files from there.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Sep 2 13:10:08 2002 UTC (22 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
-make this build if gnome libs are installed
-being here, update to 0.18.0
changes:
* Fixed the RGB 565 MSB -> MSB case in gdk-pixbuf-drawable - #79190
* Fixed alignment issues in the BMP loader - #84083 (Federico).
* Merged pixops.c from GTK+ HEAD as of 2002/Jun/18 (Federico).
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 28 15:49:04 2002 UTC (22 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -8
lines
Convert gdk-pixbuf-gnome from buildlink1 to buildlink2, and remove the
special buildlink1 handling in the common Makefile.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Aug 25 18:39:03 2002 UTC (22 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -1
lines
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
Revision 1.21.2.3: download - view: text, markup, annotated - select for diffs
Sun Aug 25 17:55:13 2002 UTC (22 years, 3 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.21.2.2: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.2.2: +8 -1
lines
All gdk-pixbuf and gdk-pixbuf-gnome to use different buildlink frameworks.
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 22 18:09:51 2002 UTC (22 years, 4 months ago) by agc
Branches: pkgviews
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +2 -2
lines
Make this package work with package views.
Revision 1.21.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:46:21 2002 UTC (22 years, 5 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.21.2.1: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.1: +7 -6
lines
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 12 21:39:20 2002 UTC (22 years, 7 months ago) by rh
Branches: MAIN
CVS tags: pkgviews-base,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Branch point for: pkgviews
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1
lines
Add an explicit dependency on autoconf-2.13. This closes PR 16764 by
<jaco@teaser.fr>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat May 11 11:56:58 2002 UTC (22 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -6
lines
Update gdk-pixbuf and gdk-pixbuf-gnome to 0.17. Changes include:
* Merged the endianness conversion fixes from the GDK version into the
Xlib version; oops (Federico).
* Merged fixes from GTK+ 2.0
* Minor documentation improvements (Federico).
* Fixed endianness conversion in the 16-bit gdk-pixbuf-drawable
functions (Federico).
* Minor fixes for the IBM/AIX compiler (Christian Schaller).
* The image loaders are now linked against the pixbuf and GTK+
libraries so that the Python bindings work (Johan Dahlin).
* Backported the BMP loader from GTK+ 1.3 (Federico).
* Added support for BI_BITFIELDS coding to the BMP loader [Ximian bug
#12125] (Federico).
* Fixed stupid bug in the ICO loader. ICO pixbufs should always have
an alpha channel [Ximian bug #11224]. (Federico)
* Slight tweaks to the documentation Makefile. (Federico)
* Added support for 16-bpp BMPs and ICOs (Federico).
* Added support for 32-bpp ICOs (Federico).
* Use the correct visual and colormap for the pixbuf-demo widgets
* Install the headers in a versioned directory so that they don't
collide with the GNOME 2 platform (Havoc).
Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Sat May 11 02:09:10 2002 UTC (22 years, 7 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5
lines
First pass at conversion of various packages to use the buildlink2
framework. Add many buildlink2.mk files to add to the framework. Please
see buildlink2.txt for more details.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 15 00:46:02 2002 UTC (22 years, 9 months ago) by fredb
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2
lines
Remove reduntant setting of PKGREVISION.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:37:06 2002 UTC (22 years, 9 months ago) by fredb
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
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.19: download - view: text, markup, annotated - select for diffs
Wed Feb 27 07:13:16 2002 UTC (22 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2
lines
Change the way in which the autotools are invoked to match the example in
Packages.txt. This seems to prevent a recompilation of most of the
libraries during the installation phase.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 27 06:41:05 2002 UTC (22 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -4
lines
* We use automake, so we must patch configure.in, not configure.
* Fix the path to the rgb.txt file, which wasn't being set properly due
to x11-links.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Nov 29 19:46:12 2001 UTC (23 years ago) by jlam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -2
lines
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Sep 30 21:17:58 2001 UTC (23 years, 2 months ago) by rh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:
* Made the GdkPixbufLoader headers usable by C++ compilers by
replacing "private" with "priv"
* Replaced the documentation Makefile with one similar to that in GTK+
HEAD
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 9 03:37:01 2001 UTC (23 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -2
lines
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Aug 26 10:32:21 2001 UTC (23 years, 3 months ago) by skrll
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Aug 16 22:19:08 2001 UTC (23 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Let gdk-pixbuf and gdk-pixbuf-gnome share distinfo.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 29 04:54:54 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -7
lines
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jun 18 21:40:25 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
Mark gdk-pixbuf and gdk-pixbuf-gnome as USE_BUILDLINK_ONLY.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jun 16 19:53:09 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -6
lines
Converted to use buildlink.mk files.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 15 08:30:44 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -6
lines
Use buildlink.mk files to get dependencies, CPPFLAGS, and LDFLAGS for
png, tiff, and jpeg. Remove the now unneeded explicit CPPFLAGS and
LDFLAGS settings.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 11 06:34:35 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 22 09:33:32 2001 UTC (23 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Mar 27 03:20:00 2001 UTC (23 years, 8 months ago) by hubertf
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 18 04:33:53 2001 UTC (23 years, 8 months ago) by mjl
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Update to 0.10.1, which fixes quite a few bugs since 0.9.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 4 18:27:35 2001 UTC (23 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -4
lines
Move documentation from "gdk-pixbuf" to "gdk-pixbuf-gnome" package because
the documentation is part of the GNOME documentation. Bump version number
of both packages to "0.9.0nb2".
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 17:01:59 2001 UTC (23 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -4
lines
Mechanical changes to use the pkgsrc autoconf and automake by specifying
complete paths to these programs.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 8 17:32:16 2000 UTC (24 years ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Add dependency on gtk+ (should fix recent bulk build failure).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 29 17:24:53 2000 UTC (24 years ago) by wiz
Branches: MAIN
Split off gnome part of gdk-pixbuf into gdk-pixbuf-gnome package,
so that not all programs depending on gdk-pixbuf have to depend on
gnome-libs.
CVSweb <webmaster@jp.NetBSD.org>