The NetBSD Project

CVS log for pkgsrc/graphics/dx/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.63 / (download) - annotate - [select for diffs], Tue Apr 17 17:44:02 2012 UTC (5 weeks, 2 days ago) by joerg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Fix standard compliance with regard to main. Bump revision.

Revision 1.62 / (download) - annotate - [select for diffs], Tue Mar 6 23:26:38 2012 UTC (2 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

Don't install a cat page. Bump revision.

Revision 1.61 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:20 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (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.60 / (download) - annotate - [select for diffs], Fri Dec 9 14:36:35 2011 UTC (5 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

PKGREV bump for libXp-less openmotif

Revision 1.59 / (download) - annotate - [select for diffs], Sun Nov 20 22:11:22 2011 UTC (6 months ago) by sbd
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

Recursive bump for graphics/ImageMagick buildlink addition.

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

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Oct 22 15:00:20 2011 UTC (7 months ago) by ryoon
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Recursive revbump after graphics/ImageMagick update.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Jan 13 13:37:59 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

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

Revision 1.55 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:35 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (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.54 / (download) - annotate - [select for diffs], Sun Nov 14 14:05:57 2010 UTC (18 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
Bump ABI_DEPENDS (and recursive bump).

Revision 1.53 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:29 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:58:57 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], Sun Jan 17 12:02:18 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Jan 1 21:03:29 2010 UTC (2 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored)

Explicitly depend on archivers/szip.

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

Recursive bump for libltdl

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

bumping revision due graphics/ImageMagick update

Revision 1.47 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:38 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

bump revision because of graphics/jpeg update

Revision 1.46 / (download) - annotate - [select for diffs], Tue Aug 11 15:44:01 2009 UTC (2 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

add a comment telling that ImageMagick detection in "configure"
doesn't work currently

Revision 1.45 / (download) - annotate - [select for diffs], Tue Jun 30 00:07:17 2009 UTC (2 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.44: +3 -1 lines
Diff to previous 1.44 (colored)

Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:31 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.43: +3 -1 lines
Diff to previous 1.43 (colored)

Add DESTDIR support.

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

Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Jan 17 23:47:20 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored)

Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Oct 13 16:39:13 2006 UTC (5 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored)

update to 4.4.4
changes:
-bugfixes
-minor feature additions
-updated Java support (unused in pkgsrc)

Revision 1.40 / (download) - annotate - [select for diffs], Mon May 15 22:50:30 2006 UTC (6 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

Uses C++.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:31 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

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

Revision 1.38 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:46 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (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.37 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:29 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
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], Tue Jan 24 07:32:11 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

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

Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:19 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (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.33 / (download) - annotate - [select for diffs], Sat Jun 25 00:11:31 2005 UTC (6 years, 11 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jun 19 03:10:49 2005 UTC (6 years, 11 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.31: +4 -3 lines
Diff to previous 1.31 (colored)

Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

Revision 1.31 / (download) - annotate - [select for diffs], Sun May 22 20:08:04 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (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.30 / (download) - annotate - [select for diffs], Sun May 22 03:04:29 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

This package uses lex.

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

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Dec 28 23:18:21 2004 UTC (7 years, 4 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:49 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (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.26 / (download) - annotate - [select for diffs], Sun Apr 25 03:02:20 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.25: +11 -11 lines
Diff to previous 1.25 (colored)

Convert to buildlink3.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Apr 20 22:11:48 2004 UTC (8 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.24: +6 -8 lines
Diff to previous 1.24 (colored)

update to 4.3.2
changes: bugfixes
added dependency on hdf

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jan 24 15:46:43 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:42 2004 UTC (8 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (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.22 / (download) - annotate - [select for diffs], Sun Nov 30 22:58:41 2003 UTC (8 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 17 21:40:21 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:30 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs], Sun Mar 9 19:17:56 2003 UTC (9 years, 2 months ago) by jschauma
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18 (colored)

Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 5 21:44:30 2002 UTC (9 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

update to 4.2.0
changes: mostly bugfixes afaict, improved OpenGL support

Revision 1.15.8.1 / (download) - annotate - [select for diffs], Thu Oct 24 16:59:50 2002 UTC (9 years, 7 months ago) by wiz
Branch: netbsd-1-6
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Pull the following up to the 1.6 branch (requested by agc):

Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to
generalise the linker flags used to export symbols by setting them on
a per-OS basis.

> many packages force -Wl,-export-dynamic which is not portable outside GNU ld
> and cause problems e.g. on Solaris.  some of these packages use if
> conditionals either only for NetBSD or except SunOS, but the state is not
> coherent and it may complicate later when support for new OS is added to
> pkgsrc (e.g. ongoing work on HP-UX support).
>
> jlam proposed the following framework in discussion on tech-pkg:
>
>   http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html
>
> now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining
> -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable
> values.  packages should be converted to this framework by:
>
> 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with:
>
>    LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
>
> 2) for use in patchfiles, add this variable to MAKE_ENV if needed:
>
>    MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
>
> 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch
>    files with:
>
>    $(EXPORT_SYMBOLS_LDFLAGS)

Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 22 00:49:32 2002 UTC (9 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.16: +11 -25 lines
Diff to previous 1.16 (colored)

buildlink1 -> buildlink2

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 4 14:47:36 2002 UTC (9 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to
generalise the linker flags used to export symbols by setting them on
a per-OS basis.

> many packages force -Wl,-export-dynamic which is not portable outside GNU ld
> and cause problems e.g. on Solaris.  some of these packages use if
> conditionals either only for NetBSD or except SunOS, but the state is not
> coherent and it may complicate later when support for new OS is added to
> pkgsrc (e.g. ongoing work on HP-UX support).
>
> jlam proposed the following framework in discussion on tech-pkg:
>
>   http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html
>
> now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining
> -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable
> values.  packages should be converted to this framework by:
>
> 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with:
>
>    LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
>
> 2) for use in patchfiles, add this variable to MAKE_ENV if needed:
>
>    MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
>
> 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch
>    files with:
>
>    $(EXPORT_SYMBOLS_LDFLAGS)

Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 23 02:08:53 2002 UTC (10 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, buildlink2-base, buildlink2
Branch point for: netbsd-1-6
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Note explicitly that this package is USE_X11BASE.  Currently, it relies on
motif.buildlink.mk to define it.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:04 2002 UTC (10 years, 2 months ago) by fredb
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Wed Feb 13 12:43:56 2002 UTC (10 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

resolve some nonsense where bison is blamed for a flex incompatibility -
should build with or without bison now

Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 5 22:23:31 2002 UTC (10 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

uodate to 4.1.3
changes:
Fixes to several problems that quickly arose with 4.1.2
---------------------------------------------------
- Dependencies of source files on built sources caused build to stop.
It would continue correctly after restarting, but by making the objects
dependent instead we made it work in one pass.
- References in _regstream.c.  Missing references/deletes in _regstream.c
and steamline.c caused objects to be really deleted before their time.
Problem appeared in ThunderStreamlines example.  Did this ever work?
- Not enough memory allocated for buffer in parse.c.
- Needed to pass in class_srcdir value to invokation of class script
in libdx/local.mk
- Include net2c in distribution
- Correctly free search_for in Browser.C.  Proper behavior dependent on
compile-time definitions.
- Not enoucgh memory allocated for type-in string in GARApplication.C.
Caused segfaults in prompter.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 24 22:11:00 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

I am a triple idiot.  The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 23 13:14:56 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 12 21:09:04 2001 UTC (10 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.8: +37 -12 lines
Diff to previous 1.8 (colored)

Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.  Pass
--without-javadx to configure script to prevent java programs from being
detectedly inadvertently (hidden dependency).  Also add dependencies on
several other graphics and math packages to make DX more useful as a
visual data explorer and capable of reading more diverse data files.

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 8 19:48:45 2001 UTC (11 years ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (colored)

make sure the build doesn't pick up a bad ARCH from the users
environment.

Also, `uname -p` == "alpha" is not a check for OSF...

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 16 15:22:17 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 15 12:06:36 2000 UTC (11 years, 7 months ago) by rh
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Use new USE_MESA variable to depend on the correct Mesa packages

Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 28 15:27:00 2000 UTC (12 years ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

update to 4.1.0. No info about changes - sorry.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 31 20:56:49 2000 UTC (12 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored)

upgrade to 4.0.10 (no changelog available, bugfixes only afaics)
rebove BROKEN label - whoever wants to mark it BROKEN again, please
tell what platform you had problems with (and consider (NOT/ONLY_FOR...)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 2 03:38:31 2000 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

pkglint silencing

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 27 17:14:08 1999 UTC (12 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Mark packages as broken, where necessary.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 1 11:23:14 1999 UTC (12 years, 7 months ago) by drochner
Branch: TNF
CVS Tags: tnf-991001
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

add pkg for IBM / Open Visualization Data Explorer

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 1 11:23:14 1999 UTC (12 years, 7 months ago) by drochner
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>