The NetBSD Project

CVS log for pkgsrc/graphics/povray/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / povray

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.61 / (download) - annotate - [select for diffs], Sat Oct 21 17:10:39 2023 UTC (5 months, 1 week ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.32 (colored)

recursive revbump for tiff update

Revision 1.60 / (download) - annotate - [select for diffs], Mon Jul 17 22:00:24 2023 UTC (8 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.59: +1 -5 lines
Diff to previous 1.59 (colored) to selected 1.32 (colored)

*: Remove many GCC_REQD for particularly old GCCs

In many cases the reasoning is poorly documented, or the reasoning
for setting GCC_REQD is to work around a compiler bug. Practically
a c99 compiler is now required for bootstrap (in at least several
dependencies) so we can entirely rule out GCC versions before 3.0.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Jan 3 17:37:29 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.32 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.58 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:22 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, 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
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.32 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Nov 2 22:38:02 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.56: +4 -4 lines
Diff to previous 1.56 (colored) to selected 1.32 (colored)

graphics: align variable assignments

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

No manual corrections.

Revision 1.56 / (download) - annotate - [select for diffs], Sun Jan 14 14:58:39 2018 UTC (6 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, 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
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.32 (colored)

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.55 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:13 2017 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (colored) to selected 1.32 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.54 / (download) - annotate - [select for diffs], Sat Feb 16 11:22:23 2013 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: 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, 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
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.32 (colored)

Recursive bump for png-1.6.

Revision 1.53 / (download) - annotate - [select for diffs], Sat Jan 26 21:37:57 2013 UTC (11 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.32 (colored)

Revbump after graphics/jpeg and textproc/icu

Revision 1.52 / (download) - annotate - [select for diffs], Sat Oct 6 14:11:15 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.51: +1 -3 lines
Diff to previous 1.51 (colored) to selected 1.32 (colored)

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

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jun 12 20:07:07 2012 UTC (11 years, 9 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.50: +4 -3 lines
Diff to previous 1.50 (colored) to selected 1.32 (colored)

Make the config files povray.conf and povray.ini install to
/usr/pkg/etc/povray/3.6

Revision 1.50 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:32 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.32 (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.49 / (download) - annotate - [select for diffs], Sun Jul 31 20:42:17 2011 UTC (12 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.48: +3 -4 lines
Diff to previous 1.48 (colored) to selected 1.32 (colored)

Add png 1.5 support and go back to current png. Should have done this a
long time ago; it was somewhat lengthy but completely straightforward.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Jul 31 17:58:09 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.47: +4 -3 lines
Diff to previous 1.47 (colored) to selected 1.32 (colored)

povray needs old png-1.2, use it now that we have it again.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:15 2011 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.32 (colored)

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

Revision 1.46 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:44 2010 UTC (13 years, 3 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.32 (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.45 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:41 2010 UTC (13 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.32 (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.44 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:06 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.32 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.43 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:47 2009 UTC (14 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.32 (colored)

bump revision because of graphics/jpeg update

Revision 1.42 / (download) - annotate - [select for diffs], Tue May 19 08:59:18 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.41: +2 -3 lines
Diff to previous 1.41 (colored) to selected 1.32 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Dec 1 12:01:18 2008 UTC (15 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored) to selected 1.32 (colored)

Remove ftp.mirror.ac.uk from MASTER_SITES, it is not in download page
and can'resolve now.
Add official http site instead.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:32 2008 UTC (15 years, 9 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.39: +4 -3 lines
Diff to previous 1.39 (colored) to selected 1.32 (colored)

Add DESTDIR support.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Apr 4 11:50:39 2007 UTC (16 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: 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
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.32 (colored)

Add dependency on Xpm library,  pointed out in PR 36118.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Feb 2 19:09:31 2007 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.37: +6 -2 lines
Diff to previous 1.37 (colored) to selected 1.32 (colored)

Modular Xorg support.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Sep 7 09:26:24 2006 UTC (17 years, 6 months ago) by gavan
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.32 (colored)

Revert maintainership to pkgsrc-users. ENOTIME.

Revision 1.36 / (download) - annotate - [select for diffs], Sat May 6 11:59:49 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.32 (colored)

Bump PKGREVISION:
Remove use of internal png library function, to make this package
build against the current png package.

From the povray.general newsgroup:
Well - you could remove that call but will probably loose ability to
interrupt/continue render with PNG output.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:34 2006 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.32 (colored)

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

Revision 1.34 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:05 2006 UTC (17 years, 11 months ago) by reed
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.32 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.33 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:38 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.32 / (download) - annotate - [selected], Thu Dec 29 06:21:45 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (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.31 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:09 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.32 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:22 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.32 (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.29 / (download) - annotate - [select for diffs], Fri Nov 18 14:15:03 2005 UTC (18 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.28: +6 -12 lines
Diff to previous 1.28 (colored) to selected 1.32 (colored)

* Disable povray's optimisation which sets specific hardware flags
  (we can build one povray for multiple CPUs)
* Do not fix povray.ini, which is gone

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 4 21:31:24 2005 UTC (18 years, 7 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.27: +11 -2 lines
Diff to previous 1.27 (colored) to selected 1.32 (colored)

In order to fix PR#30875, do the following things:
 o require at least gcc 3.4 on x86_64, as 3.3 gets an ICE.
 o depends on zlib>=1.2.1, which is povray's requirement, so that the
   package doesn't try to use its own zlib and libtiff (for some reason
   configure fails to configure the provided libs properly when gcc 3.4 is
   used)

Bump PKGREVISION.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:57 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 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.26 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:08 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored) to selected 1.32 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 28 23:18:18 2004 UTC (19 years, 3 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.32 (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.24 / (download) - annotate - [select for diffs], Thu Nov 18 15:57:37 2004 UTC (19 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.23: +16 -14 lines
Diff to previous 1.23 (colored) to selected 1.32 (colored)

Changes 3.6.1:
- a completely rewritten and much more universal configure script.
  see INSTALL for more information.

- new documentation format.  It has been tested with several newer
  browsers, Netscape 4.x will not work well unless you disable style
  sheets.

  Note some of the png images do not display correctly in some newer
  versions of Konqueror.  This is a bug in Konqueror.  A possible
  workaround would be to process all png images through the NetPBM
  tools:

    pngtopnm image_old.png | pnmtopng > image.png

- new default locations for the configuration files (povray.ini and
  povray.conf).  See chapter 1 of the documentation for details.

- a new io-restrictions configuration file format.  The new format is
  not compatible to 3.5 but due to the changed file locations this
  does not prevent parallel use of POV-Ray 3.5 and 3.6.

- sample scene render scripts.  See section 1.3.6 of the docs for
  instructions how to use them.

- a benchmark rendering mode: see section 1.6.2 of the docs.

- KDE integration (file types and panel icons)  If someone here is
  familiar with doing the same kind of thing in GNOME this would be
  helpful.

- various internal changes not directly visible to the user.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:57 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.32 (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], Sat Apr 24 00:57:50 2004 UTC (19 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.21: +6 -6 lines
Diff to previous 1.21 (colored) to selected 1.32 (colored)

Convert to bl3. Replace USE_GCC_SHLIB with USE_LANGUAGES=c c++.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:44 2004 UTC (20 years, 2 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.32 (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.20 / (download) - annotate - [select for diffs], Fri Nov 7 14:20:05 2003 UTC (20 years, 4 months ago) by gavan
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.32 (colored)

Set USE_GCC_SHLIB. Fixes linking on Solaris.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Sep 10 22:35:53 2003 UTC (20 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.18: +9 -1 lines
Diff to previous 1.18 (colored) to selected 1.32 (colored)

Move configuration files to the examples directory and use CONF_FILES to
copy them to sysconfdir.  Bump PKGREVISION to 1.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Aug 31 23:04:14 2003 UTC (20 years, 7 months ago) by gavan
Branch: MAIN
Changes since 1.17: +22 -13 lines
Diff to previous 1.17 (colored) to selected 1.32 (colored)

Update povray to version 3.50c

Summary of changes in version 3.5:

Major new features:

  * New noise functions
  * Photon mapping
  * Dispersion
  * Improved Radiosity
  * New light sources
  * Light groups
  * Isosurface and parametric objects
  * Sphere sweep object
  * New mesh object
  * UV Mapping
  * Improved textures
  * Improved and faster media
  * New patterns
  * Functions

Additional new features:

  * Reading of JPEG and TIFF image formats
  * Projected through
  * More realistic attenuation
  * New clock keywords
  * New image size keywords
  * Inverse transform
  * Spherical camera
  * New float function: inside
  * Splines
  * Metallic reflection
  * Mapping using warps
  * Double illuminate flag
  * No image and no reflection flags
  * Basic Unicode Support
  * Declare a float constant from an INI file

Bug fixes and enhancements:

  * Light source enhancements
  * Fixed normal average, reflection and other related problems
  * Fixed cylinder camera problems
  * Fixed the use of multiple closed bezier-splines in prism
  * Fixed infinite cone bug
  * Fixed the use of two subsequent colors, not separated by a comma in
      checker, hexagon and bricks.
  * Fixed gamma correct bugs
  * Numerous other bug fixes and optimizations

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 17 21:42:24 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.32 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 10 10:47:54 2002 UTC (21 years, 3 months ago) by cjep
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.15: +4 -5 lines
Diff to previous 1.15 (colored) to selected 1.32 (colored)

Change MASTERSITE so that the correct version of the source files are
picked up during a fetch. Fixs PR#19045.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 17 21:44:46 2002 UTC (22 years ago) by markd
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.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.32 (colored)

Set DIST_SUBDIR to PKGNAME_NOREV and put the path in the distinfo file
back to the base package name.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:16 2002 UTC (22 years ago) by fredb
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored) to selected 1.32 (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], Tue May 22 09:32:22 2001 UTC (22 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.32 (colored)

Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 4 09:06:14 2001 UTC (23 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored) to selected 1.32 (colored)

Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 16 15:22:31 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.32 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 20 00:37:10 2001 UTC (23 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.32 (colored)

act resposible, take over maintainership from packages@

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 21 22:40:54 2000 UTC (24 years ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.32 (colored)

Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 9 20:20:55 2000 UTC (24 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.32 (colored)

Use "png>=1.0.3" instead of "png-*" in dependence list.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 9 15:22:33 2000 UTC (24 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.32 (colored)

Use wildcard dependence for "png" package.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 4 16:28:42 2000 UTC (24 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored) to selected 1.32 (colored)

Make PLIST match reality.
Make install target work in the presence of a file named "install".

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 4 15:34:52 2000 UTC (24 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4 (colored) to selected 1.32 (colored)

Update pivray (persistence of vision ray tracing utility) to version 3.1g.

Changes in version 3.1:

   The scene description language in POV-Ray 3.1 is not entirely
   backwards-compatible with earlier versions of the POV-Ray scene
   description language.  The 'halo' feature in earlier versions
   is obsolete and has been entirely replaced with a 'media' feature
   which works better.  Because older files making use of 'halo'
   will not render in POV-Ray 3.1 without substantial modification,
   you may wish to rename executables for pre-3.1 versions of POV-Ray
   if you would like to be able to render such older files.  It should
   be noted that .povrayrc as described below can only refer to one
   version.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 26 18:47:53 1999 UTC (24 years, 11 months ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored) to selected 1.32 (colored)

add USE_X11=yes

Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 4 14:59:23 1999 UTC (25 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.32 (colored)

Update dependence for "png" package.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 25 11:49:24 1998 UTC (25 years, 7 months ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.32 (colored)

Add missing / to HOMEPAGE.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Aug 24 12:33:38 1998 UTC (25 years, 7 months ago) by agc
Branch: FREEBSD
CVS Tags: FreeBSD-current-1998-08-24
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.32 (colored)

Import of povray version 3.0, the Persistence of Vision Ray tracing utility,
into the NetBSD packages collection. Originally taken from the FreeBSD ports
collection, but made to work on NetBSD by myself.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 24 12:33:38 1998 UTC (25 years, 7 months ago) by agc
Branch: MAIN
Diff to selected 1.32 (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>